Commit graph

311 commits

Author SHA1 Message Date
Konstantin Isakov 8daa82e21f + Add icons for transliterations. 2009-05-18 10:36:12 +00:00
Konstantin Isakov ecc3d39fdb + Introduce File::exists() and use that instead of trying to just open the file. 2009-05-17 22:22:10 +00:00
Konstantin Isakov ba9b13d9e6 * On initial load do deferred dictionary init at the very end. 2009-05-17 22:02:54 +00:00
Konstantin Isakov cfd6e1d440 + Don't recurse into .dsl.files or .dsl.dz.files directories when searching for
dictionaries.
2009-05-17 15:37:36 +00:00
Konstantin Isakov 3621020d28 + Apply extension filters early when searching for dictionary files. 2009-05-17 15:30:43 +00:00
Konstantin Isakov 15e7af9be5 + Add a mechanism to defer dictionaries' initialization.
+ Support this mechanism for .dsl dictionaries.
2009-05-17 13:35:19 +00:00
Konstantin Isakov 93fe5e5301 + 'WebSites' implemented.
*! Don't set a global qt stylesheet - sometimes WebKit crashes with it.
*! Fixes for text search feature (works faster, no selection artifacts, frame
   doesn't grow).
2009-05-16 18:04:21 +00:00
Konstantin Isakov 747825a505 + Introduce dictionaryOrder and inactiveDictionaries -- for now only in config. 2009-05-16 15:22:02 +00:00
Konstantin Isakov 5d7bc5fcac *! Restore once lost 'noResults' coloring feature in translateLine. 2009-05-16 11:25:55 +00:00
Konstantin Isakov 22fb1d2f5f + 'Text Find' implemented. 2009-05-16 11:14:43 +00:00
ars_goldendict b14a6271d9 prevention of 2nd copy start: algorithm changed (should work better) 2009-05-16 00:42:51 +00:00
Konstantin Isakov ded22cc3fd + Alt+Left/Right act as Back/Forward shortcuts. 2009-05-15 14:24:37 +00:00
Konstantin Isakov 172f90c0ef + Alt+Up/Alt+Down nagivate within articles in the definition view. 2009-05-15 14:11:54 +00:00
Konstantin Isakov 91c97256d3 *! Another fix to complete the previous commit. 2009-05-15 12:39:53 +00:00
Konstantin Isakov 2a81429d0a +! Clear group instances before reloading dictionaries. Hopefully this would
fix problems under Windows, where only one file mapping can exist.
2009-05-15 12:15:08 +00:00
Konstantin Isakov 74b04ff788 * Move comment 2009-05-14 22:00:56 +00:00
Konstantin Isakov 2a92cb697d +! Only make dsl tooltip nonbreakable if its length is less than 70 symbols
long.
2009-05-14 21:47:35 +00:00
Konstantin Isakov dfb067b370 +! Basic support for comments in dsl ({{like this}}) 2009-05-14 21:16:50 +00:00
Konstantin Isakov 5d95a6a17a *! No typing event can occur if Ctrl, Alt or Shift is pressed. 2009-05-14 20:43:32 +00:00
Konstantin Isakov e93084f96b + Pronounce word feature now plays sound from the currently active article
if it contains one.
2009-05-14 20:38:17 +00:00
Konstantin Isakov bf866a13e6 + Alt+S shortcut pronounces word.
+ Alt+M shortcut lists matches in scan popup window.
2009-05-14 19:46:25 +00:00
Konstantin Isakov 57af02224a *! Fix word pronunciation in scan popup broken by previous commit. 2009-05-14 19:42:04 +00:00
Konstantin Isakov 1bd05cfcda + Allow looking up words in the currently chosen group from the RMB menu.
*! Fix issue with background tabs and pronounce-on-load when sounds are
   played from the current tab instead of from the the one opened.
2009-05-14 19:27:19 +00:00
Konstantin Isakov f065a1c592 + Possibility to skip the latest release when checking for new releases. 2009-05-14 17:59:49 +00:00
Konstantin Isakov 7118c23d93 *! Add forms which start with uppercase but have second letter lowercased. 2009-05-14 13:06:58 +00:00
Konstantin Isakov 1211808ef3 *! Don't do any transforms on the input string before applying transliteration,
unless the transliteration is case-insensitive -- then the input gets
   lowecased.
2009-05-14 12:42:06 +00:00
Konstantin Isakov ca4a630bb9 +! Replace all spaces to non-breakable ones in dsl tooltips.
This makes them showing in one line, as they are supposed to.
2009-05-14 09:36:24 +00:00
Konstantin Isakov de8fe0d0e3 +! Activate the appropriate windows back and forth when the searchPane is
floating.
2009-05-13 13:47:51 +00:00
Konstantin Isakov 016456029f * Normalize the string before converting it from dsl to html.
This fixes some rendering problems with complex combining marks.
2009-05-13 10:34:53 +00:00
ars_goldendict fb7c4038f2 typo fixed 2009-05-12 19:16:31 +00:00
ars_goldendict b029ebc1a1 added capital letters to german translit table 2009-05-12 19:14:54 +00:00
Konstantin Isakov 68c20ff92f *! Correct path for the pid file; prevent double-opening it. 2009-05-12 19:13:20 +00:00
ars_goldendict 200be4b92d fixed issue with start of 2nd copy for different users 2009-05-12 18:59:00 +00:00
Konstantin Isakov 7c6883fe11 *! Filter-out Tab key as well. 2009-05-12 17:57:53 +00:00
ars_goldendict aedd77f116 fixed bug with storing german transliteration option 2009-05-12 17:33:33 +00:00
Konstantin Isakov 495047082b *! Some fixes for "type-to-search" feature. 2009-05-12 15:54:37 +00:00
Konstantin Isakov 496e1c873c *! Read last .dsl line properly when it doesn't end with \n 2009-05-12 15:39:18 +00:00
Konstantin Isakov d10634d3fc *! Better support for abbreviation files (multiple keys,
unsorted parts, optional parts, tilde expansions should all now work)
2009-05-12 14:24:22 +00:00
Konstantin Isakov 25dce23d50 + Pressing Enter in translateLine focuses on definition.
+ Typing any text key switches back to translateLine and puts it there.
2009-05-12 13:25:18 +00:00
Konstantin Isakov 806f8e4760 + Pasting in the definition window defines word from clipboard. 2009-05-12 10:52:11 +00:00
Konstantin Isakov bc2d917e96 *! Transliteration now adds any unknown chars as they are,
without changing them, instead of dropping them.
2009-05-12 08:44:17 +00:00
Konstantin Isakov 69e45b0020 * Slight change in Lingvo style. Looks less like in Lingo, but I like it this
way more.
2009-05-11 23:44:24 +00:00
ars_goldendict 5253d27c78 added German transliteration rules 2009-05-11 23:37:18 +00:00
Konstantin Isakov ac2d24709b + Save currently focused articles when navigating.
+ Lingvo style headers look closer to Lingvo now, and the currently chosen
  article gets its header highlighted, too.
2009-05-11 22:25:22 +00:00
Konstantin Isakov 527035f450 + Navigating away from within any article belonging to some dictionary
will result in scrolling to the same dictionary for newly opened content.
+ Some more css markup was added, in part to accomplish the above, in
  part to make the navigation look better (i.e. have space before article).
2009-05-11 19:14:28 +00:00
Konstantin Isakov dc96e29174 *! Awlays set definition's (QWebView) style using Html css, not Qt css. 2009-05-11 15:33:57 +00:00
Konstantin Isakov 8c40c6d50a + Implement switchable display styles. For now 'Default' and 'Lingvo'. 2009-05-11 11:03:36 +00:00
Konstantin Isakov c94e98d1c9 + Add a class for the "From " dictionary heading prefix. 2009-05-11 09:32:18 +00:00
Konstantin Isakov 70bc12e152 *! Fix a common problem where in "foo[i] bar[/i]" the space before "bar"
gets underlined.
2009-05-10 17:17:21 +00:00
Konstantin Isakov 843f1a6bd8 *! Some more fixes for Dsl behaviour. 2009-05-10 16:28:20 +00:00