10
I Use This!
Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*! Fix a memory leak in DslDictionary::loadArticle(). More... about 15 years ago
*! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and wchar_t. This changes nothing on Linux and most other systems, but on Win32 it causes to use normal UCS-4 strings instead of Win32's usual UTF-16. More... about 15 years ago
* Use more standard isspace() instead of more non-standard isblank(). More... about 15 years ago
* Workaround for another narrow-wchar issue when building on Windows. More... about 15 years ago
* Use Folding::isWhitespace() for whitespace checks when parsing article tags. It's richer and doesn't depend on iswblank()'s existence and/or implementation. More... about 15 years ago
*! Use our own custom isDslWs() function to do whitespace checks for Dsl content, since this must never be locale- or os-specific -- rather than that, it is set only by the official Dsl compiler software. Besides, not all OS/runtimes/versions actually have iswblank() function at all. More... about 15 years ago
+ Add missing libraries. Why were they missing is a subversion mystery. More... about 15 years ago
- Drop convertChainToWstrings(), it's not used anymore. More... about 15 years ago
+ Dictionary::stemmedMatch() added, and is now used for word suggestions when no translations were found. More... about 15 years ago
+ Precompiled third-party libraries and their headers added for Windows targets. More... about 15 years ago
* Make all requests work asyncronously for Dsl, Bgl and Stardict file formats. More... about 15 years ago
*! Limit the amount of items shown in the TOC of context menu to 20 maximum, so they don't overwhelm everything. More... about 15 years ago
* A lot of changes aimed to make lookups faster and to reduce startup times. More... about 15 years ago
* Fasten up loading times by opening Babylon file only when indexing it. More... about 15 years ago
*! Fix proxy problems by constructing it with the right type from the start. Squid now works. More... about 15 years ago
+ Options to open tabs in background and open tabs after the current one added. More... about 15 years ago
*! Fix ExternalViewer crashing when the tab which spawned it gets closed while it's still running. More... about 15 years ago
*! Decode the encoded url correctly for auto-pronounce feature. More... about 15 years ago
* Instead of clearing the translation line when pressing Esc, we merely select all its text. This allows both making new query or refining the old one easily. More... about 15 years ago
* Capitalize 'Morphology' in Russian translation. More... about 15 years ago
* The program version is now propagated to the program; and it now ends up showed in the About dialog. More... about 15 years ago
* Better Russian translations for Sound dirs. More... about 15 years ago
+ Implemented the ability to change program's language. * Russian translation updated to include new strings, others were fixed a bit. More... about 15 years ago
* Russian translation updated. * Basic support for translations added, along with the changes necessary to accommodate to it. More... about 15 years ago
+ Added Russian translation file (by Andrey Cherepanov, courtesy of ALT Linux) More... about 15 years ago
+! Under Windows, hide the audio playback program's label too. More... about 15 years ago
+ Add 'table of contents' navigation into the right-button mouse menu. More... about 15 years ago
+ Add escapeForJavaScript() function, to be used later. More... about 15 years ago
*! Switch to QUrl for url encoding for better escaping. More... about 15 years ago
*! Revert back to load() from setUrl(), since it turned out the latter didn't support saving scroll positions when going back and forth. More... about 15 years ago