Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2019-08-09 | pluma-taglist-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+2 | |
2019-08-09 | pluma-time-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-08-09 | pluma-spell-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -16/+11 | |
2019-08-09 | pluma-trail-save-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -14/+9 | |
2019-08-09 | pluma-modeline-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+2 | |
2019-08-07 | pluma-file-browser-store: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -14/+8 | |
2019-08-07 | pluma-sort-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -12/+9 | |
2019-08-05 | pluma-file-browser-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-05 | pluma-file-browser-widget: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -11/+7 | |
2019-08-03 | pluma-smart-charset-converter: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+2 | |
2019-08-01 | pluma-file-browser-view: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -11/+7 | |
2019-08-01 | pluma-file-bookmarks-store: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -9/+7 | |
2019-08-01 | pluma-docinfo-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -14/+9 | |
2019-08-01 | pluma-changecase-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -14/+9 | |
2019-08-01 | pluma-window: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-07-30 | fix build with GtkSourceView 3.22 | monsta | 2 | -5/+5 | |
2019-07-29 | pluma-view: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-29 | pluma-tab-label: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-28 | spell-checker plugin: add missing translation (i18n) | rbuj | 1 | -1/+1 | |
2019-07-27 | gla11y: use version 0.3 which already defaults to using python3 | Samuel Thibault | 2 | -4/+2 | |
2019-07-26 | pluma-tab: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-26 | pluma-status-combo-box: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-26 | pluma-statusbar: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-07-25 | pluma-progress-message-area: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-07-25 | pluma-print-preview: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |