summaryrefslogtreecommitdiff
path: root/baobab
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13Update copyright to 2020raveit652-2/+2
2019-12-28migrate from intltools to gettextWu Xiaotian3-8/+11
2019-12-26tx: sync with transifexPablo Barciela12-62/+74
2019-12-23Use gresources for UI filesrbuj5-17/+41
2019-11-10avoid redundant redeclarationsPablo Barciela4-9/+0
2019-10-10tx: sync with transifexraveit6516-65/+267
2019-10-01Add WARN_CFLAGS to CFLAGSrbuj1-0/+1
2019-09-20Install hicolor_apps_24x24_mate-disk-usage-analyzer.pngrbuj1-0/+1
Test: $ ./autogen.sh prefix=/usr && make && sudo make install $ ls /usr/share/icons/hicolor/24x24/apps/mate-disk-usage-analyzer.png
2019-09-02baobab-treemap: avoid 'g_type_class_add_private'Pablo Barciela1-11/+3
2019-09-02baobab-ringschart: avoid 'g_type_class_add_private'Pablo Barciela1-18/+10
2019-09-02baobab-chart: avoid 'g_type_class_add_private'Pablo Barciela1-28/+22
2019-09-02baobab-cell-renderer-progress: avoid 'g_type_class_add_private'Pablo Barciela1-9/+2
2019-07-24mate-disk-usage-analyzer: Remove blank space before right parenthesisrbuj1-1/+1
2019-07-06tx: sync with transifexraveit65119-393/+1928
2019-07-04Remove trailing whitespacesLaurent Napias16-80/+80
2019-06-10Change url projet's websiteLaurent Napias1-1/+1
2019-05-07Remove unused variablesrbuj1-3/+0
2019-05-06Make inkscape and rsvg-convert optionalrbuj1-2/+4
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-09Fix -Werror=cast-function-type with GCC 8rbuj2-6/+10
In addition, it removes unnecessary function type casts like: (GDestroyNotify) g_object_unref (GDestroyNotify) g_free
2019-04-09mate-disk-usage-analyzer: Memory leakrbuj1-0/+2
To detect the memory leak using valgrind: export CFLAGS="-Og -g -fno-omit-frame-pointer -fPIE -pie" export CXXFLAGS="-Og -g -fno-omit-frame-pointer -fPIE -pie" ./autogen.sh --prefix=/usr make clean make sudo make install valgrind --tool=memcheck --undef-value-errors=no --leak-check=full --log-file="report.txt" /usr/bin/mate-disk-usage-analyzer report.txt content: ==16061== 6 bytes in 1 blocks are definitely lost in loss record 174 of 14,390 ==16061== at 0x483880B: malloc (vg_replace_malloc.c:309) ==16061== by 0x56B10D7: g_malloc (gmem.c:99) ==16061== by 0x56CAAEE: g_strdup (gstrfuncs.c:363) ==16061== by 0x56E3743: g_variant_dup_string (gvariant.c:1533) ==16061== by 0x5509DE6: g_settings_get_string (gsettings.c:1795) ==16061== by 0x115664: initialize_charts (baobab.c:1185) ==16061== by 0x11640C: main (baobab.c:1307)
2019-04-09Improve performance by removing unused assignmentsrbuj2-9/+0
2019-03-25travis: add new build dependenciesraveit651-2/+2
2019-03-25GEN png icons from svg filesrbuj13-64/+61
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 dialogrbuj1-0/+13
2019-03-24mate-dictionary: Use g_strjoin to build license textrbuj1-2/+2
full stop at end of sentence in license paragraphs
2019-03-24Use program-name and title in gtk_show_about_dialog callrbuj1-1/+3
2019-03-23help: update copyrightraveit651-1/+1
2019-02-16tx: sync fixed translationsrbuj5-13/+20
2019-02-16Make translatable the copyright in about dialogrbuj1-4/+2
2019-02-15tx: sync with transifex"raveit6511-29/+175
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 )
2019-01-10move appdata to metainfo directorymonsta1-1/+1
fixes https://github.com/mate-desktop/mate-utils/issues/188
2018-12-25tx: sync with transifexraveit65117-7838/+84776
2018-10-06Use make functions for HELP_LINGUASrbuj1-2/+6
2018-10-05Tx: simplify source generation and update themraveit652-536/+0
2018-10-05Replace -Dokumentationsprojekt with Documentation Projectrbuj1-3/+3
2018-09-23tx: update source file for disk-usage-analyzer and search-toolraveit651-6/+6
2018-09-23Fix spelling and grammar mistakesrbuj1-6/+6
2018-09-23disk-usage-analyzer: replace deprecated gtk_menu_popupraveit652-5/+4
2018-09-14Add Catalan screenshotsrbuj7-0/+0
2018-09-13tx: add mate-disk-usage-analyzer to transifexraveit652-0/+536
2018-09-12Baobab help: Terminal command updated to 'mate-disk-usage-analyzer'C. Kerensa20-38/+38
In the help files, the terminal command to run mate-disk-usage-analyzer was described as 'baobab'. This was now changed to 'mate-disk-usage-analyzer' in all language files (both msgid and msgstr). Docbook also updated.
2018-07-24baobab-chart: avoid deprecated 'gtk_style_context_set_background'Pablo Barciela1-4/+0
2018-02-14avoid deprecated GtkStockPablo Barciela3-5/+5
2018-01-30require GTK+ 3.22 and GLib 2.50monsta2-41/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-10-25baobab: make zoom with mousewheel work on chartmonsta1-2/+9
like it was with GTK+2 ported from: https://git.gnome.org/browse/baobab/commit/?id=66ad37228e155fe6707064109eae2dd17cc1e969 https://git.gnome.org/browse/baobab/commit/?id=d724a028d54fea765dda4578a1f30910e77ab1a9
2017-10-09baobab/logview/dictionary: add our copyright to About dialogmonsta1-1/+2
fixes https://github.com/mate-desktop/mate-utils/issues/80
2017-10-09baobab: set transient parent for remote connect dialogmonsta1-0/+2
fixes yet another runtime warning
2017-10-09baobab: don't make prefs dialog visible in .ui filemonsta1-1/+1
avoids runtime warning about transient parent and fixes initial window placement (on center of parent window)