[longomatch] (192 commits) ...Merge branch 'rewrite_subcategories'



Summary of changes:

  19370e0... Start redesing of LongoMatch with the base elements (*)
  3ccef64... Update Project to use the new API (*)
  c708b44... Change the database to use the new API and bump the db vers (*)
  185ad63... Format line a little bit better (*)
  e450a02... Rename Sections to Categories and apply new API changes (*)
  5298ca5... Clean up teams templates and make use of the new API (*)
  427142d... Update Monodevelop project file with the new changes (*)
  43533a6... Update autogenerated files (*)
  07b1c98... Make use of the new API in the projects utils (*)
  d1d8a2c... Make use of the new API in the playlists (*)
  7633362... Make use of the new API in the serialisation/deserialisatio (*)
  c215729... Make use of the new API in the GUI classes (*)
  7c80c47... Make use of the new API in Main.cs (*)
  508b199... Refactor the handlers to use the new API (*)
  e465e07... Make use of the new API in the events manager (*)
  74b4cf4... Make use of the new API (*)
  4e6417a... Make deletion work with the new API (*)
  c66b68c... Fix thinko (*)
  24614ea... Start numbering players from 1 (*)
  e8df514... Add property to retrieve only players that plays (*)
  717c64d... Comment out the Migrator lines until its reworked (*)
  f8b41ff... Use the for the previes the pixbuf in the the project descr (*)
  c1e93a5... Fix import/export projects (*)
  3b60138... Clean up the players list using a lsit for each team (*)
  cf9cd42... Don't initialise the list for autoimpleted properties (*)
  77d0d21... Apply cosmetic refactoring (*)
  637f45f... Add property 'PausedTime' to drawings (*)
  1927125... Add support for drawings in the playlist (*)
  1edc58a... Move code from libcesarplayer/src to libcesarplayer (*)
  ba27b29... Add missing '#region' start (*)
  fa20159... Add back the PreviewMediaFile property (*)
  9178416... Add a base class for templates serialization (*)
  43cde1e... Refactor namespace of database entities to LongoMatch.Store (*)
  5e07512... Fix serialization of templates (*)
  51ba29b... Update makefiles after last changes (*)
  7d3bd72... Update monodevelop project files (*)
  280d697... Fix env script (*)
  93e1d09... Remove prints (*)
  7331bdb... Initialize properly the lists (*)
  2bf71b3... Use a base class for serialization (*)
  6c69fc1... Use drawings list for plays, even if we don't support it ye (*)
  2ad50bd... Add more props to Categories (*)
  a8c0c15... Remove unused code (*)
  2132c2f... Add subcategories templates (*)
  2162192... Remove the tags from the project, which are now in the cate (*)
  055d1ff... Removing some tags stuff to make verything compile (*)
  71425fb... Remove compat files (*)
  e1dadff... Rework tags API and subclasses (*)
  5caf1b2... Rework sub categories API and subclasses (*)
  dda8fce... Initialize default templates with teams and players subcate (*)
  ddc0444... Set the fast tag option in the subcategory itself (*)
  1ae4602... Remove unused methods (*)
  2f289d4... Don't subclass unnecessarily from SerializableObject (*)
  3d65e0b... Make templates inherite from List<> (*)
  734f6c3... Use the SerializableObject to save projects too (*)
  78ccc93... Fix makefile and monodevelop project (*)
  42b9ec6... Add Log helper from the Hyena project (*)
  18a7cd5... Rename sub categories templates files (*)
  35346c7... Init Logging at startup and starting logging exceptions (*)
  da41007... Remove teams' players lists from the project (*)
  0020c86... Add a new StringTag class (*)
  2946b51... Add method to know if a play contains a tag. (*)
  728b579... Add method to build a TreeStore for subcategories (*)
  9113415... Fix assignement to the same variable (*)
  81ba897... Document sub-categories (*)
  2891b57... Document ProjectDescription (*)
  ebb4cc7... Remove unused property, that are in the PreviewMediaFile (*)
  362ed96... Fix documentation and API of Player (*)
  64a020c... Fix documentation of Play (*)
  4d15fbb... Don't check for null Pixbuf in the setter (*)
  1467329... Small fixes after rebasing against master (*)
  a62c13a... Make the DrawingsList inherit from SortedList (*)
  1d4b123... Fix some warnings (*)
  1dce4c0... Convert all files to unix format (*)
  bd32a1c... Format everything properly with astyle (*)
  f749f7c... Add constant for subcategories extension (*)
  e7fa24d... Make subcategories serializable to file (*)
  83057a8... Update ignores (*)
  9a885ee... Change for null pointer (*)
  8d1f8f4... Mark the subcategories serializable (*)
  f1d6d3f... Add ISubCategory interface (*)
  c04f3ac... Add interface to handle Templates with generics (*)
  a1c8b10... Make templates implement the new ITemplate interface (*)
  e8e5d06... Make SubCategories inherit from IList and use the ISubcateo (*)
  be260e2... Add new service to manage templates (*)
  a1791d6... Add constatns for templates extensions (*)
  d20d7a9... Start templates service at startup (*)
  9665ff1... Modify ITemplate interface (*)
  c271123... Fix handling of paths in the templates provider (*)
  5c3c440... Use the TemplateProvider in the projects manager (*)
  8f5c136... Create the default template non void (*)
  2e1e5ce... Implement ITemplateWidget in the CategoriesTemplateWidget (*)
  ef81453... Add listeners for events manually (*)
  f6175fd... Add type to ITemplate (*)
  80c1be1... Add a count paramter to create new templates (*)
  d08ab7f... Define more methods the ITemplateWidget interface (*)
  da66046... Add missing import (*)
  b2e7df5... Add  a base class for templates editors (*)
  95ed24e... Add base class for the  templates editor dialog (*)
  de516f8... Make use of the templates service (*)
  288bab6... Add stetic changes (*)
  48bc328... Update monodevelop project (*)
  2ceb427... Use new templates manager (*)
  b121fe5... Don't create deafult templates for subcategories (*)
  74645d6... If dict initialisation (*)
  b595420... Move ProjectUtils to Common (*)
  03117c9... Allow serialization to Stream instead of only file paths (*)
  322b93b... Add objects cloner (*)
  cd3e0bc... Add tree view for subcategories (*)
  88f729c... Add ToMarkupString() to ISubcategory (*)
  95fd914... Fill default subcategories for Players (*)
  3d07d10... Implement ToMarkupString in subcategories (*)
  f8039fc... Update Monodevelop project (*)
  a1759cf... Fix warning of unused variable (*)
  e5279dc... Add default constaructor for team subcategories (*)
  7f9e1d5... Add handler for deleted subcategories (*)
  e5b6a3e... Add missing return value (*)
  57ece5b... Add the default team subcategory (*)
  bae995b... Add method to update templates and use it where needed (*)
  bae5d4a... Add "Update" to the templates provider interface (*)
  4d6c6c4... Initial work on the new categories editor with subcategorie (*)
  034c32b... Add handler for sub categories (*)
  284d712... Format subcategories in a cleaner way (*)
  93570ec... Add constructor with IEnumerable (*)
  a38ddaa... Make edition of subcategories possible (*)
  55e6039... Add dialog to edit sub category tags (*)
  1e4f0f8... Allow managing subcategories in the categories editor (*)
  1bf8d4d... Update stetic file with last changes (*)
  8b2f931... Update project file with last changes (*)
  ef60818... Fix double method call (*)
  03ea7fd... Fix name display of plays (*)
  bb99ec1... Remove the players selection from the menu (*)
  d40865c... Fix retrieval of key drawing (*)
  23d30e4... Initialize SubCategory with the default values (*)
  2b6deb2... Check name of new templates in the GUI (*)
  4347920... Allow editing AllowMultiple and FastTag (*)
  ee97aea... Add newly created template to the list (*)
  f4765fc... Change some strings to be more explicit (*)
  dd3e0e3... Add TagStore to handle tags (*)
  aeb6b4a... Add widgets for tags (*)
  0eeafb8... Add UUID and clean-up a little bit (*)
  61140a6... Add new quick tagging dialog (*)
  ea51e8c... Several fixes after rebase (*)
  3c42d2b... Don't copy the dll config file to the bin folder (*)
  82d0e13... Fix path of the binaries folder (*)
  b4cc4d1... Add an entry to modify the team name in the templates edito (*)
  cf548d7... Allow using a team name different from the file one (*)
  ccce8d8... Move database code to services (*)
  777b332... Rework Encoding settings using profiles (*)
  03b043e... Refactor DB and add support for automated backups (*)
  4fa780c... Use project UUID as primery key in the DB instead of the fi (*)
  9e24259... Add more logging to the db (*)
  f1a8328... Add a method to list and count objects in the DB (*)
  eb49db8... Query all projects by ProjectDescription (*)
  100dd5f... Fix retrieval of last backup's date (*)
  ba35e7f... Update types to cascade on delete (*)
  e86ea21... Connect the event instead of relying in stetic for that (*)
  d775a26... Update db4o dep in monodevelop (*)
  f6ab02d... Set category colors in tagging buttons (*)
  66dc2e7... Hack to fix Drawing objects not beeing deleted from the DB (*)
  74f5c9e... Add Extension field to EncodingProfile (*)
  00839c1... Remove duplicated interfaces (use IVideoEditor instead) (*)
  13c3b16... Delete fields for teams names, now handled in templates (*)
  ed78c72... Fix creation of team models (*)
  6a78365... Update players list on add/delete play (*)
  12a1efb... Fix display of subcategories in the tagger widget (*)
  8312e74... Refactor tags (*)
  ddcfda7... Add "Period" subcategory to the default template (*)
  978769a... Add 4:3 and 16:9 options for the capture (*)
  4bf0a33... Move TagStore toa different file (*)
  9dd9420... Add a label with the teams' name (*)
  49aeda6... Use gsettingsvideosink instead of gconfvideosink (*)
  b3007c7... Remove log line (*)
  9ee4307... Start useing gsettings elements and fallback to gconf (*)
  bb389aa... Fix libcesarplayer deps in monodevelop (*)
  80eee66... Name tabs properly (*)
  53d86c9... Remove unused variable (*)
  1b883f5... Fix size of some widgets (*)
  b15fa88... Remove the dll map verifier from the build system (*)
  7a3b49e... Fix env script (*)
  a1cdd81... Add new artwork by Xavier Colomer (*)
  da92bc7... Delete unused files (*)
  6dc8318... Update PORFILES (*)
  755cf07... Delete unused constants (*)
  f4a80de... Use radio buttons for subcategories that don't allow multip (*)
  35c72b5... Move the search entry outside the scrollbar (*)
  e307859... Refactor tags store to use a List (*)
  0f376f0... Update GUI stetic stuff (*)
  0f4a3f1... Delete Utils and DB folders from the project (*)
  7ad9c7b... Add tagger widget for Teams (*)
  3799df7... Allow multiple selections for the default players subcatego
  717fb3c... Merge branch 'rewrite_subcategories'

(*) This commit already existed in another branch; no separate mail sent



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