Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* setting proper cairo context for badge displayHEADmasterWalter Bender2011-07-121-11/+14
* remove hippo and make separate callbacks for enter- and leave-notify-eventsWalter Bender2011-07-101-11/+14
* set_visible_window(False) makes the EventBox transparentWalter Bender2011-07-101-4/+2
* replaced hippo with a containerWalter Bender2011-07-091-9/+47
* got rid of more hippo stuff we no longer needWalter Bender2011-07-091-29/+3
* ensuring all args are passed through to Icon from CanvasIconWalter Bender2011-07-091-17/+43
* Removed some redundancy between CanvasIcon and Icon; temp. workaround to Even...Walter Bender2011-07-091-34/+18
* Temporary work-around to alignment problem in do_expose_event since requisiti...Walter Bender2011-07-081-8/+20
* Added call to set_size_request() to CanvasIcon so that icon alignment is set ...Walter Bender2011-07-081-2/+18
* In class CanvasIcon, replace hippo.CanvasBox and hippo.CanvasItem with EventB...Walter Bender2011-07-081-49/+125
* GlibTCPServer: defer shutdown_request to avoid closing the socket too early O...Daniel Drake2011-06-291-0/+6
* Debug logs for default profileSimon Schampijer2011-06-291-3/+3
* Use 'focus-out' event instead of 'changed' event for title entry OLPC #10956,...Simon Schampijer2011-06-202-12/+21
* Use the activity instance name when joining a shared activity SL #2872Simon Schampijer2011-06-091-0/+2
* Fix invitations from a non sugar client (empathy), part of OLPC #10814Simon Schampijer2011-06-091-10/+19
* Only show joined buddies on sharer side, part of OLPC#10578Simon Schampijer2011-05-311-0/+1
* Shared activity does not announce the 'buddy-left' signal OLPC #10800Simon Schampijer2011-05-231-1/+1
* remove obsolete commentSascha Silbe2011-05-201-4/+0
* Avoid showing decorated windows during start-up (OLPC#10713)Sascha Silbe2011-04-111-0/+2
* The activity icon does not handle the case of a activity without metadata.Gonzalo Odiard2011-04-031-1/+1
* Store all the buddies that have been joined in the activity metadata OLPC #10578Simon Schampijer2011-03-311-1/+5
* fix regressions introduced by 29582de6 (fix for SL#1742)Sascha Silbe2011-03-271-1/+7
* Open content bundles on a external device #1748Simon Schampijer2011-03-031-1/+1
* Window: allow removing the toolbar_boxSascha Silbe2011-02-171-2/+3
* fix whitespace mistake introduced by c7a80a1Sascha Silbe2011-02-151-0/+1
* sugar.activity.i18n: add pgettext()Sascha Silbe2011-02-151-0/+18
* bundlebuilder: genpot: don't use absolute paths in filenames (SL#2508)Simon Schampijer2011-02-121-1/+3
* Throw MalformedBundleException on broken zip filesMartin Dengler2011-02-051-1/+5
* fix sugar-emulator detection logic broken by 814ab2d (has_key() cleanup)Sascha Silbe2011-02-051-1/+1
* XoColor: don't choke if passed the wrong type (SL#1408)Sascha Silbe2010-11-301-0/+4
* Apply new version scheme as well to content bundles #2425Simon Schampijer2010-11-251-3/+7
* bundlebuilder: install mimetypes.xml and associated icon #2262Simon Schampijer2010-11-241-0/+2
* bundlebuilder: ignore incorrect pylint warningSascha Silbe2010-11-231-0/+1
* pylint: sugar.wm._property_change_trapped: allow overriding built-in methodSascha Silbe2010-11-231-0/+1
* CellRendererInvoker._redraw_path(): assure column is definedSascha Silbe2010-11-231-0/+2
* ToolInvoker._get_alignments: fix missing self parameterSascha Silbe2010-11-231-1/+1
* pylint cleanup: initialise all attributes in __init__()Sascha Silbe2010-11-231-0/+1
* pylint cleanup: pass format parameters to log functions instead of using %Sascha Silbe2010-11-231-2/+2
* pylint cleanup: disable warnings for reasonable catch-all exception handlersSascha Silbe2010-11-232-0/+2
* sugar.util: use logging.exception instead of traceback.format_exc()Sascha Silbe2010-11-231-2/+1
* pylint cleanup: remove unused importsSascha Silbe2010-11-232-4/+1
* pylint cleanup: replace disable-msg with disableSascha Silbe2010-11-233-5/+5
* style cleanup: prefer ' for stringsSascha Silbe2010-11-2327-134/+134
* style cleanup: use """ everywhereSascha Silbe2010-11-232-9/+9
* PEP8 cleanup: fix deprecated raise syntaxSascha Silbe2010-11-231-1/+1
* PEP8 cleanup: fix whitespace before ':'Sascha Silbe2010-11-231-1/+1
* PEP8 cleanup: fix spaces around keyword parametersSascha Silbe2010-11-235-7/+7
* PEP8 cleanup: fix inline comment spacingSascha Silbe2010-11-232-6/+12
* PEP8 cleanup: fix whitespace around operatorSascha Silbe2010-11-236-12/+13
* PEP8 cleanup: don't use has_key()Sascha Silbe2010-11-236-25/+14