Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/logviewer.py
Commit message (Collapse)AuthorAgeFilesLines
* Use activity root to generate the collector file - SL #4407Gonzalo Odiard2013-11-191-3/+4
| | | | | Signed-off-by: Frederick Grose <fgrose@gmail.com> Reviewed-by: Gonzalo Odiard <gonzalo@laptop.org>
* adjust toolbar in Portrait modeWalter Bender2013-06-031-18/+66
| | | | Signed-off-by: Walter Bender <walter@sugarlabs.org>
* Sort files before directoriesGonzalo Odiard2013-04-291-0/+6
| | | | | | | Now we added the directories with the old logs, we need show the actual logs at the top. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Allow the user to see previous logs directories - SL#2735Gonzalo Odiard2013-04-291-10/+38
| | | | | | http://www.google-melange.com/gci/task/view/google/gci2012/8011208 Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Add button to hide listDaniel Francis2013-04-101-6/+20
| | | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org> Reviewed-by: Manuel Quiñones <manuq@laptop.org>
* search entry: use the new entry-search iconSimon Schampijer2013-01-221-1/+1
| | | | | | This is a follow up of SL #3569 Acked-by:
* Disable search in the treeview - SL #4084Gonzalo Odiard2012-11-281-0/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Expand rows on tap/clickManuel Kaufmann2012-11-281-0/+6
| | | | | | | | | This patch changes the normal behaviour of the clicks on rows, so they are expanded just tapping/clicking once on them. This is helpful when the XO is used in eBook mode because the arrows are really small and difficult to tap with the finger. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Select row if there is a value SL #3970Manuel Kaufmann2012-11-021-1/+2
| | | | | | | Do not try to select a row if there is no value to select. This avoid a trace in the logfile. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Port to Gtk3 SL #3761Manuel Kaufmann2012-08-071-78/+90
| | | | | | | | | Convert all the gtk2 and sugar-toolkit code to launch this Activity using Gtk3. All these steps are documented here: * http://wiki.sugarlabs.org/go/Features/GTK3/Porting/Log Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* 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