Konstantin Isakov
b7bb7895bf
*! Fixed a bug where leading blanks in a filename would hang the program
...
while determining the corresponding file type.
2009-04-04 16:32:40 +00:00
Konstantin Isakov
8c1ac1a2fb
+ Support for Sound Dirs (arbitrary dirs full of audio files) added.
2009-04-04 16:06:06 +00:00
Konstantin Isakov
21332f57b0
*! Spelling fix: Russain->Russian Wiktionary. Sorry dudes.
2009-04-04 12:18:54 +00:00
Konstantin Isakov
edeff037fc
+ Add most popular default path for StarDict dictionaries on Windows to the
...
list of paths if it exists.
2009-04-03 23:40:39 +00:00
Konstantin Isakov
2c72f45625
+! Add support for clipboard copying operations in article views.
2009-04-03 21:57:23 +00:00
Konstantin Isakov
129e922138
+ Save main window's state and geometry on exit and restore it back on
...
startup.
2009-04-03 21:24:07 +00:00
Konstantin Isakov
6f20c0ffa7
*! Fix bad indices generation on 64-bit systems.
2009-04-03 20:03:18 +00:00
Konstantin Isakov
2fbb7d9895
+ Proxy server configuration is now supported.
2009-04-03 17:10:27 +00:00
Konstantin Isakov
3bbae73093
+! Add support for UTF16 surrogate pairs in a Dsl reader.
2009-04-03 14:04:56 +00:00
Konstantin Isakov
3bb9df7a4c
- Deactivate forced coredumps.
2009-04-03 12:53:35 +00:00
Konstantin Isakov
741a2042b7
*! progam->program spelling fix. Thanks to Vladimir Dolzhenko.
2009-04-02 19:11:54 +00:00
Konstantin Isakov
b2ddf5f2b1
*! When replacing wiki links' underscores with spaces, don't replace them
...
in fragment ids (after the # in url).
2009-04-01 18:59:31 +00:00
Konstantin Isakov
594f4dd2d0
* Use a better regexp for matching and removing underscores from wiki links.
...
This one works for any written language.
2009-04-01 12:23:16 +00:00
Konstantin Isakov
c32a12afb9
+ Make groups resistant to losing dictionaries when they got moved or
...
otherwise change their ids by saving their names, too, and falling back to
matching each group dictionary against name instead of id when no ids match.
2009-04-01 12:00:28 +00:00
Konstantin Isakov
4a99ce281f
+ Allow navigating down to the word list from the translation line and back
...
by pressing Down or Up keys, respectively.
* Pressing Enter on the translation line directly translates what is typed
there now, irrespectively of whether there are any word matches or not.
2009-03-29 17:38:54 +00:00
Konstantin Isakov
9539e1557d
* Bump the version number up to 0.7
2009-03-29 13:44:18 +00:00
Konstantin Isakov
9e40b9f7a7
* Change default preferences to provide more features by default.
...
! Fix a bug where closeToTray field wasn't initialized.
2009-03-29 13:43:37 +00:00
Konstantin Isakov
9ae4e57bb8
+ Show the 'wait' message when loading dictionaries and the main window is
...
shown.
+ Propagate and display any exception happened while loading dictionaries.
2009-03-29 13:34:39 +00:00
Konstantin Isakov
66fb8b51c1
* Update intro text with regard to the fact that paths can now be recursive.
2009-03-29 12:26:54 +00:00
Konstantin Isakov
31a06ade12
+ Paths can now be optionally set as recursive.
2009-03-28 22:37:03 +00:00
Konstantin Isakov
0bf68b6883
* Do not react on item activation in wordList, since item selection changing
...
is fully enough. They were interfering badly, causing double-reloads and
sometimes even pagefaults somewhere inside webkit.
2009-03-28 17:19:54 +00:00
Konstantin Isakov
3c4f8830d8
+ Open resource zipfile on construction of .dsl and use it thoughout all of its
...
lifespan to read resources from it. Turns out, opening zipfile is the slowest
part, so we save on this by doing it only once.
2009-03-28 17:16:12 +00:00
Konstantin Isakov
cb85c1981d
+! When rendering an article, check whether the sound is present in a zipfile
...
or not when deciding if to insert a search audio link or a direct one.
2009-03-28 16:16:56 +00:00
Konstantin Isakov
02fac7263e
* Load .dsl resources asyncronously -- they don't even have any shared
...
structures.
2009-03-28 16:06:00 +00:00
Konstantin Isakov
517c58b695
* Cancel the corresponding dictionary request upon the network request
...
destruction.
2009-03-28 15:59:39 +00:00
Konstantin Isakov
3523031a6d
+ Support for .dsl resources contained in a .zip file named dictname.files.zip.
...
libzip is therefore a dependency now.
2009-03-28 12:35:52 +00:00
Konstantin Isakov
e0911e999b
* When creating new config under Linux, add all /usr/share/stardict/dic
...
subdirs to the list of dirs.
+ Populate mediawikis list (but don't enable any) when upgrading config.
2009-03-27 10:48:44 +00:00
Konstantin Isakov
65da954da2
* Switch to use Qt's own hashing support instead of having our own private Md5
...
implementation.
2009-03-26 19:15:00 +00:00
Konstantin Isakov
7859daaff6
* Major dictionary interface rework. Dictionaries now return Request objects
...
which can provide results asyncronously, be discarded prematurely etc. This
work touches just about every piece of exiting code.
+ On top of the new interface, MediaWiki (Wikipedia) support was added.
* Some other small fixes might went along.
2009-03-26 19:00:08 +00:00
Konstantin Isakov
b2b9798663
+ a "noResults" property style option added for translateLine
2009-03-26 16:37:00 +00:00
Konstantin Isakov
10e4caa8e1
+ Wikipedia stylesheet data added
...
+ gderrordesc style description added
2009-03-26 16:35:49 +00:00
Konstantin Isakov
b151013c35
+ Add a wiki icon flag.
2009-03-26 15:44:15 +00:00
Konstantin Isakov
ef68f7a93c
* Use correct transform from local 8-bit filename encoding to QString
...
(this caused some files to being reindexed each time).
2009-02-09 22:49:44 +00:00
Konstantin Isakov
27f5e814f7
* "the each"->"each"
2009-02-09 19:39:58 +00:00
Konstantin Isakov
96215766c8
* Don't use documentMode under Windows since we're having some problems with
...
the definition frame.
2009-02-09 01:08:52 +00:00
Konstantin Isakov
0dfc699a30
* Rework the way temporary files are handled so they'd work under Windows
...
without locking issues.
2009-02-08 21:54:19 +00:00
Konstantin Isakov
050a989da8
* reading->ready typo fixed.
2009-02-08 21:32:33 +00:00
Konstantin Isakov
2264df6716
* Hide groups combobox when there are no groups in scan popup window.
2009-02-08 21:26:35 +00:00
Konstantin Isakov
956b7cfaee
* Add minimize button to the "Initialing" window.
2009-02-08 21:03:36 +00:00
Konstantin Isakov
c12aa385f8
* Make the "initializing" dialog non-closable.
2009-02-08 20:55:28 +00:00
Konstantin Isakov
9b1816d887
Use larger-sized image for the program icon.
2009-02-08 20:29:23 +00:00
Konstantin Isakov
5068b3b8f3
+ Scan popup can now be turned on and off.
...
+ Tray icon context menu implemented.
2009-02-08 20:20:02 +00:00
Konstantin Isakov
00ac1e235c
+ Add some initial welcome text and help.
2009-02-08 18:35:29 +00:00
Konstantin Isakov
cbd2577225
* GPL->GNU GPL
2009-02-08 18:34:48 +00:00
Konstantin Isakov
62cb2479ed
* The default stylesheets are now embedded into the program itself. It is
...
still possible to amend them by creating external ones, though.
2009-02-08 17:21:46 +00:00
Konstantin Isakov
2f27e8d9e6
+ Indicate that the user should be anticipating the result when scan popup
...
is searching for the translation.
2009-02-08 16:50:18 +00:00
Konstantin Isakov
c23e1351f4
+ Smart placement of the popup window implemented.
2009-02-08 16:35:30 +00:00
Konstantin Isakov
d32fd02217
+ Implement "in new tab" context menu choices in article view.
2009-02-08 15:49:17 +00:00
Konstantin Isakov
71c736f35f
Use desktop services to open all types of files but the audio ones.
2009-02-08 14:40:26 +00:00
Konstantin Isakov
e3bb365473
* Only use PlaySound for "gdau" links (Windows only)
2009-02-08 14:09:39 +00:00