summaryrefslogtreecommitdiff
path: root/logview
AgeCommit message (Collapse)AuthorFilesLines
2019-12-28tx: pull with fixed galician translationraveit651-20/+138
2019-09-26logview: Fix infinite loop parsing logs containing at least one line with a ↵gm101-4/+3
recognized date but not ending with one
2019-09-23tx: sync with transifexraveit6522-89/+767
2019-09-23Add hicolor_apps_24x24_mate-system-log.pngrbuj2-0/+7
2019-05-06Make inkscape and rsvg-convert optionalrbuj1-7/+24
TEST on Fedora: inkscape, librsvg2-tools package are not installed on system: The user can build, install and distribute the package: $ sudo dnf remove inkscape librsvg2-tools -y $ ./configure --prefix=/usr $ make $ sudo make install $ make distcheck logview/data/icons: Can not run build-png-icons target if inkscape package is not installed on system: $ make -C logview/data/icons clean-png-icons make: Entering directory '/home/robert/devel/mate-utils/logview/data/icons' rm -f hicolor_apps_16x16_mate-system-log.png hicolor_apps_22x22_mate-system-log.png hicolor_apps_32x32_mate-system-log.png hicolor_apps_48x48_mate-system-log.png hicolor_apps_256x256_mate-system-log.png make: Leaving directory '/home/robert/devel/mate-utils/logview/data/icons' $ make -C logview/data/icons build-png-icons make: Entering directory '/home/robert/devel/mate-utils/logview/data/icons' make: *** No rule to make target 'hicolor_apps_16x16_mate-system-log.png', needed by 'build-png-icons'. Stop. make: Leaving directory '/home/robert/devel/mate-utils/logview/data/icons' Can run build-png-icons target if inkscape package is installed on system: $ sudo dnf install inkscape -y $ ./configure --prefix=/usr $ make -C logview/data/icons build-png-icons make: Entering directory '/home/robert/devel/mate-utils/logview/data/icons' Background RRGGBBAA: ffffff00 Area 303:65:319:81 exported to 16 x 16 pixels (96 dpi) Bitmap saved as: hicolor_apps_16x16_mate-system-log.png Background RRGGBBAA: ffffff00 Area 303:101:325:123 exported to 22 x 22 pixels (96 dpi) Bitmap saved as: hicolor_apps_22x22_mate-system-log.png Background RRGGBBAA: ffffff00 Area 304:142:336:174 exported to 32 x 32 pixels (96 dpi) Bitmap saved as: hicolor_apps_32x32_mate-system-log.png Background RRGGBBAA: ffffff00 Area 296:202:344:250 exported to 48 x 48 pixels (96 dpi) Bitmap saved as: hicolor_apps_48x48_mate-system-log.png Background RRGGBBAA: ffffff00 Area 33:11:289:267 exported to 256 x 256 pixels (96 dpi) Bitmap saved as: hicolor_apps_256x256_mate-system-log.png make: Nothing to be done for 'build-png-icons'. make: Leaving directory '/home/robert/devel/mate-utils/logview/data/icons' baobab/pixmaps: Can not run build-png-icons target if librsvg2-tools package is not installed on system: $ make -C baobab/pixmaps clean-png-icons make: Entering directory '/home/robert/devel/mate-utils/baobab/pixmaps' rm -f hicolor_apps_16x16_mate-disk-usage-analyzer.png hicolor_apps_22x22_mate-disk-usage-analyzer.png hicolor_apps_32x32_mate-disk-usage-analyzer.png hicolor_apps_48x48_mate-disk-usage-analyzer.png hicolor_apps_128x128_mate-disk-usage-analyzer.png make: Leaving directory '/home/robert/devel/mate-utils/baobab/pixmaps' $ make -C baobab/pixmaps build-png-icons make: Entering directory '/home/robert/devel/mate-utils/baobab/pixmaps' make: *** No rule to make target 'hicolor_apps_16x16_mate-disk-usage-analyzer.png', needed by 'build-png-icons'. Stop. make: Leaving directory '/home/robert/devel/mate-utils/baobab/pixmaps' Can run build-png-icons target if librsvg2-tools package is installed on system: $ sudo dnf install -y librsvg2-tools $ ./configure --prefix=/usr $ make -C baobab/pixmaps build-png-icons make: Entering directory '/home/robert/devel/mate-utils/baobab/pixmaps' /usr/bin/rsvg-convert -w 16 -h 16 hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o hicolor_apps_16x16_mate-disk-usage-analyzer.png /usr/bin/rsvg-convert -w 22 -h 22 hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o hicolor_apps_22x22_mate-disk-usage-analyzer.png /usr/bin/rsvg-convert -w 32 -h 32 hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o hicolor_apps_32x32_mate-disk-usage-analyzer.png /usr/bin/rsvg-convert -w 48 -h 48 hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o hicolor_apps_48x48_mate-disk-usage-analyzer.png /usr/bin/rsvg-convert -w 128 -h 128 hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o hicolor_apps_128x128_mate-disk-usage-analyzer.png make: Leaving directory '/home/robert/devel/mate-utils/baobab/pixmaps' Closes #223
2019-04-23tx: sync with transifexraveit65118-881/+921
2019-04-09Fix -Werror=cast-function-type with GCC 8rbuj4-14/+9
In addition, it removes unnecessary function type casts like: (GDestroyNotify) g_object_unref (GDestroyNotify) g_free
2019-03-25travis: add new build dependenciesraveit651-6/+6
2019-03-25GEN png icons from svg filesrbuj6-22/+45
PNG icons are created if they are not present in icon folder. To remove png icons: make -C baobab/pixmaps clean-png-icons make -C logview/data/icons clean-png-icons To build png icons: make -C baobab/pixmaps build-png-icons make -C logview/data/icons build-png-icons This removes baobab/pixmaps/shot.png file, use applets-screenshooter named icon (used in mate-screenshot).
2019-03-24Update documenters in about dialogrbuj2-1/+8
2019-03-24mate-dictionary: Use g_strjoin to build license textrbuj1-1/+1
full stop at end of sentence in license paragraphs
2019-03-24Use program-name and title in gtk_show_about_dialog callrbuj1-1/+2
2019-03-23help: update copyrightraveit651-1/+1
2019-02-16tx: sync fixed translationsrbuj4-12/+17
2019-02-16Make translatable the copyright in about dialogrbuj1-2/+2
2019-02-15tx: sync with transifex"raveit658-22/+74
2019-02-05help - bump docbook 4.5rbuj1-2/+2
fix validate errors: $ find . -name "index.docbook" -exec yelp-check validate {} \; validity error : Element othercredit content does not follow the DTD, expecting (honorific | firstname | surname | lineage | othername | affiliation | authorblurb | contrib)+, got (personname email )
2018-12-25tx: sync with transifexraveit65118-5316/+64110
2018-10-06Use make functions for HELP_LINGUASrbuj1-1/+5
2018-10-05Tx: simplify source generation and update themraveit652-420/+0
2018-10-05Replace -Dokumentationsprojekt with Documentation Projectrbuj1-3/+3
2018-09-14Add Catalan screenshotsrbuj1-0/+0
2018-09-13tx: add mate-system-log help to transifexraveit652-0/+420
2018-02-14avoid deprecated GtkStockPablo Barciela3-18/+32
2018-01-30require GTK+ 3.22 and GLib 2.50monsta2-16/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-12-25add style class logview-windowraveit651-0/+5
2017-10-09baobab/logview/dictionary: add our copyright to About dialogmonsta1-1/+2
fixes https://github.com/mate-desktop/mate-utils/issues/80
2017-07-28don't use deprecated gtk_show_uriraveit651-0/+4
2017-05-11searchtool & logview: avoid deprecated GtkAlignmentraveit651-5/+4
2017-01-31drop all the ancient changelogsmonsta2-321/+0
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta4-228/+1
and require mate-panel >= 1.17
2016-11-22fix indent a bit and remove some weird commented codemonsta1-1/+1
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