0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor bug fix. Left in a bit of disused code that might cause problems when reading GPS info from some not very standards compliant files.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Small bug fix in pyexiv2 metadata handler. Was saving Xmp strings with lang="", which is not valid. Now uses lang="x-default" which seems OK.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Updated documentation.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Added option to use GExiv2 instead of pyexiv2.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Ported to GExiv2. The metadata.py module now uses GExiv2, if it is installed, otherwise it uses pyexiv2 as before. See issues #5 and #3.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Added a quote to the README.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Added a quote to the README.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Made the flickrapi dependency optional. Not all users will want to use the Flickr uploader, or even have Flickr accounts. Now the Photini editor just omits the Flickr uploader tab if python-flickrapi is not installed.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Updated copyright notice date.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Deleted old screenshots and user manual.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Changed README to use new screenshots.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Added the beginnings of a user manual. The first attempt at proper documentation. Very rough at the edges, and in need of a lot more detail, but better than what was there before.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Bug fix: set default name to empty string.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Bug fix: setting orientation had no effect.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Renamed 'text' and 'date & time' tabs.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Adjusted widget sizes to enlarge 'sets' list.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Changed version number to year.month format.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Moved setup.py and configured it to create distributions.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Updated README after moving documentation source.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Renamed doc directory to code/doc_src. Moved the documentation source to be a subdirectory of 'code', releasing the top level 'doc' directory for compiled documentation.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Added widget to set orientation to the date & time tab. Probably ought to rename the date & time tab now, but can't think of anything suitably succinct.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Bug fix: date/time was sometimes being marked as changed. The mistake was to initialise the widgets with today's date & time. When switching to the date tab with a selected image, changing the date & time to that of the image was being interpreted as a change in the image's metadata.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Flickr uploader can now add photos to sets.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Added unsaved files dialog to Flickr uploader.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Added a Flickr uploader tab.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Added a basic date & time editing tab.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Corrected some typos.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Removed unnecessary imports.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Separated date metadata fields into 'taken', 'digitised' and 'modified'.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago
Minor tweaks of text metadata tab.
Jim-Easterbrook
as Jim Easterbrook
More... over 11 years ago