Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove decoratorstableviewAleksey Lim2010-02-012-109/+111
|
* Drag objects using titleAleksey Lim2010-02-012-57/+86
|
* Disable cursor mode by defaultAleksey Lim2010-02-011-4/+14
|
* Set frame range before switching to new viewAleksey Lim2010-02-012-4/+29
|
* Finalize long titles correctlyAleksey Lim2010-02-012-18/+19
|
* Bunch of design related small fixesAleksey Lim2010-02-016-57/+117
|
* Do not expand rows if cell height was setAleksey Lim2010-02-011-24/+21
|
* New SugarBin widget to implement some of hippo featuresAleksey Lim2010-01-313-38/+152
|
* Fix new views using in ObjectChooserAleksey Lim2010-01-319-220/+323
|
* Do not accpet out of focus button-release-eventAleksey Lim2010-01-261-0/+4
|
* Get rid of hippo in journal viewsAleksey Lim2010-01-263-105/+118
|
* Tune thumbs layoutAleksey Lim2010-01-263-6/+13
|
* Do not update current view on updating other resultsetsAleksey Lim2010-01-262-10/+12
|
* Add DND supportAleksey Lim2010-01-265-84/+154
|
* Check for activity bundle colors in misc.get_icon_color()Aleksey Lim2010-01-253-15/+7
|
* More reliable edit mode detecting methodAleksey Lim2010-01-221-2/+11
|
* Do not discard thumb on every requeryAleksey Lim2010-01-221-17/+8
|
* Make title editing in thumbs view more convenientAleksey Lim2010-01-226-63/+102
|
* Use dispath module in controlerAleksey Lim2010-01-214-18/+8
|
* Implement thumbsAleksey Lim2010-01-219-111/+428
|
* Initial listview refactoringAleksey Lim2010-01-2015-949/+1797
|
* 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.
*