Commit graph

3199 commits

Author SHA1 Message Date
Konstantin Isakov 4183d73b20 + Show line in .dsl when indicating an error processing it. 2009-08-01 10:05:24 +00:00
Konstantin Isakov 64867e9f1b The following patches made by Dmitry E. Oboukhov applied:
* Middle click on the tray icon translates current selection
  * Middle click on the main window also translates current selection
  * When editing groups, double click on the dictionary adds it to the
    current group.
2009-07-31 11:40:54 +00:00
Konstantin Isakov f7d47163d3 + Localizations are not hardcoded anymore -- all translation files that exist
in the current installation get into the list now.
+ Chinese translation added (thanks to Satoshi Joh)
+ Czech translation added (thanks to Vit Pelcak)
2009-07-29 16:39:27 +00:00
Konstantin Isakov ba1292607f +! Normalize dsl headwords by compressing consecutive spaces into single spaces. 2009-06-06 16:02:52 +00:00
Konstantin Isakov 5c259c1a5e +! Interpret "[[" and "]]" as escaped '[' and ']'. 2009-06-06 12:01:59 +00:00
Konstantin Isakov 18c65c91df * Switch from mmaps to plain file reading for .dz files - don't use any mmaps
anymore.
2009-06-01 10:59:29 +00:00
Konstantin Isakov 7d3537243d +! Save and restore scroll offsets programatically - this helps when websites
are involved, as they expand after WebKit restores the position.
2009-05-29 22:04:43 +00:00
Konstantin Isakov 1dff1384bc +! Fix handling requests with no link text. 2009-05-29 20:30:45 +00:00
Konstantin Isakov 3161934f64 *! Use a better 'textContent' property which grabs all the text, including
subnodes.
2009-05-29 20:06:30 +00:00
Konstantin Isakov 05d53409bf + Support for folloing websites' links in-place. The actual link is followed for
the website, while the query word is set to the link's text as used for all
  other dictionaries in the group.
* Some associated cleanup (better scrolling to articles, better external link
  handling).
The changes might cause problems - test!
2009-05-29 19:48:50 +00:00
Konstantin Isakov 2b2de01e95 *! Minimize the number of realloc()s done when reading zip cdir.
This should presumably make reading of large zip archives much faster.
2009-05-28 12:26:16 +00:00
Konstantin Isakov 8a2cf34051 + Raise filedescriptor limit to 2048 under Windows. 2009-05-26 15:33:54 +00:00
Konstantin Isakov 76a429e7e9 +! Experimental support for UTF-8 in .bgl files added. 2009-05-26 12:08:34 +00:00
Konstantin Isakov 55bbfde904 *! Downgrade 'sudden end of file' to a warning for index files.
This fixes some broken dictionaries which still work with StarDict.
2009-05-26 10:25:40 +00:00
Konstantin Isakov 231e09ed4a *! Make Dictionary Filenames box read-only. 2009-05-25 20:45:02 +00:00
Konstantin Isakov d65405a596 * Bump the version to +svn. 2009-05-25 13:42:09 +00:00
Konstantin Isakov 13467bd6c1 +! Include <stdint.h> 2009-05-25 13:41:28 +00:00
Konstantin Isakov eb96dd173a * Release the 0.9.0. 2009-05-24 19:28:51 +00:00
Konstantin Isakov 0d2ce6128d * Change Ctrl+Ins+Ins to Ctrl+C+C. 2009-05-24 19:04:24 +00:00
Konstantin Isakov 62a36598c2 +! Check printer validity before entering Page Setup - this fixes
fault when no printer is installed.
2009-05-24 18:51:45 +00:00
Konstantin Isakov afb9c0d5a5 * Update Russian translation. 2009-05-24 17:39:00 +00:00
Konstantin Isakov 31c735c2d5 * Update 'Welcome' text. 2009-05-24 17:38:38 +00:00
Konstantin Isakov e95c6bba40 * Move 'Scan Popup' page to be before 'Hot keys'. 2009-05-24 17:38:07 +00:00
Konstantin Isakov 0ed8294c51 + Use (programDataDir)/content/morphology when creating new config if said
directory exists.
2009-05-24 17:35:47 +00:00
Konstantin Isakov d89e17829d + Load translation from the application directory if there was none installed. 2009-05-24 17:13:43 +00:00
Konstantin Isakov bc7e75c2eb *! Fix incorrect tooltip. 2009-05-24 17:05:10 +00:00
Konstantin Isakov 4c557b06b2 -! Remove duplicate accelerator key. 2009-05-24 16:40:53 +00:00
Konstantin Isakov ea1da19196 + Language-specific stuff now lives in language.hh/.cc
+ Dictionary tooltips and dictionary info now show localized language names.
2009-05-24 16:38:08 +00:00
Konstantin Isakov b7b527f09c +! Merge r194 from 0.8.0 branch to fix qt locale loading. 2009-05-24 15:54:39 +00:00
Konstantin Isakov 8535604e21 + Implement basic 'Dictionary information' pane functionality.
- Hide arrow buttons in 'Dictionaries' for now.
+ Add 'ja' flag to comply to ISO (copied from 'jp')
2009-05-24 15:45:37 +00:00
Konstantin Isakov 337ceba596 * Disable Kunkrei- and Nihon-shiki, since they are not
implemented yet.
2009-05-24 14:38:16 +00:00
Konstantin Isakov 2b43f9e1ce +! Fix drag-and-drop jumpiness issues by choosing new current
index each time new rows are inserted or existing removed.
2009-05-24 14:24:13 +00:00
Konstantin Isakov 83cb5f4009 *! Fix some problems with dictionary order handling (duplicates etc).
+! Close all tabs before quitting - this fixes segfaults due to out-of-order
   destructions.
2009-05-23 14:19:57 +00:00
Konstantin Isakov 1504491ac8 *! Do not include dsl source in html result. This stops wrecking up html
when said source contains --> mistakenly treated as an end of comment.
   Rather than escape it, we just don't include the source at all.
2009-05-21 21:25:11 +00:00
Konstantin Isakov c09a353c99 *! Process article links in wikis hosted on non-root locations correctly.
This actually makes GoldenDict work with its own Wiki ok.
2009-05-18 18:46:18 +00:00
Konstantin Isakov 4723831f5d + Dictionary order and inactive dictionaries implemented. 2009-05-18 18:01:50 +00:00
Konstantin Isakov 189e22497b *! Clean up code and make drags between normal groups work. 2009-05-18 11:58:19 +00:00
Konstantin Isakov 1e4a643d08 + Create transliterations syncronously. 2009-05-18 10:46:53 +00:00
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