Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Collapse)AuthorAgeFilesLines
* minor fixes and a major refactoring of signals for alertsHEADmasterWalter Bender2013-02-042-45/+123
|
* create metadata entry if it doesn't already existWalter Bender2013-02-031-0/+2
|
* moving icons to extensions; making fb a subdirWalter Bender2013-02-0316-8/+215
|
* Make FacebookOnlineAccount an extension and move the OnlineAccount*Raul Gutierrez Segales2013-02-038-2/+541
| | | | stuff into jarabe/web
* [sharing] Add's 'Share to Facebook' capabilityRaul Gutierrez Segales2013-02-035-1/+136
| | | | | | | | | This also sets the foundations for adding sharing capabilities for other services out there. I guess this is mainly RFC for now, some thinking is needed for the whole workflow of sharing out and into the Journal.
* Adapt to changes in icons - SL #3569Manuel QuiƱones2013-01-151-1/+1
| | | | | | | | - Use entry-search instead of system-search in entries - Keep using system-search in activity list view, but adjust the colors Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Modem device icon: fix state detection (#4255)Daniel Drake2012-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | Probably lacking an update from the NM-0.8 era, _update_state does not correctly handle NM_DEVICE_STATE_IP_CHECK and NM_DEVICE_STATE_SECONDARIES (triggered late in the connection-establishing process after NM_DEVICE_STATE_IP_CONFIG). This was causing backtraces like: File "/usr/share/sugar/extensions/deviceicon/network.py", line 856, in _update_state self._palette.update_state(gsm_state, reason) File "/usr/share/sugar/extensions/deviceicon/network.py", line 272, in update_state self._update_label_and_text(reason) File "/usr/share/sugar/extensions/deviceicon/network.py", line 310, in _update_label_and_text 'text, %s' % str(self._current_state)) ValueError: Invalid GSM state while updating label and text, None and it may have been confusing further code in the same class after. Fix _update_state to more accurately identify the "connecting" states.
*