Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-03 | gdict-applet: Variable 'detail' is allocated memory that is never used | rbuj | 1 | -1/+1 | |
2019-05-01 | logview-prefs: Variable 'removed' is assigned a value that is never used | rbuj | 1 | -1/+0 | |
2019-05-01 | travis: enable 'cppcheck' in debian | Pablo Barciela | 1 | -0/+4 | |
2019-04-28 | [ci] Enable Clang Static Analyzer | Wu Xiaotian | 1 | -2/+63 | |
2019-04-09 | Fix -Werror=cast-function-type with GCC 8 | rbuj | 15 | -98/+55 | |
In addition, it removes unnecessary function type casts like: (GDestroyNotify) g_object_unref (GDestroyNotify) g_free | |||||
2019-04-09 | 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-04-09 | Improve performance by removing unused assignments | rbuj | 6 | -20/+1 | |
2019-04-05 | github release page | raveit65 | 1 | -0/+19 | |
2019-03-25 | pre-bump version | raveit65 | 2 | -1/+3 | |
2019-03-25 | travis: add new build dependencies | raveit65 | 4 | -8/+26 | |
2019-03-25 | GEN png icons from svg files | rbuj | 20 | -88/+106 | |
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-24 | tx: update resource file | raveit65 | 4 | -63/+94 | |
2019-03-24 | Update documenters in about dialog | rbuj | 4 | -3/+30 | |
2019-03-24 | mate-dictionary: Use g_strjoin to build license text | rbuj | 3 | -21/+26 | |
full stop at end of sentence in license paragraphs | |||||
2019-03-24 | Use program-name and title in gtk_show_about_dialog call | rbuj | 3 | -3/+7 | |
2019-03-23 | help: update copyright | raveit65 | 3 | -3/+3 | |
2019-03-23 | travis: disable Portuguese language for help in search tool | raveit65 | 1 | -0/+2 | |
2019-02-25 | release 1.22.0v1.22.0 | raveit65 | 2 | -2/+12 | |
2019-02-25 | tx: sync with transifex | raveit65 | 120 | -1903/+7168 | |
2019-02-20 | Initialize Travis CI support | Wu Xiaotian | 1 | -0/+119 | |
2019-02-16 | tx: update mate-utils.pot | rbuj | 1 | -16/+34 | |
2019-02-16 | tx: sync fixed translations | rbuj | 19 | -46/+70 | |
2019-02-16 | Make translatable the copyright in about dialog | rbuj | 3 | -9/+6 | |
2019-02-15 | enable translations for ca@valencia again | raveit65 | 1 | -1/+1 | |
2019-02-15 | tx: sync with transifex" | raveit65 | 158 | -291/+689 | |
2019-02-05 | help - bump docbook 4.5 | rbuj | 5 | -9/+9 | |
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-22 | eggsmclient: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-01-10 | move appdata to metainfo directory | monsta | 4 | -4/+4 | |
fixes https://github.com/mate-desktop/mate-utils/issues/188 | |||||
2018-12-25 | release 1.21.1v1.21.1 | raveit65 | 2 | -11/+35 | |
2018-12-25 | search-tool: disable translations for ca@valencia | raveit65 | 1 | -1/+1 | |
fixes build error with help files with fedora 29 probably an xml language error. | |||||
2018-12-25 | tx: sync with transifex | raveit65 | 586 | -33672/+351902 | |
2018-12-25 | tx: fix Content-Type in resource file | raveit65 | 1 | -2/+2 | |
2018-12-25 | disable deprecation warnings for distcheck | raveit65 | 1 | -1/+3 | |
2018-11-09 | tx: rename user-guide slugs in config | raveit65 | 1 | -4/+4 | |
2018-10-06 | Use make functions for HELP_LINGUAS | rbuj | 4 | -7/+23 | |
2018-10-05 | Tx: simplify source generation and update them | raveit65 | 11 | -129/+119 | |
2018-10-05 | Replace -Dokumentationsprojekt with Documentation Project | rbuj | 4 | -12/+12 | |
2018-09-24 | mate-dictionary: Fix memory leak | Pablo Barciela | 1 | -6/+9 | |
2018-09-23 | tx: update source file for disk-usage-analyzer and search-tool | raveit65 | 2 | -8/+8 | |
2018-09-23 | Fix spelling and grammar mistakes | rbuj | 2 | -7/+7 | |
2018-09-23 | search-tool: replace deprecated gtk_menu_popup | raveit65 | 1 | -4/+4 | |
2018-09-23 | screenshot: replace deprecated gdk_flush | raveit65 | 2 | -4/+10 | |
2018-09-23 | dictionary: replace deprecated gdk_flush | raveit65 | 1 | -1/+3 | |
2018-09-23 | dictionary: replace deprecated gtk_menu_popup | raveit65 | 1 | -31/+10 | |
2018-09-23 | dictionary: Replace deprecated GtkFontButton accessors | Emmanuele Bassi | 1 | -4/+4 | |
Use the equivalent GtkFontChooser ones. origin commit: https://gitlab.gnome.org/GNOME/gnome-dictionary/commit/d575146 | |||||
2018-09-23 | disk-usage-analyzer: replace deprecated gtk_menu_popup | raveit65 | 2 | -5/+4 | |
2018-09-15 | Update Catalan sceenshots of mate-dictionary | rbuj | 2 | -0/+0 | |
"Dictionary source" is translated into Catalan as "font de diccionari" for now. | |||||
2018-09-15 | tx: fix config file | raveit65 | 1 | -4/+5 | |
2018-09-14 | Add Catalan screenshots | rbuj | 17 | -0/+0 | |
2018-09-13 | tx: add mate-dictionary help to transifex | raveit65 | 3 | -0/+622 | |