Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add-button-frame.patchdextroseUnknown2010-11-011-0/+2
|
* accessibility_0009_cp_show-virtualkeyboard-for-accessibility-traslate.patchUnknown2010-11-011-0/+8
|
* journal-0003-reindex-translations.patchUnknown2010-11-011-0/+24
|
* backup-translations.patchUnknown2010-11-011-0/+68
|
* accessibility_0007_cp_translations.patchUnknown2010-11-011-0/+68
|
* accessibility_0008_cp_show-virtualkeyboard-for-accessibility.patchUnknown2010-11-015-8/+65
|
* accessibility_0006_virtualkeyboard.patchUnknown2010-11-019-3/+2158
|
* accessibility_0005_cp_accessibility_capital_letters.patchUnknown2010-11-013-6/+63
|
* accessibility_0004_cp_accessibility_mouse.patchUnknown2010-11-016-6/+162
|
* accessibility_0003_cp_accessibility_contrast.patchUnknown2010-11-019-35/+170
|
* accessibility_0002_magnifier_extension.patchUnknown2010-11-012-0/+97
|
* accessibility_0001_cp_accessibility_keyboard.patchUnknown2010-11-0111-2/+391
|
* revert earlier fix to #1206 and use gconfJames Cameron2010-11-012-0/+18
|
* Protected activities listMartin Abente2010-11-014-10/+41
| | | | | | | | | Does not allow sugar to display erase option for activities that are included in the activities.protected list. This feature was requested by many teachers from different diployments, in example Paraguay.
* Delete profile data only when erasedMartin Abente2010-11-012-3/+3
| | | | | | Profile data should be deleted _only_ when the user explicitly erases the activity from the activities list.
* Add default Ad-hoc networks #1610Simon Schampijer2010-11-016-136/+637
| | | | | | | | | | This patch adds three default Ad-hoc networks, for channel 1, 6 and 11. They are represented with designated icons in the neighborhood view. This will mimic the mesh behavior on devices where mesh hardware is not available and make the "under a tree"-scenario possible in those cases. If Sugar sees no "known" network when it starts, it does autoconnect to an Ad-hoc network. http://wiki.sugarlabs.org/go/Features/Sugar_Adhoc_Networks
* Add microformat support to updater.anishmangal20022010-11-013-8/+134
| | | | Signed-off-by: anishmangal2002 <anishmangal2002@gmail.com>
* Prevent multiple XS icon when re registerMartin Abente2010-11-011-2/+7
| | | | | | | | Re register patch did not consider the XS button option logic. This patch makes sure previous icon will be removed before adding the new one. Signed-off-by: Martin Abente <mabente@paraguayeduca.org>
* Rename Register button to re-registerMartin Abente2010-11-011-5/+13
| | | | | | Jorge Saldivar's patch ported to build py 3xx Signed-off-by: Martin Abente <mabente@paraguayeduca.org>
* Listen for NameOwnerChanged DBus siginal all time for activities #2064Aleksey Lim2010-11-011-4/+9
|
* Add cpu and memory resource indicator to frameanishmangal20022010-11-012-0/+207
| | | | | | | | | | | | | | This patch adds an icon to the frame, whose palette menu displays the memory and cpu resources. For computing free memory, the code reads the /proc/meminfo file (thanks quozl) and for computing cpu usage, the code reads the /proc/stat file. The frame icon is updated after every 5 seconds if required. Similarly, the palette menu entries are updated after every 5 seconds as well. Signed-off-by: anishmangal2002 <anishmangal2002@gmail.com>
* touchpad device on frameWalter Bender2010-11-012-0/+130
|
* journal-0002-reindex.patchUnknown2010-11-014-2/+77
|
* Processdialog prerequisite check supportMartin Abente2010-11-011-3/+20
|
* Journal Backup save leaseMartin Abente2010-11-011-0/+6
| | | | This feature was requested by Caacupe CATS.
* Journal XS backup and restoreMartin Abente2010-11-014-4/+104
| | | | | | Include a new journal volumes toolbar icon. The icon represents the schoolserver. The icon palette provides a backup and restore options.
* Journal Volumes Backup and RestoreMartin Abente2010-11-0110-5/+551
| | | | | | | | | | | | | | | | | | | | Add a basic backup and restore feature for the Sugar Journal. It provides: - Generic Backup and Restore dialog GUI. - Process manager class as an abstraction layer between the dialog and backup/restore scripts. (Allowing to work with many backup and restore technologies, using the same GUI, with no need for script rewrite). - Basic file system Volume Restore and Backup scripts implemented in Python. - New backup and restore options for journal volumes palettes. This patch is based on Esteban Arias (Plan Ceibal) Volume Backup and Restore patch, with a few changes: - Refactor original Backup dialog class into a generic dialog class. - Create specialized VolumeBackupDialog and VolumeRestoreDialog subclasses. - Rewrite backup and restore scripts in python for an easier sugar interaction. - Add backup identification helpers to jarabe.journal.misc.
* Add ctime property to the journal model.Andrés Ambrois2010-11-012-6/+18
| | | | Signed-off-by: Andrés Ambrois <andresambrois@gmail.com>
* Add sort by creation time option to the ListViewButtonAndrés Ambrois2010-11-011-0/+1
| | | | Signed-off-by: Andrés Ambrois <andresambrois@gmail.com>
* Implement sorting for removable devices.Andrés Ambrois2010-11-011-3/+13
| | | | Signed-off-by: Andrés Ambrois <andresambrois@gmail.com>
* Expandedentry: Try to use the filesize property.Andrés Ambrois2010-11-011-2/+3
| | | | | | Instead of calling the datastore again. Signed-off-by: Andrés Ambrois <andresambrois@gmail.com>
* Display the sorting property in the last column.Andrés Ambrois2010-11-011-3/+8
| | | | | | | update_with_query() is called when the query is modified in the toolbox. Get the name of the property and set the sort_column cell renderer accordingly. Signed-off-by: Andrés Ambrois <andresambrois@gmail.com>
* Rename the date column to 'sort_column'Andrés Ambrois2010-11-011-11/+11
| | | | | | As it will be used to display the currently active sorting property. Signed-off-by: Andrés Ambrois <andresambrois@gmail.com>
* Add a ListViewButton to the journal search toolbar.Andrés Ambrois2010-11-011-0/+74
| | | | | | | | | | Add a button to display the sorting options. Rebuild the query when the sort option changes. Use a RadioToolButton for a future implementation of multiple journal views (as described in the Journal Design Proposal). Signed-off-by: Andrés Ambrois <andresambrois@gmail.com>
* Journaltoolbox: Add add_separator method for convenience.Andrés Ambrois2010-11-011-0/+11
| | | | Signed-off-by: Andrés Ambrois <andresambrois@gmail.com>
* Add a filesize column to the journal list modelAndrés Ambrois2010-11-011-6/+11
| | | | | | | This will make it easy to display the current sorting column by associating a cell renderer with it. Signed-off-by: Andrés Ambrois <andresambrois@gmail.com>
* Journal: Retrieve filesize from the datastoreAndrés Ambrois2010-11-011-3/+3
| | | | | | | Add the filesize property to the list of properties we ask the datastore for. Signed-off-by: Andrés Ambrois <andresambrois@gmail.com>
* sl1725-homewindow-resize-on-resolution-change.patchUnknown2010-11-011-2/+7
|
* sl328-disable-start-menu-options-for-unk-items.patchUnknown2010-11-011-15/+23
|
* sl1940-register-session-failed-fix.patchUnknown2010-11-011-0/+11
|
* fix network disconnect and discard historyJames Cameron2010-11-015-55/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | User interface changes: - enable the disconnect button on the access point menu in the neighbourhood view, (rather than the button doing nothing), - fix the disconnect button on the wireless device icon in the frame so that the disconnection remains effective, (rather than disconnecting and then reconnecting automatically), - enable the discard network history button in the network control panel, which also now forces a disconnect, and will be insensitive if there are no networks to be discarded, (rather than the button doing nothing), - enforce consistency between the neighbourhood view, the frame, and the control panel, with respect to how the access point is shown. References: http://dev.laptop.org/ticket/9977 (fixes a workaround) http://bugs.sugarlabs.org/ticket/1673 http://bugs.sugarlabs.org/ticket/1802 http://bugs.sugarlabs.org/ticket/1737 http://bugs.sugarlabs.org/ticket/1736 http://bugs.sugarlabs.org/ticket/1608 http://dev.laptop.org/ticket/9788
* Indicate inactive state in mesh device iconDaniel Drake2010-11-011-4/+20
| | | | | | | | When the mesh is not active, grey out the mesh device icon and update the palette text. Also remove the "Create new network" option from the mesh device palette.
* Improve activity updater icon (Gary C. Martin)Tomeu Vizoso2010-11-011-4/+4
|
* Disconnect icon in wifi palette #1736Simon Schampijer2010-11-011-1/+5
|
* Journal xobundle removal wont remove installed oneMartin Abente2010-11-011-5/+0
| | | | | | Journal Xo bundles removal also removes the installed activity. There are many scenarios where this behavior is it not desired. Therefore it needs to be changed.
* restore sugar-launch by bundle id substring, fixes #897James Cameron2010-11-011-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sugar-launch uses GetBundlePath which calls bundleregistry.get_bundle(). In this patch, the get_bundle() method is changed to retain as much of the original API as possible, yet in the situation where it might return None it will now return a bundle if there is only one bundle that matches the search string. http://bugs.sugarlabs.org/ticket/897 http://dev.laptop.org/ticket/9189 Patch tested on Sugar 0.84.10 on OLPC XO-1.5 build os108. Test case: import jarabe.model.bundleregistry registry = jarabe.model.bundleregistry.BundleRegistry() tests = ['org.laptop.Terminal', 'Terminal', 'terminal', 'e', 'asdqweas'] for x in tests: y = registry.get_bundle(x) if y is None: z = 'None' else: z = y.get_bundle_id() print x, z Output before patch: org.laptop.Terminal org.laptop.Terminal Terminal None terminal None e None asdqweas None Output after patch: org.laptop.Terminal org.laptop.Terminal Terminal org.laptop.Terminal terminal org.laptop.Terminal e None asdqweas None
* Showing-Errors-Pallete-Mockup-V5.patchdcastelo2010-11-012-69/+280
|
* schoolserver.register_laptop() complains when offlineUnknown2010-11-011-1/+1
| | | | | | register_laptop() now raises the TypeError raised by xmlrpclib as a RegisterError. This also provides visual feedback to the user, prompting to connect to the network.
* Change the method to add new actitivities in the activities list in home viewJorge Saldivar2010-11-011-1/+1
|
* Add font dpi schemaJorge Saldivar2010-11-011-1/+11
|