blob: 047b63a440b999c32de27ffc87234d031b7aa279 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
Changelog of Qt5Gtk2
----------
Version 0.1
* inital release
Version 0.2
* removed gconf dependency
* removed warning about missing GtkRange::activate-slider property
* updated copyright and documentation
Version 0.3
* using gtk2 library directly
* removed unused code
Version 0.4
* added Qt 5.8 support
Version 0.5
* fixed documentation
* fixed 'distclean' target
* fixed gcc warnings
* fixed QDockWidget icons (Qt 5.10+)
Version 0.6
* show shortcuts in context menu (see QTBUG-69452)
* replaced deprecated functions
Version 0.7
* fixed Qt 5.15 support
Version 0.8
* Added preview support to the file dialog (Ilya Fedin)
Version 1.0
* Moved home page to GitHub
* Added compatibility with qt6gtk2
* Removed deprecated code
|