Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-16 | help: Remove Open Location from shortcut keys table | rbuj | 1 | -8/+0 | |
2020-04-14 | Travis CI: debian build: add clang compiler | Pablo Barciela | 1 | -0/+8 | |
2020-04-14 | Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGS | Pablo Barciela | 1 | -3/+5 | |
2020-04-13 | pluma-commands-help: expand the comment on about dialog | rbuj | 1 | -1/+1 | |
2020-04-11 | ci: variables, drop obsolete Warn_Cflags | raveit65 | 1 | -2/+1 | |
2020-04-11 | ci: build with mate-common-1.24.1 tarball | raveit65 | 1 | -0/+11 | |
2020-04-10 | build: do not override the default value for MATE_COMPILE_WARNINGS | rbuj | 1 | -2/+2 | |
2020-04-05 | [ci] avoid deprecated skip_cleanup | Wu Xiaotian | 1 | -2/+2 | |
2020-04-04 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -1/+1 | |
2020-04-04 | [ci] fix build environment issue | Wu Xiaotian | 1 | -12/+14 | |
2020-03-14 | Remove warnings: cast between incompatible function types | rbuj | 13 | -58/+28 | |
2020-03-13 | travis CI: enable maximum compile warning level | raveit65 | 1 | -2/+5 | |
2020-02-29 | Use user page on github when user email is private | rbuj | 2 | -1/+5 | |
2020-02-26 | Travis CI: arch build: add autoconf-archive | Pablo Barciela | 1 | -0/+1 | |
2020-02-19 | Travis CI: Fix build error, add .build.yml | Pablo Barciela | 2 | -155/+154 | |
2020-02-19 | Update authors | rbuj | 1 | -1/+1 | |
2020-02-10 | remove note for disabled Python 2 pluginsv1.24.0 | sakib | 1 | -3/+1 | |
2020-02-09 | release 1.24.0 | raveit65 | 2 | -2/+8 | |
2020-02-09 | tx: sync with transifex | raveit65 | 5 | -28/+35 | |
2020-02-08 | add gbk encoding | zhangjialing | 1 | -1/+1 | |
Signed-off-by: zhangjialing <[email protected]> | |||||
2020-02-06 | build: show compiler flags on configuration summary | rbuj | 1 | -0/+2 | |
2020-01-23 | release 1.23.3v1.23.3 | raveit65 | 2 | -1/+18 | |
2020-01-23 | tx: sync with transifex | raveit65 | 123 | -163894/+292039 | |
2020-01-13 | tx: update resources for transifex | raveit65 | 1 | -39/+39 | |
2020-01-13 | Update copyright to 2020 | raveit65 | 2 | -2/+2 | |
2020-01-11 | Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable | Pablo Barciela | 1 | -1/+1 | |
2020-01-11 | avoid to make new Gsettings variables | Pablo Barciela | 4 | -37/+18 | |
use Gsettings 'pluma_prefs_manager' instead | |||||
2019-12-03 | tx: add fixes to makepot script | raveit65 | 1 | -0/+1 | |
2019-12-03 | tx: update resource for transifex | raveit65 | 1 | -1399/+2500 | |
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 | add translator hints | Wu Xiaotian | 6 | -0/+6 | |
2019-12-01 | tx: sync with transifex | Pablo Barciela | 133 | -21344/+21677 | |
2019-12-01 | ci: add autopoint | Wu Xiaotian | 1 | -7/+4 | |
2019-12-01 | migrate from intltool to gettext | Wu Xiaotian | 47 | -698/+787 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-13 | tx: sync with fixed translations uk, it from transifex | raveit65 | 3 | -388/+408 | |
2019-10-19 | window: Do not override GdkWindowState | Victor Kareh | 1 | -1/+1 | |
When setting the custom pluma window state we override the class method, but never defer back to the parent class method. This means that window states like backdrop are never set on Pluma. | |||||
2019-10-06 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-06 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-08-28 | pluma-document: avoid garbarge value in 'file_with_bom' function | Pablo Barciela | 1 | -0/+2 | |
Fixes clang analyzer warning: pluma-document.c:682:14: warning: The left operand of '==' is a garbage value if ((bom[0] == '\357') && ~~~~~~ ^ | |||||
2019-08-25 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |
2019-08-24 | preferences: Change Draw to Show | Victor Kareh | 2 | -20/+20 | |
2019-08-24 | document-loader: remove unused variables | Pablo Barciela | 1 | -2/+0 | |
Fixes cppcheck warnings: [tests/document-loader.c:44]: (style) Unused variable: document [tests/document-loader.c:45]: (style) Unused variable: uri | |||||
2019-08-23 | smart-converter: Fix memory leaks | Pablo Barciela | 1 | -0/+5 | |
Fixes clang analyzer warnings: smart-converter.c:108:8: warning: Potential leak of memory pointed to by 'out' if (!care_about_error) ^~~~~~~~~~~~~~~~ smart-converter.c:337:7: warning: Potential leak of memory pointed to by 'aux' aux2 = do_test (aux, NULL, encs, aux_len, &guessed); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smart-converter.c:339:12: warning: Potential leak of memory pointed to by 'aux2' g_assert (guessed == pluma_encoding_get_from_charset ("UTF-16")); ^~~~~~~ | |||||
2019-08-17 | release 1.23.2v1.23.2 | raveit65 | 2 | -1/+43 | |
2019-08-17 | tx: sync with transifex | raveit65 | 208 | -48203/+59427 | |
2019-08-17 | tx: update resource for transifex | raveit65 | 1 | -182/+182 | |
2019-08-11 | pluma-view: avoid static gboolean variable | Pablo Barciela | 1 | -17/+15 | |
in function 'pluma_override_font' | |||||
2019-08-09 | pluma-taglist-plugin-panel: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -11/+9 | |