[longomatch] (140 commits) Created branch redesign2



The branch 'redesign2' was created.

Summary of new commits:

  64e4e35... Start redesing of LongoMatch with the base elements
  64a1340... Update Project to use the new API
  935ae10... Change the database to use the new API and bump the db vers
  092081a... Format line a little bit better
  61193fa... Rename Sections to Categories and apply new API changes
  3b8d680... Clean up teams templates and make use of the new API
  91263f6... Update Monodevelop project file with the new changes
  af17118... Update autogenerated files
  78c36b7... Make use of the new API in the projects utils
  6964dd4... Make use of the new API in the playlists
  f10d9a1... Make use of the new API in the serialisation/deserialisatio
  b274d39... Make use of the new API in the GUI classes
  d4cd2a0... Make use of the new API in Main.cs
  64003af... Refactor the handlers to use the new API
  f0707ab... Make use of the new API in the events manager
  45396d9... Make use of the new API
  b872656... Make deletion work with the new API
  cc54de2... Fix thinko
  0ee1f5b... Start numbering players from 1
  4e97a4c... Add property to retrieve only players that plays
  62412c3... Comment out the Migrator lines until its reworked
  72d47c7... Use the for the previes the pixbuf in the the project descr
  485b5ea... Fix import/export projects
  c5c3fba... Clean up the players list using a lsit for each team
  5f88d34... Don't initialise the list for autoimpleted properties
  619c236... Apply cosmetic refactoring
  3b2d1c5... Add property 'PausedTime' to drawings
  dc565d9... Add support for drawings in the playlist
  368294b... Move code from libcesarplayer/src to libcesarplayer
  1158dcd... Add missing '#region' start
  e20a24d... Add back the PreviewMediaFile property
  94d331c... Add a base class for templates serialization
  40fc8c8... Refactor namespace of database entities to LongoMatch.Store
  c3c17c7... Fix serialization of templates
  1944e75... Update makefiles after last changes
  a2d5914... Update monodevelop project files
  4406650... Fix env script
  3a90c22... Remove prints
  1b8751c... Initialize properly the lists
  b669702... Use a base class for serialization
  815798e... Use drawings list for plays, even if we don't support it ye
  62d370e... Add more props to Categories
  78b9d84... Remove unused code
  594be84... Add subcategories templates
  4c770ad... Remove the tags from the project, which are now in the cate
  26a747a... Removing some tags stuff to make verything compile
  de23f46... Remove compat files
  2a0f94d... Rework tags API and subclasses
  c4b77f8... Rework sub categories API and subclasses
  9bf6269... Initialize default templates with teams and players subcate
  e17eae3... Set the fast tag option in the subcategory itself
  a2adefc... Remove unused methods
  458f8bc... Don't subclass unnecessarily from SerializableObject
  e02e50d... Make templates inherite from List<>
  40b9da3... Use the SerializableObject to save projects too
  10e3934... Fix makefile and monodevelop project
  79939a6... Add Log helper from the Hyena project
  2d6884f... Rename sub categories templates files
  f6322bb... Init Logging at startup and starting logging exceptions
  436166f... Remove teams' players lists from the project
  c257abb... Add a new StringTag class
  53bbf0f... Add method to know if a play contains a tag.
  756e2f5... Add method to build a TreeStore for subcategories
  cdff7d2... Fix assignement to the same variable
  1d0adbb... Document sub-categories
  7c7f80f... Document ProjectDescription
  fc6b26c... Remove unused property, that are in the PreviewMediaFile
  b752d8f... Fix documentation and API of Player
  2336890... Fix documentation of Play
  0903a52... Don't check for null Pixbuf in the setter
  1805b95... Small fixes after rebasing against master
  c941e08... Make the DrawingsList inherit from SortedList
  92f6313... Fix some warnings
  15883d6... Adapt to new changes in stetic
  aed9d15... Fix file format with dos2unix
  eb4a6b6... Format everything properly with astyle
  af7c3e5... Add constant for subcategories extension
  d293990... Make subcategories serializable to file
  fbd34eb... Update ignores
  c76133d... Change for null pointer
  e575919... Mark the subcategories serializable
  1017116... Add ISubCategory interface
  2bdc371... Add interface to handle Templates with generics
  dadea6f... Make templates implement the new ITemplate interface
  4aa0fb8... Make SubCategories inherit from IList and use the ISubcateo
  61e6395... Add new service to manage templates
  41d55b0... Add constatns for templates extensions
  aa42e65... Start templates service at startup
  ec818ef... Modify ITemplate interface
  5ae8a1f... Fix handling of paths in the templates provider
  52fee32... Use the TemplateProvider in the projects manager
  670a518... Create the default template non void
  8866e85... Implement ITemplateWidget in the CategoriesTemplateWidget
  7d7c4d3... Add listeners for events manually
  2dd4542... Add type to ITemplate
  b82098a... Add a count paramter to create new templates
  0754d75... Define more methods the ITemplateWidget interface
  b2268b5... Add missing import
  b3fbcf9... Add  a base class for templates editors
  a8f20dc... Add base class for the  templates editor dialog
  2b7a078... Make use of the templates service
  458383d... Add stetic changes
  8683b69... Update monodevelop project
  40e9324... Use new templates manager
  44d8725... Don't create deafult templates for subcategories
  b78df66... If dict initialisation
  f5e2c86... Move ProjectUtils to Common
  43de32d... Allow serialization to Stream instead of only file paths
  ea24602... Add objects cloner
  6805aa0... Add tree view for subcategories
  6f4590c... Add ToMarkupString() to ISubcategory
  f8ff8c4... Fill default subcategories for Players
  3edde8a... Implement ToMarkupString in subcategories
  e63820d... Update Monodevelop project
  55d8181... Fix warning of unused variable
  669c19a... Add default constaructor for team subcategories
  1a11979... Add handler for deleted subcategories
  3f4c8bc... Add missing return value
  8f2fdca... Add the default team subcategory
  ba3e304... Add method to update templates and use it where needed
  72b7246... Add "Update" to the templates provider interface
  83b9701... Initial work on the new categories editor with subcategorie
  dd10669... Add handler for sub categories
  fb2bde0... Format subcategories in a cleaner way
  136f107... Add constructor with IEnumerable
  2b4f966... Make edition of subcategories possible
  f112de0... Add dialog to edit sub category tags
  5ed9b37... Allow managing subcategories in the categories editor
  26583c5... Update stetic file with last changes
  15afecd... Update project file with last changes
  be6022f... Fix double method call
  98a5081... Fix name display of plays
  737e870... Remove the players selection from the menu
  3f34e62... Fix retrieval of key drawing
  e2dc281... Initialize SubCategory with the default values
  fd88441... Check name of new templates in the GUI
  f6723d3... Allow editing AllowMultiple and FastTag
  cceb6f8... Add newly created template to the list
  470825f... Change some strings to be more explicit
  d5dc7ac... WIP



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]