File: ChangeLog

package info (click to toggle)
griffith 0.6.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,336 kB
  • ctags: 1,234
  • sloc: python: 7,586; xml: 924; makefile: 269
file content (746 lines) | stat: -rw-r--r-- 30,042 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
# $Id: ChangeLog 311 2006-04-14 21:27:35Z piotrek $

Griffith ChangeLog
------------------
(c) 2005-2006 Vasco Nunes

---- 0.6.2 ---

2006-08-08 Piotr Ozarowski <ozarow@gmail.com>
	* IMDb movie plugin updated.

2006-08-05 Piotr Ozarowski <ozarow@gmail.com>
	* FDb movie plugin updated.

2006-07-29 Piotr Ozarowski <ozarow@gmail.com>
	* IMDb movie plugin adds new lines in "with" field again
	* Update button moved to toolbar

2006-07-27 Piotr Ozarowski <ozarow@gmail.com>
	* Makefile for po files updated
	  - use `cd po && make XX.po` to create new translation

2006-07-21 Piotr Ozarowski <ozarow@gmail.com>
	* Updated Free Software Foundation address.
	* FDb movie plugin updated.
	* Filmweb movie plugin updated.

2006-07-20 Piotr Ozarowski <ozarow@gmail.com>
	* Fixed media handling while exporting to HTML.

2006-06-29 Piotr Ozarowski <ozarow@gmail.com>
	* German translation updated (thanks to Malte Wiemann)

2006-05-27 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Italian translation updated.

2006-05-19 Piotr Ozarowski <ozarow@gmail.com>
	* Added FDb movie plugin

2006-05-18 Piotr Ozarowski <ozarow@gmail.com>
	* Movie plugins code cleanups
	* Added FilmeVonAZ movie plugin (thanks to Michael Jahn)

2006-05-17 Piotr Ozarowski <ozarow@gmail.com>
	* Added Kino.de movie plugin (thanks to Michael Jahn)

2006-05-08 Piotr Ozarowski <ozarow@gmail.com>
	* Cinematografo movie plugin updated.

2006-05-02 Piotr Ozarowski <ozarow@gmail.com>
	* Some GtkComboBoxEntry widgets changed to GtkComboBox

2006-04-25 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added italian translation (thanks to Diego Porcelli)

2006-04-17 Piotr Ozarowski <ozarow@gmail.com>
	* Version changed to 0.6.1+svn
	* Minor fixes in doc files
	* Added watch file for Debian package

---- 0.6.1 ---

2006-04-14 Piotr Ozarowski <ozarow@gmail.com>
	* Updated some docs (translation README and INSTALL notes)
	* Fixed some typos
	* Polish translation updated

2006-04-11 Piotr Ozarowski <ozarow@gmail.com>
	* Filter function rewritten
	  + new fields added
	  + it should work on Windows now

2006-04-08 Piotr Ozarowski <ozarow@gmail.com>
	* First tag can now be renamed

2006-04-08 Vasco Nunes <vasco.m.nunes@gmail.com>
	* win32 distro is using now gtk2.8 with pygtk2.8. This fixes lots of old pygtk related bugs (mainly major pixbuf ones)

2006-04-07 Vasco Nunes <vasco.m.nunes@gmail.com>
	* some win32 related fixes

2006-04-05 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Some changes to winsetup.py

2006-03-11 Piotr Ozarowski <ozarow@gmail.com>
	* Makefile fixes:
	 + Manpages are now uninstalled as well
	 + Code cleanups
	* Debian files updated

2006-03-06 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Czech translation updated.
	* CSFD - 'Cesko-Slovensk Filmov Databze' movie plugin updated.

2006-03-05 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Spanish translation updated.
	* Allocine movie plugin updated.

---- 0.6 ----

2006-03-05 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Fixed bug when using 'clone movie' function on filtered treeview.
	* When using quick filter, 'all movies' filter on menu should be checked. Fixed.
	* Posters are now saved to the system temp dir and only moved to posters dir when the movie is really commited to db.
	* Added a new feature to find and delete orphaned files in poster's directory. For now, it's a console only tool.
	  'griffith -c' or 'griffith --clean'. Griffith should not produce orphans anymore but this is useful for cleaning old ones.

2006-03-05 Piotr Ozarowski <ozarow@gmail.com>
	* Fixed bug when searching movie titles containing polish characters
	* Update volume/collection data after creating new database

