CVSROOT:        /cvs/gnome
Module name:    mcatalog
Changes by:     pwagstro        06/07/08 11:31:15

Modified files:
        templates      : albums_simple.html books_simple.html 
                         films_simple.html 

Log message:
2006-07-08  Patrick Wagstrom  <[EMAIL PROTECTED]>

* General: this is all the changes I had done on my person subversion
tree.  This changelog entry is just me pasting everything in from the
previous changelog.  The big change is the introduction of a Cairo based
shelf system for MCatalog.

* AUTHORS, MAINTAINERS: updated information with my contact stuff

* src/CairoShelf.cs: items are now automatically updated in the
presentation window.  Fixes ticket #1.
* src/ItemCollection.cs: additional debugging
* src/Catalog.cs: additional debugging
* src/dialogs/AddDialog.cs: tab removal

* src/Main.cs: call an initial LoadAll on each catalog to provide the
correct count of items.  Fixes ticket #5.
* src/CatalogList.cs: extra debugging statements
* src/Catalog.cs: extra debugging statements.

* configure.in: check for mono-cairo
* templates/Makefile.in: removed file

* src/Presentation.cs: new scaledimage template parameter.  Scales
images so they're no bigger than 200x200.  This should be configurable
in the future.  Closes ticket #5.
* templates/films_simple.html: use ##scaledimage##
* templates/books_simple.html: use ##scaledimage##
* templates/albums_simple.html: use ##scaledimage##
* resources/template_items_albums.html: use ##scaledimage##
* resources/template_items_films.html: use ##scaledimage##
* resources/template_items_books.html: use ##scaledimage##

* ChangeLog: fixed entries that weren't actually pointing to tickets

* src/dialogs/ExportDialog.cs: exporting now works again.  closes
ticket #9
* resources/mainwindow.glade: new widget layout for exporting

* src/PathUtils.cs: StripNonFilename function is new
* src/dialogs/AddFilmDialog.cs:  fix ticket #2
* src/dialogs/AddBookDialog.cs: fix ticket #2
* src/dialogs/AddDialog.cs: fix ticket #2
* src/dialogs/AddAlbumDialog.cs: fix ticket #2

* src/dialogs/AddFilmDialog.cs: removed unused code
* src/dialogs/AddBookDialog.cs: removed unused code
* src/dialogs/AddDialog.cs: removed unused code
* src/dialogs/AddAlbumDialog.cs: removed unused code

* src/dialogs/AddFilmDialog.cs: use new dialog structure
* src/dialogs/AddBookDialog.cs: use new dialog structure
* src/dialogs/AddAlbumDialog.cs: use new dialog structure
* src/dialogs/AddDialog.cs: implement new dialog structure, for more info
see ticket #8.
* src/Makefile.am: clean up includes
* resources/mainwindow.glade: new dialogs for film, book, album
* resources/dialogaddbook.glade: deleted
* resources/dialogaddalbum.gladep: deleted
* resources/dialogaddalbum.glade: deleted
* resources/dialogaddbook.gladep: deleted
* resources/Makefile.am: remove dead files
* src/Makefile.in: unnecessary file removed

* src/dialogs/ExportDialog.cs: merge glade stuff into main file
* resources/mainwindow.glade: merge in dialogexport.glade
* resources/dialogexport.glade: merged into mainwindow.glade

* src/dialogs/AddAlbumDialog.cs: changes for tracks as ArrayList instead
of string array - fix bug with esarches
* src/search_engines/SearchEngineAmazon.cs: store tracks as an ArrayList
* src/search_engines/SearchResultsAlbum.cs: store trakcs as an ArrayList

* src/dialogs/AddFilmDialog.cs: more work on merging glade files
* src/dialogs/AddDialog.cs: more work on merging glade files
* src/CairoShelf.cs: fixed some redraw issues
* src/Item.cs: removed some of the unneeded caching logic

* src/PathUtils.cs: new class for some path utilities
* src/dialogs/AddDialog.cs: changing the output filename
* src/CairoShelf.cs: additional widget improvments
* src/Main.cs: better activation of widgets

* src/ShelfTheme.cs: new class to represent themes
* src/CairoShelf.cs: use ShelfTheme
* src/dialogs/PreferencesDialog: use ShelfTheme

* src/CairoShelf.cs: zooming on item selection
* src/Item.cs: zooming on item selection

* src/CairoShelf.cs: double click now allows editing

* src/CairoShelf.cs: shelf widget now accepts key presses
* src/Item.cs: widgets now know location

* src/CairoShelf.cs: now draws multiple titles per row
* src/Item.cs: items now cache the image

* src/CairoShelf.cs: new file for Cairo interface of shelves

* src/BorrowerList.cs: added column in TreeView for number of items
checked out
* src/CatalogList.cs: added column in treeview for number of items
checked out

* src/AboutBox.cs: added in translator information, liberally
borrowed from Banshee

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=mcatalog&who=pwagstro&date=explicit&mindate=2006-07-08%2011:30&maxdate=2006-07-08%2011:32

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to