Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe
Commit message (Collapse)AuthorAgeFilesLines
* Simplification for 3543be24738011307ad964b1babf2a3831aa7ac7HEADmasterSimon Schampijer2010-10-261-2/+1
|
* Add journalwindow.py to the MakefileSimon Schampijer2010-10-261-0/+1
|
* Post commit, more useful name for methods#2164Aleksey Lim2010-10-251-3/+3
|
* Downgrading activities not allowed. (SL #2164)shanjit@seeta.in2010-10-254-13/+80
| | | | | | | | | | Activity can be downgraded on the availability of an older .xo version of an activity. An alert pops up when trying to install an older .xo file of an activity, which asks the user to make a selection on whether to move to an older activity version or not. Co-authored-by: Shanjit Singh Jajmann <shanjit@seeta.in> Co-authored-by: Anubhav Aggarwal <anubhav@seeta.in>
* Disable Start menu item for entries that can't be opened(Bug#328)Mukul Gupta2010-10-181-15/+23
| | | | | | | The patch disables the Start and Start With menu items for files which can't be opened by any installed activity and instead replace it with a hover dropdown with a menu item 'No activity installed to start entry'
* Time out on registration process to prevent indefinite UI hang (SL#2289)Dipankar Patro2010-10-151-3/+24
| | | | | | | | | Registration with the school server is currently done synchronously. To prevent the UI from hanging indefinitely, if the school server is reachable but unresponsive, we add an explicit timeout. Reviewed-By: Sascha Silbe <sascha-pgp@silbe.org> Reviewed-By: James Cameron <quozl@laptop.org>
* Removed hardcoded server url (SL #1976)Dipankar Patro2010-10-151-3/+6
| | | | | | | Previously registration url was set hardcoded for XO device. Modififed the code for same behavior on all devices. Register url is taken from gconf prop. If the gconf is empty or unset, registration url falls back to 'schoolserver'.
* 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
| | | | Otherwise the owner icon is removed from the neighborhood view
* Don't emit buddy-removed and activity-removed before they have announced #2401Tomeu Vizoso2010-10-041-2/+6
| | | | | Otherwise we'll get some tracebacks from the listeners of those signals because they still don't know about those buddies or activities.
* Cast the event coordinates to integers #2291Simon Schampijer2010-09-291-1/+1
| | | | | Coordinates are given as doubles rather than integers, because some input devices such as graphics tablets have sub-pixel resolution.
* Don't miss early nick updates from our contacts #2355Tomeu Vizoso2010-09-291-10/+16
| | | | | | | We were receiving the nick before the BuddyModel for that contact had been created, so we were failing to store it. This means we create the BuddyModel as soon as we have a contact-id but Neighborhood defers buddy-added emission until we have gotten the key property.
* Do not allow empty string activity_id #1814Aleksey Lim2010-09-281-1/+1
| | | | Regression was introduced by ad88527353efdb351caef4999c17fdf1f1766662.
*