summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not require system bus for running test suiteMichael Biebl2016-04-041-5/+0
| | | | | | | | | Do not require system bus when running the test suite as this makes it harder to run the test suite in a restricted environment like on buildds. As the DBus connection seems to be unused, simply remove it altogether. https://bugzilla.gnome.org/show_bug.cgi?id=764562
* Wait longer for dbus replies in test_watch_cancelsMichael Biebl2016-04-041-1/+1
| | | | | | | Increase the time we wait for a reply from 250ms to 1s. Apparently 250ms is too low for slow architectures like mipsel. https://bugzilla.gnome.org/show_bug.cgi?id=764569
* Updated Esperanto translationKristjan SCHMIDT2016-04-021-0/+1
|
* Updated Esperanto translationKristjan SCHMIDT2016-04-021-485/+588
|
* Bump version3.20.0Stef Walter2016-03-252-2/+6
|
* Updated Danish translationAsk Hjorth Larsen2016-03-201-5/+5
|
* ui: Suppress CSS warnings for GTK+ 3.20Daiki Ueno2016-03-151-2/+8
| | | | | | | | | | | | | | If STATE argument of gtk_style_context_get*() doesn't match with the CONTEXT's state, it shows warnings like: State 36 for GcrDisplayView 0xd62540 doesn't match state 160 set via gtk_style_context_set_state () To suppress those warnings, add gtk_style_context_save() and _restore() around the calls. Based on the information from: http://feaneron.com/2016/01/04/quick-guide-to-port-an-app-for-gtk-3-20/ https://bugzilla.gnome.org/show_bug.cgi?id=763488
* Updated Occitan translationCédric Valmary2016-03-131-107/+99
|
* Fix gck_enumerator_next_async annotationDaiki Ueno2016-03-081-1/+1
| | | | | | The return value should be a list of GckObject, rather than GckModule. https://bugzilla.gnome.org/show_bug.cgi?id=763301
* Updated Occitan translationCédric Valmary2016-02-291-39/+40
|
* build: Add easy way to run make when $srcdir != $builddirStef Walter2016-02-132-0/+16
|
* Updated Danish translationAsk Hjorth Larsen2016-02-071-9/+9
|
* Updated Vietnamese translationTrần Ngọc Quân2016-01-201-471/+524
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* Bump version number3.19.4Stef Walter2016-01-192-2/+6
|
* Updated Portuguese translationPedro Albuquerque2015-11-261-9/+2
|
* Updated Portuguese translationPedro Albuquerque2015-11-261-8/+8
|
* gcr: Make test-record test names uniqueStef Walter2015-10-191-2/+2
| | | | Fixes test issue with newer GLib.
* egg: Make sure names for encode-decode tests are differentDmitry Shachnev2015-10-191-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=755873
* egg: Fix bad precondation checking timegm() resultStef Walter2015-10-191-1/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=92383
* build: Fix GIR namespace versionPhilip Withnall2015-10-081-1/+2
| | | | | | | | | | | | | Unless --nsversion is passed to g-ir-scanner, it will extract the namespace version for a GIR file from the filename. Unfortunately, for the Gcr-3.broken.gir file, this means it extracts ‘3.broken’. This is incorrect, and doesn’t match the version in the typelib (which is the correct ‘3’). Having mismatched versions can cause problems when loading the GIR files, as libgirepository complains that they don’t match the typelib. https://bugzilla.gnome.org/show_bug.cgi?id=756235
* Bump version number3.18.0Stef Walter2015-09-282-2/+5
|
* Update Persian TranslationArash Mousavi2015-09-171-284/+330
|
* Added Kazakh translationBaurzhan Muftakhidinov2015-09-162-0/+1122
|
* Updated Polish translationPiotr Drąg2015-08-261-21/+21
|
* Bump version3.17.4Stef Walter2015-08-032-2/+7
|
* gck: Update for p11-kit PKCS#11 URI specification changesStef Walter2015-08-031-5/+5
|
* build: Require gtk+ >= 3.12Alexandre Rostovtsev2015-07-311-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=753016
* Updated Portuguese translationPedro Albuquerque2015-07-011-152/+191
|
* Update Catalan translationJordi Mas2015-05-211-4/+4
|
* Updated Occitan translationCédric Valmary2015-05-201-545/+684
|
* Build a tar.xz, not a tar.gzMichael Catanzaro2015-05-121-1/+1
| | | | It's currently being converted by the GNOME release scripts.
* Release version 3.16.03.16.0Michael Catanzaro2015-05-122-2/+5
| | | | | | Note that the testsuite is failing so this was build with dist rather than distcheck, but since there's no changes from 3.15.92, it can't possibly be any worse than what we've already released.
* Release version 3.15.923.15.92Stef Walter2015-03-172-1/+5
|
* Updated Bosnian translationSamir Ribic2015-03-131-564/+694
|
* Updated Slovak translationDušan Kazik2015-03-101-93/+45
|
* Add (skip) annotation to gck_object_cache_get_attributesChristophe Fergeau2015-03-051-1/+1
| | | | | | | | | | | | | | This works around a bug in vala 0.27.1/git master where it would call this method in the implementation of Pkcs11Certificate::set_property in seahorse. This causes an infinite loop as Pkcs11Certificate is an implementation of the GckObjectCacheInterface, so calling gck_object_cache_get_attributes() for ::set_property which in turn calls g_object_set(self, "attributes", value, NULL); is going to loop. This can be reverted once vala is fixed. https://bugzilla.gnome.org/show_bug.cgi?id=745629
* Updated Swedish translationSebastian Rasmussen2015-03-011-503/+492
|
* Update release to 3.15.903.15.90Stef Walter2015-02-252-2/+7
|
* Updated Turkish translationNecdet Yücel2015-02-201-238/+159
|
* Remove workaround for bug #720504Michael Catanzaro2015-02-131-4/+0
|
* build: Add dependency on gtk+-x11-3.0Philip Withnall2015-01-201-1/+1
| | | | | | | The prompter code uses gdk/gdkx.h, which is only provided by gtk+-x11-3.0. Make that dependency explicit. https://bugzilla.gnome.org/show_bug.cgi?id=743201
* Updated Turkish translationMuhammet Kara2014-12-101-399/+546
|
* egg: Fix the 'make asn' build targetStef Walter2014-11-141-2/+2
|
* egg-asn1x: Fix memory leak in egg_asn1x_set_any_raw()Christophe Fergeau2014-11-131-0/+1
| | | | | | | In error cases, the Atlv variable 'tlv' which was created in this function is not going to be used, so we must free it before returning. https://bugzilla.gnome.org/show_bug.cgi?id=738508
* egg/test-dn: Don't leak GBytes created in test_dn_value()Christophe Fergeau2014-11-131-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=738508
* test-asn1: Don't leak 'asn' in test_create_quark()Christophe Fergeau2014-11-131-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=738508
* render-icons.py: Merge in py3 fixes from AdwaitaOlof Kindgren2014-11-082-12/+12
| | | | | | | | | | | | render-icons.py was copied from gnome-icon-theme and changed slighly. Since then gnome-icon-theme (now Adwaita) has done the job of making the script python 3 compatible. This patch merges the required changes Signed-off-by: Olof Kindgren <olof.kindgren@gmail.com> Signed-off-by: Stef Walter <stefw@redhat.com> * Fixed some file paths https://bugzilla.gnome.org/show_bug.cgi?id=739449
* gcr: Fix a couple of GSource leaksPhilip Withnall2014-10-271-2/+8
| | | | | | g_source_destroy() does not decrement the GSource’s reference count. https://bugzilla.gnome.org/show_bug.cgi?id=739239
* gcr: Follow up to memory leak patchesStef Walter2014-10-271-1/+1
| | | | One of them accidentally caused a double free.
* Ignore vim temp filesStef Walter2014-10-251-0/+1
|