platform/upstream/atk.git
11 years agoVisual C++ build: "Install" atkversion.h
Chun-wei Fan [Wed, 23 Jan 2013 05:28:03 +0000 (13:28 +0800)]
Visual C++ build: "Install" atkversion.h

...it is required as a public header, and was missed.

11 years agobuild/win32/vs*: Add .gitignore files
Chun-wei Fan [Fri, 18 Jan 2013 03:27:47 +0000 (11:27 +0800)]
build/win32/vs*: Add .gitignore files

Since atk.vcproj, atk.vcxproj and atk.vcxproj.filters are generated/
completed during 'make dist', don't have git track these files.

11 years agoPrepare Visual Studio 2010 projects for Visual Studio 2012
Chun-wei Fan [Fri, 18 Jan 2013 03:16:37 +0000 (11:16 +0800)]
Prepare Visual Studio 2010 projects for Visual Studio 2012

This adds a PlatformToolset tag in the project configs so that we can
provide support for Visual Studio 2012 with relative ease as the format
of the VS 2012 projects are only slightly different from their VS 2010
counterparts.  We can then use a script like the one used in GLib[1] to
copy the VS2010 projects and replace the necessary tags to create the
VS2012 projects.

This also cleans up the projects and property sheets, as there were some
unwanted/unneeded entries in them.

[1]: http://git.gnome.org/browse/glib/commit/?id=76cecf061b377d30e5422cdddb1fb9d19c52421d

11 years agoRelease 2.7.4 ATK_2_7_4
Alejandro Piñeiro [Tue, 15 Jan 2013 10:56:49 +0000 (11:56 +0100)]
Release 2.7.4

11 years agoRevert "Revert "Fix out of tree builds""
Javier [Tue, 8 Jan 2013 18:12:44 +0000 (18:12 +0000)]
Revert "Revert "Fix out of tree builds""

Sorry, not my day
This reverts commit f0720ee41890f2f516233393a6a670b4670df9d0.

11 years agoRevert "autogen.sh: Use autoreconf instead gnome-autogen"
Javier [Tue, 8 Jan 2013 18:12:28 +0000 (18:12 +0000)]
Revert "autogen.sh: Use autoreconf instead gnome-autogen"

This reverts commit 7bea65a047fee56629553db9244282886a96c2e8.

11 years agoRevert "Fix out of tree builds"
Javier [Tue, 8 Jan 2013 17:57:20 +0000 (17:57 +0000)]
Revert "Fix out of tree builds"

This reverts commit e981d4fb3587735b84c42e75cdabc4ee2db090b7.

11 years agoautogen.sh: Use autoreconf instead gnome-autogen
Javier [Tue, 8 Jan 2013 16:20:05 +0000 (16:20 +0000)]
autogen.sh: Use autoreconf instead gnome-autogen

11 years agoFix out of tree builds
Emmanuele Bassi [Fri, 28 Dec 2012 16:38:06 +0000 (16:38 +0000)]
Fix out of tree builds

The atk.h header should not be part of the introspected files, and the
location of the atkversion.h should be pointed through top_builddir,
given that the file is generated by configure.

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Tested-by: Emmanuele Bassi <ebassi@gnome.org>
11 years agoDo not include atk.h from a public header
Emmanuele Bassi [Fri, 28 Dec 2012 16:37:17 +0000 (16:37 +0000)]
Do not include atk.h from a public header

It creates a circular dependency on the headers, and tricks the
introspection scanner to try and resolve the header multiple times.

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Tested-by: Emmanuele Bassi <ebassi@gnome.org>
11 years agoATK lacks any kind of version utilities
Alejandro Piñeiro [Wed, 19 Dec 2012 19:38:33 +0000 (20:38 +0100)]
ATK lacks any kind of version utilities

Added some versioning methods heavily based on gtk ones

https://bugzilla.gnome.org/show_bug.cgi?id=690379

11 years agoAtkWindow documentation
Alejandro Piñeiro [Thu, 20 Dec 2012 19:34:25 +0000 (20:34 +0100)]
AtkWindow documentation

https://bugzilla.gnome.org/show_bug.cgi?id=656750

