Last modified 2 years ago
Table of Contents
CHANGELOG
V0.2.2 - 2010.03.12
- Changed button text to prevent misunderstanding.
- Added question before generating a new map database.
- GC icon contains now all necessary resolutions.
- Added toolbox icon.
- Added dialog to enable and set the logging path.
- Change map database generation code.
V0.2.1 - 2009.11.11
- Added *.pyw files to .gitignore.
- Changed code to use QMainWindow now.
- Added status bar indicator.
- Added menu bar with file menu.
- Added icons for 'Exit' and 'About'.
- Added icon to 'Exit' menu entry.
- Moved the application icon to the icons directory.
- Changed version info handling for the 'About' dialogue.
- Changed types of the message boxes.
- Changed status bar handling.
- Added 'About' menu item.
- Settings of the GUI will now be saved and restored.
- Disabled tristate of the 'update tiles' checkbox.
V0.2.0 - 2009.10.21
- Added icon for the GUI.
- Started implementation of the GUI using PyQt?4.
- Added first GUI elements to the Auto Radius tab.
- Auto Radius tab works now for the first time.
- Auto Radius tab is now full functional.
- Fixed small typo in usage description.
- Tiles Count Tab is now working.
- Added pyinstaller dirs and log files to .gitignore.
- Added the pyinstaller spec file also to .gitignore.
- Removed pyinstall spec file from .gitignore.
- Added pyinstall spec file to repo.
- Made program more object-orientated.
- Added own QDoubleValidator.
- Added dummies for the 'Fetch' and 'Generate' pages.
- Changed sys.exit handling.
- Removed pyinstaller spec file again from the repo.
- Added pyinstaller spec file again to .gitignore.
- Started adding the 'Generate' page.
- 'Generate' page is now working.
- 'Fetch' page is now also working.
- Added some stretch to the layouts.
- Long lasting operation will now show the sand glass
- Map Server Names will be shown on the 'fetch' page.
- Max. end zoom level is automagically adapted.
- Improved the GetDirName? widget.
- Removed linefeeds from message window.
- Added processing of the QT event loop during long running operations.
- Override cursor will be restored in case of a exception.
- Changed icon from propietary Geocaching.com icon to free Leatherman icon.
- Added usage text for the GUI mode.
V0.1.4 - 2009.10.06
- Added instruction how to copy the generated DB to the mobile.
- Added new option '-q/--quiet'.
- Fixed bug in option '-v' after introducing '-q'.
- Added new mode 'tiles-count'.
- Modified output in the tiles-count mode.
- More specific help after the map generation.
- Added Auto Radius Mode.
V0.1.3 - 2009.09.30
- Fixed bug in tiles count estimation.
- Added option to set max. tile count.
- Modified exit handling.
- Fixed wrong return value in getCoordsFromBoundingBox().
- First step towards new bounding box formats.
- Merge branch 'fb_new_bounding_box_formats' of p:/GCLiveMapGen into fb_new_bounding_box_formats
- New bounding box formats are now complete.
- Fixed bug which prevented negative bounding box coords.
- Coords will be shown with 4 decimal places.
V0.1.2 - 2009.09.25
- Made try/except more specific, fixes ticket #1.
- Added simple handler for keyboard interrupt (fixes partly ticket #4).
V0.1.1 - 2009.09.24
- Added CHANGELOG to the project.
- Added shebang line to the script.
- Removed unused import of shutil.
- Automagically reorders bounding box coords which are in wrong order.
- Bugfix for ticket #3 - Catch up wrong bounding box formats.
- Fetching of map tiles will be stopped if the max. supported tiles count is reached.
- Map DB generation will stop if the tiles limit is reached.
- If the estimated tiles count is not supported a warning will be issued.
- Added 'WARNING' to all prints which give a warning.
- 'Fetch' may now again fetch more than the allowed tiles.
V0.1.0 - 2009.09.13
- First public available version.