Commit graph

38 commits

Author SHA1 Message Date
xiaoyifang 0560785a65 replace dictionary vector with QMap
remove signal DictGroupWidget::showDictionaryInfo
2022-03-14 08:22:31 +08:00
xiaoyifang c664ac315c dictionary group ,id match performance improve .
use qmap to replace the double for loop check.
2022-03-14 00:17:34 +08:00
xiaoyifang 0c94406e2a fix merge conflict with feature/deprecated 2022-02-03 17:50:47 +08:00
yifang eddc813aef high dpi:replace gnome image icon 2022-01-28 08:30:01 +08:00
xiaoyifang 9cf5ee8443 high dpi:change icon reference in code from png to svg. 2022-01-24 22:23:38 +08:00
yifang 46b4151cc4 improve: replace all the deprecated method before 5.15 2022-01-08 22:08:23 +08:00
yifang de3d7b8b19 clean code:remove QT_VERSION check 2021-12-16 19:59:00 +08:00
Abs62 6a77c23986 Implement "inactive dictionaries" feature for all groups (issue #984) 2018-03-28 17:21:32 +03:00
Abs62 e7ed098b9d Preserve dictionaries order while add several dictionaries to group 2017-05-30 21:27:45 +03:00
Abs62 1e34de2dbc Add "Favorites" feature 2017-05-12 17:41:08 +03:00
Timon Wong 1d85f1b359 #212: Scratch, currently works under windows, for both Qt4 and Qt5 2013-05-30 21:24:21 +08:00
Tvangeste 9faf843ab7 Part of work for #212: Make GD source to be ready for Qt5.
Replaced deprecated to/fromAscii with to/fromLatin1
2013-02-03 21:19:55 +01:00
Tvangeste ded3ef3d14 Internationalize the "Unassigned" group name. 2013-01-22 11:13:39 +01:00
Tvangeste 5035f6aa0d Better keyboard support in Dictionaries tab:
1. Pressing Down Arrow allows to jump from the Quick Filter to the dictionaries list.
2. Navigating through dictionary list via keyboard (Up/Down) results in dictionary details
   to be shown on the right. Previously, only mouse clicks updated the dictionary info.
2013-01-07 09:57:34 +01:00
Tvangeste c8c6a515d6 Quick search/filter for dictionary names in settings (Dictionaries and Groups tabs). 2013-01-04 14:24:08 +01:00
Abs62 107d92b4ab Tooltips for groups tabs 2012-12-22 00:20:54 +04:00
Abs62 6fd4b33ad3 Some more groups combining 2012-12-21 20:46:17 +04:00
Abs62 c6ea89e179 Auto created groups combining 2012-12-21 15:48:41 +04:00
Abs62 54bcfb8031 Remove dictionary from group by double click 2012-12-20 17:25:38 +04:00
Abs62 9c9faff6f6 Show dictionary info on right click in groups edit dialog 2012-12-20 17:25:03 +04:00
Abs62 ca52fa0eee Again auto groups creation:
1) Parse dictionary name for languages pair if it not defined
2) Place morphology dictionaries into corresponding groups
2012-12-19 16:59:38 +04:00
Abs62 3407c4c476 Refactor auto groups creation 2012-12-18 16:35:11 +04:00
Abs62 c4bf4255e5 Sorting in dictionaries list 2012-12-18 16:33:53 +04:00
Abs62 5070b5b859 std::vector -> QVector in config 2012-12-10 16:49:45 +04:00
Abs62 3616665f1f Again tabs in "Groups" dialog 2012-11-28 21:50:31 +04:00
Abs62 f27ce1f4f2 Avoid Qt 4.8 tabs bug in "Groups" dialog 2012-10-19 19:30:15 +04:00
Abs62 f6a3b16103 Fix some compilation warnings 2012-09-26 17:00:35 +04:00
Abs62 535fe0d3e0 Update year in copyright notices. 2012-02-21 01:47:14 +04:00
Abs62 2763b74635 Use file names in UTF-8. Fix issue #30. 2011-09-09 16:05:28 +04:00
Tvangeste a94ed4b82e Make dictionary icons to have the same sizes, to avoid visual alignment problems.
* Corrected icon sizes in the "found in dictionaries" pane.
* Corrected icon sizes in the preferences dialog.
2011-07-15 14:11:08 +02:00
Konstantin Isakov 92eceb8cad Change email from @users.berlios.de to @goldendict.org. 2010-12-09 15:31:50 +03:00
Konstantin Isakov 953d9237a3 Update copyright to span to 2011.
Better early than late, this year is ending anyway.
2010-11-14 18:47:03 +03:00
Konstantin Isakov 104b4639cb Ask for a confirmation when user clicks the 'Auto Groups' button. 2010-11-14 01:56:25 +03:00
ars d8b76db518 added auto creation of language pair based groups 2010-09-16 20:50:31 +02:00
Konstantin Isakov 3d5a3c2df9 Fix some problems with the previous commit. 2010-07-05 22:50:54 +04:00
Konstantin Isakov 0140321b78 Allow using any file as an icon for the dictionary group. 2010-07-05 22:36:03 +04:00
Konstantin Isakov d9c23a07e5 Allow assigning keyboard shortcuts to the groups for fast switching. 2010-07-05 18:13:29 +04:00
Konstantin Isakov ab88fa4867 Drop the src/ directory. It's superfluous. 2010-05-15 16:42:18 +04:00
Renamed from src/groups_widgets.cc (Browse further)