11 years agoRelease 2.7.3 ATK_2_7_3
Alejandro Piñeiro [Mon, 17 Dec 2012 18:36:49 +0000 (19:36 +0100)]
Release 2.7.3

11 years agoVisual C++ projects: Use MultiByte character set
Chun-wei Fan [Mon, 17 Dec 2012 03:36:19 +0000 (11:36 +0800)]
Visual C++ projects: Use MultiByte character set

Use MultiByte character set for all projects and configs, so that we are
consistent with the whole GTK+/clutter stack

11 years agoUpdate Visual C++ 2010 solution
Chun-wei Fan [Thu, 13 Dec 2012 09:10:29 +0000 (17:10 +0800)]
Update Visual C++ 2010 solution

Cosmetic change here...

11 years agobuild: Add gengir.bat to build introspection for ATK.
Chun-wei Fan [Mon, 10 Dec 2012 07:11:39 +0000 (15:11 +0800)]
build: Add gengir.bat to build introspection for ATK.

This adds a Windows .bat file to build the introspection files for ATK,
which requires:
-An MSVC-built version of ATK
-A valid build of gobject-introspection, preferably done with MSVC.
-A MinGW GCC installation to run the pre-processor during the dumping
 stage*
-A Python installation
-Properly configured set of pkg-config (.pc) files for GLib and its deps.

This does not require a MSYS/Cygwin/BASH shell installed on the Windows
system

*Note that the generated and built dumper program is still compiled and
 linked with the Microsoft compiler.

11 years agoatk.symbols: Make up for missing symbols in export
Chun-wei Fan [Mon, 10 Dec 2012 07:03:11 +0000 (15:03 +0800)]
atk.symbols: Make up for missing symbols in export

These symbols are needed for export for introspection, specifically to
create the Atk-1.0.gir file.

11 years agoatkobject: Stop to manage SELECTABLE/SELECTED states at AtkObject
Alejandro Piñeiro [Sun, 9 Dec 2012 10:57:38 +0000 (11:57 +0100)]
atkobject: Stop to manage SELECTABLE/SELECTED states at AtkObject

https://bugzilla.gnome.org/show_bug.cgi?id=689907

11 years agointrospection: merge fixes from Vala bindings
Evan Nemerson [Wed, 24 Oct 2012 01:21:41 +0000 (18:21 -0700)]
introspection: merge fixes from Vala bindings

https://bugzilla.gnome.org/show_bug.cgi?id=686746

11 years agoRelease 2.7.2 ATK_2_7_2
Alejandro Piñeiro [Tue, 20 Nov 2012 17:36:06 +0000 (18:36 +0100)]
Release 2.7.2

11 years agoRemoved debug message left by mistake
Alejandro Piñeiro [Mon, 19 Nov 2012 13:48:14 +0000 (14:48 +0100)]
Removed debug message left by mistake

Detected by Joanmarie Diggs

11 years agoExtend atk_add_global_event_listener in order to support signal details
Alejandro Piñeiro [Wed, 24 Oct 2012 18:39:05 +0000 (20:39 +0200)]
Extend atk_add_global_event_listener in order to support signal details

https://bugzilla.gnome.org/show_bug.cgi?id=686801

11 years agoUpdated Thai translation
Theppitak Karoonboonyanan [Tue, 9 Oct 2012 13:09:28 +0000 (20:09 +0700)]
Updated Thai translation

11 years agoRelease 2.6.0 ATK_2_6_0
Alejandro Piñeiro [Mon, 24 Sep 2012 18:02:40 +0000 (20:02 +0200)]
Release 2.6.0

11 years agoUpdated Brazilian Portuguese translation
Rafael Ferreira [Thu, 13 Sep 2012 16:30:37 +0000 (13:30 -0300)]
Updated Brazilian Portuguese translation

11 years ago[l10n] Update Japanese translation
Yoji TOYODA [Thu, 13 Sep 2012 15:18:01 +0000 (00:18 +0900)]
[l10n] Update Japanese translation

11 years agoRelease 2.5.91 ATK_2_5_91
Alejandro Piñeiro [Mon, 3 Sep 2012 18:46:41 +0000 (20:46 +0200)]
Release 2.5.91

