Commit graph

1212 commits

Author SHA1 Message Date
Tvangeste ccb06a4dcd Minor tweaks to have better Scan Popup UI on Linux 2013-01-25 17:17:12 +01:00
Tvangeste 8499c29268 Adjust the CSS style for the Scan Popup's translate box. 2013-01-25 17:02:29 +01:00
Tvangeste 3258ad89f5 Fixed #191: New UI in the scan popup, replace 3 separate widgets with the translate box. 2013-01-25 16:42:44 +01:00
Abs62 c23e09b57b Properly restore main window maximized state when it activated through tray icon 2013-01-24 00:36:53 +04:00
Tvangeste 08ca79c272 Fixed #188: Switching the UI mode should focus the translate line and update it. 2013-01-23 20:11:39 +01:00
Tvangeste 48801fc7a8 Fixed #186: F3 and Shift+F3 shortcuts are no longer global in the main window. 2013-01-23 19:36:45 +01:00
Tvangeste ea51feb810 Tweaks for the Menu Button size (closes #176). 2013-01-23 14:40:49 +01:00
Tvangeste 5abc0239c0 Updated Russian localization ("Dictionaries..." and F3). 2013-01-22 22:26:41 +01:00
Tvangeste 8d8a58792a lupdate all the localizations 2013-01-22 22:21:40 +01:00
Tvangeste bb3a35e7ff Fixed Issue #184: F3 and Shift-F3 shortcuts don't work in a scan popup window when Search is activated
Also fixed  #185: Dictionaries menu uses hardcoded shortcut value in its text.
2013-01-22 22:16:54 +01:00
Abs62 b60fa6088d Update Russian translation 2013-01-22 17:56:28 +04:00
Abs62 16d1e1bdb3 Strip sound files extension when index .zips, like in sound dirs (issue #173) 2013-01-22 16:53:19 +04:00
Tvangeste 743ac0126e lupdate all the localizations 2013-01-22 11:16:05 +01:00
Tvangeste ded3ef3d14 Internationalize the "Unassigned" group name. 2013-01-22 11:13:39 +01:00
Tvangeste 7232859184 Additional shortcut for ZoomIn/WordsZoomIn actions (Ctrl+= and Alt+=).
Browsers do the same for the ZoomIn action, so that it is easier
to press with just two button presses instead of three.
2013-01-22 00:05:50 +01:00
Tvangeste 6c032b5185 Fixed #178: Word Zoom Level is not preserved when switching UI modes (Ctrl+S). 2013-01-21 22:49:58 +01:00
Tvangeste 77a992a296 Fixed #176: Menu button is not centered when toolbar is vertically positioned.
We just disable the Left and Right areas for the main toolbar in the new UI mode. :)
2013-01-21 21:53:53 +01:00
Abs62 0ebe960ff6 Update Russian translation 2013-01-21 17:40:13 +04:00
Tvangeste 24ecc968d1 Fixed #169: Cannot deselect the article when 'select word' by single click is enabled. 2013-01-20 23:17:44 +01:00
Tvangeste 4d2a6f4819 lupdate all the translations 2013-01-20 22:47:52 +01:00
Tvangeste e3157d2353 Merge pull request #172 from QuendiMax/be-translit
Add belarusian transliteration
2013-01-20 13:42:34 -08:00
Julian Depetris Chauvin 90e5e23610 Update Argentinian Spanish translation 2013-01-20 16:47:30 -03:00
Maksim Tamkovič 1fb23efe1e Add belarusian transliteration 2013-01-20 22:15:24 +03:00
Tvangeste d5dd8eb940 Do not store the welcome page in the user history. 2013-01-20 19:26:17 +01:00
Julian Depetris Chauvin 9efe6a431f Ignore GoldenDict.app directory 2013-01-20 10:28:39 -03:00
Tvangeste 2c16ccfbd5 Make the popup window more compact by reducing margins and spacing to 3px.
There is no point in having huge margins (9px) at every side of the
scan popup window. Especially since the popup window is supposed
to be small and compact.
2013-01-20 11:25:15 +01:00
Abs62 0040469305 Lupdate all translations, update Russian translation 2013-01-19 12:51:27 +04:00
Tvangeste 0ee62530c2 Select an enire text of the current article (Ctrl+Shift+A).
Plus a context menu for that as well.
2013-01-18 15:37:24 +01:00
Tvangeste 3784ac18d7 Fixed #164: Add an option to copy the entire article (Ctrl+A) 2013-01-18 14:22:24 +01:00
Abs62 160db20a04 Handle big entries in bgl 2013-01-18 15:50:49 +04:00
Tvangeste 77ded2c328 Fixed #167: Not everything gets logged in History 2013-01-18 12:02:19 +01:00
Julian Depetris Chauvin 409674bac4 Update Argentinian Spanish translation 2013-01-18 07:51:05 -03:00
Tvangeste 35dc7b0a8a Better way of dealing with adding title to history.
We only show that menu item to add the title to history if the
history is set to only collect the entries manually.
2013-01-17 19:46:33 +01:00
Tvangeste ea2f2e8854 Revert "Remove rather useless context menu to add title to history."
This reverts commit c03b346114.

The menu item is not completely useless, it useful when the automatic history
gathering is disabled and this menu could be used to add items to the history
manually.
2013-01-17 19:38:49 +01:00
Tvangeste c03b346114 Remove rather useless context menu to add title to history.
In most cases, since we are on this page, we have already
just added its title to the history.
2013-01-17 19:06:46 +01:00
Tvangeste 05546a5d53 Compare History items case insensitively. 2013-01-17 18:01:58 +01:00
Abs62 b4268d0f2a Lupdate all translations, update Russian translation 2013-01-17 20:37:21 +04:00
Tvangeste 7065809566 Preserve the current index in History list when a single entry is deleted. 2013-01-17 16:11:06 +01:00
Tvangeste 4d5665d816 Make the default history item length to be the same as the limit for the headwords.
So, it is 256 now.

And configurable via the same parameter in the config file: maxHeadwordSize.
2013-01-17 15:24:13 +01:00
Tvangeste eefd6a57b1 Implemented History copying to the clipboard 2013-01-17 14:03:16 +01:00
Tvangeste 3ed7772996 History Pane rewrite.
The new History Pane features proper mouse and keyboard navigation,
multiple selection and ability to remove the selected entries,
plus a dynamic context menu. Additionaly, the History's size is now
configurable in Preferences.

Use Ctrl+H to show/hide the History Pane.

History Pane's titlebar can be styled via #historyPaneTitleBar, e.g.:

/* Colored header for the History Pane */
  background: lightsteelblue;
  margin: 2px;
}

