1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2026-04-21 21:51:27 +02:00

24 Commits

Author SHA1 Message Date
gryf 0e6ed92c53 Added junk stuff, that belongs to 1.x branch. Mostly it is attempt to add i18n
support, rest are files with some temporary ideas.
2009-05-04 15:48:40 +00:00
gryf 5e8c33f05a changes in tests, upgrade to new EXIF module, etc 2009-04-07 19:40:15 +00:00
gryf 0adcdaba8d * Lots of changes, code cleanup, import/export in GUI. 2008-12-15 20:40:24 +00:00
gryf 92016fe5c1 * Finally, version 1.0. 2008-11-02 19:48:41 +00:00
gryf c1f4c0534c * Bugfix for case, when only_thumbs=True, remove images! Bug discovered
in suspiciously big katalog file.
2008-07-03 11:55:14 +00:00
gryf ef291c3ae6 * Removed unnecessary TODO. 2008-05-19 14:12:41 +00:00
gryf 453fb848aa * Added CZYTAJTO (polish README file).
* Changed katalog file extension from .pgt into or .tgz.
 * Removed compression choice form preferences.
2008-05-14 11:29:13 +00:00
gryf ea667cf03e * Changed version to 1.0 RC2.
* Bugfix in files removal. Controller should collect all file ids,
   otherwise it'll starts to remove wrong files, because in the meantime
   model removing items from liststore.
2008-05-14 08:40:33 +00:00
gryf de6253dad9 * Cosmetic changes. 2008-05-13 15:28:28 +00:00
gryf be69067396 * Cosmetic changes with displaying file details. 2008-05-08 16:19:20 +00:00
gryf 1eaad783f9 * Changed the way that program starts: it's possible to run it from its
directory or place in desired directory, copy pyGTKtalog script in
   place pointed in $PATH (or not), and change path to pygtktalog.py
   file.
2008-05-08 11:58:41 +00:00
gryf 800f30fc4a * Supplemented README file.
* Changed version to 1.0 RC1!
2008-05-08 06:45:31 +00:00
gryf 33b5e76f99 * Added support for "menu" key on keyboard.
* Small changes in behaviour of individual popup menus.
2008-05-06 19:17:10 +00:00
gryf 574767de2a * Bug bypass with foreach method for texttagtable (it's not iterate
over all tags, no one knows why).
 * Added pictures export.
 * Added new common class for directory pick.
 * Clean up main model - tree models have to be updated, than destroyed
   and created from scratch.
2008-05-05 06:54:36 +00:00
gryf 2cc803ddae * Added bug in tags :/ 2008-04-24 13:20:23 +00:00
gryf a98ba36a23 * Added drag and drop support from files TreeView to tags cloud.
* Added tags add.
 * Code clean up.
 * Removed unnecessary imports.
 * Adapted to PEP8.
2008-04-16 14:07:18 +00:00
gryf 3fd3b2ec19 * Added exteranl image viewer.
* Added edit for descriptions and notes for files.
 * Added possibility for make thumbnail for any directory/file.
 * More improvements and bufixes.
2008-04-14 13:29:50 +00:00
gryf e3069a3e12 * Added EXIF support - parse, write to db, show in apropriate tab. 2008-04-10 12:25:35 +00:00
gryf 0f371c7fd2 * Added support for add/remove pictures for any files or directories. 2008-04-09 15:41:20 +00:00
gryf a36ca62b73 * Added statisics.
* Bug fix on files disapear in file view.
 * Code clean up.
2008-04-08 13:25:13 +00:00
gryf 344f4be232 * Code refactoring.
* Small changes in assumptions.
 * TODO supplement.
 * Moved minor features into future versions.
 * Added extensions configuration editor.
2008-04-07 19:37:06 +00:00
gryf c72639af8e * Added widget for so called "tag cloud". 2008-03-26 20:39:32 +00:00
gryf 0279279083 * Added notebook widget for file preview.
* Added thumbnail preview.
2008-03-26 11:03:12 +00:00
gryf bc4f329d15 * Added details MVC files.
* Change of katalog file organization.
 * Small bugfixes.
 * Code clean up.
 * Added README file.
2008-03-24 09:15:05 +00:00