11 years agoUpdated Polish translation
Piotr Drąg [Sat, 1 Sep 2012 18:44:42 +0000 (20:44 +0200)]
Updated Polish translation

11 years agoUpdated Latvian translation
Rūdolfs Mazurs [Fri, 31 Aug 2012 21:45:22 +0000 (00:45 +0300)]
Updated Latvian translation

11 years agoUpdated Galician translations
Fran Diéguez [Fri, 17 Aug 2012 21:12:09 +0000 (23:12 +0200)]
Updated Galician translations

11 years agoatk.symbols: Add atk_relation_set_contains_target
Chun-wei Fan [Mon, 23 Jul 2012 02:15:19 +0000 (10:15 +0800)]
atk.symbols: Add atk_relation_set_contains_target

This public function was added in commit a1d5ca86.

11 years agoInclude C header information in GIR
Evan Nemerson [Sat, 20 Nov 2010 06:32:01 +0000 (22:32 -0800)]
Include C header information in GIR

Bug #635332.

11 years agoRelease 2.5.4 ATK_2_5_4
Alejandro Piñeiro [Mon, 16 Jul 2012 23:12:20 +0000 (01:12 +0200)]
Release 2.5.4

11 years agoAtkRelation: added method that checks relationship and target
Alejandro Piñeiro [Mon, 16 Jul 2012 22:41:06 +0000 (00:41 +0200)]
AtkRelation: added method that checks relationship and target

Note: the algorithm to make this search doesn't have a really
good theorical performance, but this is part caused by the
current internal structure by AtkRelationSet and AtkRelation

https://bugzilla.gnome.org/show_bug.cgi?id=672869

11 years agoRelease 2.5.3 ATK_2_5_3
Alejandro Piñeiro [Mon, 25 Jun 2012 23:18:53 +0000 (01:18 +0200)]
Release 2.5.3

11 years agodoc: Default role is ATK_ROLE_UNKNOWN
Alejandro Piñeiro [Mon, 25 Jun 2012 13:05:12 +0000 (15:05 +0200)]
doc: Default role is ATK_ROLE_UNKNOWN

https://bugzilla.gnome.org/show_bug.cgi?id=478587

11 years agoDefault implementation for atk_util_[add/remove]_global_event_listener
Alejandro Piñeiro [Fri, 22 Jun 2012 19:26:53 +0000 (21:26 +0200)]
Default implementation for atk_util_[add/remove]_global_event_listener

Implementing means that toolkits are not longer required to implement
those virtual methods, and is a first step to a multi-toolkit
environment.

12 years agoUpdated Spanish translation
Daniel Mustieles [Thu, 31 May 2012 11:13:15 +0000 (13:13 +0200)]
Updated Spanish translation

12 years agoFixed compilation with index symbol
Lionel Landwerlin [Thu, 24 May 2012 09:13:44 +0000 (10:13 +0100)]
Fixed compilation with index symbol

Apparently some versions of gcc or combination of options (or maybe
with the android NDK) lead to compilation failure :

atkutil.c:74: error: 'index' redeclared as different kind of symbol

This fixes the problem by renaming the variable.

12 years agodoc: Adding extra doc on atk_remove_[key/global]_event_listener
Alejandro Piñeiro [Wed, 9 May 2012 14:37:36 +0000 (16:37 +0200)]
doc: Adding extra doc on atk_remove_[key/global]_event_listener

12 years agoUpdated Norwegian Nynorsk translation
Åsmund Skjæveland [Tue, 8 May 2012 11:14:18 +0000 (13:14 +0200)]
Updated Norwegian Nynorsk translation

12 years agoUpdated Greek translation
Tom Tryfonidis [Wed, 2 May 2012 07:16:19 +0000 (10:16 +0300)]
Updated Greek translation

12 years ago[l10n]Updated Catalan (Valencian) translation
Carles Ferrando [Tue, 10 Apr 2012 18:50:42 +0000 (20:50 +0200)]
[l10n]Updated Catalan (Valencian) translation