Closes #162: Make History sidebar independent from the Search Pane
Closes #159: "Send to main window" button from Pop-Up window does nothing when History is shown
Closes #158: Preserve History mode after restart
Closes #157: History with new UI: New words are not added when History is shown
Closes #156: History with new UI: Extra Groups widget in History is shown
Closes #155: History with new UI: Arrow keys navigation in History doesn't work
Closes #154: History with new UI: DEL key does not delete the current history entry
2013-01-17 10:08:53 +01:00
Tvangeste 1fab8c8216 Merge pull request #163 from QuendiMax/master
Add belarusian localization
2013-01-15 02:09:15 -08:00
Maksim Tamkovič 976bff6303 Add belarusian translation
Add belarusian translation in cyrillic and latin alphabet
2013-01-15 10:13:15 +03:00
Tvangeste ea44f91eba Merge pull request #160 from embar-/patch-2
Update locale/lt_LT.ts
2013-01-11 04:37:17 -08:00
embar- b62c90a35c Update locale/lt_LT.ts 2013-01-11 14:05:12 +02:00
Tvangeste 90e01d1645 More reliable transfer of focus from the suggestions list back to the translate line.
Fixes some problems when focus is lost, transferred to random other components, like
buttons or tabbars.
2013-01-11 12:47:22 +01:00
Tvangeste 7496f5f80c Configurable parameter for DSL headwords' maximum size.
By default, it is unchanged, still 256.

In those rare cases when users really need more lengthy
headwords, they could adjust the config file,
maxHeadwordSize parameter.
2013-01-11 11:00:30 +01:00
Abs62 c40de2dbf6 Fix send word to main window for new UI when history view mode is on 2013-01-10 23:10:48 +04:00
Tvangeste bc95753216 Some more year-related translation updates by Daniele Di Pisa. 2013-01-10 10:26:22 +01:00
Tvangeste bba95a2f3f Make sure that UI mode and Always On Top flag are preserved on config changes. 2013-01-09 13:17:15 +01:00