| 1 | |
|---|
| 2 | == CHANGELOG == |
|---|
| 3 | |
|---|
| 4 | === V0.2.2 - 2010.03.12 === |
|---|
| 5 | |
|---|
| 6 | * Changed button text to prevent misunderstanding. |
|---|
| 7 | * Added question before generating a new map database. |
|---|
| 8 | * GC icon contains now all necessary resolutions. |
|---|
| 9 | * Added toolbox icon. |
|---|
| 10 | * Added dialog to enable and set the logging path. |
|---|
| 11 | * Change map database generation code. |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | === V0.2.1 - 2009.11.11 === |
|---|
| 15 | |
|---|
| 16 | * Added *.pyw files to .gitignore. |
|---|
| 17 | * Changed code to use QMainWindow now. |
|---|
| 18 | * Added status bar indicator. |
|---|
| 19 | * Added menu bar with file menu. |
|---|
| 20 | * Added icons for 'Exit' and 'About'. |
|---|
| 21 | * Added icon to 'Exit' menu entry. |
|---|
| 22 | * Moved the application icon to the icons directory. |
|---|
| 23 | * Changed version info handling for the 'About' dialogue. |
|---|
| 24 | * Changed types of the message boxes. |
|---|
| 25 | * Changed status bar handling. |
|---|
| 26 | * Added 'About' menu item. |
|---|
| 27 | * Settings of the GUI will now be saved and restored. |
|---|
| 28 | * Disabled tristate of the 'update tiles' checkbox. |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | === V0.2.0 - 2009.10.21 === |
|---|
| 32 | |
|---|
| 33 | * Added icon for the GUI. |
|---|
| 34 | * Started implementation of the GUI using PyQt4. |
|---|
| 35 | * Added first GUI elements to the Auto Radius tab. |
|---|
| 36 | * Auto Radius tab works now for the first time. |
|---|
| 37 | * Auto Radius tab is now full functional. |
|---|
| 38 | * Fixed small typo in usage description. |
|---|
| 39 | * Tiles Count Tab is now working. |
|---|
| 40 | * Added pyinstaller dirs and log files to .gitignore. |
|---|
| 41 | * Added the pyinstaller spec file also to .gitignore. |
|---|
| 42 | * Removed pyinstall spec file from .gitignore. |
|---|
| 43 | * Added pyinstall spec file to repo. |
|---|
| 44 | * Made program more object-orientated. |
|---|
| 45 | * Added own QDoubleValidator. |
|---|
| 46 | * Added dummies for the 'Fetch' and 'Generate' pages. |
|---|
| 47 | * Changed sys.exit handling. |
|---|
| 48 | * Removed pyinstaller spec file again from the repo. |
|---|
| 49 | * Added pyinstaller spec file again to .gitignore. |
|---|
| 50 | * Started adding the 'Generate' page. |
|---|
| 51 | * 'Generate' page is now working. |
|---|
| 52 | * 'Fetch' page is now also working. |
|---|
| 53 | * Added some stretch to the layouts. |
|---|
| 54 | * Long lasting operation will now show the sand glass |
|---|
| 55 | * Map Server Names will be shown on the 'fetch' page. |
|---|
| 56 | * Max. end zoom level is automagically adapted. |
|---|
| 57 | * Improved the GetDirName widget. |
|---|
| 58 | * Removed linefeeds from message window. |
|---|
| 59 | * Added processing of the QT event loop during long running operations. |
|---|
| 60 | * Override cursor will be restored in case of a exception. |
|---|
| 61 | * Changed icon from propietary Geocaching.com icon to free Leatherman icon. |
|---|
| 62 | * Added usage text for the GUI mode. |
|---|
| 63 | |
|---|
| 64 | |
|---|
| 65 | === V0.1.4 - 2009.10.06 === |
|---|
| 66 | |
|---|
| 67 | * Added instruction how to copy the generated DB to the mobile. |
|---|
| 68 | * Added new option '-q/--quiet'. |
|---|
| 69 | * Fixed bug in option '-v' after introducing '-q'. |
|---|
| 70 | * Added new mode 'tiles-count'. |
|---|
| 71 | * Modified output in the tiles-count mode. |
|---|
| 72 | * More specific help after the map generation. |
|---|
| 73 | * Added Auto Radius Mode. |
|---|
| 74 | |
|---|
| 75 | |
|---|
| 76 | === V0.1.3 - 2009.09.30 === |
|---|
| 77 | |
|---|
| 78 | * Fixed bug in tiles count estimation. |
|---|
| 79 | * Added option to set max. tile count. |
|---|
| 80 | * Modified exit handling. |
|---|
| 81 | * Fixed wrong return value in getCoordsFromBoundingBox(). |
|---|
| 82 | * First step towards new bounding box formats. |
|---|
| 83 | * Merge branch 'fb_new_bounding_box_formats' of p:/GCLiveMapGen into fb_new_bounding_box_formats |
|---|
| 84 | * New bounding box formats are now complete. |
|---|
| 85 | * Fixed bug which prevented negative bounding box coords. |
|---|
| 86 | * Coords will be shown with 4 decimal places. |
|---|
| 87 | |
|---|
| 88 | |
|---|
| 89 | === V0.1.2 - 2009.09.25 === |
|---|
| 90 | |
|---|
| 91 | * Made try/except more specific, fixes ticket #1. |
|---|
| 92 | * Added simple handler for keyboard interrupt (fixes partly ticket #4). |
|---|
| 93 | |
|---|
| 94 | |
|---|
| 95 | === V0.1.1 - 2009.09.24 === |
|---|
| 96 | |
|---|
| 97 | * Added CHANGELOG to the project. |
|---|
| 98 | * Added shebang line to the script. |
|---|
| 99 | * Removed unused import of shutil. |
|---|
| 100 | * Automagically reorders bounding box coords which are in wrong order. |
|---|
| 101 | * Bugfix for ticket #3 - Catch up wrong bounding box formats. |
|---|
| 102 | * Fetching of map tiles will be stopped if the max. supported tiles count is reached. |
|---|
| 103 | * Map DB generation will stop if the tiles limit is reached. |
|---|
| 104 | * If the estimated tiles count is not supported a warning will be issued. |
|---|
| 105 | * Added 'WARNING' to all prints which give a warning. |
|---|
| 106 | * 'Fetch' may now again fetch more than the allowed tiles. |
|---|
| 107 | |
|---|
| 108 | |
|---|
| 109 | === V0.1.0 - 2009.09.13 === |
|---|