12 years ago[l10n] Fixes on Catalan translation
Jordi Serratosa [Tue, 10 Apr 2012 18:50:23 +0000 (20:50 +0200)]
[l10n] Fixes on Catalan translation

12 years agoRelease 2.4.0 ATK_2_4_0
Alejandro Piñeiro [Mon, 26 Mar 2012 18:42:24 +0000 (20:42 +0200)]
Release 2.4.0

12 years agohindi translation by Chandan Kumar
Rajesh Ranjan [Mon, 26 Mar 2012 11:13:51 +0000 (16:43 +0530)]
hindi translation by Chandan Kumar

12 years agoFixed some typos. Closes bug #593220
Daniel Mustieles [Sun, 25 Mar 2012 17:26:14 +0000 (19:26 +0200)]
Fixed some typos. Closes bug #593220

12 years agoUpdate Simplified Chinese translation.
Automatic Mirroring [Tue, 20 Mar 2012 15:14:08 +0000 (15:14 +0000)]
Update Simplified Chinese translation.

12 years agoRelease 2.3.95 ATK_2_3_95
Alejandro Piñeiro [Mon, 19 Mar 2012 23:14:13 +0000 (00:14 +0100)]
Release 2.3.95

12 years agoUpdated Bengali India Translations
Runa Bhattacharjee [Mon, 19 Mar 2012 12:05:40 +0000 (17:35 +0530)]
Updated Bengali India Translations

12 years agoBump glib dep to 2.31.2
Alejandro Piñeiro [Fri, 16 Mar 2012 17:20:20 +0000 (18:20 +0100)]
Bump glib dep to 2.31.2

Needed for G_DEPRECATED_FOR

12 years agoFix "install" paths in VS property sheets
Chun-wei Fan [Thu, 15 Mar 2012 08:41:38 +0000 (16:41 +0800)]
Fix "install" paths in VS property sheets

12 years agoMalayalam translations updated by Anish
Praveen Arimbrathodiyil [Tue, 13 Mar 2012 07:15:23 +0000 (12:45 +0530)]
Malayalam translations updated by Anish

12 years agoAdd deprecation attributes to deprecated functions
Javier Jardón [Sun, 11 Mar 2012 23:24:56 +0000 (23:24 +0000)]
Add deprecation attributes to deprecated functions

This is using the newly introduce G_DEPRECATED macros
from GLib. Traditional deprecation guards are still in
place.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=671857

12 years agoAdd initial Khmer translation
Khoem Sokhem [Sat, 10 Mar 2012 12:52:37 +0000 (13:52 +0100)]
Add initial Khmer translation

12 years agoRelease 2.3.93 ATK_2_3_93
Alejandro Piñeiro [Wed, 7 Mar 2012 12:18:43 +0000 (13:18 +0100)]
Release 2.3.93

12 years agoRevert "Using abstract atk_object_get_name to check accessible-name notification"
Alejandro Piñeiro [Wed, 7 Mar 2012 12:13:22 +0000 (13:13 +0100)]
Revert "Using abstract atk_object_get_name to check accessible-name notification"

See firefox bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=733712

This reverts commit 7ebaa51b17fbca385d9d1f3dd026bd4770852d9b.

12 years agoRelease 2.3.91 ATK_2_3_91
Alejandro Piñeiro [Tue, 6 Mar 2012 00:15:06 +0000 (01:15 +0100)]
Release 2.3.91

12 years agoUsing abstract atk_object_get_name to check accessible-name notification
Alejandro Piñeiro [Sun, 26 Feb 2012 23:50:32 +0000 (00:50 +0100)]
Using abstract atk_object_get_name to check accessible-name notification

12 years agoUploaded Ukranian
Daniel Korostil [Fri, 2 Mar 2012 14:50:49 +0000 (16:50 +0200)]
Uploaded Ukranian

12 years ago[l10n] Updated Estonian translation
Mattias Põldaru [Mon, 27 Feb 2012 09:51:40 +0000 (11:51 +0200)]
[l10n] Updated Estonian translation

12 years agoUyghur translation
Gheyret Kenji [Sun, 26 Feb 2012 02:20:48 +0000 (11:20 +0900)]
Uyghur translation

