Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2008-07-222-3/+7
|\
| * #5664 Fall back to the advertised mime type if sniffing filesTomeu Vizoso2008-07-221-1/+5
| |
| * #7385 Change home view accelerator to <Ctrl>NTomeu Vizoso2008-07-211-2/+2
| |
* | Refactor activity launcher. Fix #7546Marco Pesenti Gritti2008-07-225-26/+41
|/
* #7249 consistent ordering of frame devicesMartin Dengler2008-07-196-2/+23
|
* CP: 'About Me' keeps nick edit when you cancel out #7510Simon Schampijer2008-07-171-1/+3
|
* #7071 Add an option for uninstalling activities from the home viewTomeu Vizoso2008-07-154-8/+139
|
* Order control panel modules logicallyEben Eliason2008-07-141-8/+18
| | | | | | There are two related but independent parts to this: 1) always put "about me" and "about my XO" first 2) order the remiaining modules alphabetically
* #4208 battery icon consistency fixMartin Dengler2008-07-141-1/+1
| | | | | | battery-icon-consistency fix when current_level > highest-non-100-pct icon name: use step=-5 to find icon related to floor(current_level), not ceil(current_level)
* HomeWindow listen to the model, launcher is a transient state which is cancelledMarco Pesenti Gritti2008-07-142-44/+33
| | | | | by any zoom level change. Also drop the lunch limit in the shell while I'm at it. Fix #7354
* Remove old, unused bits of session state handling.Marco Pesenti Gritti2008-07-132-29/+1
|
* Small fix for showing the animation when switching between zoom levelsTomeu Vizoso2008-07-091-0/+1
|
* #7430 Preserve the favorites layout across rebootsTomeu Vizoso2008-07-092-12/+38
|
* #7434 Add power section to the control panelChris Ball2008-07-084-6/+277
|
* Fix reboot to nt do a shutdown #7438Simon Schampijer2008-07-071-1/+1
|
* Fix invites #7365Simon Schampijer2008-07-072-25/+11
|
* #7248 speaker icon consistency fixesMartin Dengler2008-07-054-26/+90
|
* #7339 Stop the launching box to pulse in the background indefinitelyTomeu Vizoso2008-07-052-3/+15
|
* Remove two leftoversTomeu Vizoso2008-07-041-2/+0
|
* #7015 Add proper alignment support to the "tray" controlTomeu Vizoso2008-07-042-7/+6
|
* Merge branch 'master' of ssh+git://dev.laptop.org/git/sugarSimon Schampijer2008-07-033-14/+16
|\
| * #7046: Fix removal of activitiesTomeu Vizoso2008-07-032-3/+4
| |
| * #7391 Switch to the activity list view after a query is enteredTomeu Vizoso2008-07-031-11/+12
| |
* | Support to set non ascii nick names in cp #5613Simon Schampijer2008-07-031-1/+1
|/ | | | | | This is needed to allow non ascii character input from the command line interface of the control panel
* Use os.path.splitext() to get file extensions, not string.strip().Chris Ball2008-06-262-3/+3
|
* Fix typo that may crash startup.Tomeu Vizoso2008-06-251-1/+1
|
* speaker-icon chosen correctly for #7248.1Martin Dengler2008-06-241-1/+1
| | | | | speaker icon now chosen correctly; requires sugar-toolkit commit 1403f7d26d53c89457ee6cf3b0535247c7e163e6
* Remove redundant notifications from activity launch (#7272)Eben Eliason2008-06-221-14/+0
|
* Reset activity icons when clicked/launched (#7273, #7274)Eben Eliason2008-06-222-18/+35
| | | | | | | | | The act of clicking on an activity icon in Home to launch it switches the view to the launcher, eliminating the expected hovering-changed event (leave). This commit hides the palette instantly (it used to remain visible in the launcher) and un-colors the icon (which used to remain colored when returning to Home).
* Rename "Free view" to "Freeform view", for clarityv0.81.5Eben Eliason2008-06-211-2/+2
|
* Fix activity switching with the mouse. Forgot to reset a variable.Benjamin Berg2008-06-201-1/+1
|
* Merge branch 'tabbing'Benjamin Berg2008-06-205-3/+197
|\ | | | | | | | | | | Conflicts: src/view/keyhandler.py
| * Use Alt+Shift+Tab for reverse tabbing directionBenjamin Berg2008-06-201-1/+1
| |
| * Scroll to the button that is selected in the tabbing operation.Benjamin Berg2008-06-201-0/+2
| |
| * Ignore "click" events during the activity_changed_cb.Benjamin Berg2008-06-201-1/+5
| | | | | | | | | | | | It is neccessary to ignore any "click" events that happen as a result of the activity_changed_cb. If these were not ignored they would cause an instant activity switch to the new activity.
| * Handle the keyboard event handling for tabbing.Benjamin Berg2008-06-201-2/+32
| |
| * Implement API to handle tabbing.Benjamin Berg2008-06-202-0/+145
| | | | | | | | | | | | This patch adds a new TabbingHandler class that is responsible for tabbing. It shows/hides the frame, grabs they input and does the delayed window switches.
| * Add functionallity for tabbing trough activities.Benjamin Berg2008-06-201-0/+13
| | | | | | | | | | | | To be able to raise activity windows on a delay, the homemodel needs to be set directly. It also needs to ignore window raises while the user is tabbing.
* | Add an option for choosing the layout in the favorites view.Tomeu Vizoso2008-06-204-58/+143
| |
* | Use Grid to resolve collisions in the favorites view.Tomeu Vizoso2008-06-207-307/+407
| |
* | Try harder to resolve collisions in the mesh view.Tomeu Vizoso2008-06-201-23/+52
| |
* | Add RandomLayout and make it the default.Tomeu Vizoso2008-06-205-194/+254
| |
* | Persist position of favorite iconsTomeu Vizoso2008-06-201-8/+28
| |
* | Make the favorite activity icons draggableTomeu Vizoso2008-06-208-102/+274
| |
* | fix #4646 - replace/normalize some keyboard shortcutsMartin Dengler2008-06-171-13/+12
|/
* ControlPanel: Use the sesionmanager for the sugar restartSimon Schampijer2008-06-132-13/+15
|
* #6298: Cleanups from reviewMorgan Collett2008-06-133-23/+28
|
* 6298: Subclass InviteButtonMorgan Collett2008-06-131-115/+162
|
* 6298: Refactor invites to handle 1-1 XMPP connectionsMorgan Collett2008-06-134-54/+184
|
*