gryf
5d9c90e4ad
WIP: Continue with gtk interface mockup
2016-08-31 21:55:35 +02:00
gryf
b22fbd5864
Prototype for gtk version
2016-08-23 22:24:47 +02:00
gryf
22d7e62357
Added tox configuration
2016-08-21 16:25:32 +02:00
gryf
bb5928a9f6
Make the pattern for searching certain files be useful
2016-08-21 15:16:39 +02:00
gryf
35f01b1e9f
Small refactoring, fixes for pep8/pylint findings
2016-08-21 15:11:56 +02:00
gryf
efab8b4152
Make proper use of parameters in logging function
2016-08-21 14:12:30 +02:00
gryf
287dcb3dc6
Removing old class
2016-08-21 14:08:17 +02:00
gryf
50a6847762
Reshape a way for detecting similar files
2016-08-21 14:03:39 +02:00
gryf
95ea6b023c
CLI: added find ability
2016-08-19 19:00:57 +02:00
gryf
8e08319775
Moved cmdcatalog to script directory
2016-08-19 18:56:33 +02:00
gryf
63f2d6fc11
Clean up old files. Repair unit tests
2016-08-19 18:54:22 +02:00
gryf
4eac6820c5
Added .gitignore, improved README
2016-08-19 18:26:47 +02:00
gryf
9cc2408868
Corrections to db converter, some improvements to commandline version of client
2015-01-08 20:28:02 +01:00
gryf
15e3aaeabf
Update of scan object, added commandline interface
2014-04-02 11:27:15 +02:00
gryf
43a40014c1
Working first attempt for updating files in scan object.
2012-02-26 16:53:22 +01:00
gryf
ad1703cd90
Added logic for Image and Thumbnail db objects. Added scan functionality
2011-05-15 16:50:54 +02:00
gryf
3e2634bc57
Added details/discs/files models, added scan module and its test
...
Changes im logging module, but also on others
2011-03-27 20:48:28 +02:00
gryf
3c6c9a552a
Added observable property for discs current directory,
...
Clean up dialogs a bit
Some additional variables in init (mainly for about() stuff)
Rearrange video module for usage PIL, which is slightly faster than
ImageMagick utils
2010-11-17 22:25:53 +01:00
gryf
54b6a377bf
Lots of changes, callbacks for gui events, added details and so on
2010-11-07 16:34:26 +01:00
gryf
22c24fbaf7
- added version for package,
...
- added about signal callback,
- use sorting in additional relations in models,
- added prototype for about class/function
- corrected README for small typos, added links, conformed to be valid
reStructuredText
2010-05-06 21:14:55 +02:00
gryf
62ab67ecc5
Resolved issue with sort order of children of the file obj.
2010-05-04 06:48:58 +02:00
gryf
7417b9e98e
Introduced files treeview, refactor code for discs view, struggle with files model
2010-05-04 05:55:41 +02:00
gryf
1cf1390567
Implemented rename functionality in discs controller, reduced redundant information in discs treestore
2010-05-03 10:30:00 +02:00
gryf
5db02183a5
Added script for converting between scheme for DB in version 1.x of app and 2.x
2010-05-02 19:32:56 +02:00
gryf
3590f90751
Cleaned up the code
2010-05-02 19:24:04 +02:00
gryf
2b5b53ada1
Added popup menu for discs treeview, added separated glade files with interface and controllers
2010-05-02 19:02:35 +02:00
gryf
7536e2c60a
Repaired test task
2010-05-02 11:29:53 +02:00
gryf
3b0cb80407
Added discs controller, change way that paver run application
2010-05-02 11:21:34 +02:00
gryf
9769dfdb76
Implementation of discs tree, added popup menu
2010-05-02 11:14:54 +02:00
gryf
dbb01acd3f
Early design for separating main classes into smaller parts. Added logger module.
2010-04-28 21:55:49 +02:00
gryf
9b7f15122d
Added requrements (SQLAlchemy, gettext)
2009-08-26 20:29:26 +00:00
gryf
1cd6ad5b84
Cleaned up messages for quit.
2009-08-26 20:20:48 +00:00
gryf
58c0c1ecdc
Imports for new database handle.
2009-08-26 20:18:09 +00:00
gryf
20501fcf54
Updated locale
2009-08-26 20:16:49 +00:00
gryf
5e83363fe7
Removed unnecessary prints.
2009-08-26 20:15:26 +00:00
gryf
313db80101
Migration of database stuff into objects managed by SQLAlchemy ORM.
2009-08-26 20:12:35 +00:00
gryf
3f797b0bf8
Replace generate_pot.py script with xgettext/intltool-extract tools. Python
...
script have defect in multiline texts and with couple of different messages in
one line.
2009-08-26 20:10:54 +00:00
gryf
8d6cb75b8e
Added tests for common DB actions
2009-07-19 18:16:47 +00:00
gryf
71162da225
Simplify db interactions. Follow KISS principle.
2009-07-19 18:16:14 +00:00
gryf
6b1fdb90e9
Added DataBase class for connectiions, schema creating and other common tasks.
...
This version contains copying to RAM functions.
2009-07-19 13:56:16 +00:00
gryf
c1dd854f62
removed trailing characters
2009-06-29 20:10:53 +00:00
gryf
2b47d9b869
added coverage option for nosetests
2009-06-29 20:09:59 +00:00
gryf
53c3a444e0
Separated code for geting information about movie, minor fixes
2009-06-29 20:09:06 +00:00
gryf
b54aa1849b
Added additional capture() method test to cover all cases
2009-06-29 20:07:26 +00:00
gryf
37f06726b4
Small changes in README
2009-05-19 19:53:14 +00:00
gryf
e93b7291b8
Generalize locale support with pavement script.
2009-05-19 19:52:55 +00:00
gryf
ca7fdf15e8
Isolated method for gathering movie info. Now it can be changed or replaced
...
easely.
2009-05-19 19:52:02 +00:00
gryf
7b5c76f1d9
Added fallback to C if there is no suitable locales
2009-05-19 19:50:46 +00:00
gryf
f0f8d27d19
Added on_quit method.
2009-05-19 19:50:05 +00:00
gryf
b493b66ea8
Msg catalogs update.
2009-05-19 19:49:30 +00:00
gryf
83b9d944cf
Cosmetic changes to test files for modules video and misc.
2009-05-19 19:46:45 +00:00
gryf
5ccdd8ee6f
Added module with dialog helpers, and unit test
2009-05-19 19:45:56 +00:00
gryf
8013eec7d2
Removed needless test collector. Used nosetest instead.
2009-05-09 05:44:05 +00:00
gryf
14f654251d
Added forgotten pot file.
...
Added i18n into package init.
Made some changes in README file.
2009-05-08 20:15:38 +00:00
gryf
8a24e30bde
Moved start script into bin directory.
...
Removed makefile, substituded by the pavement script from paver package.
2009-05-08 20:14:21 +00:00
gryf
bcacb75229
cosmetic changes
2009-05-08 20:11:11 +00:00
gryf
d04a84c72d
Small change to make plgen makefile target work.
2009-05-04 20:32:24 +00:00
gryf
e69e2300e8
Moved scripts into bin subdir, slightly modified Makefile, added plgen and
...
dist targets, removed CZYTAJTO.
2009-05-04 20:29:29 +00:00
gryf
08c38bf63d
Change Makefile to make tests work, removed cleanup shell script, removed
...
start script. There should be created new starscript suitable for running app
from current directory and installed as an egg.
2009-05-04 16:36:39 +00:00
gryf
52b293c459
Added unit test for misc module, added initial mvc for main window.
2009-05-04 16:24:37 +00:00
gryf
bdf059d11f
Moved main.glade into pygtktalog package.
2009-05-04 16:23:41 +00:00
gryf
ccec14f3ea
Move misc and video modules into package pygtktalog.
2009-05-04 16:19:48 +00:00
gryf
36c4e7e4f2
Added pygtktalog module
2009-05-04 16:13:37 +00:00
gryf
b0964ca031
Removed dummy tests, remove runtests bash script, since there is make target
...
for invoke running tests.
2009-05-04 16:09:48 +00:00
gryf
efaccd8902
Moved test module into root catalog of the project.
2009-05-04 16:05:47 +00:00
gryf
434df58b16
Head to v.2. Now it uses gtkmvc with version 1.99, makefile, i18n.
2009-05-04 16:02:36 +00:00
gryf
56c77ae9a4
added EXIF patch and misc in lib
...
removed some cruft
2009-04-07 20:25:00 +00:00
gryf
c46d29a5bb
added video module - replacement for midentify
...
added some mocks for images tests
2009-04-07 19:42:44 +00:00
gryf
5e8c33f05a
changes in tests, upgrade to new EXIF module, etc
2009-04-07 19:40:15 +00:00
gryf
fb920f58bc
* Removed cruft.
...
* Version change to 1.0.2.
2008-12-15 20:54:16 +00:00
gryf
292d290723
* Added shell script for preparing distfile.
...
* Added unitests.
* Added mocks for video files.
* Added midentify module.
2008-12-15 20:46:26 +00:00
gryf
0adcdaba8d
* Lots of changes, code cleanup, import/export in GUI.
2008-12-15 20:40:24 +00:00
gryf
c2926c96d6
* Rename module to apropriate name.
2008-12-15 20:27:19 +00:00
gryf
0e22fead19
* Updated pygtkmvc to 1.2.2.
2008-11-10 13:56:42 +00:00
gryf
920ad915d1
* Moving truncated old main class into converter. Old model doesn't
...
needed anymore.
2008-11-10 13:33:03 +00:00
gryf
92016fe5c1
* Finally, version 1.0.
2008-11-02 19:48:41 +00:00
gryf
e9edb602e3
* Refactored Img and Thumnail classes for new media storage.
2008-11-02 19:48:22 +00:00
gryf
301161926f
* Imporved simple image viewer. Now it have scrollbar, when needed.
2008-11-02 19:47:45 +00:00
gryf
e7b0288fc5
* Old version of main model. used for converter. to be deleted.
2008-11-02 19:46:35 +00:00
gryf
d04f1df252
* Image for images with no thumnail.
2008-11-02 19:45:51 +00:00
gryf
dba6f46200
* Convert from tar.bz2 database (db + images) format to pure (or
...
bzipped) sqlite db.
2008-11-02 19:45:12 +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
9bf8eb506f
* Bug fix in picture save method.
2008-06-16 12:45:54 +00:00
gryf
618d57091b
* Fixed bug in case that filename has underscore in recent menu.
2008-05-28 05:54:38 +00:00
gryf
ef291c3ae6
* Removed unnecessary TODO.
2008-05-19 14:12:41 +00:00
gryf
f44f80874d
* Added condition for no scale image, where image have smaller
...
dimensions than thumbnail.
2008-05-19 14:12:04 +00:00
gryf
400cc5ab4f
* Bugfix in case of empty recent list.
2008-05-14 11:48:21 +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
e51a447809
* Added file with licence.
2008-05-14 08:57:00 +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
6709576aec
* Added trees and lists refresh after remove of some branches or leafs.
2008-05-13 18:15:28 +00:00
gryf
ccc6b67dee
* Removed manual katalog creation. Now it is created automaticly after
...
application start.
2008-05-13 18:14:35 +00:00
gryf
e0a8753c13
* Added images capital extensions to filter of extensions.
2008-05-13 15:32:46 +00:00
gryf
2729f660e9
* Cosmetic changes.
2008-05-13 15:32:14 +00:00
gryf
49bbcd8d53
* Added support for signals for global removal of images and
...
thumbnails.
2008-05-13 15:32:02 +00:00
gryf
42e29b36b2
* Added right click menu support under searcher window.
2008-05-13 15:31:39 +00:00
gryf
e5edc7bb7f
* Added methods for global removal for images and thumbnails.
2008-05-13 15:31:09 +00:00
gryf
73754a2222
* Added popup menu for selected files in searcher window.
2008-05-13 15:30:13 +00:00
gryf
0eac79112f
* Added menu items for global removal for images and thumbnails.
2008-05-13 15:29:36 +00:00
gryf
de6253dad9
* Cosmetic changes.
2008-05-13 15:28:28 +00:00