Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding language tvl via PootlePootle daemon2010-01-141-0/+1188
|
* Release 0.87.3v0.87.3Tomeu Vizoso2010-01-121-1/+1
|
* Bump SUCROSE_VERSIONTomeu Vizoso2010-01-121-1/+1
|
* fail gracefully if system DBus unreachable (#1403)Sascha Silbe2010-01-113-11/+12
| | | | | | | | | | | | | | | System bus (DBus) is only required for optional features (non-permanent connection to jabber server, removable media, etc.), so fail gracefully (but output errors to logs) if it is unreachable. This aids testing Sugar inside chroots. Tested: - inside chroot (no system bus): errors in log, neighbourhood shows buddies - on XO-1 (regular session, no NM): no errors, neighbourhood shows buddies, battery shown - on XO-1 (regular session, NM): no errors, neighbourhood shows buddies and networks, battery shown, disconnecting + automatic reconnect works, shutdown works Signed-off-by: Sascha Silbe <sascha@silbe.org>
* sugar-emulator: kill X server on exit (#1440)Sascha Silbe2010-01-111-31/+40
| | | | | | | If sugar aborts abnormally, the X server might keep running, so we should kill it off after sugar returns. Signed-off-by: Sascha Silbe <sascha@silbe.org>
* move ~/.i18n parsing from sugar-emulator to sugar (#1441)Sascha Silbe2010-01-112-22/+4
| | | | | | | | The control panel stores locale settings in ~/.i18n, but currently this file is only read by Fedora scripts and sugar-emulator. Parsing it in sugar will make language selection work in "native" sessions on all distros. Signed-off-by: Sascha Silbe <sascha@silbe.org>
* Remove Log and Terminal from default favorites viewDaniel Drake2010-01-071-2/+0
| | | | These are for more advanced users.
* Only parse colors from ad-hoc network names that contain them (#1604)Daniel Drake2010-01-032-4/+16
|
* Truncate ad-hoc network name to not exceed the SSID limit (#1604)Daniel Drake2010-01-031-2/+20
| | | | | Fixes breakage where you could not create an ad-hoc network if your sugar name is longer than 6 characters.
*