Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/frame
Commit message (Collapse)AuthorAgeFilesLines
* Add Dismiss option to the palette of finished transfers #484Tomeu Vizoso2009-03-181-5/+52
|
* Remove transfer icon from frame when the local user cancels it #483Tomeu Vizoso2009-03-121-15/+24
|
* Friendstray: icon reacting to right click #441Simon Schampijer2009-03-021-5/+4
|
* Don't open a launcher window when that activity is already running #426Tomeu Vizoso2009-03-021-0/+7
|
* Show a generic icon for clippings, if available #454Tomeu Vizoso2009-02-281-6/+10
|
* Add the accelerator properlyTomeu Vizoso2009-02-201-0/+4
|
* Use the transfer icons that Eben did some weeks agoTomeu Vizoso2009-02-161-21/+20
|
* show launcher screen as soon as possible. #243Tomeu Vizoso2009-02-041-0/+5
| | | | So the user has inmediate feedback.
* Try harder to get an icon for a clippingTomeu Vizoso2009-02-011-1/+17
|
* Remove superfluous checkTomeu Vizoso2009-01-051-3/+0
|
* Misc pylint fixesTomeu Vizoso2009-01-041-3/+1
|
* #131 Some more fixes for opening clippingsTomeu Vizoso2009-01-041-3/+5
|
* #131 Properly retrieve the default activityTomeu Vizoso2009-01-041-1/+1
|
* #131 Adapt to API changeTomeu Vizoso2009-01-041-2/+2
|
* Add Resume item to the file transfer paletteTomeu Vizoso2009-01-031-1/+9
|
* Remove extra menu item from file transfer paletteTomeu Vizoso2008-12-221-5/+0
|
* Fix outgoing transfer paletteTomeu Vizoso2008-12-221-1/+1
|
* Change the FRAME_POSITION_RELATIVE to follow eben's specSimon Schampijer2008-12-181-1/+2
| | | | | | | | [500 external devices eg. USB drive] [400 3rd party devices eg. speech] [300 transient connection devices eg. AP] [200 transient devices eg. camera] [100 static devices eg. battery]
* Line too long.Marco Pesenti Gritti2008-12-171-1/+3
|
* Pylint fixesMarco Pesenti Gritti2008-12-171-0/+3
|
* First go at adding file transfer to the journalTomeu Vizoso2008-12-151-7/+417
|
* Use g_timeout_add_seconds() for power efficiencyDaniel Drake2008-12-061-2/+2
| | | | | | | | This attempts to align second-granularity wakeups across the system, reducing CPU wakeups a little. I considered all timeouts of duration 1 second or greater, and moved the non-timing-critical ones to g_timeout_add_seconds().
* Fix typosSimon Schampijer2008-11-181-1/+1
|
* Initial implementation of activity notificationsTomeu Vizoso2008-11-041-3/+42
|
* Fix frame device ordering logicMartin Dengler2008-10-311-4/+4
|
* Merge branch 'master' of ssh+git://dev.laptop.org/git/sugarSimon Schampijer2008-10-301-1/+1
|\
| * TypoTomeu Vizoso2008-10-301-1/+1
| |
* | set invoker on the widget when doing lazy palettes (marco)Simon Schampijer2008-10-301-1/+2
|/
* Some pylint fixesMarco Pesenti Gritti2008-10-221-3/+3
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2008-10-214-5/+42
|\
| * Clarify call to set_icon_pixbuf with keyword args.Eben Eliason2008-10-201-2/+2
| |
| * Title clippings appropriately eg. "Text clipping" (#5751)Eben Eliason2008-10-181-3/+7
| |
| * Prevent duplicate clippings on drag within clipboard (#8606)Eben Eliason2008-10-181-2/+21
| |
| * Size and position clippings correctly when dragged.Eben Eliason2008-10-181-1/+10
| |
| * Highlight clipboard on drag (#8604)Eben Eliason2008-10-182-0/+5
| |
* | Unused import.Marco Pesenti Gritti2008-10-211-1/+0
|/
*