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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
|
* 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
* Version 2.0.2
- fixed building without the "plugins.pri" file
* Version 2.0.3
- generated a .qm file for the Hebrew translation
- added a Georgian translation
|