Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Based on http://dev.laptop.org/ticket/9189#comment:25 I revertsucrose-0.90Simon Schampijer2011-02-041-13/+3
* Run Sugar-Emulator in fullscreen by default if the screen is <=800x600 (SL #2...Dipankar Patro2010-11-301-1/+1
* Journal details view: don't choke on invalid timestamp (SL#1590, SL#2208)Sascha Silbe2010-11-302-12/+27
* Journal list view: don't choke on invalid or incomplete metadata (SL#1408)Sascha Silbe2010-11-301-13/+36
* don't delete bundles on storage media (SL #2456)Sascha Silbe2010-11-301-3/+3
* Remove separator in Journal toolbar #2446 (Gary C. Martin)Simon Schampijer2010-11-241-13/+0
* Time out on registration process to prevent indefinite UI hang (SL#2289)Dipankar Patro2010-10-261-3/+24
* Make sure the buddy palette is disposed after popdown #1742Tomeu Vizoso2010-10-141-0/+2
* Don't emit buddy-removed if we don't know yet its contact-id #2402Tomeu Vizoso2010-10-041-1/+2
* Don't emit buddy-removed and activity-removed before they have announced #2401Tomeu Vizoso2010-10-041-2/+6
* Cast the event coordinates to integers #2291Simon Schampijer2010-09-291-1/+1
* Don't miss early nick updates from our contacts #2355Tomeu Vizoso2010-09-291-10/+16
* Do not allow empty string activity_id #1814Aleksey Lim2010-09-281-1/+1
* Revert "Added busy cursor when we open any section in control panel. (Ticket ...Tomeu Vizoso2010-09-241-9/+4
* Added busy cursor when we open any section in control panel. (Ticket #245)Ishan Bansal2010-09-241-4/+9
* Pass the contact-id to the buddy-removed signal instead of the handle #2349Tomeu Vizoso2010-09-211-1/+2
* Make sure we don't change the owner's colors because of a network event #2348Tomeu Vizoso2010-09-211-0/+4
* Reduce a bit the verbosity of collaboration logging messagesTomeu Vizoso2010-09-172-7/+3
* Properly store and load friends #2331Tomeu Vizoso2010-09-175-50/+97
* Announce file transfer capabilities #1603Tomeu Vizoso2010-09-171-1/+22
* Remove unused reference to presenceserviceTomeu Vizoso2010-09-161-3/+0
* Don't try to write friends' color, some will be already offline and we anyway...Tomeu Vizoso2010-09-161-1/+0
* Remove unused Buddy.get_buddy methodTomeu Vizoso2010-09-161-11/+0
* Reset resolver cache when connection has been established #1940Simon Schampijer2010-09-141-0/+11
* Set MC_LOGFILE and MC_ACCOUNT_DIR when running sugar-emulatorTomeu Vizoso2010-09-131-0/+4
* Display changed to 'Sugar in a window' instead of 'Xephyr on' Ticket #2285Ishan Bansal2010-09-101-0/+2
* Protected Activities Support #2087Martin Abente2010-09-092-7/+23
* Remove some tabs in python codeTomeu Vizoso2010-09-081-3/+3
* Increase timeout for buddy properties queries #2298Tomeu Vizoso2010-09-071-3/+12
* Set param-register to False after a RegistrationExists error #2296Tomeu Vizoso2010-09-061-1/+22
* Change owner's jid to be hashed_pubkey@server #2279Tomeu Vizoso2010-09-031-14/+13
* Actually update the model when there are Alias or BuddyInfo changesTomeu Vizoso2010-09-031-0/+3
* Revert "Run gnome-keyring-daemon from sugar-emulator"Tomeu Vizoso2010-09-021-11/+0
* Little pylint fix.Simon Schampijer2010-08-311-1/+2
* Journal: Alert if an error occures when copying to devices in the detail view...Simon Schampijer2010-08-313-12/+35
* notify:: handlers take two argumentsTomeu Vizoso2010-08-311-2/+2
* Fix checking for new Connection objects in the busTomeu Vizoso2010-08-311-2/+2
* AP: signal strength update not seperate from state change #2246Simon Schampijer2010-08-301-21/+20
* Listen to changes to the nick and jabber server settings and update MC approp...Tomeu Vizoso2010-08-301-6/+59
* Run gnome-keyring-daemon from sugar-emulatorTomeu Vizoso2010-08-271-0/+11
* Pylint cleanupSimon Schampijer2010-08-241-2/+2
* Use Toolbutton instead of instead of RadiotoolbuttonSimon Schampijer2010-08-241-32/+25
* Add creation_time property to the journal model.Andrés Ambrois2010-08-242-11/+14
* Add sort by creation time option to the ListViewButtonAndrés Ambrois2010-08-241-0/+1
* Implement sorting for removable devices.Andrés Ambrois2010-08-241-3/+13
* Expandedentry: Try to use the filesize property.Andrés Ambrois2010-08-241-2/+3
* Display the sorting property in the last column.Andrés Ambrois2010-08-241-3/+8
* Rename the date column to 'sort_column'Andrés Ambrois2010-08-241-11/+11
* Add a ListViewButton to the journal search toolbar.Andrés Ambrois2010-08-241-0/+74
* Journaltoolbox: Add add_separator method for convenience.Andrés Ambrois2010-08-241-0/+11