Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* more pylint fixesSimon Schampijer2009-08-252-4/+4
* Some pylint fixesSimon Schampijer2009-08-253-4/+2
* pylint fixesSimon Schampijer2009-08-252-3/+3
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-2550-310/+310
* Merge branch 'master' of gitorious@git.sugarlabs.org:sugar/mainlineSayamindu Dasgupta2009-08-251-134/+189
|\
| * Commit from Sugar Labs: Translation System by user carlo. 236 of 236 messages...Carlo Falciola2009-08-251-134/+189
* | Update copyright headerSayamindu Dasgupta2009-08-251-0/+1
* | Merge branch 'master' of git://git.sugarlabs.org/sugar/sugar-xkb-supportSayamindu Dasgupta2009-08-2512-1/+829
|\ \ | |/ |/|
| * Add link to http://dev.sugarlabs.org/ticket/407Sayamindu Dasgupta2009-08-251-0/+1
| * Abort if display could not be opened.Sayamindu Dasgupta2009-08-251-1/+7
| * Add TODO item for removing xklavier checks when python-xklavier is packaged f...Sayamindu Dasgupta2009-08-251-0/+4
| * Enable keyboard configuration stuff only if xklavier could be loadedSayamindu Dasgupta2009-08-242-2/+11
| * Using logging.exceptionSayamindu Dasgupta2009-08-242-7/+5
| * Add checks for oddball variable valuesSayamindu Dasgupta2009-08-242-8/+16
| * More PEP8 fixes, removed abbreviationsSayamindu Dasgupta2009-08-242-74/+76
| * Update POTFILE.in to account for new cpsection moduleSayamindu Dasgupta2009-08-171-0/+1
| * Added contact information in the header.Sayamindu Dasgupta2009-08-173-3/+5
| * Load keyboard settings during startupSayamindu Dasgupta2009-08-171-0/+33
| * Pylint fixes, documentationSayamindu Dasgupta2009-08-172-42/+75
| * Add undo() supportSayamindu Dasgupta2009-08-161-14/+22
| * Implement *_set() support for model, layout and layout switching optionSayamindu Dasgupta2009-08-162-7/+92
| * Add missing Makefile.amSayamindu Dasgupta2009-07-271-0/+6
| * Update configure.ac and Makefile.amSayamindu Dasgupta2009-07-263-1/+3
| * Add relevant GConf keysSayamindu Dasgupta2009-07-261-0/+37
| * Initial code with GUI working.Sayamindu Dasgupta2009-07-264-0/+593
* | add technical details to details view in JournalSascha Silbe2009-08-252-0/+51
* | fix resuming activity instances from FavoritePalette (favorites view / home v...Sascha Silbe2009-08-251-1/+1
* | Revert thumbs mergeAleksey Lim2009-08-2520-2271/+397
* | Derive one level classes from objectAleksey Lim2009-08-253-3/+3
* | Do not fail on bad markup stringsAleksey Lim2009-08-251-2/+11
* | Fix typos in previous commitAleksey Lim2009-08-251-4/+3
* | Add thumbs view to ObjectChooserAleksey Lim2009-08-255-52/+71
* | Reset model if count of objects was changedAleksey Lim2009-08-252-23/+18
* | Do not ask non-ds objects for ds previewAleksey Lim2009-08-251-5/+9
* | Remove redundant update signalAleksey Lim2009-08-252-15/+7
* | Keep thumb sizes right while switching viewsAleksey Lim2009-08-252-27/+43
* | Fix renaming issueAleksey Lim2009-08-253-5/+5
* | Do not expand thumbs by defualtAleksey Lim2009-08-251-2/+9
* | Corrections after rebasing to masterAleksey Lim2009-08-252-32/+9
* | Unhighlight details icon on activateAleksey Lim2009-08-251-2/+6
* | Take into account design comments(garycmartin)Aleksey Lim2009-08-251-31/+24
* | Reorganize directory hierarchy in journal/; update Makefile.amAleksey Lim2009-08-258-214/+24
* | Fix pylint/pep8 issuesAleksey Lim2009-08-2511-136/+197
* | Handle detail-clicked signal from palettes in ThumbsViewAleksey Lim2009-08-251-6/+16
* | Do not blink by preview while re-reading entriesAleksey Lim2009-08-253-13/+28
* | Take into account last line while filling cells in SmoothTableAleksey Lim2009-08-251-2/+3
* | Do not set bin_rows less then rows in SmoothTableAleksey Lim2009-08-252-28/+28
* | Do large row-* eventsAleksey Lim2009-08-251-9/+16
* | Show journal progress bar only after first progress eventAleksey Lim2009-08-251-11/+10
* | Implement ThumbsViewAleksey Lim2009-08-2510-59/+412