1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00
Commit Graph

40 Commits

Author SHA1 Message Date
5e8c33f05a changes in tests, upgrade to new EXIF module, etc 2009-04-07 19:40:15 +00:00
0adcdaba8d * Lots of changes, code cleanup, import/export in GUI. 2008-12-15 20:40:24 +00:00
92016fe5c1 * Finally, version 1.0. 2008-11-02 19:48:41 +00:00
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
6709576aec * Added trees and lists refresh after remove of some branches or leafs. 2008-05-13 18:15:28 +00:00
49bbcd8d53 * Added support for signals for global removal of images and
thumbnails.
2008-05-13 15:32:02 +00:00
be69067396 * Cosmetic changes with displaying file details. 2008-05-08 16:19:20 +00:00
0038a5331d * Added models for files in searcher and search history.
* Added searcher method and add history elements.
 * Clean up files model.
 * Added some internal methods.
 * Code clean up.
2008-05-08 08:52:06 +00:00
33b5e76f99 * Added support for "menu" key on keyboard.
* Small changes in behaviour of individual popup menus.
2008-05-06 19:17:10 +00:00
aea871b30e * Added context menu item for possibility to remove tags form file or
even files.
 * Change of a way to display files after tag click - all files, that
   have clicked tag will be appear in files TreeView.
2008-05-05 21:17:40 +00:00
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
1684065b6a * Of course, that os.chown ave 3 arguments, not two. 2008-04-25 06:57:49 +00:00
a9efa754d8 * Of course, I forgot to change variable name :/ 2008-04-25 06:53:56 +00:00
0e5b5037f9 * Bug fix in catch exception - this is not IOError. 2008-04-25 06:51:04 +00:00
6ee0520823 * Change of direcotry attributes in tar extracting function for
Python 2.4.
2008-04-25 06:43:12 +00:00
0e9f1c5503 * Code clean up with guidlines of pain in the ass pylint.
* Added method for fetching tag for files with id, tag name and so on.
2008-04-24 13:20:01 +00:00
f6cdb9fb08 * Added method for retriving tag by id. 2008-04-17 06:51:37 +00:00
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
6dac5f887c * Another bugfix in extract tar archive for Python 2.4. Damn. 2008-04-14 19:15:42 +00:00
4a5b1d433f * Bugfix in extract tar archive for Python 2.4. 2008-04-14 19:08:35 +00:00
db599beae3 * Bugfix in extract tar archive for Python 2.4. 2008-04-14 19:05:02 +00:00
81d37ba053 * Small improvements.
* Added functionality for adding thumbnails only (without big images).
2008-04-14 18:49:31 +00:00
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
4a4730a5bb * Fixed bug in directory sizes after files/branches removal.
* Added gThumb comments parsing.
2008-04-11 11:46:47 +00:00
e3069a3e12 * Added EXIF support - parse, write to db, show in apropriate tab. 2008-04-10 12:25:35 +00:00
5ffbf9a15a * Added support for add/remove pictures for any files or directories. 2008-04-09 15:41:11 +00:00
a36ca62b73 * Added statisics.
* Bug fix on files disapear in file view.
 * Code clean up.
2008-04-08 13:25:13 +00:00
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
14c23170ba * Improvements, bugfixes. 2008-04-02 19:18:59 +00:00
f40106ef3e * Typo.
* Bugfix in call.
2008-03-28 19:02:13 +00:00
be230a4e9f * Added another part of tag cloud. 2008-03-28 18:18:14 +00:00
c72639af8e * Added widget for so called "tag cloud". 2008-03-26 20:39:32 +00:00
0279279083 * Added notebook widget for file preview.
* Added thumbnail preview.
2008-03-26 11:03:12 +00:00
fe5bb49fa4 * Added thumbnals generating for images.
* Lots of fixes.
2008-03-26 06:31:35 +00:00
922ec99990 * Added another section in config class for managing files extensions. 2008-03-24 12:09:29 +00:00
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
be20420f74 * Clean up.
* Removed cruft.
2007-10-24 17:34:07 +00:00
f389ddc074 * Support for removing branches form database.
* Change in behaviour of TreeStore for disks - add or remove is done
   simultaneously in model and db.
2007-09-15 06:54:16 +00:00
e33c809825 * Added column with parent id to TreeStore. Now it can be possible to
activate items in context menu for specified files.
2007-09-12 20:42:31 +00:00
3282000e03 * Moved experimental MVC project as a current mainstream. 2007-09-05 16:13:58 +00:00