1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 16, 2023 — Apr 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
+ Added SIP show/hide handling under wince. * Renamed translation files to follow common conventions. * Language name is now stored in the translation file. No need for language.ini anymore. * Updated translations. More... about 14 years ago
+ Preliminary Symbian support. More... about 14 years ago
+ Some Windows Vista and Windows 7 eyecandy with translucent windows thanks to http://labs.trolltech.com/blogs/2009/09/15/using-blur-behind-on-windows/ :-) More... about 14 years ago
- Fixed non-showing solution steps' matrices if city limit was disabled. More... about 14 years ago
* Reimplemented solution tree deletion to be non-recursive function. Should use less memory. * Updated os.h with the fresh list of OSs, supported by Qt (http://doc.trolltech.com/4.6/qtglobal.html). More... about 14 years ago
Back to double to maintain compatibility between platforms. More... over 14 years ago
Translation updates... More... over 14 years ago
+ Added Fractional accuracy (in decimail places) to settings. + Created defaults.h file. Moved all default defines there. * Replaced all double types with qreal. * Replaced all calls to trUtf8() with tr() as we use setCodecForTr() to set UTF-8 encoding as default and tr() is enough. * Replaced all 2009 with 2010 in copyrights. - Fixed an error when loading .zkt file with less than 5 cities. More... over 14 years ago
Translation updates... More... over 14 years ago
Reworked Settings Dialog layout. More... over 14 years ago
Documentation update... More... over 14 years ago
A little temorary fix for better Settings Dialog display under WinCE. More... over 14 years ago
+ Added the ability to select between using Native and Qt's File Dialog. * Updated translations to reflect changes. More... over 14 years ago
+ Added the ability to generate fractional random numbers. + Added "Scroll to the end of solution output after solving" option. * Set the accuracy for fractional numbers on output to 2 decimail places. * Updated translations to reflect changes. More... over 14 years ago
+ Added Wait Cursor on city number change, because it can take some time (e.g. when changing from 5 to 50 cities). * Moved platform specific action definitions from .ui to source. * Changed random generation to include defined maximum (it was up to maximum previously). * Reverted from native to Qt open/save file dialog under WinCE, because it is more convenient than the native one. * English translation is now always loaded at application start before any other language is loaded. This is done to support plurals and some special characters that Qt translation system doesn't "like". * Updated translations to reflect recent changes. More... over 14 years ago
Translations updated... More... over 14 years ago
+ Added an ability to disable showing of the solution steps' matrices in solution output. * Replaced Ok and Cancel buttons in SettingsDialog with QButtonBox. Now the buttons conform the interface guidelines of the target platform. * Increased the allowed maximum number of cities to 50. Solution steps' matrices aren't shown by default if the number of cities in task is more than 15. * For WinCE the size of the toolbar buttons is now determined based on the device DPI instead of its resolution. * Open and save file dialogs are now using native dialogs where supported. * Reworked About dialog a little bit. More... over 14 years ago
Fixed crash when the task didn't have a solution. More... over 14 years ago
* TCandidate should, actually, be SCandidate (struct, not typedef). Renamed it. * Documentation update. More... over 14 years ago
Translations update... More... over 14 years ago
+ CTSPSolver class now deletes all solution tree on cleanup and delete to avoid memory leaks. + List of alternate candidates for branching is now saved in every solution step and displayed on output. + New struct TCandidate that represents a candidate for branching. * Renamed sStep to SStep and tMatrix to TMatrix. * Made a better and more readable About window. * English translation is now loaded too. This is needed to support plurals (e.g., 1 candidate, 4 candidates). More... over 14 years ago
+ Added author information to .ui files. More... over 14 years ago
Documentation update: + Added call and caller graphs. + Documentation now references Qt 4.6 documentation for Qt classes. More... over 14 years ago
+ Toolbar state and position is now saved and restored with Main Window state and position. * Made some small improvements to the code. * Fixed some errors in the documentation. * Made source code more "documentation friendly". More... over 14 years ago
Fixed random number generation. More... over 14 years ago
Made MainWindow::closeEvent() private. More... over 14 years ago
Adding documentation generated by doxygen. More... over 14 years ago
* Finished documentation. * Sorted all functions in .cpp files according to order of their declaration in .h files. More... over 14 years ago
Some documentation updates. More... over 14 years ago
More code documentation. More... over 14 years ago