123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- * Version 0.01 - initial release
- * Version 0.02
- - add dictionary directories selection in settings dialog
- - redesign menus
- - add Oxygen icons
- - add "Save translation" action
- - add pop up window opacity item to settings dialog
- - rename actions
- - add .desktop file
- * Version 0.03
- - fix bug when build fails on x86_64
- - fix categories in .desktop file
- - add option "Show pop up only if modifier pressed" in settings dialog
- - improve selection scanning
- - fix bug with closing window when it must hide
- - setting Qt 4.2 compitibility
- - add russian translation
- - add traditional chinese translation
- * Version 0.04
- - add ukrainian translation
- - fix bug when popup window violates from desktop
- - add translations reformater
- - add popup window timeout before hide after mouse over to settings dialog
- - fix bug with "Up" buttons in settings dialog
- - add popup window default width and height items to settings dialog
- - change PopupWindow base class from QWidget to QFrame
- - add D-Bus support
- - make popup window resizable
- - add current translation title to main window header
- * Version 0.05
- - fix bug with hard font-family in translation CSS
- - make popup window border more useful
- - fix bug with words list
- - add simplified chinese translation
- - fix bug with uncorrect displayed hierarchical lists
- - set to run only one instance of application
- - set to search for dictionaries recursively
- * Version 0.06
- - add bulgarian translation
- - add speech support
- - fix bug with broken main window title when search is empty
- * Version 0.07
- - add "translate" and "translateHtml" methods to D-Bus interface
- - change license from GPLv3 to GPLv2
- * Version 0.08
- - add czech translation
- - fix bug with multiple running from different users
- - add brazilian portuguese translation
- - update the traditional chinese translation
- - add support for configurable instant search
- - add support for separate translations
- * Version 0.09
- - add polish translation
- - fix bug with instant search
- - add italian translation
- - fix bug with simlinks to dictionaries
- - add german translation
- - improve popup window
- - update the german translation
- - reorganize project
- - add basic Windows support
- - add plugins support
- - add toolbar to dictionary widget
- - add for links in translations (by pressing Ctrl and clicking on the word)
- - improve instant search
- - improve popup window
- - add support for closing popup by double click on toolbar
- * Version 0.10
- - change tray icon if scanning disabled
- - add font editor
- - some improves and bugfixes
- * Version 0.11
- - fix bug with bad source word
- - fix bug with removed last letter in translation
- * Version 0.12
- - update italian translation
- - add support for popup window moving
- * Version 0.12.1
- - fix critical bug with popup window
- * Version 0.12.2
- - fix bug with building on Ubuntu Hardy
- * Version 0.12.3
- - update simplified chinese translation
- * Version 0.12.4
- - update polish translation
- * Version 0.12.5
- - fix bug with main window title
- * Version 0.12.6
- - update german translation
- * Version 0.12.7
- - fix bug with empty speech cmd
- * Version 0.12.8
- - add localization for standard Qt dialogs
- - add support for Escape key in main window
- - update ukrainian translation
- - update chinese translation
- - fix bug with speaker
- - remove alphabetical sorting of results
- - improve saving
- - add a tooltip for the tray icon
- * Version 0.12.9
- - update german translation
- - fix typo in the COPYING filename
- * Version 0.13.0
- - add french and turkish translation
- - improve Windows port
- - add SWAC and Multitran plugins
- - add command line support
- - improve the simplified chinese translation
- - fix bug with settings saving
- - improve D-Bus support
- - fix bug with Qt 4.5
- * Version 0.13.1
- - fix bugs with installation
- - add spanish translation
- - update italian and german translations
- * Version 0.13.2
- - improve system tray support
- - improve the save dialog
- - updated the traditional chinese translation
- - added the lithuanian translation
- * Version 1.0
- - search in dict widget
- - stabilized release after some months of usage
- * Version 1.0.1
- - compilation fix for newer UNIX/Linux systems
- - fix for 'unsaved prefs' thanks to Robin 'cheese' Lee from Fedora Project
- * Version 2.0
- - added Hebrew translation
- - added support for Qt5
- * Version 2.0.1
- - added the author of the Hebrew translation to THANKS
|