aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-10-01 22:11:23 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-10-01 22:11:23 -0400
commitd34bb25414f6887dd788a4f817b4da903570e66a (patch)
tree1cdc476a865646ce9f383a5c2b59e4c445aeb1e9 /ChangeLog
Import Upstream version 0.8upstream/0.8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..a8ac813
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,33 @@
+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)