[gnome-system-log] Created tag 3.3.1
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-log] Created tag 3.3.1
- Date: Tue, 25 Oct 2011 15:42:00 +0000 (UTC)
The signed tag '3.3.1' was created.
Tagger: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Oct 25 11:41:29 2011 -0400
Release 3.3.1
Changes:
- John Fleck (2):
help/Makefile.am, help/C/Makefile.am gnome-system-log.xml,
help/Makefile.am, help/C/Makefile.am gnome-system-log.xml,
Adrian GuniÅ (1):
Update Czech translation and screenshot
Alex Duggan (3):
fix spacing in about dialog
ChangeLog
use the standard gnome-log icon in the about dialog not the ancient GNOME
Andraz Tori (1):
Updated sl translations
Andreas HydÃn (1):
Added Swedish translation.
Arik Devens (1):
Updated the Makefiles to include app-docs.make in extra dist.
Aruna P R (5):
Monitor options gives the messages when tried to add more than the
Replaced GtkClist and GtkCtree calls with GtkTreeView calls in the files *
add session managment to systemlogmoitor
Start using Pango wherever we can.
Disable multiple openings of the same file. Fixes #75121.
Bastien Nocera (4):
- quick mucho porting happened, these individual ChangeLogs are a PITA
- finished porting logview, still needs decrackification
- fix double-exit core dump, use non-deprecated calls, and fix problem with platforms where char is unsigned (Closes: 68013)
- don't crash on empty files
Benjamin Otte (2):
logview: Use gtk_widget_set_can_focus
logview: Fix warnings from -Wall
Breda McColgan (2):
Updated for GNOME 2.2
updated for GNOME 2.2 updated manual date and version number updated
Cesar Miquel (2):
Added a patch provided by Kervin Pierre <kpierre fit edu> to display the
Start of a user preferances dialogue.
Changwoo Ryu (1):
Migrated to gnome-doc-utils. Removed. Added ko to DOC_LINGUAS.
Christian Neumair (2):
Unified copyright information (#101813).
Use ngettext for plurals (#106700).
Christian Rose (1):
Modified Swedish translation. Added sv translation. How nice it will be
Christophe Bliard (1):
Added French manual translations
Christophe Merlet (2):
Upaded/Added French translations.
Updated French translation.
Chyla Zbigniew (2):
Updated .cvsignore files
i18n fixes
Claude Paroz (4):
Updated French translation.
Updated French manual translations
Fix logview-filter ui file translatability
[logview] Updated French help translation
Cosimo Cecchi (191):
Use G_DEFINE_TYPE macros.
Use g_type_class_add_private ().
Don't use deprecated GTK macros.
Fixup includes a bit.
Unref the GconfClient on shutdown.
Update ChangeLog.
Include the screenshot. Patch by Bob Mauchin (#500333).
Add license information in the about dialog (#501084).
Remove libgnome usage; drop SM client code, as it doesn't work (#547273).
Bug #557562, drop libgnome/libgnomeui dependency.
First draft of a GIO-powered LogviewLog object.
Make loading and fetching of new lines two separate operations and rework them to be async.
Implement _finalize () and add a (now unused) "log-changed" signal.
Add a file monitor.
Properly free the memory we use, and unref the monitor in _finalize ().
Rename main.c -> logview-main.c and fix indentation.
Fix includes.
Rewritten preferences handling.
Update to the new preferences files.
Make it compile.
Start reworking somewhat the LogviewWindow. Implement a new LogviewManager that takes care of opening/closing/notifying the logs wrt all the other objects; nothing works now still...
Implement a cache of the opened logs; rework a bit the open functions in the LogviewWindow.
Refactoe about dialog; keep on working on refactoring LogviewWindow and LogviewManager.
Make at least the LogviewManager build.
Remove more useless stuff in LogviewWindow, rework main to cope with LogviewManager.
Still more useless stuff erasing.
Implement logview_log_get_display_name () and use it for setting the window title.
Move some utilities to logview-utils.c. Start refactoring log_repaint.c.
Move the lines cache to the log itself. More fixage in LogviewWindow.
Rework and comment log_read_dates () to something understandable.
Fix bugs in the line parsing code. Make lines const.
Fix a leak in the date parsing code and rework variables to something human.
Specify an argument in the docs.
Refresh the days cache when new lines get added to the cache.
Removed these.
Remove logrtns.[ch] from the project.
Remove useless define.
Remove useless Days property of LogviewWindow.
Refactor some of the LogviewWindow to use a GtkTextView instead of a GtkTreeView. Added some attributes to the log cache.
Refactor the LogviewLoglist to the new structure. Some methods are still to be implemented, waiting for some UI testing before doing that.
Rename these two files to be consistent.
Modify to the new files, remove some other sources. I want to be able to test the UI ASAP.
Fix some GObject leftovers in LogviewLoglist
Comment code that refers to the find bar and calendar.
Add marshal generator for "active-log-changed" and remove unused files (for now) from Makefile.am
Misc bugfixing leading to crashers.
Historic landmark! UI works and log changes!
Pack the text view in a scrolled window.
Don't try to ref NULL values returned by the hash table lookup.
Huge number of bug and crashers fixed. Things are starting to get in a quite good shape.
Removed these files.
Add new API that loads LogviewLogs objects directly from a GFile.
Use the new GFile API and fix boldify of new logged messages.
Implement active_log_changed_cb in the LogviewLoglist.
Add a first implementation of a find bar.
Update the statusbar message when receiving new lines.
First implementation of focus handling for the LogviewFindbar.
Remove useless assertion.
Be consistent with the #ifdefs in the header file.
Add the "close" signal to the findbar.
Implement SelectAll and adapt to the new signals coming from the findbar.
Implement "Copy".
Remove useless Enumeration.
Close the findbar when we get the signal.
First implementation of full-buffer search.
Implement wrap in search.
Implement messages in the findbar for feedback upon search.
Remove useless assertions; Tiny fif for logview_close_log.
Close the findbar when changing active log.
Change wording for the Find menu item. Fix intentation.
Fix project name typo.
Remove misc.[ch]. I will eventually re-implement a error dialog wrapper.
Implement the clear button logic.
Remove the text argument from the "text-changed" signal.
Move signal handlers for the findbar and don't crash when trying to search for a NULL text.
Don't try to search even for the "" string.
Rename logview->logview-window.
Remove all the useless CONSOLE_HELPER stuff.
Remove useless old files.
Properly refresh the days cache when adding nw lines to the log.
Scroll the view to the search result when found.
Fix headers and indentation.
Make log_is_active () public.
Moved the UI description to a separate XML file in data/.
First implementation of the day list inside the log list.
Fix the build.
First rough cut at implementing day selection in the buffer.
Now the day selection works properly if you directly select a day in another log.
Fix whitespace.
Insert the days in the right order inside the store and format a nicer string for the date.
Fix some errors and leaks reported by Valgrind. Also, add the file name in logview-loglist.[ch] headers.
Prepare for days highlighting in the main logview window.
First implementation of day highlighting.
Complete days highlighting.
Fix a leak and don't try to install a file monitor if the file is not accessible.
Update TODO.
Fix a typo when loading the window resolution and quit the main loop on a delete event on the toplevel window.
Implement removal of logs from the stored list.
Unref the GFile.
Remove an useless var.
Support for GZipped logs.
Read the GZip header and fetch (yet unused) mtime for the gzipped file.
Implement a much nicer reader for the GZipped files, based on stream (mainly GIO-ported and adapted form the gnome-vfs one)
Ifdef all the ZLib code.
Remove zipped logs from here.
W.I.P. for a better error handling.
Add this.
Removed crc checks from the GZip code.
W.I.P. for show Loading... in the treeview.
Show right expanders in the loglist treeview.
Keep the whole store in order.
Don't risk to leak a GtkTreePath.
Don't set the active log again if the selected one is already active.
Clear the invisible selection if we select back the full log.
Invalidate the visible region when selecting a new day.
Removed dead code about calendar widget.
Shuffle around a prototype.
Style fixes.
Use time_t instead of GTimeVal and fix a bug when setting the invisible tag for day selection.
- avoid some useless casts - grab focus on the text view when selecting all and copying - change the window title when the active log changes - minor cosmetics
Be smarter when parsing command line args. Thanks to Paolo Borelli.
Use gtk_text_buffer_get_bounds () where possible.
Add indentation style modelines to all the C files.
Make sure all the comment headers have some information about the file contents.
Move desktop file to data.
Modify Makefile.am files to handle the desktop.in file in data.
Move the manual into data.
Modify Makefile.am files to handle the manual in data.
Move the schemas file to data.
Modify Makefile.am files to handle schemas in data dir.
Fix the build.
Remove libgnome CFLAGS from dependencies.
Initialize threads on startup.
Move some code to a new singleton: LogviewApp.
Fix the build.
Import GtkMessageArea.
Update Makefile.am to build the imported files.
Implement infrastructure to handle multiple errors at once (e.g. when loading multiple files at startup).
Fix a segfault.
Store the file path instead of the primary string when there are multiple errors.
Use the message area to show errors for single load operations.
Implement multiple error handling.
Indentation fix and remove useless vars.
Update TODO.
Moved the old Changelog.
Removed old ChangeLog.
restore the saved zoom size on open (#330113).
rename the menu item to read a more descriptive "Log File Viewer". Thanks
handle keypad shortcuts (#441564).
update to the new Desktop file wording.
add a more meaningful description.
Set a meaningful error message if we can't read from the log file
remove the use of an unallocated pointer, which would lead to segfaults.
Fix make distcheck.
Fix a typo.
Correctly install gconf schemas.
call g_thread_init () before any other GLib function.
don't install the test reader program.
Check if there are some lines before actually adding an entry to the
make sure we check for day != NULL before emitting "day-selected".
add a section that checks for gthread, so that we can explicitely link to
when starting the application for the first time, gather all the readable
implement regex based filtering of log files. Patch by Johannes Schmid
Add LogviewFilter and LogviewFilterManager.
fix some leaks.
build with "-Wl,--as-needed" (#575965).
add missing file (#576222).
translate the short description message. Patch by Gabor Kelemen (#577718).
simplify a bit the licence making it easier to share a translation with
automatically scroll to the bottom of the view when new lines are added to
[logview] translate last update time
[logview] use GtkInfoBar
Always sanitize the stored fontsize from GConf (#597554).
Make sure we don't double-free the old name (#595352).
Make sure to return if we have an error or no new lines (#588577).
[general] Fails to link with pedantic linkers
logview: port to GSettings
logview-prefs: NULL-terminate pointer arrays
Fix distcheck
logview: add a menu item to disable autoscrolling
logview: add new high-res icon
logview: ship the SVG source for the new hires icon
Update for module split
Cleanup translations for module split
build: cleanup autotools setup a bit
logview: don't call g_thread_init()
build: require GLib 2.31.0
window: don't use deprecated g_format_size_for_display()
logview: don't use deprecated GtkHBox/GtkVBox
filter-manager: port GtkTable -> GtkGrid
release: prepare for 3.3.1
Daniel Nylander (6):
Added Swedish translation.
Updated Swedish translation. Removed obsolete files.
Updated Swedish translation.
Updated screenshot.
sv.po: Updated Swedish translation
sv.po: Updated Swedish translation
David Lodge (2):
Added en_GB doc translations
Added en_GB doc translations
Deepa Natarajan (11):
Fixes bug# 76685
logview.h: Remove Fonts, Colors & Style info from ConfigData structure.
enable restore session.
Rewrote ReadPageDown() and mon_read_new_lines() to update the logs that
Append filename to the window title. Disable Close and Properties option
Add menu item Close All - to close all the log files in one shot.
Pass the command to execute twice for execlp (), so that the action
Maintain the correct status of expanded rows when switching between logs.
When logview first comes up set focus on the last row and scroll to that
Remove some StubCall (), modify the ordering of menu items as 'Save As'
Set remove list in the Monitor Options window to remember the logs it is
Dennis Cranston (17):
fix code to correctly find logview.xpm logo in the about dialog. Change
removed logview.xpm reference from pixmaps_DATA & EXTRA_DIST.
Various compiler warning fixes.
HIG related improvements.
Ignore gnome-system-log-de.omf.out
Ignore gnome-system-log-es.omf.out
Ignore gnome-system-log-fr.omf.out
Ignore gnome-system-log-it.omf.out
Ignore gnome-system-log-ja.omf.out
Ignore gnome-system-log-ko.omf.out
Ignore gnome-system-log-sv.omf.out
Ignore gnome-system-log-zh_CN.omf.out
Ignore gnome-system-log-zh_TW.omf.out
"GNOME System Log Viewer" -> "System Log Viewer".
Prevent a crash when displaying entry details.
Release 2.5.90
Add application name (used in window title).
Emmanuele Bassi (37):
Ported the whole documentation system to gnome-doc-utils
Initialize GError before using it (fix bug #327614). Plus, clean up the
userprefs.h userprefs.c (prefs_init) Remove call to the deprecated
fix the manual's title and abstract for a better classification under
Add the GTK category.
fix indentation; allocate an array of NULL-terminated string to be passed
remove an unnecessary cast.
fix the Category key, by adding ';' at the end (closes bug #328584).
release 2.13.90
fix Gman's email address.
check for NULL font name.
remove an unnecessary free().
revert the previous commit: the free is needed (thanks to Paolo Borelli).
Codebase clean up patch (based on a patch by Paolo Borelli).
Detect whether we are building on Solaris (Lin Ma, #338426).
Add support for Solaris default log files (Lin Ma, #338426).
Fix include of string.h.
Avoid crashing due to pointer truncation problems on 64-bit platforms (Joe
A gnome-system-log.desktop.in.in D gnome-system-log.desktop.in
Release 2.15.3
Release 2.15.90
Release 2.15.91
Fix compilation on 64bit machines. (#352837, Laurent Goujon)
Check the return value of strrchr(). (should fix #380410 and duplicates)
Fix message. (#399544, Stephane Raimbault)
Remove the useless "die" signal handler; return the correct type in the
Remove invalid .desktop category "Application". (#417654, Christian
Initialise the counter before incrementing it, to avoid garbage and a
Fix a string leak. (#413498, Sebastien Bacher)
Do not overwrite the first argument in the argv string vector passed to
Only show the GNOME Utilities in GNOME menus. (#431117, Sven Arvidsson)
Remove unused XML translation files
Do not show the gnome-util components on KDE. (#431117 and #520913)
Release 2.24.1
Release 2.25.90
[docs] The help XML file should not be committed
[gitignore] Add ignore file for sub-modules
Evandro Fernandes Giovanini (1):
Use icon from the icon theme.
Fernando Herrera (1):
add X-GNOME-BUGZILLA stuff
Fernando Herrera de las Heras (1):
Use /apps/gnome-system-log/logfile key when saving prefererences (that is
Fotis Tsamis (1):
updated Greek documentation translation for logview
Francisco Javier F. Serrador (4):
Updated Spanish translation.
Updated Spanish translation.
Updated Spanish translation.
Updated Spanish translation.
Frederic Crozat (1):
Don't try to close file which failed to open.
FrÃdÃric Crozat (1):
Only accept regular file as logfile, prevent freeze when /dev/tty* is in
Ganesan Sethuraman (1):
Fixed the display of the status bar when the last log file is closed.Fix
Gediminas Paulauskas (2):
don't build stripchart nor splash. define GETTEXT_PACKAGE replace PACKAGE
switch from xml-i18n-tools to intltool, remove INTLLIBS from
George Lebl (30):
A little bit of love so that the application doesn't become useless by
fix Y2K bug with date format
excorcise sprintf, sanity check access of the month database.
fix canceling of file dialog and do better code for "no multiple file
Correctly check and do voodo for libxml and libglade
fixed some warnings, unused var usages, crashes, and other such nonsense.
a bunch of cleanups, bump the version to 1.4.0.1 add configuration
Fixed i18n problems by including config.h everywhere, when checking month
Implemented all the action editting foo, removed the cutop pixmap buttons,
use %x for status date and use a strftime func for the headers and let it
Do the right thing on "Hide app" that is, hide the application window
use -f for mv and add gshutdown-pam to EXTRA_DIST
Release 1.4.0.1
remove superfluous '.'
wipe a bogus sentence from an error message
Draw dates/times with locale settings
When font can't be loaded try "fixed" and "*"
correctly do $(DESTDIR) stuff
Apply patch from Peter A Jonsson <Peter A Jonsson epl ericsson se> to fix
change per page lines to 10, and massage the scrolling code into a bit of
include locale.h directly
correctly EXTRA_DIST all files and other distcheck fixes
partially fix #81252 by converting output of strftime to utf8. Also
make the window and make sure it's shown before opening files since then
Some i18n fixage, especially with getting utf8 vs locale encoding
handle cases where we can't convert the line to utf8. We can really guess
add note to translators about fonts, especially about Helvetica vs asian
use _UI_SUBTREE instead of _UI_SUBTREE_STOCK since that makes translations
Add "Encoding=UTF-8" as per the standard, the standards police kicked in
If gconf is not writable don't write down the logfile we found. If the
German Poo-Caaman~o (1):
Fixed build error by translation with extra '\n' at the end of msgtr.
Gil Forcada Codinachs (2):
Updated Catalan translation
Updated Catalan translation by Joan Duran
Glynn Foster (49):
Add fix from voss debian org (Jochen Voss) for #73406.
Adapted patch from Xing Wang <quixon gnuchina org> to fix #77194.
Oops, forgot to make non-resizable.
s/Date/Last Modified. It seems a slightly better solution, although when
More HIG Compliance stuff. Fixes #76685 in part. Man, this code is *so*
Fix up some inconsistancies as pointed out by the doc team.
Add sanity check. Fixes #81265.
Fix crashes on dialog boxes when 'Esc' is used.
Comment out example strings. I wish I am more time to look through this
Quiet from the cheap seats.
Diable docs until they are fixed - dtd validation problems with
Some focus issues. Hum, we really need to get mnemonics going here.
Enable logview/help.
Remove ugly pangoification in the monitor dialog.
release 1.109.0 " Oh so nearly, but not quite " Updates for new release.
erongisvc.
add logview schemas file.
The 'lady' doth protest too much.
s/DocPath/X-GNOME-DocPath. Now conforms to spec.
s/About.../About. Fixes #89481.
Remove StubCall () ditto Remove 'Save As' entry in the menus as it's not
Update man page.
Point to gnome-system-log instead of logview. Thanks to Frederic for
Fix another case of 'logview'. [sigh]
Default session to true, so that user can run it when console helper is
Remove conflict for menu accelerators. Also get rid of silly stock icons
Add /var/log/sys.log to list of possible logs to open. Apply duct tape to
logrtns.c: Crufty code - make it less crufty. Fixes #99047. Dunno why I
Update for .desktop files with the StartupNotify=do_some_weird_havoc_crack
Mark some strings for translation. Thanks to Maxim for pointing this out.
Avoid double free. Patch from marcus freebsd org
Add check, just in case this fixes #111949.
Fix #101772.
Use gnome-system-log in the gconf key, rather than logview, since that is
Fix #102234.
Defining timezonevar before including time.h is necessary for using
Fixed #103481 for large logs crashing.
Remove logview/pixmaps/Makefile stuff from autofoo.
Fix for #124345 from mkb mukappabeta de for erroneous string.
Update for 2.6.1 release.
Post release bump.
Patch from Samuel Stringham to parse /etc/syslog.conf on first start up to
Patch from Harsh Jaitly for #127091 - log viewer detail view picks wrong
Use g_spawn instead of exec. Patch from James Strandboge and Shakti. Fixes
fix build
Release 2.7.90
Rvemo
Remove, old.
Should be 'translator-credits'.
Gregory McLean (1):
Step 1 of the logview lovin.
Guilherme de S. Pastore (1):
fixed a typo in author credits in logview
Hidetoshi Tajima (2):
Fix GNOMELOCALEDIR to point to correct place. Fixes #83627.
update for #83627.
Ihar Hrachyshka (1):
Updated Belarusian translation.
Ilkka Tuohela (2):
Added Finnish documentation by Jukka HeikkilÃ
Updated Finnish translation by Jukka HeikkilÃ
Inaki Larranaga Murgoitio (2):
Added Basque translation. Added 'eu' to DOC_LINGUAS.
Added image in Basque language. Images are: syslog_window.png
Irene Ryan (6):
Updated graphics
Submitting V2.1 manual and updated OMF file
Added short title.
Updates for beta refresh
Correcting the DTD declaration in XML file and version number in OMF file
updated to fix bug #91164 updated manual date and version number new text
Jacob Berkman (1):
use a stock OK button
Jacob Leach (1):
Fixes for when builddir != srcdir.
James Bowes (1):
Release 2.9.0 Update news for 2.9.0 release. update version, add hal
Jan Arne Petersen (2):
Replace GtkFileSelection with GtkFileChooser.
Add check for i < n-1. (#364106)
Jason Long (1):
create a hash table when log is opened to store paths to date headers when
Jochen Voss (1):
Add a lot of missing manual pages as requested by George <jirka 5z com>.
John Fleck (6):
adding logview/doc/C/logview.sgml - first draft of doc. I won't add it to
John Fleck <jfleck inkstain net> xmlizing logview docs
John Fleck <jfleck inkstain net>
about.c fixing #92056
remove help/C/logview.xml logview-C.omf no longer used
info.c, zoom.c removing extraneous translation marks from a bunch of %s,
Jordi Mas (1):
Catalan translation by Gil Forcada Added ca to DOC_LINGUAS.
Jorge Godoy (1):
updating some pt_BR <ricardo conectiva com br>
Jorge Gonzalez Gonzalez (3):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Jorge GonzÃlez (2):
Updated Spanish translation
Updated Spanish translation
Julio M Merino Vidal (1):
honour gconf configure option
Kevin Vandersloot (7):
didnt' get comited
remove the logview check that caused failure for setups where the messages
show details on double click and select row on single click. Also handle
fix typo. Fixes bug 75125
fix checks for logfiles. Thanks to Aruna Pourohit for pointing this out.
Use gtk_text_buffer_set_text. May fix a crash. Also don't cast the
get help working - almost
Kjartan Maraas (9):
Added function-prototypes to get rid of warnings. Same here. Changed
Removed "Filter" menu since the functionality isn't there yet.
Fix warnings. Init some stuff to NULL. Remove #included xpms that weren't
Add missing dot in string. Fixes
Add .desktop.in files now that xml-i18n-tools will handle these too. Fixes
Fix a leak. Merge from stable.
Fix a leak.
Fix some menu paths. Patch from Bob Mauchin. Closes bug #500334.
Add missing #include <config.h> to make translations work
Kwok-Koon Cheung (1):
Added traditional Chinese (zh_TW.Big5) strings to *.desktop files.
Laavanya K R (1):
Modified exec_action_in_db() to execute "action" by a combination of
Luca Ferretti (5):
it/gnome-system-log-it.omf Remove old Italian translation and add new PO
Update latest comment on ChangeLog, crediting translation to Andrea Zagli
Updated to match current appearance and settings.
Updated Italian translation by Andrea Zagli.
logview: Use /org/gnome as starting path for schemas
Mario BlÃttermann (4):
Added German translation
Updated German docs
Updated German doc translation, new screenshot
Updated German doc translation
Matej UrbanÄiÄ (2):
Updated Slovenian translation
Added sl for Slovenian translation
Maxim Dziumanenko (3):
Added Ukrainian translation of the manual.
Updated Ukrainian doc translation.
Updated Ukrainian translation of the manual.
Maxim Dzumanenko (1):
Add some strings for translation.
Michael Terry (1):
Use gnome-icon-theme instead of built-in icons. Fixes #129283.
Mike Lei (3):
doc files from SUN
add .cvsignore to online help
add .cvsignore
Milo Casagrande (1):
Updated Italian documentation translations of: * gsearchtool * logview Fixes part of bug 591923
Narayana Pattipati (3):
Make sure we save the description in the actions dialog. Fixes #82334.
In mon_read_new_lines function, as new lines are read, update the current
Update the monitor window with the new lines added properly. And also make
Nickolay V. Shmyrev (1):
Added ru to DOC_LINGUAS Added Russian translation by Sergey V. Mironov
Nikos Bakaoukas (1):
Updated Greek translation for logview documentation
Ole Laursen (1):
Updated Danish translation of .desktops
Pablo Castellano (1):
Updated .gitignore files
Pablo Saratxaga (1):
Added Lithuanian strings
Paolo Borelli (4):
Split gtk2 and gtk3 cflags and libs to allow porting each app
Compile logview against Gtk3
Use gtk_paned_new instead gtk_[h|v]paned_new
[logview] Fix uninitialized variable
Patryk Zawadzki (1):
dd Filesystem to baobab desktop, change dictionary category to Office/Dictionary, drop redhatism from system log viewer (#552054)
Paul Cutler (3):
Removed section 3.5 (calendar view) as calendar is removed. BGO 599836
Removed other calendar references and updated screenshot to not show calendar
Fix bgo603943 - update docs for View->Monitor
Petr Kovar (1):
Updated Czech translation by Adrian Gunis
Philip Withnall (1):
Updated British English translation.
Rodrigo Moya (1):
added missing argument to g_snprintf.
Ross Burton (1):
Desktop file validation love
Samuel Stringham (5):
Some UI love.
Fix repaint on zoom-in box. Fixes #80904.
remove bogus spacing. Fixes #81399.
Fix crash in actions dialog. Fixes #81397.
On log rotation, or log creation, or just empty logs logview fails. Tough
Sander Vesik (1):
Update gnome-system-log docs
Satyajit Kanungo (1):
Added DocPath in the desktop.in file for calculator, gcharmap, searchtool,
Sebastien Bacher (1):
fix the selection offset when copying from a log with several days listed
Seth Nickell (3):
Remove bad gtkhtml check (not ported to GNOME2 anyway)
Change menu names to conform with the HIG.
Rename application binary to match menu name.
Shakti Sen (2):
*monitor.c (monitor_window_destroyed_cb): Remove the timer to fix the
Fixes the crash if log messages is having less than 5 lines. Fixes bug
Simos Xenitellis (5):
Added Greek translation by Rizitis
Updated Greek translation
Updated Greek translation
Updated Greek translation by Rizitis
Updated Greek translation by Antonis Antonoulas
Stano Visnovsky (1):
Added Slovak [sk] translations
StÃphane Loeuillet (1):
Trivial fixes to all .desktop files to conform to latest fd.o .desktop specs. Spoted by desktop-file-validate. Fixes #481721
TeliuTe (2):
Add Simplified Chinese translations for gnome-dictionary, gsearchtool and logview help files
Update Simplified Chinese help translation of logview.
Thomas Hindoe Paaboel Andersen (1):
[logview] remove deprecated GTK+ symbols.
Timo Jyrinki (2):
Updated Finnish translations (Closes: #553050)
Updated Finnish help translations by Jukka HeikkilÃ.
Vincent Noel (287):
Remove extra border in the main window.
Use a real statusbar instead of a hbox+label.
Code clean-ups.
Add a gedit-like search functionality.
Add required files for gedit-like search functionality.
Use gtk_ui_manager.
Forgot the ChangeLog :-(
Correct display problem at startup.
Extract window naming in its own function.
Remove references to the never used AddMenu function, and remove the menus.c file from compilation.
Remove menus.c
Remove obsolete comments and defines.
Major rewrite : - remove most global variables - the log viewer window now
Added new header files.
Forgot the ChangeLog :(
Allow the opening of new windows. Remove the "Switch Log" option : now
Remove the MAX_NUM_LOGS limitation.
Major rewrite. Now any opened log can be monitored by toggling the
Use the GTK_STOCK_PROPERTIES icon.
Remove last global variables in calendar code.
...and the ChangeLog
Fixes issues with the state of menu items.
Remove the save_rows_to_expand function which is now useless.
Fixes issues brought up by multiple windows.
Add a TODO file.
Use gtk_window_set_default_icon_name. Port to gtk_about_dialog.
Damn ChangeLog.
Handle errors when displaying help, display it on the right screen.
Remove unnecessary casts.
Fix typo.
Vincent Noel <vnoel cox net>
Add a bunch of authors.
Port from gnome_message_box_new to gtk_message_dialog_new.
I do not master the commit tool yet.
Remove includes.
Remove #include's in a header file.
Fix prototype.
Hook up the new find bar.
Forgot a change.
Forgetfulness, second take.
Add a spacer tool item so the close button is at the right end of the find
(logview_findbar_populate): Add labels to the previous/next buttons.
Fix issues with mixed case.
Free allocated stuff.
Fix leak.
Free more stuff. It's not over, there's still leaks in here.
End of the leak-plugging action. Memory usage is now stable.
Use a fixed size for cells in the gtktreeview.
MMmmh.
New function to create a window and open a file at the same time.
Use POPT_TABLEEND.
Vincent Noel <vnoel cox net>
Forgot ChangeLog.
Really remove the gedit-output-window.* files.
Fix memory issues and remove cruft.
Desensitize menu items when monitoring.
Don't use gtk_tree_model_get_iter_root.
Only update the status bar and window title once when updating. It should be enough.
Huge simplification : remove the gtktreeview which was kinda over-the-top for just 5 lines of text, use a gtktextview instead.
Use g_signal_connect instead of gtk_signal_connect.
Show the window once the log is loaded.
Mark strings for translation.
I'll never remember about the ChangeLog.
Vincent Noel <vnoel cox net>
Allow the opening of gzipped logs.
Added a display name for zipped files.
Remove debug spew.
Updated TODO file.
Disable actions for some cases.
Use new gtk+ HIG message dialogue API.
Only keep a handle opened on the file when we are monitoring it.
Remove unused variables.
Other unused variables. When will it end ?
Make sure the calendar is in sync with the opened log.
Make sure the details window is in sync with the opened log.
Don't destroy the filechooser when we are done with it. Keep it for later.
Use the GnomeVFSResult to check the file permissions instead of calling an
Kill getlogsize.
Fix the parsing of dates in the log.
When opening a zipped log, don't use an external program to unzip it in a
Correctly free the filename when we open a gzipped log.
Better error message.
Remove a dozen of useless define's in calendar.c
Remove the ifdef'ed functions which have not been used or even compiled in 2 years.
Renamed userprefsdialog.c to userprefs.c.
Removed file.
Store the window size. Store the last opened log if the window is destroyed when it was opened.
Kill the parse_syslog function.
If the opened log if zipped, don't save it in gconf.
Remove the GNOMELOCALDIR from logview.c, it's already in Makefile.am.
ChangeLog.
Some refactoring here and there.
Add a separator in the view menu.
Fix the number of lines in the info window.
New. Move the Action structure here.
More cleaning in #includes and #defines.
More moving stuff around.
More of the same
Add the file configdata.h
Add a "copy" menuitem to copy the content of the active log line to the
Updated TODO.
Vincent Noel <vnoel cox net>
Allow the selection and copying of multiple log lines. Added a Select All menu item.
Desensitize the Select All command in monitoring mode.
Add a separator before the Find menu item.
Use g_get_prgname when saving session.
Various refactoring and cleanups.
Simplify a lot. Use markup in properties dialog.
Some padding and stuff.
Make the label text selectable
Simplify a lot. Get rid of all the treeview stuff, use a label with markup instead. Same functionality.
Free some stuff, use gtk_label_set_markup.
Vincent Noel <vnoel cox net>
Use gtk_action_set_sensitive instead of gtk_widget_set_sensitive. Remove
Use parse_syslog again.
Fix mnemonic conflict.
Fixes for make distcheck.
Instead of requesting the option --file to open a log, simply consider
Use ngettext, fixes bug #162584.
Fix bug #162587.
Correct two typos, fix bug #162586.
Mark string for translation. Fix bug #162584.
Include locale.h
included config.h if HAVE_CONFIG_H. Fix bug #164904 (reported by Luca
Replace gnome_util_home_file by g_get_home_dir. Patch by Kristof Vansant,
Free an allocated buffer. Fix bug #167969, patch by Joe Marcus Clarke.
Big UI change : add a sidebar that shows all the opened logs. This is a
Remove debug spew.
Move the calendar to the new sidebar. Add a toggle to show/hide the
Remove the "details" window - it shows the same info as the main window.
Make the calendar behave when no log is selected.
Better way to show/hide the monitor area.
A little better.
Changed some things in the monitoring. Does not work just yet. Applied
Make the find toolbar same as the one in evince. No more "close" button,
Prevent a crash.
Work in progress on allowing more log formats.
Some speedups and overall fixes...
Free the expanded paths when switching logs.
Remove the signal for row activation. Free the expanded paths when
Simplify.
Empty the window when no log is selected.
Remove debug spew
When a log has archives (messages.1, messages.2, etc), show a drop-down
Apply some warning fixes from Kjartan Maraas in bug #170841.
Don't crash on first run (please) Should fix bug #307642.
Thinko.
Use gnome-vfs instead of lstat.
A bunch of fixes in gnome-dictionary, gfloppy and gnome-system-log to fix compilation warnings. Patches from Stanislav Brabec and Gary Ekker. Fixes part of bug #301943.
Fixes implicit includes in gdict and logview. Bug #301943.
Fix functions return values. Patch from Stanislav Brabec (bug #308382).
Escape the log lines before adding them to the tree.
Fix the display of one-line logs.
ChangeLog...
Fix the Calendar menu item sensitivity.
Don't crash on amd64 arch. Patch from Joe Marcus Clarke.
Post-release version bump.
Fix a crash when exiting without any log opened. Fix bug #316738. Patch
Use gnome_vfs_monitor to monitor file instead of polling. Welcome to the
Finally remove the whole monitor widget nonsense. Just show newly added
Remove. (monitor_callback): Only repaint the window if the updated log is
Some leftover cruft. Make it static.
Correctly scroll to the end of the log when new lines are added.
Memory leaks plugfest. Memory use is stable now in monitoring mode.
Monitor logs by default.
Track the currently selected line when switching logs.
New. (CreateMainWin): Listen to changes to the monospace font gconf key
Fix the menu sensitivity logic following the recent change in monitor
Don't redraw everything when monitoring a log, just add the new lines.
Forgot the ChangeLog.
Don't refill the whole model every time we redraw a log, just keep it
No need to select the line if monitoring.
... and the changelog.
Use fixed height mode for the treeview. HUGE speed win in all situations.
Try to avoid flicker as much as possible when switching logs.
Make sure things still work when a line is collapsed.
Make sure the number of lines displayed in the properties window is the
Try to open the main window as soon as possible.
Avoid massive slowdown when the log doesn't have dates.
Miserable workarounds for bug #318609.
When new lines are added to a log, bold its name in the list. When the log
Only unbold when the log is displayed.
Small cleanups.
Add a bunch of asserts. Don't crash please.
Fixes and speedups.
Remove some useless items from the LogviewWindow structure. Remove the
While I'm cleaning up, remove the actions.[ch] and desc_db.[ch] files
Massive refactoring of the drawing function. Massive speedup when showing
Don't use a fixed-size buffer for log strings. Cut memory use by >30% in
Don't hide the calendar when the log has no dates - it makes the widgets
When selecting lines, don't go through all the log to find matches, it's
Don't put whitespace before colon. Fix bug #318602.
When selecting a log line, select the associated day in the calendar. Fix
Make sure the calendar selection works at startup too.
* misc.c: (ShowErrMessage): Correctly parse the command line option when
Cleanups.
Updated screenshot for documentation
String change.
Update the help from gnome-system-log 2.4 to 2.12.
Some more updates.
Small tweaking.
Use gnome_vfs_format_file_size_for_display to show the file size. We have
Shuffling and cleaning up.
Remove the gnome-vfs monitoring (it's done)
Remove some leftovers.
Use g_date_strftime instead of strftime.
Make static.
Handle zero-length lines better (e.g. don't crash).
Lots of refactoring.
Stop using strtok, use g_strsplit_set instead. Safer + net code win.
First pass at an overhaul of the dates handling. Basically there was three
Use the new day info. Remove enddate and stardate. (struct _log): Remove
Calls to strftime are very time-consuming, so cache the time values over
Play well with extra spaces.
Make the calendar a subclass of a GtkCalendar. There's actually no need to
Please don't crash.
Release 2.13.1.
Use g_assert instead of g_return_if_fail in static functions. Delete
New. Factor the loglist out in its own widget and module.
New. Factor the logview out in its own widget and module, seperate from
Remove a few now-useless functions. Cleanup.
Cleanups.
Call locale_to_utf8 once when loading instead of calling it repeatedly for
Speedup.
privatize all the preference stuff.
Remove the whole Find bar mess (which never worked well anyway) with a
Change how the filter works : don't clear filter on focus-out, add a
Make the findbar its own widget.
more fixes.
Remove the column headers and just display the line as it appears in the
Update screenshot for documentation.
Simplify - we don't need calendar_visible or sidepane_visible,
remove, the same info is now available in the status bar.
Update the documentation.
If the locale is utf8, don't convert to utf8. Create private structure for
Cleanup after myself.
Fix toggle menu item inconsistency.
Correctly save the state even with no opened log.
Catch errors better.
Put the filter bar above the version bar.
Allow parsing logs with dates in the yyyy-mm-dd format (e.g. dpkg.log).
Don't allow row collapsing for logs without days.
Forgot the ChangeLog.
Add a few more default logs.
Add documenters in the about dialog. Update email address.
Listen to the menus_have_tearoff gconf key.
Better logic. Remove a few FIXMEs.
Use GObject properties.
Actually parse all the default logs.
Finalize the GObjects.
Show a "busy" cursor while loading logs.
Be smarter when showing the widget.
Remove the restoration_complete variable. Use GTK_WIDGET_VISIBLE instead.
Make sure to show the version bar. Make sure to show the filter bar.
New. This is better here.
Add a tree view in the side bar to group logs by directory.
Make sure that the active log is correctly saved when an archive is
Some refactoring to make it easier to read.
Now that we have only one column, there's no need for the treeview hints
Expand all rows in the side pane log tree at startup.
Bold log names the "correct" way, by connecting a GtkTreeViewColumn
Cleanup the main treeview creation.
Monitoring was broken, fix it.
For kicks, bold the new lines for 5 seconds when a log is updated.
When switching to a log with new lines, scroll down to the new lines and
(log_repaint): Handle things better (fixes screwups when switching logs).
(log_repaint): Fix another thinko.
New. Only show the busy cursor after a short delay.
Little cleanup
cleanups and fixes for potential sync problems.
Finally handle correctly the adding of new lines to a log, be it selected
Don't barf on multi-lines log messages than don't include dates. Bug
Store the visible treeview range for each opened log, so we can scroll
Fix a crash that could be triggered by switching logs and selecting lines
Use gtk_tree_selection_select_path instead of gtk_tree_view_set_cursor to
The previous workaround did not always work, so include a better fix.
Off-by-one error.
Handle the deletion of saved logs better.
Updated the schemas to include new keys, add default values.
Rename a few variables for consistency.
Convert a few double-linked lists in linked lists.
Update the line count and last modification date when a log is updated.
Apparently you can't compare a GnomeVFSFileSize with a GnomeVFSFileOffset.
Forgot to remove some debug spew.
Add the Monitor category to .desktop file. Patch by Matthias Clasen. Fixes
Scroll to the last day on open.
Fix some key descriptions. Fix bug #323141.
Vincent Untz (2):
Post-release version bump.
Fix a bunch of compiler warnings. Bug #570422.
Xing Wang (1):
Don't NULL CalendarDialog when we are only hiding the widget. Fixes
Yannig MARCHEGAY (5):
Updated Occitan translation
Updated Occitan translation
Updated Occitan translation
Updated Occitan translation
Updated Occitan translation
Yasumichi Akahoshi (1):
Add new Japanese translation
Yogeesh MB (1):
Removed user preference dialog, Patch #57968
added Japanese translations. T.Aihana (1):
2003-02-23 added Japanese translations. T.Aihana <aihana gnome gr jp>
added ja into SUBDIRS. T.Aihana (1):
2003-02-23 added ja into SUBDIRS. T.Aihana <aihana gnome gr jp>
fixed typo for translation in legal.xml. T.Aihana (1):
2003-03-09 fixed typo for translation in legal.xml. T.Aihana <aihana gnome gr jp>
jjranta (1):
Added Finnish entries to .desktop -files, and updated fi.po
miloc (1):
Updated Italian translation by Andrea Zagli
noel (5):
Fix a crash when switching to default font size without any log opened.
Fixed a C99-ism. Patch from Jens Granseuer, fixes bug #317208.
Prevent cast warning. Part of bug #318095. Patch by Stanislav Brabec. Fix
Use the desktop monospace font by default.
Removed. Whee !
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]