2006-03-04 Vasco Nunes <vasco.m.nunes@gmail.com>
	* After deleting a movie, last row is now selected on main treeview
	* Minor fixes to Allocine and 7arte movie plugins
	* Portuguese translation updated.
	* Quick filter not always working as expected. This is fixed now.
	* When loaning/returning a movie wrong row is selected. Fixed.

2006-03-04 Piotr Ozarowski <ozarow@gmail.com>
	* Fixed displaing movie info before initialization (tags problem)
	* Fixed wrong poster path in cloned movie
	* Clone movie function copies tag/lang data now
	* Console search can now use multiple options
	* Some code cleanups
	* Added some tooltips to poster buttons
	* Polish translation updated

2006-03-03 Vasco Nunes <vasco.m.nunes@gmail.com>
	* IMDB changed the way posters are included in html. Plugin fixed.
	* Added custom fonts selection for PDF reports.
	* Fixed bug when adding new collections.

2006-03-03 Piotr Ozarowski <ozarow@gmail.com>
	* New tag/language/volume/collection name must be unique
	* Volume/collection ids dictionary is filled only if needed
	* Changed behaviour of poster preview and add movie window
	* Fixed bug when restoring data
	* Removal of any movie language is now possible (not just last one)
	* Stopklatka movie plugin updated
	* Onet Film movie plugin updated

2006-03-01 Vasco Nunes <vasco.m.nunes@gmail.com>
	* French and portuguese translations updated to match current revision
	* Added a new french movie plugin - Allocine (Thanks to Pierre-Luc Lévy)

2006-02-28 Piotr Ozarowski <ozarow@gmail.com>
	* All *\.py files moved to usr/share/ directory

2006-02-28 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added french translation (Thanks to Pierre-Luc Lévy)

2006-02-26 Piotr Ozarowski <ozarow@gmail.com>
	* Movie now can't be deleted while it is loaned

2006-02-25 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Fixed problem under macosx and safari not opening websites fired up by griffith
	* Removed loan flag from the main treeview.

2006-02-21 Piotr Ozarowski <ozarow@gmail.com>
	* New entries in help menu
	* Worning if languages list is not filled

2006-02-20 Piotr Ozarowski <ozarow@gmail.com>
	* New 'tag' feature is now complete

2006-02-19 Piotr Ozarowski <ozarow@gmail.com>
	* Language/tag renaming in preferences window is finally working

2006-02-18 Piotr Ozarowski <ozarow@gmail.com>
	* All language types are now saved
	* Code cleanups

2006-02-17 Piotr Ozarowski <ozarow@gmail.com>
	* Fixed saving languages
	* Polish translation updated

2006-02-12 Piotr Ozarowski <ozarow@gmail.com>
	* Onet movie plugin updated
	* Some crashes while showing debug info fixed

2006-02-04 Vasco Nunes <vasco.m.nunes@gmail.com>
	* New console arguments: 
	 + -s, --search_title (search by title)
	 + -o, --search_original (search by original title)
	 + -d, --director (search by director)
	 + -w, --with (search by actor)
	 + -y, --year (search by year)
	* Debug console argument changed to -D, --debug

2006-02-01 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Fixed a problem with IMDB movie plugin not fetching casts for some movies
	* Fixed a bug on IMDB movie plugin. Some movies were giving weird results on director's field.
	* '"' char is now stripped from titles in all movie plugins.
	* Added initial support for console arguments. No multi argument support yet.
	* Debug functions moved to own class
	* Added basic searching by original title on the console (griffith -s movie_title)

2006-01-28 Piotr Ozarowski <ozarow@gmail.com>
	* Movie number is now editable
	* Some language feature fixes

2006-01-28 Piotr Ozarowski <ozarow@gmail.com>
	* Added languages feature (beta version)
	* Added tags feature (alpha version)

2006-01-24 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Fixed bug with spellchecker initialization when an aspell word list is not installed.

2006-01-14 Piotr Ozarowski <ozarow@gmail.com>
	* Filmweb movie plugin updated

2006-01-08 Piotr Ozarowski <ozarow@gmail.com>
	* CSV template updated (still needs some work)