12 years agoUpdated Uyghur translation
Gheyret Kenji [Sun, 26 Feb 2012 01:57:05 +0000 (10:57 +0900)]
Updated Uyghur translation

12 years agoUpdated Hungarian translation by Attila Hammer
Gabor Kelemen [Thu, 23 Feb 2012 11:02:46 +0000 (12:02 +0100)]
Updated Hungarian translation by Attila Hammer

12 years ago[l10n]Updated Turkish translation
Muhammet Kara [Wed, 15 Feb 2012 11:58:41 +0000 (13:58 +0200)]
[l10n]Updated Turkish translation

12 years agoUpdated Belarusian translation.
Kasia Bondarava [Tue, 14 Feb 2012 15:05:38 +0000 (18:05 +0300)]
Updated Belarusian translation.

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Tue, 24 Jan 2012 13:59:39 +0000 (14:59 +0100)]
Updated Norwegian bokmål translation

12 years agoFix for bug 668441 - atk_action_get_keybinding() docs are confusing and need updating
Joanmarie Diggs [Sun, 22 Jan 2012 19:47:23 +0000 (20:47 +0100)]
Fix for bug 668441 - atk_action_get_keybinding() docs are confusing and need updating

12 years agoBGO#665549: add sanity-check of atk_text_get_text parameters
Mike Gorse [Sun, 4 Dec 2011 18:51:39 +0000 (12:51 -0600)]
BGO#665549: add sanity-check of atk_text_get_text parameters

Have atk_text_get_text check that end_offset is either -1 or greater or
equal to the start offset before passing the query to the toolkit. Fixes
a gtk crash.

Also document that an end position of -1 to atk_text_get_text indicates the
end of the string

12 years agoRelease 2.3.3 ATK_2_3_3
Alejandro Piñeiro [Mon, 19 Dec 2011 18:16:14 +0000 (19:16 +0100)]
Release 2.3.3

12 years agodocs: Explain that NULL is not a valid value for name/description
Alejandro Piñeiro [Thu, 15 Dec 2011 12:22:14 +0000 (13:22 +0100)]
docs: Explain that NULL is not a valid value for name/description

12 years agoDo not notify accessible-name/description for initial setting
Alejandro Piñeiro [Wed, 14 Dec 2011 22:32:53 +0000 (23:32 +0100)]
Do not notify accessible-name/description for initial setting

BGO#665870: About reducing accessible-name, accessible-description
            change notifications

12 years agoFix Visual C++ 2008 Project
Chun-wei Fan [Tue, 22 Nov 2011 04:16:59 +0000 (12:16 +0800)]
Fix Visual C++ 2008 Project

Fix up DLL naming for x64, to be consistent across the board.

12 years agoUpdate VS property sheets
Chun-wei Fan [Mon, 17 Oct 2011 07:29:31 +0000 (15:29 +0800)]
Update VS property sheets

Get rid of G_DISABLE_DEPRECATED and the warnings that it causes as warnings
are now issued when deprecated GLib items are used.

12 years agoUpdated Vietnamese translation
Nguyễn Thái Ngọc Duy [Sun, 2 Oct 2011 00:07:06 +0000 (11:07 +1100)]
Updated Vietnamese translation

12 years agopo/vi: import from Damned Lies
Nguyễn Thái Ngọc Duy [Sun, 2 Oct 2011 00:03:50 +0000 (11:03 +1100)]
po/vi: import from Damned Lies

12 years agoupdate zh_CN translation
YunQiang Su [Tue, 27 Sep 2011 18:40:51 +0000 (02:40 +0800)]
update zh_CN translation

12 years agoRelease 2.2.0 ATK_2_2_0
Alejandro Piñeiro [Mon, 26 Sep 2011 22:24:03 +0000 (00:24 +0200)]
Release 2.2.0

12 years ago[l10n]Updated Catalan (Valencian) translation
Carles Ferrando [Mon, 26 Sep 2011 12:21:38 +0000 (14:21 +0200)]
[l10n]Updated Catalan (Valencian) translation

