summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes to Catalan translationJordi Mas2017-09-101-4/+5
|
* Update Turkish translationEmin Tufan Çetin2017-09-061-32/+44
|
* Update Belarusian translationYuras Shumovich2017-09-011-12/+12
|
* Updated Danish translationAsk Hjorth Larsen2017-08-261-5/+6
|
* Update Catalan translationJordi Mas2017-08-231-38/+39
|
* Update Nepali translationPawan Chitrakar2017-07-301-555/+822
|
* Update Spanish translationDaniel Mustieles2017-06-211-16/+5
|
* Updated Slovenian translationMatej Urbančič2017-05-051-35/+34
|
* Update Belarusian translationYuras Shumovich2017-04-151-267/+318
| | | | (cherry picked from commit 8e0e197ecf7998016f23b4059c1067d86602bed7)
* Update Latvian translationRūdolfs Mazurs2017-03-181-34/+38
|
* Update Indonesian translationKukuh Syafaat2017-03-051-49/+42
|
* Updated Lithuanian translationAurimas Černius2017-03-041-50/+44
|
* Update Korean translationChangwoo Ryu2017-03-041-26/+26
|
* Update Chinese (Taiwan) translationChao-Hsiung Liao2017-02-281-45/+38
|
* Updated Galician translationsFran Dieguez2017-02-271-39/+40
|
* Updated Serbian translationМирослав Николић2017-02-262-63/+71
|
* Update Brazilian Portuguese translationRafael Fontenelle2017-02-251-53/+56
|
* Updated French translationClaude Paroz2017-02-221-38/+38
|
* Update Italian translationMilo Casagrande2017-02-211-24/+25
|
* Update Kazakh translationBaurzhan Muftakhidinov2017-02-211-35/+34
|
* Updated Norwegian bokmål translation.Kjartan Maraas2017-02-181-39/+39
|
* Update Basque languageInaki Larranaga Murgoitio2017-02-161-45/+55
|
* Updated Danish translationAsk Hjorth Larsen2017-02-161-16/+18
|
* tests: fix collection tests to work with gpg 2.1Andreas Henriksson2017-02-061-1/+9
| | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=771052 Signed-off-by: Stef Walter <stefw@redhat.com> * Fixed whitespace
* update zh_CN translationMandy Wang2017-01-211-271/+302
|
* Update Slovak translationDušan Kazik2017-01-191-47/+85
|
* Make gcr_certificate_chain_build arguments in .h match the .cShawn Walker2017-01-191-2/+2
| | | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> https://bugzilla.gnome.org/show_bug.cgi?id=777282
* tests: Add missing const qualifierPhilip Withnall2017-01-121-1/+1
| | | | | | This fixes a compiler warning. https://bugzilla.gnome.org/show_bug.cgi?id=775685
* gck: Remove an unnecessary (transfer) annotationPhilip Withnall2017-01-121-1/+1
| | | | | | | GTypes cannot be owned or unowned, so a (transfer) annotation makes no sense. g-ir-scanner was warning about it. https://bugzilla.gnome.org/show_bug.cgi?id=775685
* gcr: Fix failure case in gcr_secure_memory_try_realloc()Philip Withnall2017-01-122-2/+78
| | | | | | | | | | | | | | try_realloc() is explicitly documented as returning NULL in the failure case, so remove an assertion that it can never happen. Similarly for try_alloc(). This case can be hit if an application tries to allocate more than the process’ RLIMIT_MEMLOCK limit (and the process is not privileged). This limit is typically 64KiB, so not astronomical. Add a test case. https://bugzilla.gnome.org/show_bug.cgi?id=775685
* ui: use glib resourcesLubomir Rintel2017-01-126-11/+24
| | | | | | | | | It has some rather minor overhead advantages, but more importantly the widget templates I'd like to use are not able to load .ui files from files. Signed-off-by: Stef Walter <stefw@redhat.com> * Fixed 'make distcheck'
* Updated Spanish translationDaniel Mustieles2016-12-221-47/+51
|
* gcr: Add missing dependencies for vapiJackie Huang2016-12-122-2/+2
| | | | | | | | | | | | | | | | According to the vapi_DEPS definition: gcr-3.vapi depends on gck-1.vapi, gcr-ui-3.vapi depends on gck-1.vapi and gcr-3.vapi But these dependencies are missing for the make targets, so it will fail when build in parallel: error: Package `gck-1' not found in specified Vala API directories or GObject-Introspection GIR directories error: Package `gcr-3' not found in specified Vala API directories or GObject-Introspection GIR directories Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Stef Walter <stefw@redhat.com> https://bugzilla.gnome.org/show_bug.cgi?id=775966
* Updated Hebrew translationYosef Or Boczko2016-11-171-40/+39
|
* egg-armor: Use g_strrstr_len() instead of memrchr()Philip Chimento2016-11-151-1/+1
| | | | | | | Not all systems have memrchr(), so g_strrstr_len() is more portable, though probably slower. https://bugzilla.gnome.org/show_bug.cgi?id=774311
* egg-asn1x: Change EggAsn1xFlags to typedefPhilip Chimento2016-11-141-1/+1
| | | | | | | Otherwise, including this header in two translation units later linked together will fail compilation. https://bugzilla.gnome.org/show_bug.cgi?id=774312
* Update Hungarian translationGábor Kelemen2016-10-301-30/+34
|
* Updated Czech translationMarek Černocký2016-10-281-50/+44
|
* Update Friulian translationFabio Tomat2016-10-251-22/+19
|
* Update Swedish translationAnders Jonsson2016-10-221-15/+15
|
* Update Polish translationPiotr Drąg2016-10-181-11/+11
|
* Update German translationMario Blättermann2016-10-181-26/+26
|
* Use Unicode in translatable stringsPiotr Drąg2016-10-189-10/+10
| | | | | | | | | See https://developer.gnome.org/hig/stable/typography.html Signed-off-by: Stef Walter <stefw@gnome.org> * Retained use of ASCII strings for command-line only cases in C locale. https://bugzilla.gnome.org/show_bug.cgi?id=772492
* Update British English translationDavid King2016-09-181-384/+437
|
* Updated Friulian translationFabio Tomat2016-09-051-187/+193
|
* Added Friulian translationFabio Tomat2016-09-052-0/+1122
|
* Updated Polish translationPiotr Drąg2016-08-221-38/+34
|
* Add Language headers to po filesPiotr Drąg2016-07-1621-21/+21
| | | | Future versions of gettext will fail if this header is missing.
* Updated Occitan translationCédric Valmary2016-05-301-18/+3
|
* Updated Occitan translationCédric Valmary2016-05-081-27/+45
|