2006-01-07 Piotr Ozarowski <ozarow@gmail.com>
	* [Bug #5685] AnimeDB plugin really works again

2006-01-06 Vasco Nunes <vasco.m.nunes@gmail.com>
	* German OFDB (Online-Filmdatenbank) movie plugin updated. (Christian Sagmueller)
	* German translation updated. (Christian Sagmueller)
	* Portuguese translation updated.

2006-01-05 Vasco Nunes <vasco.m.nunes@gmail.com>
	* [Bug #5627] 7arte.net plugin with weird characters on actors field

2006-01-04 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Main treeview being populated twice on startup. Fixed.

2006-01-04 Piotr Ozarowski <ozarow@gmail.com>
	* AnimeDB plugin works again

2006-01-03 Piotr Ozarowski <ozarow@gmail.com>
	* Fixed bad vol./col. ID in ComboBox after adding new entry

2006-01-02 Vasco Nunes <vasco.m.nunes@gmail.com>
	* [Bug #5999] Encoding problem with E-Pipoca movie plugin

2005-12-28 Piotr Ozarowski <ozarow@gmail.com>
	* Fixed crash when volume or collection name wasn't string

2005-12-28 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Proprietary unicode font used on PDF reports replaced with a free one (DejaVu)
	* Some changes to simple list PDF export plugin

2005-12-27 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added spanish translation (thanks to Daniel Ucero)

2005-12-05 Piotr Ozarowski <ozarow@gmail.com>
	* Fixed aspell related problems

2005-11-30 Piotr Ozarowski <ozarow@gmail.com>
	* XML template updated (HTML export plugin)

---- 0.5.1 ----

2005-11-26 Piotr Ozarowski <ozarow@gmail.com>
	* Updated polish translation

2005-11-22 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added a new czech movie plugin (CSFD - esko-Slovensk Filmov Databze) - Thanks to Blondak <blondak@neser.cz>

2005-11-21 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added Czech translation (Thanks to Blondak <blondak@neser.cz>)
	* [Bug #5684] About window doesn't work on windows
	* [Bug #5683] Two filters not working at all on windows
	* Added a win32 installer custom image.
	* Added portuguese, polish, german and czech translations to win32 installer.

2005-11-21 Piotr Ozarowski <ozarow@gmail.com>
	* Added simple style to table template (HTML export plugin)
	* [Bug #5686] Coll. & vol. remembers selection after adding a movie
	* [Bug #5631] wrong language/locale with 0.5

2005-11-15 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Applied Arjen Schwarz's patches addressing following problems:
	  + Removed cancel button from confirmation dialogs
	  + Fixed layer dropdown list entries
	  + 'Excellent' mispelled in condition dropdown list

2005-11-15 Piotr Ozarowski <ozarow@gmail.com>
	* Try to use Psyco if available

2005-11-12 Piotr Ozarowski <ozarow@gmail.com>
	* HTML export plugin updated to v3.4 (added posters conversion)

---- 0.5 ----

2005-11-11 Piotr Ozarowski <ozarow@gmail.com>
	* HTML export plugin updated to v3.3
	* Updated polish translation

2005-11-11 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Fixed lots of poster operations bugs
	* Added cgi module include on windows py2exe script (used by amazon.py module)
	* Added PIL module include on windows py2exe script
	* Portuguese language file updated

2005-11-10 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added some cyclic garbage collector calls that really should improve memory management when using large db collections

2005-11-09 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added a list to choose from when fetching big posters from Amazon.com and an exact match is not found.

2005-11-07 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Big posters fetched from Amazon are now previewed on built-in poster viewer.

2005-11-05 Piotr Ozarowski <ozarow@gmail.com>
	* Media names are now stored in database
	* Updated polish translation

2005-11-04 Vasco Nunes <vasco.m.nunes@gmail.com>
	* On darwin and win32 platforms the poster viewer should not use enter/leave events anymore. Pygtk seems buggy when handling these.
	* Added initial support to fetch bigger posters using Amazon Web Services. TODO: select poster to use when more than one found. Using the first one for now.
	* Added original Mark Pilgrim's amazon python wrapper to core distribution

2005-10-29 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added some HTML export plugin fixes for win32 compatibility
	* Added a minor change to sql module for win32 poster paths compatibility. Needs to be tested under *nix to see if nothing is broken.
	* win32 build should use now the libwimp widget engine for better windows visual integration

2005-10-27 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added some minor changes for win32 compatibility
	* Now Griffith's dir defaults to localized 'My Documents' dir on win32 environments

2005-10-27 Piotr Ozarowski <ozarow@gmail.com>
	* Volume/collection renaming is now possible
	* Volume/collection can now be selected in "add movie" window
	* Minor changes in volume/collection related code

2005-10-26 Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added a winsetup.py file to be used by py2exe

2005-10-25 Piotr Ozarowski <ozarow@gmail.com>
	* Correct loans history is now displayed if movie belongs to
	collection

2005-10-24 Piotr Ozarowski <ozarow@gmail.com>
	* Loans are finally working correctly
	* Crush when no media is selected in add movie function - fixed

2005-10-20 Piotr Ozarowski <ozarow@gmail.com>
	* WP movie plugin updated
	* Onet movie plugin updated

2005-10-16  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Fixed bug with posters thumbnail generation

2005-10-15  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added preferences defaults to media, layers, condition, color and region

2005-10-14  Piotr Ozarowski <ozarow@gmail.com>
	* [Bug #5344] fixed wrong encoding in IMDb movie plugin (thanks to dieterv)

2005-10-13  Piotr Ozarowski <ozarow@gmail.com>
	* Updated WP movie plugin (webpage was changed)
	* Debian menu icon was in wrong format
	* Removing poster images when deleting movie feature added

2005-10-10  Piotr Ozarowski <ozarow@gmail.com>
	* Fixed crash when poster file is not present

2005-10-09  Vasco Nunes <vasco.m.nunes@gmail.com>
	* [Bug #5306] Last toolbar button not working as expected
	* Added a 'by collection' quick filter

2005-10-05  Piotr Ozarowski <ozarow@gmail.com>
	* Polish translation updated

2005-10-05  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Poster viewer events changed to only show full poster when entering/leaving zoom button
	* Delete/Zoom poster buttons are now sensitive to poster existence
	* Portuguese translation updated

2005-10-04  Piotr Ozarowski <ozarow@gmail.com>
	* Griffith now asks if you want to loan whole collection

2005-10-01  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Moved all movie plugins logos to a new optional package (griffith_extra_artwork module on cvs)
	* Added some tooltips to preferences widgets
	* Added some new tools to operate with posters (initial support)

2005-09-30  Piotr Ozarowski <ozarow@gmail.com>
	* Volumes / Collections feature now in beta2 version (loaning is
	  working, some bugfixes)
	* Some cleanups in Debian files

2005-09-26  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added bulgarian translation (thanks to Luchezar P. Petkov)

2005-09-27  Piotr Ozarowski <ozarow@gmail.com>
	* Volumes / Collections feature now in beta version (filtering is
	  working, minor bugfixes)

2005-09-26  Piotr Ozarowski <ozarow@gmail.com>
	* Volumes / Collections feature added (alpha version)

2005-09-26  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added a debug method to urlretrieve calls 
	* Added new XML export plugin
	* Renamed Export With Templates plugin to HTML export plugin
	* Fixed bug with tabs not being striped on director data on ClubeMyDVD movie plugin

2005-09-23  Vasco Nunes <vasco.m.nunes@gmail.com>
	* DVDZone2 plugin renamed to Mediadis according to new company service and website. Some enhancement to this plugin implemented.

2005-09-21  Piotr Ozarowski <ozarow@gmail.com>
	* Added Tanuki-Anime movie plugin.
	* Minor changes in add and main window.
	* Makefile update. Closes: #1324

2005-09-21  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added experimental support for Microsoft Windows 2000, Millenium and Windows 98 systems
	* [Bug #1313] Film fields with & or < break the PDF export plugin

2005-09-20  Piotr Ozarowski <ozarow@gmail.com>
	* Some fixes in Makefile (for MacOSX users)

2005-09-19  Piotr Ozarowski <ozarow@gmail.com>
	* UseTemplates export plugin update:
	* [Bug #1314] LANG environment variable no longer required
	* [Bug #1315] Added extra warning dialog when deleting directry

2005-09-18  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added Moviefone (America online) movie plugin.
	* [Bug #1312] notes not empty after adding a movie

2005-09-14  Piotr Ozarowski <ozarow@gmail.com>
	* Small main window changes

2005-09-13  Piotr Ozarowski <ozarow@gmail.com>
	* Movie plugins update ("with" entry updated to use multiline, minor bugs fixed)
	* Gery movie plugin removed - webpage is not working
	* movie.py: capwords() should be used only if needed

2005-09-12  Vasco Nunes <vasco.m.nunes@gmail.com>
	* [Bug #1302] Searching movies with non-english characters gives null results
	* Merged two patches contributed by Arjen Schwarz, addressing one problem with email notification
	  that was using an incorrect date/time format and another fixing some english spell errors found in language file.
	* Color, condition, layers info and region defaults now to 'n/a' when adding a new movie.

2005-09-12  Piotr Ozarowski <ozarow@gmail.com>
	* UseTemplates export plugin update

2005-09-11  Piotr Ozarowski <ozarow@gmail.com>
	* Updated Anime Database and Filmweb movie plugins
	* Add movie window reorganization

---- 0.4.2 ----

2005-09-10  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Updated portuguese language
	* Added portuguese griffith-export-template manpage
	* Fixed a bug with malformed urls
	* Moved some old orphan debugging lines to use new debug method
	* Fixed encoding bug in built in debug method

2005-09-09  Piotr Ozarowski <ozarow@gmail.com>
	* Added english and polish griffith-export-template manpage

2005-09-08  Piotr Ozarowski <ozarow@gmail.com>
	* HTML export plugin renamed to "Use Templates" and updated to version 3.2
	  (now uses non-english language data from config files)
	* Polish translation updated

2005-09-07  Vasco Nunes <vasco.m.nunes@gmail.com>
	* [Bug #1295] The 'How To Irritate People' bug :D

2005-09-05  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Some minor changes to griffith.desktop file

2005-09-02  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added double click events to lists where needed
	* Added a new button to add movie window: 'add movie and close'
	* Added a popup menu to main treeview when left button is clicked over an entry to perform common tasks

2005-08-31  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added portuguese manpages

2005-08-29  Piotr Ozarowski <ozarow@gmail.com>
	* Some Makefiles changed/added

2005-08-28  Piotr Ozarowski <ozarow@gmail.com>
	* Added english and polish manpages
	* Added debug and usage command line options

2005-08-27  Piotr Ozarowski <ozarow@gmail.com>
	* HTML export plugin updated to v3.1 - templates have now XML config
	  files, styles can have preview images

2005-08-24  Piotr Ozarowski <ozarow@gmail.com>
	* HTML export plugin updated to v3.1-beta

2005-08-23  Piotr Ozarowski <ozarow@gmail.com>
	* Updated HTML export plugin (v3.0)
	* Updated polish translation
	* Minor changes in Debian package generation files

2005-08-22  Vasco Nunes <vasco.m.nunes@gmail.com>
	* [Bug #1261] number disk is 0.

2005-08-21  Piotr Ozarowski <ozarow@gmail.com>
	* HTML export plugin now uses templates! (version 3.0-rc1)

2005-08-20  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Merged a couple of patches contributed by Arjen Schwarz, addressing the following issues:
	  [Bug #1260] data for the color, region, condition and layers not being stored in database; Some spelling mistakes fixed on english language file.

---- 0.4.1 ----

2005-08-20  Vasco Nunes <vasco.m.nunes@gmail.com>
	* After adding a new movie, the original title widget has now the focus

2005-08-18  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Fixed some minor encoding problems with 7arte.net and ClubeMyDVD movie Plugins
	* [Bug #1258] wrong movie fetching.
	* Some UI changes on main window and add dialog
	* When quick filter is changed movie details should be blank because no movie is selected. Fixed.
	* Password characters in email reminder preferences are now hidden

2005-08-18  Piotr Ozarowski <ozarow@gmail.com>
	* Navigation bar update (HTML export plugin)

2005-08-17  Vasco Nunes <vasco.m.nunes@gmail.com>
	* [Bug #1253] gtkspell module not found.

---- 0.4 ----

2005-08-16  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Loans history implemented
	* Fixed bug when updating a person data. Treeview was not refreshing.
	* Fixed bug when deleting a person. Should not delete entries in use.
	* Fixed bugs with some movie plugins.
	* Added email reminder preferences (smtp server, auth, username, password, email address sender)
	* Minor UI adjustment. Moved some fields from movie details tab to technical information.
	* Fixed bug with sugest not seen movie not working when a filter is activated.
	* Fix bug with random crashes when saving preferences caused by gtkspell

2005-08-15  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added some artwork contributed by Peek

2005-08-14  Piotr Ozarowski <ozarow@gmail.com>
	* Debian package generation files - initial import

2005-08-14  Vasco Nunes <vasco.m.nunes@gmail.com>
	* [Bug #1250] Random Crashes. Fixed.

2005-08-13  Piotr Ozarowski <ozarow@gmail.com>
	* Fixed bug #1246 (database upgrade when needed) 
	* HTML export plugin update (added header entry)

2005-08-13  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Fixed a bug in movie data updating
	* Fixed some bugs in e-mail loan reminder feature.
	* Some more code cleaning

2005-08-12  Piotr Ozarowski <ozarow@gmail.com>
	* Some fixes in HTML export plugin and polish movie plugins
	* Fixed problems with AniDB movie plugin (changed gdecode method in gutils)

2005-08-11  Vasco Nunes <vasco.m.nunes@gmail.com>
	* [Bug #1244] Missing poster images. Fixed.
	* Added four new fields: color, media condition, dvd region and dvd layers information
	* Merged some duplicated language strings.
	* Added favorite movie plugin to preferences to be used by default when fetching web data 

2005-08-11  Piotr Ozarowski <ozarow@gmail.com>
	* HTML export plugin updated to 2.3beta1
	* Some new arguments added to get_all_data() function in sql.py

2005-08-10  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added an email reminder option to loaned movies. Still todo: preferences (smtp server,port,auth...)
	* Fixed a bug with progressbar when fetching movie posters
	* Fixed bug with wrong filter behaviour when no data is entered on it
	* Implemented some generic toolbar buttons

2005-08-09  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Fixed a couple of bugs when adding/cloning movies in empty movie positions. Now the main treeview is always sorted.
	* Updated polish translation
	* Updated all polish movie plugins
	* Added AniDB (english) movie plugin (contributed by Piotr Ozarowski)
	* Added ClubeMyDVD (portuguese) movie plugin
	* New method for movie plugins available - movie notes (optional). This field could be used to fetch and store misc information/details about the entry.
	* Fixed bug in movie entry clone feature. Some fields were not being escaped as expected.

2005-08-08  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added picture preview and filter to file choose dialog
	* Makefile fixed. Make action shouldn't perform a make install.

2005-08-07  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Fixed some minor problems with IMDB plugin
	* Fixed bug with non unique filenames being produced for movie posters
	* Replaced old rating spin control by an horizontal slider
	* Rating and 'seen it' values are automatically saved when changed now

2005-08-05  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added a new 'seen movie' field to db
	* View menu reworked. Added a 'view not seen movies' filter to it.
	* Added a 'Suggest a movie' feature picked from not seen list.
	* Portuguese translation updated

2005-08-04  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Images are now scaled down to a new file on disk when needed and are not scaled on the fly anymore. This should result in some better performance results with larger collections. 
	* Some minor cosmethic changes on default images
	* Added spellchecker options to preferences dialog to choose fields and default language to be used within (unix only)

2005-08-01  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added a very basic debug module

2005-07-29  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Some API plugins changes for easier third-party development

2005-07-28  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added OFDb (german) movie plugin contributed by Christian Sagmueller
	* Some code cleanup
	* Added german language translation contributed by Christian Sagmueller

2005-07-23  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Fixed some windows related import paths for easier packaging
	* Fixed some HTML export plugin bugs when used on windows systems

---- 0.3 ----

2005-07-21  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Updated polish and portuguese language translations
	* HTML export plugin updated to v2.0RC1

2005-07-19  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added a free unicode truetype font (Lucida) to distribution
	* Some minor PDF export plugin related fixes
	* [Bug #1190] Encoding problems with polish when exporting to PDF. Fixed.
	* HTML export plugin updated to v2.0beta3
	* Updated polish and portuguese language translations
	* Added E-Pipoca (brasilian) movie plugin

2005-07-16  Vasco Nunes <vasco.m.nunes@gmail.com>
	* HTML export plugin updated to v2.0beta2
	* Updated polish and portuguese language translations
	* Added Cinematografo (Italian) plugin
	* Fixed bug. Problem with some characters not escaped as should be when inserting in db.

2005-07-15  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Old export filters changed to plugins
	* Included Piotr Ozarowski's HTML export plugin v2.0beta

2005-07-14  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Created a 'plugins' directory. Moved all movie plugins to this new 
	  directory for better organization, inside own subdirectory 'movie'
	* Initial export plugins support

2005-07-12  Vasco Nunes <vasco.m.nunes@gmail.com>
	* [Bug #1193] Add new. Cancel not working. Fixed.

2005-07-07  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Config module rewritten. Now config uses pickle for better cross platform handling.
	* Griffith now stores window size and position on exit.

2005-07-06  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added simple html list exporting. (thanks to Piotr Ozarowski)

2005-07-05  Vasco Nunes <vasco.m.nunes@gmail.com>
	* [Bug #1194] Filter drop menu not working. Fixed.
	* [Bug #1195] Loans not working. Fixed.
	* [Bug #1196] Can't delete people on the friends list. Fixed.
	* Now is not possible to delete a person with loaned films.
	* Some minor UI changes
	* [Bug #1191] Main window needs to me smaller. Fixed.
	* Added .ico for windows version
	* [Bug #1192] New database not working under windows. Fixed.
	* Added delete key event support on main viewlist to delete rows

2005-07-03  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added CineMovie (french) plugin

---- 0.2 ----

2005-07-02  Vasco Nunes <vasco.m.nunes@gmail.com>
	* [Bug] Sorting by film number don't work as expected. Fixed.
	* Added toggle toolbar view functionality
	* [Bug #1176] Last item not selected. Closed.

2005-07-01  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added some menu shortcuts
	* Added view menu
	* Another portuguese/polish translation update
	* All polish plugins now include rating capability (thanks to Piotr Ozarowski)

2005-06-30  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Changed plugin detection function to use glob module instead
	* all file operations changed to use shutil module instead
	* General code cleaning
	* [Bug] Before function in gutils returning incorrect string. Fixed. (thanks to Piotr Ozarowski)
	* added Onnet Film (polish) plugin (thanks to Piotr Ozarowski).
	* polish translation updated
	* portuguese translation updated
	* Added film ratings
	* Added ratings to quick filter
	* [Bug] Clearing filter with some criterias were not refreshing main treeview. Fixed.

2005-06-29  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Moved all glade widgets/event handlers definitions for a new module
	* Moved editing functions to a new module
	* [Bug] Changed all file selection dialogs to modal

2005-06-28  Vasco Nunes <vasco.m.nunes@gmail.com>
	* Added year to search results on imdb plugin

2005-06-26  Vasco Nunes <vasco.m.nunes@gmail.com>
	* [Bug] Problem with null searches fixed 
	* [Bug] Fixed bug on imdb plugin. exact matches were not returning any results.
	* When an exact match is founded griffith tries to use it automatically

2005-06-23  Vasco Nunes <vasco.m.nunes@gmail.com>
	* new update to polish translation.
	* added FilmWeb (polish) plugin (thanks to Piotr Ozarowski).
	* added WP (polish) plugin (thanks to Piotr Ozarowski).
	* added csv export filter
	* added initial support for gtkspell under *nix systems. new dependency: python-gnome-extras (optional).
	  will not be used if not available
	* main poster changed to a button widget allowing now to select a custom poster image.

2005-06-22  Vasco Nunes <vasco.m.nunes@gmail.com>
	* added Gery Film (polish) plugin (thanks to Piotr Ozarowski).
	* [Bug] Fixed bug with null year and runtime display
	* [Bug] Fixed some bugs related with single quote problems
	* Implemented a new field to write custom notes

2005-06-21  Vasco Nunes <vasco.m.nunes@gmail.com>
	* updated polish translation. fixed encoding problems.
	* added PTGate.pt (portuguese) plugin.
	* hardcoded library locations fixed.
	* added main treeview flag on loaned films.
	* [Bug #] After droping old database and creating a new one, new movie don't get ID=1 but incremented old highest value. Fixed.    

2005-06-20  Vasco Nunes <vasco.m.nunes@gmail.com>
	* true plugin system implemented.
	* included stopklatka.pl (polish) plugin (thanks to Piotr Ozarowski).
	* [Bug #] bug with year and running time not filled when image is not available. Fixed.
	* updated polish translation.

2005-06-19  Vasco Nunes <vasco.m.nunes@gmail.com>
	* added polish translation (thanks to Piotr Ozarowski).

---- 0.1 ----

2005-06-18  Vasco Nunes <vasco.m.nunes@gmail.com>
	* public release - version 0.1