Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Prepare 0.4.0.2 bugfix: Update versions, Update Changelog, set tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hvdwolf committed Dec 12, 2013
1 parent e2037f1 commit ef6889e
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 58 deletions.
128 changes: 73 additions & 55 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,21 +1,39 @@
* fbea783 - (HEAD, tag: 0.4.0.1, origin/master, origin/HEAD, master)Fix link to pyExifToolGUI homepage. It still linked to old location. (3 minutes ago) <hvdwolf>
* 1c5772e - (tag: 0.4)Update Changelog (32 minutes ago) <hvdwolf>
* e925095 - Compile all gui files before 0.4 (36 minutes ago) <hvdwolf>
* 9959e72 - Fix renaming for full date-time, this always added a number. Set version to 0.4 in relevant files. (49 minutes ago) <hvdwolf>
* 700b969 - convert README.txt unix line endings to dos line endings to make it readible on all OSes (3 hours ago) <hvdwolf>
* 3a62abe - Create readme.txt in windows folder to describe how to create a windows package (3 hours ago) <hvdwolf>
* 5e78baa - Disable save geotag info if we don't have images loaded (3 hours ago) <hvdwolf>
* 5b4f5b1 - Fix initial parameters variabele when saving parts of information; bui;ld first lens functionality (6 hours ago) <hvdwolf>
* 6067f30 - [Windows] Fix incorrect escaping when exiftool in path with spaces (27 hours ago) <hvdwolf>
* 6103eb0 - Fix indent of two lines of code (2 days ago) <hvdwolf>
* 29086dd - And immediately correct stupid change in linux/OSX version (2 days ago) <hvdwolf>
* 3dafbb3 - Fix stupid error in windows check of exiftool existence (2 days ago) <hvdwolf>
* a03d569 - Fix many errors in geotagging functionality (4 days ago) <hvdwolf>
* 6dd2d0e - Adapt windows build; set alfa version; minor code chage and manual change (4 days ago) <hvdwolf>
* ef93eb1 - Geotagging: First untested code added; Minor addition to manual. (5 days ago) <hvdwolf>
* 635bcdd - 1. Add gui elements for geotagging (not functional yet) 2. Add first geotagging information to manual (draft) 3. Add file functions to geotagging tab (5 days ago) <hvdwolf>
* 5588701 - correct typo in ui README (5 days ago) <hvdwolf>
* 7152841 - (tag: 0.32, tag: 0.31, tag: 0.28)change from setup to hg_install_remove to conform to python rules (3 months ago) <harryvanderwolf>
* e2037f1 - (HEAD, origin/master, origin/HEAD, master)Temporary disable lens tab for version 0.4.0.2 (17 minutes ago) <hvdwolf>
* 1ca6f01 - Fix "button hang" after cancelling browse action in Geotagging screen. This had to do with the fact that I set some variables incorrectly. wrong: self.LineEdit_geotag_source_folder.setText(self.geotag_source_folder) Correct: self.LineEdit_geotag_source_folder.setText(geotag_source_folder) self.geotag_source_folder = geotag_source_folder (41 minutes ago) <hvdwolf>
* 7b5aa07 - [Linux and OSX] Also here: Fix incorrect escaping when exiftool in path with spaces (80 minutes ago) <hvdwolf>
* 36f9acc - Merge branch 'master' of https://github.com/hvdwolf/pyExifToolGUI (13 hours ago) <hvdwolf>
|\
| * be4f099 - Update installation.txt. Qt was not mentioned as dependency. (2 days ago) <hvdwolf>
| * 3951e14 - Update windows build file and readme (3 days ago) <hvdwolf>
* | 0579bf6 - Put geotag functions inside pergfunctions.py (13 hours ago) <hvdwolf>
|/
* bec2088 - Forgot to add new lensdefinition py and ui (4 days ago) <hvdwolf>
* 7ce993a - Addition to previous fix: Also update Mac OS X gui itself (4 days ago) <hvdwolf>
* c9e5dae - Some window titles are not displayed on Mac OS X, work around that. Hide lens definition options temporarily (4 days ago) <hvdwolf>
* 34792a1 - Update Mac OS X bundle stuff; add create_Mac_bundle.txt for explanation (4 days ago) <hvdwolf>
* 877f260 - Build lensdefinition gui and basic functionality; adapt tab order in a few dialogs (4 days ago) <hvdwolf>
* 235050b - Fix a few (copy&pasted) statusline messages (5 days ago) <hvdwolf>
* 9b8b8ee - Restructure gpano tab: it's a full tab and needed some optimisation (5 days ago) <hvdwolf>
* 15295e4 - First implementation of new lens data functionality + some minor fixes (5 days ago) <hvdwolf>
* 152efe9 - (tag: 0.4.0.1)Update Changelog to 0.4.0.1 (6 days ago) <hvdwolf>
* fbea783 - Fix link to pyExifToolGUI homepage. It still linked to old location. (6 days ago) <hvdwolf>
* 1c5772e - (tag: 0.4)Update Changelog (6 days ago) <hvdwolf>
* e925095 - Compile all gui files before 0.4 (6 days ago) <hvdwolf>
* 9959e72 - Fix renaming for full date-time, this always added a number. Set version to 0.4 in relevant files. (6 days ago) <hvdwolf>
* 700b969 - convert README.txt unix line endings to dos line endings to make it readible on all OSes (6 days ago) <hvdwolf>
* 3a62abe - Create readme.txt in windows folder to describe how to create a windows package (6 days ago) <hvdwolf>
* 5e78baa - Disable save geotag info if we don't have images loaded (6 days ago) <hvdwolf>
* 5b4f5b1 - Fix initial parameters variabele when saving parts of information; bui;ld first lens functionality (6 days ago) <hvdwolf>
* 6067f30 - [Windows] Fix incorrect escaping when exiftool in path with spaces (7 days ago) <hvdwolf>
* 6103eb0 - Fix indent of two lines of code (8 days ago) <hvdwolf>
* 29086dd - And immediately correct stupid change in linux/OSX version (8 days ago) <hvdwolf>
* 3dafbb3 - Fix stupid error in windows check of exiftool existence (8 days ago) <hvdwolf>
* a03d569 - Fix many errors in geotagging functionality (10 days ago) <hvdwolf>
* 6dd2d0e - Adapt windows build; set alfa version; minor code chage and manual change (10 days ago) <hvdwolf>
* ef93eb1 - Geotagging: First untested code added; Minor addition to manual. (11 days ago) <hvdwolf>
* 635bcdd - 1. Add gui elements for geotagging (not functional yet) 2. Add first geotagging information to manual (draft) 3. Add file functions to geotagging tab (11 days ago) <hvdwolf>
* 5588701 - correct typo in ui README (11 days ago) <hvdwolf>
* 7152841 - (tag: 0.32, tag: 0.31, tag: 0.28)change from setup to hg_install_remove to conform to python rules (4 months ago) <harryvanderwolf>
* 3c07c92 - rename setup.py to install_remove.py and create new distutils compatible setup.py script (11 months ago) <harryvanderWolf (hvdwolf>
* ebf9454 - Some textual changes to the info and manual to reflect the current grown state of pyExifToolGUI (11 months ago) <harryvanderwolf>
* e0c31fd - Added tag 0.32 for changeset 45137a9b10f9 (11 months ago) <harryvanderwolf>
Expand All @@ -37,15 +55,15 @@
* 4daf3ed - Added tag 0.29 for changeset c0d8c5aef54e (11 months ago) <harryvanderwolf>
* 4d297b5 - renaming made functional on linux and OSX; csv export now functions correctly; first addition of sync datetime tags (11 months ago) <harryvanderwolf>
* f47bf1c - Complete renaming screen and functionality (11 months ago) <harryvanderWolf (hvdwolf>
* 816c171 - Update copyright notices for 2013 (11 months ago) <harryvanderwolf>
* ef678f3 - [Win] Opening a html with an anchor from file now works on windows (or did I something stupid) (11 months ago) <harryvanderWolf (hvdwolf>
* 6c27748 - calls to sections in manual had grown over time, so clean code and make one general function to be called by the simple others (11 months ago) <harryvanderwolf>
* 68544f2 - Bugfix: Manual could not be opened from Mac OS X bundle (11 months ago) <harryvanderwolf>
* 2771afd - Set settings for 0.28 release (11 months ago) <harryvanderwolf>
* 01bda84 - Added tag 0.28 for changeset 2a1b9f4d889c (11 months ago) <harryvanderwolf>
* 873e67a - Add "Your Commands" tab where users can provide their own commands to exiftool; create function for recurring messagebox; expand manual; more work on renaming (11 months ago) <harryvanderwolf>
* f784404 - Correct error in renaming prefix/suffix options and make possible combinations idiot proof (11 months ago) <harryvanderwolf>
* 95f0d37 - Save all preliminary work on Renaming before writing the actual "write to" function (11 months ago) <harryvanderwolf>
* 816c171 - Update copyright notices for 2013 (12 months ago) <harryvanderwolf>
* ef678f3 - [Win] Opening a html with an anchor from file now works on windows (or did I something stupid) (12 months ago) <harryvanderWolf (hvdwolf>
* 6c27748 - calls to sections in manual had grown over time, so clean code and make one general function to be called by the simple others (12 months ago) <harryvanderwolf>
* 68544f2 - Bugfix: Manual could not be opened from Mac OS X bundle (12 months ago) <harryvanderwolf>
* 2771afd - Set settings for 0.28 release (12 months ago) <harryvanderwolf>
* 01bda84 - Added tag 0.28 for changeset 2a1b9f4d889c (12 months ago) <harryvanderwolf>
* 873e67a - Add "Your Commands" tab where users can provide their own commands to exiftool; create function for recurring messagebox; expand manual; more work on renaming (12 months ago) <harryvanderwolf>
* f784404 - Correct error in renaming prefix/suffix options and make possible combinations idiot proof (12 months ago) <harryvanderwolf>
* 95f0d37 - Save all preliminary work on Renaming before writing the actual "write to" function (12 months ago) <harryvanderwolf>
* b565fc8 - Correct error in writing config for thumbs preview; correct error after updating exiftool location on windows: it displayed an error message when there was no error (12 months ago) <harryvanderWolf (hvdwolf>
* fa25a74 - Added tag 0.27 for changeset 6c130a9b303d (12 months ago) <harryvanderWolf (hvdwolf>
* 477a490 - [Windows] stop flashing of command box window everytime exiftool is called (12 months ago) <harryvanderWolf (hvdwolf>
Expand Down Expand Up @@ -85,34 +103,34 @@
* f2e3ad9 - expand context menu functionality; add "export to args file" functionality; some code cleanup and restructuring (12 months ago) <harryvanderWolf (hvdwolf>
* 1956482 - Add right-click context menu with some options: to be expanded (12 months ago) <harryvanderwolf>
* 4445ee2 - Add metadata export options to the tool (12 months ago) <harryvanderWolf (hvdwolf>
* affa106 - Added tag 0.2 for changeset 87ef258a0df1 (12 months ago) <harryvanderwolf>
* bbfdbc1 - Update Changelog (12 months ago) <harryvanderwolf>
* 909b221 - Prepare for first 0.2 release (12 months ago) <harryvanderwolf>
* 8cdc25a - [OSX] mac bundle now works as well (12 months ago) <harryvanderwolf>
* 95921fc - more modifications to gui parts (12 months ago) <harryvanderwolf>
* b1894eb - [OSX] As menu finally works on OSX, remove the stupid "menu" tab which was created for OS X (12 months ago) <harryvanderwolf>
* 4ec9ea1 - [OSX] some further instructions on post-proecessing a pyinstaller bundle (12 months ago) <harryvanderwolf>
* d7c2907 - [OSX] outcommented wrong line and mentioned that one in README (12 months ago) <harryvanderwolf>
* d5339f6 - Forgot to add new ui and pyside-uic .py file (12 months ago) <harryvanderwolf>
* b981628 - Make menu on Mac finally work; Add some new functionality (12 months ago) <harryvanderwolf>
* e3bd6dc - disable a few Google Photosphere fields as exiftool does not support them yet (12 months ago) <harryvanderwolf>
* b2f7721 - Stop using quiloader as it segfaults on windows, switch to pyside-uic "compiled" .py GUIs (12 months ago) <harryvanderWolf (hvdwolf>
* ff399b1 - minor changes to remove_metadata ui file (12 months ago) <harryvanderwolf>
* 15e9a17 - rename ui file from remove_metatada.ui to remove_metadata.ui (12 months ago) <harryvanderwolf>
* 6e2557b - simply embed info_window ui directly in code (12 months ago) <harryvanderwolf>
* ccfac3e - Only enable "remove metadata" functionality with images loaded; some code cleanup (12 months ago) <harryvanderwolf>
* a6fc255 - Add sub menu "Extra" menu; Add "remove metadata" option ot "Extra" menu; a few more minor changes (12 months ago) <harryvanderwolf>
* 7ec8fb1 - All kind of minor changes, tooltips, statusbar tips, etc. (12 months ago) <harryvanderwolf>
* 24bade7 - First attempts for new functionality (12 months ago) <harryvanderwolf>
* 27f3029 - Switch from messages via progress label in bottom of screen to statusbar messages. part 2 (12 months ago) <harryvanderwolf>
* 12d64e1 - Switch from messages via progress label in bottom of screen to statusbar messages. Gives less formatting options but keeps the gui cleaner (12 months ago) <harryvanderwolf>
* 882dac0 - [OSX] Make more adjustments to spec file and final bundle (12 months ago) <harryvanderwolf>
* 3d6fcd3 - [OSX] Make a "Menu" tab in the gui for OS X platform as a rough cut patch as Mac has a terrible menu behaviour impacting QT applications (12 months ago) <harryvanderwolf>
* 2244e44 - [OSX] Change "Program Info" menu item back in "About" as it doesn't change anything on OSX (12 months ago) <harryvanderwolf>
* bf00715 - add extended Google Photosphere functionality (12 months ago) <harryvanderwolf>
* d75f1bb - minor change to new info_window (12 months ago) <harryvanderwolf>
* 9c98a2e - Dynamically call ui files; adapt installation texts (12 months ago) <harryvanderwolf>
* 63dd89c - Modify menu (12 months ago) <harryvanderwolf>
* affa106 - Added tag 0.2 for changeset 87ef258a0df1 (1 year ago) <harryvanderwolf>
* bbfdbc1 - Update Changelog (1 year ago) <harryvanderwolf>
* 909b221 - Prepare for first 0.2 release (1 year ago) <harryvanderwolf>
* 8cdc25a - [OSX] mac bundle now works as well (1 year ago) <harryvanderwolf>
* 95921fc - more modifications to gui parts (1 year ago) <harryvanderwolf>
* b1894eb - [OSX] As menu finally works on OSX, remove the stupid "menu" tab which was created for OS X (1 year ago) <harryvanderwolf>
* 4ec9ea1 - [OSX] some further instructions on post-proecessing a pyinstaller bundle (1 year ago) <harryvanderwolf>
* d7c2907 - [OSX] outcommented wrong line and mentioned that one in README (1 year ago) <harryvanderwolf>
* d5339f6 - Forgot to add new ui and pyside-uic .py file (1 year ago) <harryvanderwolf>
* b981628 - Make menu on Mac finally work; Add some new functionality (1 year ago) <harryvanderwolf>
* e3bd6dc - disable a few Google Photosphere fields as exiftool does not support them yet (1 year ago) <harryvanderwolf>
* b2f7721 - Stop using quiloader as it segfaults on windows, switch to pyside-uic "compiled" .py GUIs (1 year ago) <harryvanderWolf (hvdwolf>
* ff399b1 - minor changes to remove_metadata ui file (1 year ago) <harryvanderwolf>
* 15e9a17 - rename ui file from remove_metatada.ui to remove_metadata.ui (1 year ago) <harryvanderwolf>
* 6e2557b - simply embed info_window ui directly in code (1 year ago) <harryvanderwolf>
* ccfac3e - Only enable "remove metadata" functionality with images loaded; some code cleanup (1 year ago) <harryvanderwolf>
* a6fc255 - Add sub menu "Extra" menu; Add "remove metadata" option ot "Extra" menu; a few more minor changes (1 year ago) <harryvanderwolf>
* 7ec8fb1 - All kind of minor changes, tooltips, statusbar tips, etc. (1 year ago) <harryvanderwolf>
* 24bade7 - First attempts for new functionality (1 year ago) <harryvanderwolf>
* 27f3029 - Switch from messages via progress label in bottom of screen to statusbar messages. part 2 (1 year ago) <harryvanderwolf>
* 12d64e1 - Switch from messages via progress label in bottom of screen to statusbar messages. Gives less formatting options but keeps the gui cleaner (1 year ago) <harryvanderwolf>
* 882dac0 - [OSX] Make more adjustments to spec file and final bundle (1 year ago) <harryvanderwolf>
* 3d6fcd3 - [OSX] Make a "Menu" tab in the gui for OS X platform as a rough cut patch as Mac has a terrible menu behaviour impacting QT applications (1 year ago) <harryvanderwolf>
* 2244e44 - [OSX] Change "Program Info" menu item back in "About" as it doesn't change anything on OSX (1 year ago) <harryvanderwolf>
* bf00715 - add extended Google Photosphere functionality (1 year ago) <harryvanderwolf>
* d75f1bb - minor change to new info_window (1 year ago) <harryvanderwolf>
* 9c98a2e - Dynamically call ui files; adapt installation texts (1 year ago) <harryvanderwolf>
* 63dd89c - Modify menu (1 year ago) <harryvanderwolf>
* 8677538 - [OSX] improved pyinstaller spec file but still not 100 pct correct (1 year ago) <harryvanderwolf>
* 2aff243 - add (currently not working) pyinstaller spec file (1 year ago) <harryvanderwolf>
* 7a11562 - Improve pyinstaller spec file for windows (1 year ago) <harryvanderWolf (hvdwolf>
Expand Down
2 changes: 1 addition & 1 deletion MacOSX/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>0.4</string>
<string>0.4.0.2</string>
<key>CFBundleExecutable</key>
<string>MacOS/pyexiftoolgui</string>
<key>CFBundleName</key>
Expand Down
6 changes: 6 additions & 0 deletions make_git_log
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
colorfull:
git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit

without color:
git log --graph --pretty=format:'%h% - %d% %s (%cr) <%an>' --abbrev-commit

4 changes: 2 additions & 2 deletions scripts/programinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
# a complete exiftool gui: not at all.

NAME = "pyExifToolGui"
VERSION = "0.4"
VERSIONDATE = "20131206"
VERSION = "0.4.0.2"
VERSIONDATE = "20131212"
GPL_VERSION = "3"
AUTHOR = "Harry van der Wolf"
COPYRIGHT = "Copyright 2012-2013 Harry van der Wolf"
Expand Down

0 comments on commit ef6889e

Please sign in to comment.