[longomatch] (159 commits) Created branch redesign2
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] (159 commits) Created branch redesign2
- Date: Thu, 2 Jun 2011 00:10:24 +0000 (UTC)
The branch 'redesign2' was created.
Summary of new commits:
dce0d24... Updated Danish translation
b5e87eb... Use the last frame instead of seeking
3689989... Create win32 valid filenames to save projects
3a012f6... Fix players selection due to wrong indexing
10ef8d6... Add support for a portable version that don't require insta
4667a20... Add turkish translation
8e98e6f... Add Barkın Tanman to the list of translators
cffa293... Bump version 0.16.6
e6b0897... Update win32 makefile
75794b4... Fix environment initialization
7dcbfbd... Start redesing of LongoMatch with the base elements
2b30b1a... Update Project to use the new API
d4dbeef... Change the database to use the new API and bump the db vers
22dbce5... Format line a little bit better
24ea95e... Rename Sections to Categories and apply new API changes
bdb50a7... Clean up teams templates and make use of the new API
4517980... Update Monodevelop project file with the new changes
8b36439... Update autogenerated files
b953863... Make use of the new API in the projects utils
b946815... Make use of the new API in the playlists
b558d88... Make use of the new API in the serialisation/deserialisatio
3ca711c... Make use of the new API in the GUI classes
a9e8319... Make use of the new API in Main.cs
37cad07... Refactor the handlers to use the new API
0951dcd... Make use of the new API in the events manager
8d0ba77... Make use of the new API
e4c5145... Make deletion work with the new API
9a3b25c... Fix thinko
a7335e7... Start numbering players from 1
caf853b... Add property to retrieve only players that plays
1f7f932... Comment out the Migrator lines until its reworked
d69ea39... Use the for the previes the pixbuf in the the project descr
d365bdb... Fix import/export projects
116a63e... Clean up the players list using a lsit for each team
50dc8ce... Don't initialise the list for autoimpleted properties
3888864... Apply cosmetic refactoring
49af156... Add property 'PausedTime' to drawings
550c176... Add support for drawings in the playlist
c5780cc... Move code from libcesarplayer/src to libcesarplayer
5bfff45... Add missing '#region' start
0dbfac1... Add back the PreviewMediaFile property
1bc3c49... Add a base class for templates serialization
a68e665... Refactor namespace of database entities to LongoMatch.Store
0a43042... Fix serialization of templates
cc8870f... Update makefiles after last changes
e428798... Update monodevelop project files
1ec73f4... Fix env script
d9ba392... Remove prints
d85ae55... Initialize properly the lists
c6c8a2a... Use a base class for serialization
c786f45... Use drawings list for plays, even if we don't support it ye
1e5aa06... Add more props to Categories
b075e21... Remove unused code
029bd55... Add subcategories templates
16ee8bc... Remove the tags from the project, which are now in the cate
e465b2f... Removing some tags stuff to make verything compile
e427dcc... Remove compat files
0b3daf4... Rework tags API and subclasses
42f5a50... Rework sub categories API and subclasses
43ccf6a... Initialize default templates with teams and players subcate
af49507... Set the fast tag option in the subcategory itself
440a015... Remove unused methods
2f071f0... Don't subclass unnecessarily from SerializableObject
da02b5a... Make templates inherite from List<>
7cb9ab4... Use the SerializableObject to save projects too
260e677... Fix makefile and monodevelop project
58db040... Add Log helper from the Hyena project
b7d38d6... Rename sub categories templates files
e33a8f0... Init Logging at startup and starting logging exceptions
7b85c9d... Remove teams' players lists from the project
f23f49b... Add a new StringTag class
b0da980... Add method to know if a play contains a tag.
510c33f... Add method to build a TreeStore for subcategories
ace2331... Fix assignement to the same variable
0317f2d... Document sub-categories
e4e4a62... Document ProjectDescription
9a871c7... Remove unused property, that are in the PreviewMediaFile
036332c... Fix documentation and API of Player
6ba5c8d... Fix documentation of Play
96cac65... Don't check for null Pixbuf in the setter
ed3fa1a... Small fixes after rebasing against master
4cb3a78... Make the DrawingsList inherit from SortedList
4ebb86d... Fix some warnings
6c9ccb8... Adapt to new changes in stetic
d7c087e... Fix file format with dos2unix
4325c14... Format everything properly with astyle
d27432e... Add constant for subcategories extension
85a0c16... Make subcategories serializable to file
5e4f7a5... Update ignores
28d7469... Change for null pointer
02de581... Mark the subcategories serializable
28a7f6d... Add ISubCategory interface
1cedbdb... Add interface to handle Templates with generics
fd1e6c9... Make templates implement the new ITemplate interface
8d1a008... Make SubCategories inherit from IList and use the ISubcateo
bb28af7... Add new service to manage templates
3a087eb... Add constatns for templates extensions
23f9736... Start templates service at startup
8be52c0... Modify ITemplate interface
b9c0c49... Fix handling of paths in the templates provider
fa9dd00... Use the TemplateProvider in the projects manager
ee1cefd... Create the default template non void
2282121... Implement ITemplateWidget in the CategoriesTemplateWidget
9ea08ef... Add listeners for events manually
54de361... Add type to ITemplate
c0fbd93... Add a count paramter to create new templates
143c197... Define more methods the ITemplateWidget interface
991c805... Add missing import
abdb923... Add a base class for templates editors
27b06b0... Add base class for the templates editor dialog
8e018fb... Make use of the templates service
1598fbc... Add stetic changes
380c2cf... Update monodevelop project
14b3c25... Use new templates manager
be58dc5... Don't create deafult templates for subcategories
09edf1d... If dict initialisation
95365c5... Move ProjectUtils to Common
fcdafcb... Allow serialization to Stream instead of only file paths
4ea9b8d... Add objects cloner
cbc7895... Add tree view for subcategories
280355f... Add ToMarkupString() to ISubcategory
b17b136... Fill default subcategories for Players
90c6845... Implement ToMarkupString in subcategories
ce8d2b9... Update Monodevelop project
7854191... Fix warning of unused variable
26cff32... Add default constaructor for team subcategories
d6ba153... Add handler for deleted subcategories
e785499... Add missing return value
b58453a... Add the default team subcategory
e11c0d9... Add method to update templates and use it where needed
ce23bc1... Add "Update" to the templates provider interface
729bf69... Initial work on the new categories editor with subcategorie
d73229d... Add handler for sub categories
4ecabda... Format subcategories in a cleaner way
e815cda... Add constructor with IEnumerable
7391440... Make edition of subcategories possible
3928559... Add dialog to edit sub category tags
e098de6... Allow managing subcategories in the categories editor
15190d2... Update stetic file with last changes
339f2dc... Update project file with last changes
af43975... Fix double method call
fb6b0fc... Fix name display of plays
993ff13... Remove the players selection from the menu
3f36fe2... Fix retrieval of key drawing
c1b025c... Initialize SubCategory with the default values
d33badc... Check name of new templates in the GUI
20209ca... Allow editing AllowMultiple and FastTag
bf8924d... Add newly created template to the list
83d5513... Change some strings to be more explicit
9f8778a... Add TagStore to handle tags
7c27dc7... Add widgets for tags
1ba142f... Add UUID and clean-up a little bit
c16017d... WIP
e237877... Clean up autotools and add check for C# 4.0
bf099d6... use only one variable for the compiler check
2d9beb4... Add logo to EXTRA_DIST
cbb9e01... Clean .config files properly in dist clean
732afa0... Add desktop files to DISTCLEAN
cf0f1a4... Fix autotools
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]