Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add some GObject propertiesHEADgtk3Daniel Francis2012-09-091-1/+5
|
* Add all the GObject Signals and a necessary GObject PropertyDaniel Francis2012-09-091-1/+22
|
* Complete word-chars setterDaniel Francis2012-09-081-8/+18
|
* Start crating SugarVte.ViewDaniel Francis2012-09-082-0/+107
|
* Use sugar3 in setup.pyAgustin Zubiaga2012-08-161-1/+1
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Removing old tab toolbar. SL #3717Daniel Francis2012-06-231-41/+0
|
* Some help correctionsAgustin Zubiaga2012-06-221-3/+3
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Use Box instead of HBox/VBoxAgustin Zubiaga2012-06-221-4/+5
|
* Help Button with useful commandsAgustin Zubiaga2012-06-213-0/+132
| | | | | | | | | Gonzalo's button ported to GTK3 Bugs: Wrap mode doesn't work Grey background Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Erasing become-root button codeRafael Ortiz2012-06-201-18/+0
|
* Fixing commentRafael Ortiz2012-06-201-2/+2
|
* Merge branch 'gtk3' of git.sugarlabs.org:terminal/mainline into gtk3Rafael Ortiz2012-06-201-25/+1
|\
| * Added erroneously removed FIXMEDaniel Francis2012-06-191-0/+3
| |
| * Drag and Drop; Removing old bug fixes; Uncommenting lines from the Gtk3 PortDaniel Francis2012-06-191-36/+10
| |
* | Drag And Drop from Clipboard / Uncomment some lines from Gtk3 PortDaniel Francis2012-06-191-9/+10
|/ | | | | The port to GTK3 is finished with this patch. Solved the drag and drop clipboard utility.
* typo in commentRafael Ortiz2012-06-061-1/+1
|
* making a comment about previons patch rationaleRafael Ortiz2012-06-041-0/+4
|
* Don't save a data file in journalDaniel Francis2012-06-041-32/+33
|
* The same tabs as browseDaniel Francis2012-06-033-13/+206
|
* comment drag and drop not workingv38Rafael Ortiz2012-05-311-0/+1
|
* first gtk3 version (v38)Rafael Ortiz2012-05-311-1/+1
|
* Merge branch 'gtk3' of git.sugarlabs.org:terminal/mainline into gtk3Rafael Ortiz2012-05-311-45/+57
|\
| * Gtk3 PortDaniel Francis2012-05-291-45/+57
| |
* | Push many PO files from PootlePootle daemon2012-05-1757-632/+846
|/
* v37v37Rafael Ortiz2012-05-101-1/+1
|
* Prevent Sugar capture <Ctrl>z and <Ctrl>q send them to vte SL #3222 OLPC #11836Manuel QuiƱones2012-05-101-4/+19
| | | | | | | | | | | | | | Used the same approach than the solution for the Escape capture when the activity is fullscreen mode. Refactored the method to allow this keystrokes. This fixes http://dev.laptop.org/ticket/11836 and http://bugs.sugarlabs.org/ticket/3222 . Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Reviewed-by: James Cameron <quozl@laptop.org> Tested-by: James Cameron <quozl@laptop.org> Signed-off-by: Rafael Ortiz <rafael@activitycentral.com>
* Revert "Used the same approach than the solution for the Escape"Rafael Ortiz2012-05-101-19/+4
| | | | This reverts commit 2ee6c30ff5d98e381f5eef6caa5bb1c73cd6a035.
* Used the same approach than the solution for the EscapeRafael Ortiz2012-05-101-4/+19
| | | | | | | | | capture when the activity is fullscreen mode. Refactored the method to allow these keystrokes. It prevents sugar to capture-Ctrl-z-and-Ctrl-q and send them to vte This fixes http://dev.laptop.org/ticket/11836 and http://bugs.sugarlabs.org/ticket/3222 .
*