Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/edittoolbar.py
Commit message (Collapse)AuthorAgeFilesLines
* Highlight the search results correctlySimon Schampijer2012-01-231-6/+12
| | | | | | | Inspired by the Epiphany code we now highlight the search results in the default color, yellow. Signed-off-by: Simon Schampijer <simon@laptop.org>
* Deprecation fix: don't use EditToolbar from activity moduleSimon Schampijer2012-01-111-3/+3
| | | | | | The EditToolar has been moved to the widgets module Signed-off-by: Simon Schampijer <simon@laptop.org>
* Restore edit subtoolbar functionality: undo, redo, copy, paste, searchManuel Quiñones2011-12-201-49/+55
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Remove mozilla xpcom and hulahop, add WebKitManuel Quiñones2011-11-291-5/+1
| | | | | | | | | This commit breaks a lot of Browse functionality. This is marked in the code with a FIXME keyword. Original work was done by Daniel Drake. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Rename sugar to sugar3Manuel Quiñones2011-11-291-4/+4
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Port from PyGTK to PyGI, renamingManuel Quiñones2011-11-251-6/+6
| | | | | | | Was done running the pygi-convert.sh script. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Remove more unused importsGonzalo Odiard2011-08-291-1/+0
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix overlong linesSascha Silbe2011-05-211-1/+2
| | | | Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* add/remove some empty lines according to PEP8Sascha Silbe2010-06-161-0/+1
|
* remove EOL spacesSascha Silbe2010-06-161-3/+3
|
* Fix the edit toolbar for tabsSimon Schampijer2009-07-081-8/+15
|
* Adapt to hulahop API changes and start to clean up the singletons mess.Marco Pesenti Gritti2008-10-151-8/+4
|
* Add find in context functionalitySimon Schampijer2008-06-131-2/+71
| | | | | | | - placed in the edittoolbar - use ctrl+f to grab focus of the search entry - use enter to get the next occurrence - use the next and prev buttons to find other occurrences
* Add Edit toolbar.Tomeu Vizoso2008-05-281-0/+79