Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Made the view settings permanent by using a config fileHEADmasterSai Vineet2014-03-254-4/+52
|
* Merge branch 'master' of git://git.sugarlabs.org/develop/mainlineSai Vineet2014-03-212-4/+5
|\
| * Place the cursor in the source, when select a objectGonzalo Odiard2014-03-201-0/+1
| |
| * Make change font size buttons consistent with other activitiesGonzalo Odiard2014-03-201-4/+4
| |
* | Made TreeView show directories firstSai Vineet2014-03-171-1/+7
|/
* Aesthetic changesSai Vineet2014-03-172-8/+29
|
* Fix initialization bugSai Vineet2014-03-171-1/+3
|
* Merge conflict removalSai Vineet2014-03-150-0/+0
|\
| * Add theme switching to editorSai Vineet2014-03-135-1/+336
| | | | | | | | Now there is a view toolbar, which will have more options in the near future.
| * Refactored code and divided code into sensible filesSai Vineet2014-03-133-571/+626
| |
* | Add font size changingSai Vineet2014-03-153-4/+54
| | | | | | | | theres a + and a - button on the view toolbar now. Also fixed a tooltip bug for the previous commit.
* | Add theme switching to editorSai Vineet2014-03-125-1/+336
| | | | | | | | Now there is a view toolbar, which will have more options in the near future.
* | Refactored code and divided code into sensible filesSai Vineet2014-03-113-571/+626
|/
* Improve text in welcome screenGonzalo Odiard2014-03-091-2/+2
|
* Uses SUGAR_ACTIVITIES_PATH to find activities (works in sugar-build).Sebastian Silva2014-03-091-5/+4
|
* Don't break with corner case exec commands in activity.infoGonzalo Odiard2014-03-071-0/+2
|
* Replace the use of simplejson by jsonGonzalo Odiard2014-03-071-3/+3
|
* Version 40Gonzalo Odiard2014-02-131-1/+1
|
* Open the main source when start a new activityGonzalo Odiard2014-02-131-10/+7
|
* Make some search methods privateGonzalo Odiard2014-02-132-8/+8
|
* Fix search: when the search text change, search the next ocurrenceGonzalo Odiard2014-02-132-4/+6
|
* Make welcome page a classGonzalo Odiard2014-02-131-131/+153
|
* Fix resize of notebook hidding scrollbarsGonzalo Odiard2014-02-132-6/+3
|
* Add a run activity buttonGonzalo Odiard2014-02-131-0/+18
|
* Pyflake fixesGonzalo Odiard2014-02-132-3/+1
|
* Fix set the activity name in the treeview title and the titleGonzalo Odiard2014-02-131-7/+5
|
* Remove unused codeGonzalo Odiard2014-02-131-35/+3
|
* Merge branch 'gtk3'Gonzalo Odiard2014-02-138-630/+514
|\
| * Add a view of the icon for svg filesGonzalo Odiard2014-02-121-3/+14
| |
| * Pep8 fixesGonzalo Odiard2014-02-121-4/+5
| |
| * Fixes in new file alertGonzalo Odiard2014-02-121-13/+14
| |
| * Simplify management of dirty flagsGonzalo Odiard2014-02-121-17/+10
| | | | | | | | Now the flags are private, and the sources are saved only in write_file
| * Reorganize source_editor relation with rhe activityGonzalo Odiard2014-02-123-25/+35
| | | | | | | | | | | | Now emit events, and don't have references to the activityy. This patch solves the issueof the symbols tree update when the editor tab is changed.
| * reMove code to open a log file to sourceview_editorGonzalo Odiard2014-02-122-16/+19
| |
| * Initial fix for symbols treeGonzalo Odiard2014-02-122-3/+3
| |
| * LogViewer: add shell.log. Simplify path variablesGonzalo Odiard2014-02-111-15/+9
| |
| * Big logviewer refactoring. Fix update of opened filesGonzalo Odiard2014-02-112-107/+87
| |
| * LogViewer: fix monitoring of new filesGonzalo Odiard2014-02-111-27/+14
| |
| * Fix save and restore opened session filesGonzalo Odiard2014-02-103-8/+10
| |
| * Remove activity_model.pyGonzalo Odiard2014-02-101-276/+0
| |
| * Make variable name more conssitentGonzalo Odiard2014-02-101-5/+5
| |
| * Fix upate the tree when the tab is selectedGonzalo Odiard2014-02-101-8/+13
| |
| * Search workingGonzalo Odiard2014-02-102-11/+17
| |
| * Load log & python files, monitoring don't workGonzalo Odiard2014-02-104-27/+29
| |
| * Make logviewer don't use activity_modelGonzalo Odiard2014-02-101-36/+91
| |
| * Refactor activity tree viewGonzalo Odiard2014-02-101-22/+116
| | | | | | | | Heavily based on View Source code in Sugar
| * Initial port to gtk3. Starts, but can't open a activityGonzalo Odiard2014-02-078-156/+172
| |
* | Revert "Remove unused code"Gonzalo Odiard2014-02-132-3/+36
| | | | | | | | This reverts commit c09b9f6e863f578c651b58014c17a8c5e7ac2c26.
* | Revert "Fix set the name of the activity in development"Gonzalo Odiard2014-02-131-6/+7
| | | | | | | | This reverts commit 7dfc36e72ac94ada5f1ec043b6d3cf50dd422ded.
* | Fix set the name of the activity in developmentGonzalo Odiard2014-02-071-7/+6
| |