[longomatch] Created tag LONGOMATCH_0_17_0
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Created tag LONGOMATCH_0_17_0
- Date: Tue, 30 Aug 2011 20:59:16 +0000 (UTC)
The signed tag 'LONGOMATCH_0_17_0' was created.
Tagger: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Aug 30 22:58:49 2011 +0200
Tag release 0.17.0
Changes since the last tag 'LONGOMATCH_0_16_9':
Andoni Morales Alastruey (218):
Start redesing of LongoMatch with the base elements
Update Project to use the new API
Change the database to use the new API and bump the db version number
Format line a little bit better
Rename Sections to Categories and apply new API changes
Clean up teams templates and make use of the new API
Update Monodevelop project file with the new changes
Update autogenerated files
Make use of the new API in the projects utils
Make use of the new API in the playlists
Make use of the new API in the serialisation/deserialisation classes
Make use of the new API in the GUI classes
Make use of the new API in Main.cs
Refactor the handlers to use the new API
Make use of the new API in the events manager
Make use of the new API
Make deletion work with the new API
Fix thinko
Start numbering players from 1
Add property to retrieve only players that plays
Comment out the Migrator lines until its reworked
Use the for the previes the pixbuf in the the project description
Fix import/export projects
Clean up the players list using a lsit for each team
Don't initialise the list for autoimpleted properties
Apply cosmetic refactoring
Add property 'PausedTime' to drawings
Add support for drawings in the playlist
Move code from libcesarplayer/src to libcesarplayer
Add missing '#region' start
Add back the PreviewMediaFile property
Add a base class for templates serialization
Refactor namespace of database entities to LongoMatch.Store
Fix serialization of templates
Update makefiles after last changes
Update monodevelop project files
Fix env script
Remove prints
Initialize properly the lists
Use a base class for serialization
Use drawings list for plays, even if we don't support it yet
Add more props to Categories
Remove unused code
Add subcategories templates
Remove the tags from the project, which are now in the categories
Removing some tags stuff to make verything compile
Remove compat files
Rework tags API and subclasses
Rework sub categories API and subclasses
Initialize default templates with teams and players subcategories
Set the fast tag option in the subcategory itself
Remove unused methods
Don't subclass unnecessarily from SerializableObject
Make templates inherite from List<>
Use the SerializableObject to save projects too
Fix makefile and monodevelop project
Add Log helper from the Hyena project
Rename sub categories templates files
Init Logging at startup and starting logging exceptions
Remove teams' players lists from the project
Add a new StringTag class
Add method to know if a play contains a tag.
Add method to build a TreeStore for subcategories
Fix assignement to the same variable
Document sub-categories
Document ProjectDescription
Remove unused property, that are in the PreviewMediaFile
Fix documentation and API of Player
Fix documentation of Play
Don't check for null Pixbuf in the setter
Small fixes after rebasing against master
Make the DrawingsList inherit from SortedList
Fix some warnings
Convert all files to unix format
Format everything properly with astyle
Add constant for subcategories extension
Make subcategories serializable to file
Update ignores
Change for null pointer
Mark the subcategories serializable
Add ISubCategory interface
Add interface to handle Templates with generics
Make templates implement the new ITemplate interface
Make SubCategories inherit from IList and use the ISubcateogyrInterface
Add new service to manage templates
Add constatns for templates extensions
Start templates service at startup
Modify ITemplate interface
Fix handling of paths in the templates provider
Use the TemplateProvider in the projects manager
Create the default template non void
Implement ITemplateWidget in the CategoriesTemplateWidget
Add listeners for events manually
Add type to ITemplate
Add a count paramter to create new templates
Define more methods the ITemplateWidget interface
Add missing import
Add a base class for templates editors
Add base class for the templates editor dialog
Make use of the templates service
Add stetic changes
Update monodevelop project
Use new templates manager
Don't create deafult templates for subcategories
If dict initialisation
Move ProjectUtils to Common
Allow serialization to Stream instead of only file paths
Add objects cloner
Add tree view for subcategories
Add ToMarkupString() to ISubcategory
Fill default subcategories for Players
Implement ToMarkupString in subcategories
Update Monodevelop project
Fix warning of unused variable
Add default constaructor for team subcategories
Add handler for deleted subcategories
Add missing return value
Add the default team subcategory
Add method to update templates and use it where needed
Add "Update" to the templates provider interface
Initial work on the new categories editor with subcategories support
Add handler for sub categories
Format subcategories in a cleaner way
Add constructor with IEnumerable
Make edition of subcategories possible
Add dialog to edit sub category tags
Allow managing subcategories in the categories editor
Update stetic file with last changes
Update project file with last changes
Fix double method call
Fix name display of plays
Remove the players selection from the menu
Fix retrieval of key drawing
Initialize SubCategory with the default values
Check name of new templates in the GUI
Allow editing AllowMultiple and FastTag
Add newly created template to the list
Change some strings to be more explicit
Add TagStore to handle tags
Add widgets for tags
Add UUID and clean-up a little bit
Add new quick tagging dialog
Several fixes after rebase
Don't copy the dll config file to the bin folder
Fix path of the binaries folder
Add an entry to modify the team name in the templates editor
Allow using a team name different from the file one
Move database code to services
Rework Encoding settings using profiles
Refactor DB and add support for automated backups
Use project UUID as primery key in the DB instead of the filename
Add more logging to the db
Add a method to list and count objects in the DB
Query all projects by ProjectDescription
Fix retrieval of last backup's date
Update types to cascade on delete
Connect the event instead of relying in stetic for that
Update db4o dep in monodevelop
Set category colors in tagging buttons
Hack to fix Drawing objects not beeing deleted from the DB
Add Extension field to EncodingProfile
Remove duplicated interfaces (use IVideoEditor instead)
Delete fields for teams names, now handled in templates
Fix creation of team models
Update players list on add/delete play
Fix display of subcategories in the tagger widget
Refactor tags
Add "Period" subcategory to the default template
Add 4:3 and 16:9 options for the capture
Move TagStore toa different file
Add a label with the teams' name
Use gsettingsvideosink instead of gconfvideosink
Remove log line
Start useing gsettings elements and fallback to gconf
Fix libcesarplayer deps in monodevelop
Name tabs properly
Remove unused variable
Fix size of some widgets
Remove the dll map verifier from the build system
Fix env script
Add new artwork by Xavier Colomer
Delete unused files
Update PORFILES
Delete unused constants
Use radio buttons for subcategories that don't allow multiple selections
Move the search entry outside the scrollbar
Refactor tags store to use a List
Update GUI stetic stuff
Delete Utils and DB folders from the project
Add tagger widget for Teams
Allow multiple selections for the default players subcategories
Merge branch 'rewrite_subcategories'
Disable tags filter and CSV export for now
Update POTFILES skips
Add tools for listing contributors and move deb-pkg to tools/ too
Log exceptions
Use a List for Drawings to fix serialization issues
Mark as serializable missing classes
Update spanish translation
Allow editing categories with the project loaded
Use "subcategory" everywhere
Add the Drawing the PlayListPlay
Delete tag and subcategories when the template is edited
Cascade players' tags deletion too
Change string for the project views
Use dshowvideosink as the alternative videosink on windows
Use autovideosink on windows now that the d3dvideosink bug is fixed
Fix adding/deleting categories
Set the category color as a background color
Initialize playlist elements as Valid
Fix playlist serialization
Use fixed size profiles
Set playlist filename after loading it
Get the active iter
Fix GStreamer initialization
Use the magic props order to fix the editor
Add more debug to the editor
Bump release 0.17.0
Bruno Brouard (1):
Updated French translation
Daniel Mustieles (3):
Updated Spanish translation
Fixed bug #657143
Updated Spanish translation
Marek Äernockà (1):
Updated Czech translation
Mario BlÃttermann (3):
[l10n] Updated German translation
[l10n] Updated German translation
[l10n] Updated German translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]