summaryrefslogtreecommitdiff
path: root/logview
AgeCommit message (Collapse)AuthorFilesLines
2020-12-07GNU GPL 2 license notice without post box, after copyright noticerbuj23-253/+248
- Use always the same code snippet for including the top-level config.h
2020-09-05Warn about accessing an undefined property of the objectrbuj1-0/+3
2020-07-06sync with transifexraveit65119-197/+458
2020-06-23add git.mk to generate .gitignoretamplan6-0/+10
2020-06-10logview: Use test-reader test with log file pathrbuj1-1/+40
2020-05-19mate-system-log: Remove the warning about ‘GTimeVal’ is deprecatedtamplan1-3/+13
2020-04-14expand the comments on about dialogsrbuj1-1/+1
2020-03-10logview: Rewrite logview-filter.ui from scratchrbuj2-201/+235
2020-03-10Remove warnings: function declaration isn’t a prototyperbuj1-1/+1
2020-03-09Define custom macros for wrapping the calls to gtk_builder_get_objectrbuj1-36/+19
2020-02-10tx: sync with transifexraveit651-5/+5
2020-01-23tx: sync with transifexraveit65119-405/+433
2020-01-20gettext: Fix locale dirrbuj1-5/+5
This allows to load the translations.
2020-01-13Update copyright to 2020raveit652-2/+2
2019-12-28tx: pull with fixed galician translationraveit651-3/+4
2019-12-28migrate from intltools to gettextWu Xiaotian2-6/+6
2019-12-26tx: sync with transifexPablo Barciela10-53/+61
2019-12-23Use gresources for UI filesrbuj5-21/+47
2019-10-10tx: sync with transifexraveit6516-74/+313
2019-10-01Add WARN_CFLAGS to CFLAGSrbuj1-0/+1
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-22Add hicolor_apps_24x24_mate-system-log.pngrbuj2-0/+7
2019-09-02logview-prefs: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-09-02logview-filter-manager: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-09-02logview-log: avoid 'g_type_class_add_private'Pablo Barciela1-8/+3
2019-09-02logview-window: avoid 'g_type_class_add_private'Pablo Barciela1-9/+4
2019-09-02logview-findbar: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-09-02logview-app: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-09-02logview-filter: avoid 'g_type_class_add_private'Pablo Barciela1-8/+2
2019-09-02logview-loglist: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-09-02logview-manager: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-26logview: i18n date format in side panerbuj1-1/+2
2019-07-29logview: Use preferred date&time representation for current localerbuj1-8/+8
Status bar date&time. Use g_date_time_format instead of strftime %c: the preferred date and time representation for the current locale
2019-07-06tx: sync with transifexraveit65119-346/+918
2019-07-04Remove trailing whitespacesLaurent Napias16-91/+91
2019-05-07Remove unused variablesrbuj1-2/+0
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-05-01logview-prefs: Variable 'removed' is assigned a value that is never usedrbuj1-1/+0
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-04-09Improve performance by removing unused assignmentsrbuj3-6/+1
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 )