Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-29 | Fix -Werror=cast-function-type with GCC 8 | rbuj | 2 | -6/+10 | |
In addition, it removes unnecessary function type casts like: (GDestroyNotify) g_object_unref (GDestroyNotify) g_free | |||||
2019-05-29 | mate-disk-usage-analyzer: Memory leak | rbuj | 1 | -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-02-16 | tx: sync fixed translations | rbuj | 4 | -12/+18 | |
2019-02-15 | tx: sync with transifex | raveit65 | 8 | -23/+159 | |
2019-02-05 | help - bump docbook 4.5 | rbuj | 1 | -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-10 | move appdata to metainfo directory | monsta | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/mate-utils/issues/188 | |||||
2018-12-25 | tx: sync with transifex | raveit65 | 117 | -7828/+84656 | |
2018-10-06 | Use make functions for HELP_LINGUAS | rbuj | 1 | -2/+6 | |
2018-10-05 | tx: simplify source generation and update them | raveit65 | 2 | -536/+0 | |
2018-10-05 | Replace -Dokumentationsprojekt with Documentation Project | rbuj | 1 | -3/+3 | |
2018-09-23 | tx: update source file for disk-usage-analyzer and search-tool | raveit65 | 1 | -6/+6 | |
2018-09-23 | Fix spelling and grammar mistakes | rbuj | 1 | -6/+6 | |
2018-09-14 | Add Catalan screenshots | rbuj | 7 | -0/+0 | |
2018-09-13 | tx: add mate-disk-usage-analyzer to transifex | raveit65 | 2 | -0/+536 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 2 | -41/+0 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-10-25 | baobab: make zoom with mousewheel work on chart | monsta | 1 | -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-09 | baobab/logview/dictionary: add our copyright to About dialog | monsta | 1 | -1/+2 | |
fixes https://github.com/mate-desktop/mate-utils/issues/80 | |||||
2017-10-09 | baobab: set transient parent for remote connect dialog | monsta | 1 | -0/+2 | |
fixes yet another runtime warning | |||||
2017-10-09 | baobab: don't make prefs dialog visible in .ui file | monsta | 1 | -1/+1 | |
avoids runtime warning about transient parent and fixes initial window placement (on center of parent window) | |||||
2017-10-09 | baobab: set parent window for About dialog | monsta | 1 | -1/+1 | |
avoids runtime warning about transient parent | |||||
2017-07-28 | don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+7 | |
2017-01-31 | drop all the ancient changelogs | monsta | 2 | -2756/+0 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 4 | -322/+0 | |
and require mate-panel >= 1.17 | |||||
2016-11-22 | fix indent a bit and remove some weird commented code | monsta | 1 | -1/+0 | |
2016-09-07 | GTK+-3 Baobab: use gdk_cursor_new_for_display | raveit65 | 1 | -4/+6 | |
2016-09-01 | GTK+-3 babab-chart: use GtkStyleContext | raveit65 | 1 | -0/+8 | |
taken from: https://git.gnome.org/browse/baobab/commit/?id=b6642cd | |||||
2016-09-01 | GTK+-3.0 baobab: port GdkColor to GdkRGBA | raveit65 | 1 | -0/+37 | |
taken from: https://git.gnome.org/browse/baobab/commit/?id=3527995 | |||||
2016-08-06 | GTK+-3.0 baobab: port GtkTable to GtkGrid | raveit65 | 1 | -8/+132 | |
2016-01-21 | [GTK+3] fix deprecated usage of GtkMisc, GtkHBox, GtkVBox | monsta | 2 | -2/+66 | |
2016-01-21 | baobab: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 2 | -7/+7 | |
2016-01-03 | baobab: don't take ancient mateconf dir into account | Monsta | 1 | -2/+1 | |
2016-01-03 | drop MateConf migration scripts | Monsta | 2 | -12/+0 | |
2015-09-25 | configure: drop useless --enable-deprecated option | Monsta | 1 | -1/+0 | |
2015-09-09 | More translation fixes for gsettings schemas | infirit | 1 | -2/+2 | |
2015-08-31 | baobab: remove useless code | Monsta | 1 | -4/+0 | |
2015-08-31 | baobab: fix indentation | Monsta | 1 | -6/+6 | |
2015-07-07 | Help: adjust legal stuff | raveit65 | 1 | -9/+31 | |
2015-07-07 | help: fix mate feedback links | raveit65 | 1 | -1/+1 | |
2015-07-07 | Revert "remove non-existing mate-feedback links" | raveit65 | 1 | -0/+8 | |
This reverts commit cd84b3bb31589e53567378d1e7d6b18ed2fa0d55. With docbook help the missing page is there | |||||
2015-07-07 | fix merge conflicts in help translations | Monsta | 1 | -1/+1 | |
2015-07-07 | baobab: show correct help page in prefs dialog | Monsta | 1 | -1/+1 | |
2015-06-29 | Merge pull request #105 from NiceandGently/master | Martin Wimpress | 1 | -8/+0 | |
remove non-existing mate-feedback links | |||||
2015-06-25 | remove non-existing mate-feedback links | raveit65 | 1 | -8/+0 | |
2015-06-25 | disk usage analyzer: use correct application name, not "Baobab" | Monsta | 2 | -2/+1 | |
2015-06-23 | help: fix broken images | raveit65 | 20 | -0/+0 | |
2015-06-23 | help: fix help in disk-usage-analyzer | raveit65 | 3 | -2/+11 | |
2015-06-16 | fixes for gschema translation | raveit65 | 2 | -17/+14 | |
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) | |||||
2015-03-13 | baobab, gsearchtool: first connect to settings, then read them. | Monsta | 1 | -8/+8 | |
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/mate-utils/pull/94 | |||||
2015-01-24 | use unique names in desktop files | raveit65 | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/mate-utils/pull/88 |