Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/logviewer.py
Commit message (Collapse)AuthorAgeFilesLines
* Open the secondary palette when the user click in the collector buttonGonzalo Odiard2012-06-011-1/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Don't update search results every keystroke SL #2734Manuel Kaufmann2012-05-091-9/+23
| | | | | | | | | | | | If the log file is long and we search for new results every time that a key is pressed this action could consume a lot of CPU. Even more if we search for a single char. So, I changed the way that it works to update the search results every time the user presses the Enter key or the _AUTOSEARCH_TIMEOUT expired like the Sugar's Home does. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Reviewed-by: James Cameron <quozl@laptop.org>
* Restore the save of the entry in the journalGonzalo Odiard2012-03-231-2/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Toolbar buttons relocated, better icon for colector buttonAgustin Zubiaga2011-11-231-26/+11
| | | | | | Signed-off: Agustin Zubiaga <aguszs97@gmail.com> Reviewed-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Gonzalo Odiard <gonzalo@laptop.org>
* Pep8 and pylint fixesGonzalo Odiard2011-11-161-76/+98
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* New icon wrap, separators removedManuel Quiñones2011-11-161-12/+1
| | | | | | | | Part of changes in toolbars recommended by Design Team Signed-off-by: Agustin Zubiaga <aguszs97@gmail.com> Reviewed-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Gonzalo Odiard <gonzalo@laptop.org>
* Avoid creating journal objectsGonzalo Odiard2011-06-211-18/+10
|
* create journal object for saved logs, dev.laptop.org #6746James Cameron2011-05-271-42/+60
| | | | | | | | | | | | | When logs are collected using the log collector button, they are now placed in a journal object of type application/zip so that they can be uploaded using Browse to a ticket tracking system. Previously the activity tried to submit the logs over HTTP to a central server. http://dev.laptop.org/ticket/6746 Signed-off-by: James Cameron <quozl@laptop.org>
* disable send information button if default server not set, #2277James Cameron2011-05-261-4/+10
| | | | | | | | | | | | Disables the sending of log information to third-party web site that is no longer available. Adds two gconf settings for deployments or builders who may wish to re-enable this feature. An enable key is required, as well as a string for the server URL. Reviewed-by: Rafael Ortiz <rafael@activitycentral.com> Signed-off-by: James Cameron <quozl@laptop.org>
* Make the share button insensitive and add the keep oneSimon Schampijer2009-09-031-2/+1
|
* Utilize new toolbars designAleksey Lim2009-08-171-76/+70
|
* get rid of set_size_request calls (tomeu)Simon Schampijer2009-07-111-2/+1
|
* Hold a reference to the monitors so they don't get disposed #957Simon Schampijer2009-06-121-0/+5
|
* Remove hardcoded font.Live System User2009-02-261-1/+1
|
* Add splitter between tree view and text scroll.Live System User2009-02-261-4/+4
|
* Migrate from GnomeVFS to GIO.Live System User2009-02-261-15/+12
|
* CleanupSimon Schampijer2008-09-131-2/+0
| | | | | | - add copying from fedora packaging request - removed empty README - remove instruction sfor non executables
* remove unused importsSimon Schampijer2008-06-051-2/+0
|
* make users non-olpc be able to read the logsSimon Schampijer2008-06-051-2/+2
|
* Fix GTK warnings.Log-7Wade Brainerd2008-05-181-3/+4
|
* Rename activity to 'Log', add translation, fix exception on unreadable paths.Wade Brainerd2008-05-171-54/+51
|
* Log Viewer overhaul.Wade Brainerd2008-05-121-184/+412
| | | | | | | | | | | - Strips ANSI escape codes from logs. - New Edit toolbar with Copy, Word wrap toggle & Search. - Delete Log added to Tools menu. - Notification added after log upload. - Watches multiple directories, plus extra files. - Organizes logs in tree view by directory. - Tree view sorted alphabetically, with special sorting for xxxx-NNN.log files. - Activity version 7
* Change default target to olpc.scheffers.netOLPC Developer2007-11-291-1/+1
|
* Add collector menu (testing)Eduardo Silva2007-11-021-4/+41
|
* Leave default textbuffer font sizeEduardo Silva2007-11-011-4/+0
|
* Read check permissionEduardo Silva2007-10-301-1/+5
|
* Drop presence and networkEduardo Silva2007-10-301-38/+4
|
* Merge Network interfaceEduardo Silva2007-10-301-14/+35
|
* Merge presence service watcherEduardo Silva2007-10-301-9/+31
|
* Add interface: log viewer, psEduardo Silva2007-10-301-0/+20
|
* LogviewerEduardo Silva2007-10-241-0/+248