2729f660e9
* Cosmetic changes.
2008-05-13 15:32:14 +00:00
49bbcd8d53
* Added support for signals for global removal of images and
...
thumbnails.
2008-05-13 15:32:02 +00:00
42e29b36b2
* Added right click menu support under searcher window.
2008-05-13 15:31:39 +00:00
e5edc7bb7f
* Added methods for global removal for images and thumbnails.
2008-05-13 15:31:09 +00:00
73754a2222
* Added popup menu for selected files in searcher window.
2008-05-13 15:30:13 +00:00
0eac79112f
* Added menu items for global removal for images and thumbnails.
2008-05-13 15:29:36 +00:00
de6253dad9
* Cosmetic changes.
2008-05-13 15:28:28 +00:00
29f1266f8d
* Change of behavoiur of standard filechooser dialogs. Now it would for
...
default open last location, where katalog file was written. If user
changes location for some other file, then it stick to that
directory.
2008-05-08 16:57:28 +00:00
3b95c6a16f
* Change of keyboard shortcut for adding CD/DVD - it has collisions
...
with standard copy shortcut.
2008-05-08 16:53:55 +00:00
be69067396
* Cosmetic changes with displaying file details.
2008-05-08 16:19:20 +00:00
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
d0b23f9202
* Added controller and view for search window.
2008-05-08 08:52:30 +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
1a4bbbb653
* Added support for history of searches.
2008-05-08 08:46:23 +00:00
9f03954433
* Added controller and view for search window.
2008-05-08 08:46:04 +00:00
697bd8124c
* Clean up TreeStore model for files.
...
* Added observer variable to main model, so that clicked file id in
search window can be easly passed to main controller and jump to that
file.
* Some cosmetic changes.
2008-05-08 08:45:23 +00:00
1b0d76e6ba
* Tab name change from "katalogi" to "dyski".
2008-05-08 08:42:14 +00:00
800f30fc4a
* Supplemented README file.
...
* Changed version to 1.0 RC1!
2008-05-08 06:45:31 +00:00
20563ece6d
* Removed DOS/Windows end-of-line character.
2008-05-08 06:45:08 +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
2cc803ddae
* Added bug in tags :/
2008-04-24 13:20:23 +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
8080ccc7f0
* Code clean up.
...
* Decerased amount of class methods.
* Added tags cloud support.
2008-04-24 13:19:13 +00:00
e774353a8b
* Interface clean up.
...
* Refactoring method for signals doing exactly the same thing.
2008-04-24 13:17:28 +00:00
8a929adcdd
* Code refactoring.
...
* Added add tags by drag and drop.
2008-04-17 06:52:14 +00:00
f6cdb9fb08
* Added method for retriving tag by id.
2008-04-17 06:51:37 +00:00
25da838972
* Removed database from moviedb project, and pictures from website.
2008-04-17 06:47:09 +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
f98c905591
* Code clean up.
...
* Removed unnecessary imports.
* Adapted to PEP8.
2008-04-16 14:05:20 +00:00
6691415f12
* Code clean up.
...
* Adapted to PEP8.
2008-04-16 14:04:05 +00:00
da2df60c40
* Code clean up.
...
* Removed unnecessary imports.
* Adapted to PEP8.
2008-04-16 14:03:34 +00:00
da2f9cc7a7
* Small GUI changes.
2008-04-16 14:01:44 +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
59db470ffa
* Removed unnecessary infrastructure for file details.
2008-04-14 13:32:04 +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
371f702f9d
* Interface clean up.
...
* Added popup menu for thumbnails.
2008-04-14 12:20:52 +00:00
83f76552e2
* More work on edit dialog.
2008-04-14 12:20:29 +00:00
2b27b06c24
* Interface clean up.
...
* Added popup menu for thumbnails.
2008-04-14 12:20:16 +00:00
66694f05c2
* Fix for missed configuration change.
2008-04-14 12:19:37 +00:00
b41df8d2d7
* Added dialog for file edit.
2008-04-11 11:47:43 +00:00
978145e089
* Small bugfixes.
2008-04-11 11:47:28 +00:00