Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/develop-activity/develop_app.py
Commit message (Expand)AuthorAgeFilesLines
* Open the main source when start a new activityGonzalo Odiard2014-02-131-10/+7
* Make welcome page a classGonzalo Odiard2014-02-131-131/+153
* Fix resize of notebook hidding scrollbarsGonzalo Odiard2014-02-131-5/+1
* Add a run activity buttonGonzalo Odiard2014-02-131-0/+18
* Pyflake fixesGonzalo Odiard2014-02-131-1/+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
* Fixes in new file alertGonzalo Odiard2014-02-121-13/+14
* Simplify management of dirty flagsGonzalo Odiard2014-02-121-17/+10
* Reorganize source_editor relation with rhe activityGonzalo Odiard2014-02-121-9/+20
* reMove code to open a log file to sourceview_editorGonzalo Odiard2014-02-121-15/+3
* Big logviewer refactoring. Fix update of opened filesGonzalo Odiard2014-02-111-2/+31
* Fix save and restore opened session filesGonzalo Odiard2014-02-101-7/+5
* Make variable name more conssitentGonzalo Odiard2014-02-101-5/+5
* Fix upate the tree when the tab is selectedGonzalo Odiard2014-02-101-8/+13
* Load log & python files, monitoring don't workGonzalo Odiard2014-02-101-4/+4
* Refactor activity tree viewGonzalo Odiard2014-02-101-22/+116
* Initial port to gtk3. Starts, but can't open a activityGonzalo Odiard2014-02-071-75/+77
* Fix broken searchGonzalo Odiard2014-02-071-11/+7
* Fix opening of log filesGonzalo Odiard2014-02-071-8/+8
* Don't save in the journal when a source file is selectedGonzalo Odiard2014-02-071-1/+0
* Comment code related to "replace text" buttonGonzalo Odiard2014-02-061-1/+15
* Simplfy loggingGonzalo Odiard2014-02-061-12/+5
* Remove toolbar with file operationsGonzalo Odiard2014-02-061-193/+0
* Add a button to create a new file, and to remove a fileGonzalo Odiard2014-02-061-5/+79
* Add tooltip to save_bundle buttonGonzalo Odiard2014-02-061-0/+1
* Use skeletons to create activitiesGonzalo Odiard2014-02-061-11/+18
* Improve welcome screen (new activity)Gonzalo Odiard2014-02-061-8/+34
* Improve welcome screen (edit activity)Gonzalo Odiard2014-02-061-17/+18
* Better icons for sources, symbols ands logs radiotoolbuttonsGonzalo Odiard2014-02-041-10/+10
* Pep8 fixesGonzalo Odiard2014-02-041-72/+80
* Comment advanced search options and replace because are not workingGonzalo Odiard2014-02-041-0/+2
* Avoid error if a activity.info file can't be readGonzalo Odiard2014-02-041-12/+16
* Fix error with activity path managementGonzalo Odiard2012-07-251-1/+3
* Add symbols treestoreAgustin Zubiaga2012-07-161-7/+26
* Init instrospectionGonzalo Odiard2012-07-161-0/+11
* Remove unused importGonzalo Odiard2012-07-161-1/+0
* Add a button to save a bundle in the journalGonzalo Odiard2012-07-161-9/+18
* Change initial message due to changes in the activity behaviourGonzalo Odiard2012-07-161-10/+4
* Change the way read_file and write_file worksGonzalo Odiard2012-07-101-87/+68
* Treeview and Editor width fixedAgustin Zubiaga2012-07-101-1/+1
* Replace the welcome dialog by a page in the notebookGonzalo Odiard2012-07-101-42/+109
* Editor fixesAgustin Zubiaga2012-07-101-10/+3
* Fix scrollbarsGonzalo Odiard2012-07-101-1/+1
* Use radio buttons in the toolbar to toggle list of sources and log filesGonzalo Odiard2012-07-101-0/+24
* Remove code to update MANIFEST fileGonzalo Odiard2012-07-101-4/+0
* Use new toolbarsGonzalo Odiard2012-07-101-20/+33
* Pylint fixesGonzalo Odiard2012-07-101-30/+16
* Use logging methods instead of a logger objectGonzalo Odiard2012-07-101-9/+6
* Pep8 fixes in develop_app.pyGonzalo Odiard2012-07-101-205/+201