12 years agoUpdated Czech translation
Lucas Lommer [Sat, 24 Sep 2011 21:26:04 +0000 (23:26 +0200)]
Updated Czech translation

12 years agoUpdated Portuguese translation
Rui Batista [Sat, 24 Sep 2011 16:38:58 +0000 (17:38 +0100)]
Updated Portuguese translation

12 years agoUpdated Danish translation
Flemming Christensen [Thu, 22 Sep 2011 14:11:27 +0000 (16:11 +0200)]
Updated Danish translation

12 years agoUpdated Assamese Translations:bugzilla#659595
Nilamdyuti Goswami [Thu, 22 Sep 2011 10:56:41 +0000 (16:26 +0530)]
Updated Assamese Translations:bugzilla#659595

12 years agoUpdated Oriya Translation
Manoj Kumar Giri [Thu, 22 Sep 2011 04:51:48 +0000 (10:21 +0530)]
Updated Oriya Translation

12 years agoUpdated Gujarati Translations
Sweta Kothari [Wed, 21 Sep 2011 11:16:07 +0000 (16:46 +0530)]
Updated Gujarati Translations

12 years agoRelease 2.1.92 ATK_2_1_92
Alejandro Piñeiro [Mon, 19 Sep 2011 17:13:57 +0000 (19:13 +0200)]
Release 2.1.92

12 years ago[l10n] Updated German translation
Christian Kirbach [Mon, 19 Sep 2011 21:02:38 +0000 (23:02 +0200)]
[l10n] Updated German translation

12 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Mon, 19 Sep 2011 17:45:41 +0000 (19:45 +0200)]
Updated Basque language

12 years agoUpdated Japanese translation
Jiro Matsuzawa [Sat, 17 Sep 2011 02:15:58 +0000 (11:15 +0900)]
Updated Japanese translation

12 years agoUpdated Serbian translation
Мирослав Николић [Fri, 16 Sep 2011 22:02:51 +0000 (00:02 +0200)]
Updated Serbian translation

12 years ago[l10n]Updated Catalan translation
Gil Forcada [Thu, 15 Sep 2011 22:04:31 +0000 (00:04 +0200)]
[l10n]Updated Catalan translation

12 years agoUpdated Tamil Translations
I Felix [Tue, 13 Sep 2011 08:54:21 +0000 (14:24 +0530)]
Updated Tamil Translations

12 years agoUpdated Punjabi Translation
A S Alam [Sun, 11 Sep 2011 11:03:02 +0000 (16:33 +0530)]
Updated Punjabi Translation

12 years agoUpdated asturian translation
Xandru Armesto [Sat, 10 Sep 2011 07:30:42 +0000 (09:30 +0200)]
Updated asturian translation

12 years agol10n: Updated Italian tran
Luca Ferretti [Thu, 8 Sep 2011 22:34:12 +0000 (00:34 +0200)]
l10n: Updated Italian tran
slation

12 years agoUpdated Polish translation
Piotr Drąg [Thu, 8 Sep 2011 18:39:35 +0000 (20:39 +0200)]
Updated Polish translation

12 years agoUpdated British English translation
Bruce Cowan [Thu, 8 Sep 2011 16:46:52 +0000 (17:46 +0100)]
Updated British English translation

12 years agoUpdate VS property sheets
Chun-wei Fan [Tue, 6 Sep 2011 08:31:03 +0000 (16:31 +0800)]
Update VS property sheets

The newly-introduced atk/atkwindow.h (commit 6101fd44) needs to be
"installed" as well...

12 years agodocs: Improving atk_add_global_event_listener documentation
Alejandro Piñeiro [Mon, 5 Sep 2011 14:34:27 +0000 (16:34 +0200)]
docs: Improving atk_add_global_event_listener documentation

Related to bug https://bugzilla.gnome.org/show_bug.cgi?id=649577

12 years agodocs: Remove documentation from atkutil.h
Alejandro Piñeiro [Mon, 5 Sep 2011 14:24:15 +0000 (16:24 +0200)]
docs: Remove documentation from atkutil.h

Real documentation is already on atkutil.c (and used by gtk-doc), so
it doesn't make sense to have it replicated on the header.