Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/desktop/activitieslist.py
Commit message (Expand)AuthorAgeFilesLines
* Pep8 fixes and other changes to finish the Multiple Homeviews feature.HEADmasterDaniel Francis2012-11-301-2/+2
* Start fixing bundle registryDaniel Francis2012-11-301-3/+3
* Multiple home viewsDaniel Francis2012-11-291-11/+56
* Replace remaining uses of "import glib"Gonzalo Odiard2012-11-231-2/+2
* ActivityList and Journal listview: set the touch mask on the tree view, part ...Simon Schampijer2012-11-061-0/+3
* Remove unneeded color theming from entries in Control Panel and lists in Jour...Manuel Quiñones2012-10-251-2/+0
* Improve search in views normalizing the strings - SL #3588Manuel Quiñones2012-10-091-2/+4
* Sort the activities in the home in alphabetic orderGonzalo Odiard2012-10-041-0/+1
* Views: defocus the search entry by defaultSimon Schampijer2012-09-261-0/+4
* Fix layout of Clear search button in Journal and Activity List - SL #3809Manuel Quiñones2012-09-251-1/+6
* Activity ListView: fix the erase activity alertSimon Schampijer2012-09-191-1/+1
* Add feedback in Home View, List View when there are no matching entries - SL ...Manuel Quiñones2012-09-181-9/+92
* ActivityListPalette: fix displaying of PaletteSimon Schampijer2012-09-121-4/+2
* Journal: initial portManuel Quiñones2012-09-071-2/+4
* Home View, listview: calling Gtk.TreeModelSort parent constructorManuel Quiñones2012-09-071-4/+4
* Activity list, ListModel: cast timestamp to int before adding to the modelManuel Quiñones2012-09-071-1/+1
* All: Chain up to constructor of derived classSimon Schampijer2012-09-071-3/+3
* All: add missing Gdk importsManuel Quiñones2012-09-071-0/+1
* Run sugar-convert.sh for automatic conversion from sugar.* to sugar3.* importsSimon Schampijer2012-09-071-6/+6
* Run pygi-convert.sh for automatic conversion from GTK+ 2 to GTK+ 3Simon Schampijer2012-09-071-51/+51
* Disable the search entry in the activities list view and in the Journal - SL ...Gonzalo Odiard2011-11-161-0/+1
* Color the favorite/star icon in the activities list and Journal in owners col...Simon Schampijer2011-09-201-2/+4
* ActivityListPalette: fix bundle_changed disconnectionSascha Silbe2011-03-271-1/+2
* pylint cleanup: fix indentationSascha Silbe2010-11-241-2/+2
* pylint cleanup: remove unused importsSascha Silbe2010-11-241-3/+0
* style cleanup: prefer ' for stringsSascha Silbe2010-11-241-1/+1
* PEP8 cleanup: fix spaces around operators and parenthesesSascha Silbe2010-11-241-6/+6
* pep8 cleanup: fix number of blank linesSascha Silbe2010-11-241-1/+6
* Adapt activity list and bundleregistry to new numbering scheme #2425Simon Schampijer2010-11-091-1/+1
* Protected Activities Support #2087Martin Abente2010-09-091-7/+11
* Delete profile data only when erased #2074Martin Abente2010-08-231-1/+1
* Use only one entry point for activity launch #1814Aleksey Lim2010-07-121-7/+2
* Do no fail on system activities in Home view #1427Aleksey Lim2009-09-251-2/+2
* Remove the column headers from Home list view's gtk.treeview #1279Simon Schampijer2009-09-151-5/+6
* Disable row selection in the activities treeview as well #1235Simon Schampijer2009-09-111-0/+2
* Show selecting status of favorite check box in journal list view even if "sta...Aleksey Lim2009-09-071-2/+1
* Let user upgrade system activity from .xo #701Aleksey Lim2009-08-281-4/+5
* Remove "Erase" and "Remove favorite" Activity palette entries #1128Tomeu Vizoso2009-08-191-11/+107
* Remove uninstalled activities from modelAleksey Lim2009-07-301-1/+1
* Fix listening for changes in the activity listTomeu Vizoso2009-07-011-2/+2
* Rename activate signal in cell renderers to 'clicked'Tomeu Vizoso2009-06-301-4/+4
* Display tags in the activity listTomeu Vizoso2009-06-161-4/+11
* Make ListModel be a TreeModelSort and wrap a TreeModelFilter in itTomeu Vizoso2009-06-151-11/+19
* Fix listening for changes in the bundle registryTomeu Vizoso2009-06-151-1/+2
* Make the activity list background whiteTomeu Vizoso2009-06-131-0/+2
* Add last bits to the activity list based on a tree viewTomeu Vizoso2009-06-131-225/+60
* Listen for resquests for deleting bundlesTomeu Vizoso2009-06-071-4/+18
* Hook up the right palette in the activities listTomeu Vizoso2009-06-071-1/+13
* Fix listening for removal of activitiesTomeu Vizoso2009-06-071-5/+10
* Refactor the activity list model and make it listen for changesTomeu Vizoso2009-06-071-52/+64