Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-26 | update copyright to 2021 | raveit65 | 6 | -0/+6 | |
2021-03-29 | warning: declaration of ‘taglist’ shadows a global declaration | rbuj | 1 | -10/+13 | |
2021-03-04 | port plugins to use the window-construct property. | mbkma | 1 | -15/+15 | |
pluma-file-browser-plugin.c: rename "data" to "priv". | |||||
2021-03-04 | cppcheck warning: Checking if unsigned expression is less than zero | rbuj | 1 | -1/+1 | |
2021-02-04 | build: Use PACKAGE_URL variable | rbuj | 2 | -16/+14 | |
2019-12-01 | Taglist: Load the local translation string from lang.mo file | Wu Xiaotian | 1 | -2/+2 | |
When using intltool, the taglist creates a big xml file containing the local translation string, so that it has to be compressed. It looks like this: ``` <TagGroup sort="true" name="XHTML 1.0 - Tags"> <Tag name="Abbreviated form"> ... </Tag> <Tag name="..."> ... </Tag> ... </TagGroup> <TagGroup xml:lang="af" sort="true" name="XHTML 1.0 - Tags"> <Tag name="Afgekorte vorm" xml:lang="af"> ... </Tag> <Tag name="..." xml:lang="af"> ... </Tag> ... </TagGroup> <TagGroup xml:lang="..." sort="true" name="XHTML 1.0 - Tags"> </TagGroup> ``` Obviously, it wastes space and download bandwidth. When switch from intltool to gettext, it does not generate a similar huge xml file. It only get the translate string into pot file from the xml file, and the original xml file has not changed. This patch let taglist-plugin read the local translation string directly from the mo file, so that it can work as before. TODO: we need to improve and optimize the taglist plugin code and drop some extra code. | |||||
2019-12-01 | ignore comment element in xml file | Wu Xiaotian | 1 | -0/+5 | |
When xml file is generated using intltool, the resulting xml file deletes the comment line, but when using gettext, it keeps the comment line. | |||||
2019-12-01 | migrate from intltool to gettext | Wu Xiaotian | 6 | -581/+580 | |
2019-08-09 | pluma-taglist-plugin-panel: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -11/+9 | |
2019-08-09 | pluma-taglist-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+2 | |
2019-07-06 | Remove trailing whitespaces | Laurent Napias | 5 | -36/+36 | |
2019-06-10 | Change url projet's website | Laurent Napias | 1 | -1/+1 | |
2019-05-16 | add readmes and update plugins section of manual | sakib | 1 | -0/+3 | |
2018-02-08 | avoid deprecated GtkStock | Pablo Barciela | 1 | -4/+4 | |
2017-06-11 | tag-list-plugin: avoid deprecated GtkStock | raveit65 | 1 | -1/+1 | |
2017-02-10 | build: remove option that disables deprecated stuff | monsta | 1 | -2/+1 | |
we don't need a build breakage on the first deprecated item, thanks | |||||
2016-12-13 | taglist plugin: don't look for taglist in non-existing legacy dirs | monsta | 1 | -23/+0 | |
these names are result of excessive gedit -> pluma renaming (back in 2011), so these dirs never actually existed | |||||
2016-12-05 | plugins: make them actually recognized and loaded by Pluma | monsta | 2 | -4/+4 | |
- use *.plugin extension instead of *.pluma-plugin - use "Plugin" section name instead of "Pluma Plugin" mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=1d56b827f14096891bb03dbd5e8211fdad1331ad https://git.gnome.org/browse/gedit/commit/?id=7c22769d73f756b9d1388febd147c9d267ed54cb | |||||
2016-12-05 | taglist plugin: port to libpeas | monsta | 4 | -57/+150 | |
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=c3471ad0a1e2a60a588f203421da1779a60649ff https://git.gnome.org/browse/gedit/commit/?id=05ca83131a21c35e7b2792bbf76c4c6897d084e9 | |||||
2016-11-06 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 2 | -38/+1 | |
2016-07-30 | GTK+-3 taglist-plugin-panel: avoid deprecated gtk_tree_view_set_rules_hint | raveit65 | 1 | -0/+2 | |
2016-01-25 | GTK3: another fix for GtkMisc deprecated commit | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-12-24 | remove unneeded 'x' attribute from non-executable files | monsta | 12 | -0/+0 | |
2015-12-01 | Gtk+-3.14: don't use deprecated GtkMisc | Wolfgang Ulbrich | 1 | -1/+10 | |
2015-12-01 | GTk3: don't use deprecated GTK_TYPE_{V/H}BOX | Wolfgang Ulbrich | 2 | -0/+17 | |
2015-09-02 | drop support for win32/osx and checkupdate plugin | monsta | 1 | -36/+29 | |
that plugin has never been built in linux anyway due to logic in configure.ac | |||||
2015-08-03 | drop gdkkeysyms-compat usage, use modern key names | Monsta | 1 | -4/+1 | |
2015-06-16 | taglist plugin: don't use timestamps when using gzip | monsta | 1 | -1/+1 | |
2014-05-19 | Unify search GtkComboBox so it work in gtk+-2 and gtk+-3 | infirit | 1 | -16/+0 | |
2013-11-05 | taglist: Fix tags loading with GTK3 | Stefano Karapetsas | 1 | -0/+15 | |
2013-11-04 | taglist: Fix GTK3 support | Stefano Karapetsas | 1 | -0/+18 | |
2013-10-30 | plugins: Add GTK3 support | Stefano Karapetsas | 1 | -0/+4 | |
2013-08-03 | Make automake happy: INCLUDES -> AM_CPPFLAGS | infirit | 1 | -1/+1 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 6 | -10/+10 | |
2012-08-31 | fix wrong url | Stefano Karapetsas | 1 | -1/+1 | |
http://forums.mate-desktop.org/viewtopic.php?f=2&t=718 | |||||
2011-11-12 | end of line mistake | Perberos | 2 | -81/+75 | |
2011-11-07 | using ./config/ instead of ./mate2/ | Perberos | 1 | -83/+83 | |
2011-11-07 | renaming from gedit to pluma | Perberos | 14 | -355/+355 | |
2011-11-07 | initial | Perberos | 12 | -0/+5790 | |