summaryrefslogtreecommitdiff
path: root/logview
AgeCommit message (Collapse)AuthorFilesLines
2016-09-01GTK+-3 logview-prefs: complete migration to GdkRGBAraveit651-0/+57
taken from: https://git.gnome.org/browse/gnome-system-log/commit/?id=d71f51f
2016-09-01GTK+-3 logview-window: don't use GtkStyle to get a dim colorraveit651-0/+36
Use the "dim-label" style class instead taken from: https://git.gnome.org/browse/gnome-system-log/commit/?id=9c4c0d2
2016-09-01GTK+-3 logview-filter-manger: don't use deprecated GdkColorraveit651-0/+42
taken from: https://git.gnome.org/browse/gnome-system-log/commit/?id=db81a5e
2016-08-07GTK+-3 logview-findbar: avoid deprecated gtk_misc_set_alignment ()raveit651-0/+5
2016-08-07GTK+-3 logvie-findbar: avoid deprecated gtk_arrow_new ()raveit651-0/+8
2016-08-07GTK+-3 logview-findbar: avoid deprecated gtk_widget_modify_font ()raveit651-0/+8
2016-08-07GTK+-3 logview-window: avoid deprecated gtk_widget_modify_font ()raveit651-0/+8
2016-08-06GTK+-3.0 logview-filter-manager: port GtkTable to GtkGridraveit651-0/+24
2016-01-21logview: use gtk_image_new_from_icon_name in both GTK+ buildsmonsta1-2/+2
2016-01-21[GTK+3] logview: fix deprecated usage of Gtk{H,V}Box, GtkMiscmonsta2-3/+46
2016-01-03drop MateConf migration scriptsMonsta2-12/+1
2015-09-25configure: drop useless --enable-deprecated optionMonsta1-1/+0
2015-09-25configure.ac: drop useless check for Sun OSMonsta1-1/+0
2015-09-09Fixup gettext domain in gsettings schemasinfirit1-1/+1
2015-09-09logview: move sources to src/ subdirmonsta27-72/+74
2015-08-31logview: remember active log for next application runMonsta1-0/+8
from https://git.gnome.org/browse/gnome-system-log/commit/?id=4e8122013893df6a8dc0e79ff27e9fe5047cf481
2015-08-31logview: actually insert the converted data into the bufferMonsta1-1/+2
from https://git.gnome.org/browse/gnome-system-log/commit/?id=575ff413620dd17adb4c52a8ae79f744a694c7a1
2015-08-31logview: set correct title for Add/Edit filter dialogMonsta1-0/+2
from https://git.gnome.org/browse/gnome-system-log/commit/?id=bd6c0d53187a062ead969e35bdb88579bae2f163
2015-08-31logview: remove failed log from stored listMonsta1-1/+17
from https://git.gnome.org/browse/gnome-system-log/commit/?id=31b069ae801f44e33f3c9ac3d75a028477c490a3
2015-08-31logview: define _XOPEN_SOURCE_EXTENDED for OpenBSDMonsta1-0/+1
from https://git.gnome.org/browse/gnome-system-log/commit/?id=b75701ce5c87eb125198ebfe124c829167844db1
2015-08-31logview: use a GCancellable when reading new lines from the logMonsta4-10/+43
from https://git.gnome.org/browse/gnome-system-log/commit/?id=0aeb30fae9b5855804240972790045074854f1aa
2015-08-31logview: don't clear the active log ref immediately on closeMonsta1-2/+1
from https://git.gnome.org/browse/gnome-system-log/commit/?id=febc1baa30ee4035e20d513c2bd77a579f1d8fea
2015-08-31logview: use g_utf8_collate() to sort log display namesMonsta1-1/+1
from https://git.gnome.org/browse/gnome-system-log/commit/?id=d55c066dcfeff2ddf24152d192137b251cc5cbb6
2015-08-31logview: add some safety NULL-checksMonsta2-4/+11
from https://git.gnome.org/browse/gnome-system-log/commit/?id=ad9153b8bcd8a2556d7a1f5fcca890680c4677de
2015-08-31logview: make sure to always NULL-terminate log lines arrayMonsta1-3/+3
from https://git.gnome.org/browse/gnome-system-log/commit/?id=af6e5f3fd809ec7e477434e8279d1b2f8817f33d
2015-08-10GTK3: reduce height of statusbarraveit651-0/+4
- setting margin to 0px
2015-07-29logview: ship the SVG source for the new hires iconBalló György2-0/+19242
Based on this commit for gnome-system-log: https://git.gnome.org/browse/gnome-system-log/commit/?id=99b2827aa3fc996e6314467204841cf7ee599293
2015-07-29logviewer: Provide an application iconBalló György11-3/+86
Based on this commit in gnome-system-log: https://git.gnome.org/browse/gnome-system-log/commit/?id=f3f63c20a0b9fd9e791dde542292f9931de6e86f
2015-07-08help: remove duplicate tags, fix broken buildMonsta1-1/+0
2015-07-07Help: adjust legal stuffraveit651-16/+39
2015-07-07help: fix mate feedback linksraveit651-1/+1
2015-07-07Revert "remove non-existing mate-feedback links"raveit651-0/+9
This reverts commit cd84b3bb31589e53567378d1e7d6b18ed2fa0d55. With docbook help the missing page is there
2015-06-25remove non-existing mate-feedback linksraveit651-9/+0
2015-06-23help: fix broken imagesraveit659-0/+0
2015-06-16fixes for gschema translationraveit652-18/+15
taken from: https://github.com/mate-desktop/eom/commit/a2055e1 - bumped required intltool version to 0.50.1 - renamed and corrected gschema xml for proper intltool usage - sorted lines in po/POTFILES.in (as requested in the header)
2014-12-15Fix deprecated functionsinfirit1-7/+4
Remove, now unneeded, gdkkeysyms-compat.h include Always use gtk_combo_box_text_new (since Gtk+ 2.24) Gtk3: do not use gdk_cursor_unref Gtk3: replace gtk_hpaned_new Gtk3: replace gtk_widget_modify_font
2014-12-15Remove deprecated g_thread_initinfirit1-2/+0
2014-12-15properly NULL-init some vars to avoid logic flaws laterMonsta1-3/+3
2014-11-10Add missing #include <config.h> to make translations workinfirit9-3/+33
Based on gnome-utils commit: 95edffa91ed559515d659187baba6ec7806b251b From: Kjartan Maraas <[email protected]>
2014-07-01GDK_KEY_* was introduced in Gtk+ 2.22infirit2-7/+4
2014-07-01Drop deprecated g_type_init, type initialized automatically.infirit1-2/+0
2014-07-01Drop support for Glib < 2.36infirit1-4/+0
2014-05-01Use DISABLE_DEPRECATED variable for deprecationinfirit1-0/+1
2014-04-30logview: Add GTK3 supportStefano Karapetsas2-0/+10
2014-04-26Add keywords key to .desktop filesStefano Karapetsas1-0/+1
Closes https://github.com/mate-desktop/mate-utils/issues/63
2014-01-06Merge pull request #56 from infirit/masterStefano Karapetsas1-1/+1
Remove MATE from category in dor desktop files.
2014-01-06Remove MATE from category in dor desktop files.infirit1-1/+1
* QA Notice: This package installs one or more .desktop files that do not * pass validation. * * /usr/share/applications/mate-dictionary.desktop: error: value "MATE;GTK;Office;Dictionary;" for key "Categories" in group "Desktop Entry" contains an unregistered value "MATE"; values extending the format should start with "X-" * /usr/share/applications/mate-screenshot.desktop: error: value "GTK;MATE;Utility;" for key "Categories" in group "Desktop Entry" contains an unregistered value "MATE"; values extending the format should start with "X-" * /usr/share/applications/mate-search-tool.desktop: error: value "MATE;GTK;Utility;Core;" for key "Categories" in group "Desktop Entry" contains an unregistered value "MATE"; values extending the format should start with "X-" * /usr/share/applications/mate-system-log.desktop: error: value "GTK;MATE;System;Monitor;" for key "Categories" in group "Desktop Entry" contains an unregistered value "MATE"; values extending the format should start with "X-" *
2014-01-06Fix makefiles for make distStefano Karapetsas1-0/+1
2013-11-05Fix Sun GNOME Documentation Team referencesStefano Karapetsas2-5/+5
2013-08-03Use yelp-tools instead of mate-doc-utilsinfirit20-71/+69