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

316 Commits

Author SHA1 Message Date
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