Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* First implementation of ClipboardService. Implement pdf viewing and downloadi...Tomeu Vizoso2006-11-156-1/+140
* NM applet: store and return allowed networks correctlyDan Williams2006-11-133-63/+100
* Remove debugging codeDan Williams2006-11-131-16/+2
* Make the WEP key dialog work in async modeDan Williams2006-11-133-10/+84
* Fix returned dbus args so the applet works with WEPDan Williams2006-11-131-1/+2
* Fix more key dialog interactionDan Williams2006-11-132-4/+5
* Fix icon update on NM going awayDan Williams2006-11-121-1/+1
* Add wepkeydialog to the makefileDan Williams2006-11-121-1/+2
* More fixes, nearly there but not quite yet.Marco Pesenti Gritti2006-11-122-18/+21
* Add a simple dialog to enter the web hex key. Several typo fixed.Marco Pesenti Gritti2006-11-123-9/+75
* Hook up more of the key dialog bitsDan Williams2006-11-122-21/+122
* Reverting clipboard changes pushed by mistake. These are commits 23565cfd483e...Tomeu Vizoso2006-11-106-140/+1
* Created SugarDownloadManager and ClipboardService's wrapper. Show and hide th...Tomeu Vizoso2006-11-051-9/+9
* Merge branch 'master' of git://dev.laptop.org/sugarTomeu Vizoso2006-11-022-22/+95
|\
| * Work around non-bound HippoCanvas 'clickable' property by using button-press-...Dan Williams2006-11-011-14/+6
| * Do rollovers on menu items and stub code for activating a connectionDan Williams2006-11-011-30/+76
| * Rollovers in NM applet menuDan Williams2006-11-011-1/+35
| * Don't draw progress bar when % is 0Dan Williams2006-11-011-1/+2
* | First version of the ClipboardService. Added support for showing the progress...Tomeu Vizoso2006-11-016-1/+140
|/
* Do not resize the icon, use the original icon size.Marco Pesenti Gritti2006-10-311-1/+1
* Fix active device handlingDan Williams2006-10-301-4/+6
* Switch back to 75x75 iconsDan Williams2006-10-301-2/+2
* Organize menu items to conform with Eben's mockupsDan Williams2006-10-301-8/+34
* Make the Hippo-fied menu much prettierDan Williams2006-10-302-19/+90
* Convert to an ugly Hippo menuDan Williams2006-10-303-45/+191
* Load icons at start and scale to 25x25Dan Williams2006-10-291-33/+52
* Activate the logger before importing the ps, so that weMarco Pesenti Gritti2006-10-291-2/+2
* Change to /usr/bin/python instead of /bin/env pythonDan Williams2006-10-291-1/+1
* Add copyright headerDan Williams2006-10-291-0/+18
* Import pygtkMarco Pesenti Gritti2006-10-291-0/+4
* Better working nm-appletDan Williams2006-10-291-54/+262
* Build up a network menuDan Williams2006-10-261-14/+102
* Install the nm-applet dbus config file in the right placeDan Williams2006-10-261-1/+1
* Add (slightly) sugarized NetworkManager appletDan Williams2006-10-267-1/+768
* Retry resolution of a buddy presence service up to 3 timesDan Williams2006-10-201-4/+27
* Fix Buddy object's get_service_of_type() methodDan Williams2006-10-201-4/+13
* Revert to IP4 only since Avahi mixes up IP4 and IP6 when using PROTO_UNSPECDan Williams2006-10-201-3/+3
* Do not traceback on properties containing =Marco Pesenti Gritti2006-10-191-1/+1
* Let the presence service set his own pathMarco Pesenti Gritti2006-10-171-3/+9
* Remove the old dbus stuff, use one log file per processMarco Pesenti Gritti2006-10-161-1/+1
* Refactor startup. In progress, give me a couple hours.Marco Pesenti Gritti2006-10-162-6/+6
* Delete unused p2p model code. Fix distcheck.Marco Pesenti Gritti2006-10-151-0/+0
* Add GPL headersMarco Pesenti Gritti2006-10-146-0/+80
* Do not set up the owner of the presence service if thereMarco Pesenti Gritti2006-10-091-3/+8
* Send empty lists rather than NotFoundError exceptions where appropriate; comp...Dan Williams2006-10-062-24/+9
* Fix wrong conversion of typechecking to isinstanceDan Williams2006-10-061-1/+1
* Changed all type checking to use isinstanceJohn (J5) Palmieri2006-10-034-28/+28
* s/type(val) == type({})/isinstance(val, dict)John (J5) Palmieri2006-10-031-1/+1
* Expose local name collision errors (ie, somebody else registered that service)Dan Williams2006-10-021-8/+6
* Ignore local name collisions againDan Williams2006-09-291-4/+8