Cédric Valmary [Sun, 8 May 2016 17:13:38 +0000 (17:13 +0000)]
Updated Occitan translation
GNOME Translation Robot [Thu, 28 Apr 2016 14:44:36 +0000 (14:44 +0000)]
Added Scottish Gaelic translation
Chun-wei Fan [Thu, 21 Apr 2016 11:27:42 +0000 (19:27 +0800)]
build/win32/atkpc.py: Fix dependent package string
The required packages should be space-separated, not comma-separated.
Chun-wei Fan [Thu, 21 Apr 2016 11:22:57 +0000 (19:22 +0800)]
build/win32/pc_base.py: Allow custom options
Some packages might have some parts that are built for certain build
configs, meaning that they could have .pc files of their own, such as
Pango, where PangoFT2 is optionally built. Allow such an option if
needed.
Also remove some trailing whitespaces.
Chun-wei Fan [Wed, 20 Apr 2016 10:12:09 +0000 (18:12 +0800)]
Visual Studio 2008 builds: Ensure pc file is generated before "install"
Change the build event type to post build event, for all build types, to
ensure that we have the .pc file generated before copying the files, if
applicable.
Chun-wei Fan [Wed, 20 Apr 2016 10:02:27 +0000 (18:02 +0800)]
Visual Studio builds: Generate atk.pc
...if Python can be found via $(PythonPath) (x86 builds) or
$(PythonPathX64) (x64 builds). This makes it easier for packages that
requires atk.pc for introspection.
Chun-wei Fan [Wed, 20 Apr 2016 08:36:43 +0000 (16:36 +0800)]
Visual Studio builds: Include version info in property sheets
This is needed so that we can generate the .pc file from the .pc.in file.
Chun-wei Fan [Thu, 14 Apr 2016 11:08:37 +0000 (19:08 +0800)]
atk-introspection-msvc.mak: Clean up a bit
We don't need to delete the .pyc files upon cleaning, so remove this line.
Chun-wei Fan [Wed, 16 Sep 2015 03:52:33 +0000 (11:52 +0800)]
MSVC Builds: Generate the Introspection Build Commands
This uses the common autotools module that was added in the previous commit
to generate the command lines used to generate the .gir and compile the
.typelib files, as well as the file list that is to be consumed during the
generation of the .gir files.
This also makes the detectmsvc-msvc.mak and introspection-msvc.mak NMake
modules the same as the ones in $(glib_srcroot)/build/win32 and
$(gi_srcroot)/build/win32 respectively, so that they may be copied from
these locations when they are updated.
https://bugzilla.gnome.org/show_bug.cgi?id=764983
Chun-wei Fan [Tue, 15 Sep 2015 05:25:44 +0000 (13:25 +0800)]
MSVC Builds: Add a Common Autotools Module for Introspection
This adds a common autotools module that can be included by the Makefile.am's
to generate the filelist and to assemble the command line to call
g-ir-scanner and g-ir-compiler to generate the .gir files and .typelib files
respectively.
https://bugzilla.gnome.org/show_bug.cgi?id=764983
Rico Tzschichholz [Mon, 11 Apr 2016 09:55:55 +0000 (11:55 +0200)]
Add some missing argument (out) annotations
https://bugzilla.gnome.org/show_bug.cgi?id=764883
Alejandro Piñeiro [Mon, 21 Mar 2016 08:42:57 +0000 (09:42 +0100)]
Release 2.20.0
Ask Hjorth Larsen [Sun, 20 Mar 2016 22:01:02 +0000 (23:01 +0100)]
Updated Danish translation
Ask Hjorth Larsen [Sun, 20 Mar 2016 03:46:29 +0000 (04:46 +0100)]
Updated Danish translation
Alejandro Piñeiro [Tue, 15 Mar 2016 08:17:58 +0000 (09:17 +0100)]
Release 2.19.92
Alejandro Piñeiro [Fri, 19 Feb 2016 16:46:38 +0000 (17:46 +0100)]
atkregistry: remove code not being compiled
I think that code was there in order to explain why it is not
needed. If that case, it would be better to just move the comment
around.
In general having code around #if 0 is a maintenance burden. That code
has not been compiled for years and nothing happen. It is better to
just remove it.
Kalev Lember [Mon, 7 Mar 2016 09:59:14 +0000 (10:59 +0100)]
build: Fix gettext domain after recent changes
Commit
1b11db36463116310ec2e40a7072d205a6536532 that switched the build
system to use upstream gettext intead glib-gettext accidentally changed
the gettext domain from atk10 to atk; this commit changes it back.
https://bugzilla.gnome.org/show_bug.cgi?id=763212
Chun-wei Fan [Wed, 2 Mar 2016 04:31:33 +0000 (12:31 +0800)]
MSVC builds: Re-arrange include paths
We want to search for the GLib include paths before the include paths of
GLib's dependencies.
Philip Withnall [Wed, 2 Mar 2016 00:12:32 +0000 (00:12 +0000)]
build: Fix builddir ≠ srcdir in autogen.sh
gtkdocize either needs a --srcdir argument or needs to be run in the
source directory. Fix that by updating autogen.sh from the latest
template:
https://wiki.gnome.org/Projects/GnomeCommon/Migration#autogen.sh
Cédric Valmary [Sat, 27 Feb 2016 20:05:15 +0000 (20:05 +0000)]
Updated Occitan translation
Anders Jonsson [Mon, 15 Feb 2016 22:07:13 +0000 (22:07 +0000)]
Updated Swedish translation
Alejandro Piñeiro [Mon, 15 Feb 2016 11:39:24 +0000 (12:39 +0100)]
Release 2.19.90
Aurimas Černius [Tue, 12 Jan 2016 20:20:37 +0000 (22:20 +0200)]
Updated Lithuanian translation
Javier Jardón [Fri, 8 Jan 2016 13:23:05 +0000 (13:23 +0000)]
Use upstream gettext intead glib-gettext
https://bugzilla.gnome.org/show_bug.cgi?id=760323
Chun-wei Fan [Thu, 12 Nov 2015 07:31:48 +0000 (15:31 +0800)]
Revert "MSVC release builds: Ensure that /LTCG is used"
As we now ensure that items using GResources and GConstructors are always
referenced so that the linker does not optimize them out in a default
Release build, we no longer need to enforce the use of /LTCG, so
/LTCG:incremental will work as well.
This reverts commit
fc5394e7ca78d6d6272a3591236f99c11ffc5111.
Chun-wei Fan [Fri, 23 Oct 2015 01:40:00 +0000 (09:40 +0800)]
MSVC release builds: Ensure that /LTCG is used
MSVC 2015 changed its default link-time code generation setting to
/LTCG:incremental, which causes problems if /opt:noref is to be used,
meaning that some code will be optimized out by the linker.
Avoid this situtation here by enforcing the use of /LTCG for MSVC 2010+
builds.
Chun-wei Fan [Thu, 8 Oct 2015 12:06:31 +0000 (20:06 +0800)]
Fix build/win32/vs10/atk-install.vcxproj
Replace AtkEtcInstallRoot with GlibEtcInstallRoot, which is a leftover
from before.
Kristjan SCHMIDT [Sat, 3 Oct 2015 23:51:20 +0000 (01:51 +0200)]
Updated Esperanto translation
Trần Ngọc Quân [Sun, 27 Sep 2015 07:42:17 +0000 (14:42 +0700)]
Updated Vietnamese translation
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
Chun-wei Fan [Fri, 25 Sep 2015 04:25:13 +0000 (12:25 +0800)]
Build: Make Makefile.msvcproj A Bit More Generic
Handle also the situation where $(srcdir) == $(top_srcdir), so that this
can also be used in cases like librsvg and gobject-introspection.
Chun-wei Fan [Fri, 25 Sep 2015 04:54:26 +0000 (12:54 +0800)]
build/Makefile-newvs.am: Update Comments for Usage
Update the notes that this is also used for Visual Studio 2015 support,
and correct the MSVC_VER_LONG for MSVC 2015, which is 14, not 2015.
Also add a note that this can be used for other projects that have
Visual Studio build support.
Alejandro Piñeiro [Thu, 24 Sep 2015 15:07:21 +0000 (17:07 +0200)]
atktablecell: use content of the pointer instead of pointer itself
Fixes
https://bugzilla.gnome.org/show_bug.cgi?id=755548
Alejandro Piñeiro [Mon, 21 Sep 2015 15:06:50 +0000 (17:06 +0200)]
Release 2.18.0
Chun-wei Fan [Tue, 15 Sep 2015 05:22:41 +0000 (13:22 +0800)]
MSVC Builds: Rename testsrules_msvc.mak
...to detectenv-msvc.mak, for better consistency between projects, as that is
used for introspection file builds.
Chun-wei Fan [Tue, 21 Jul 2015 05:05:56 +0000 (13:05 +0800)]
configure.ac: Remove Check For Python
Since we are now using the common autotools module for generating the
complete Visual Studio ATK projects, we don't need to check for Python
anymore during configure, so we can just drop the Python part.
https://bugzilla.gnome.org/show_bug.cgi?id=755114
Chun-wei Fan [Mon, 20 Jul 2015 04:43:58 +0000 (12:43 +0800)]
MSVC Builds: Restore Using Autotools for Generating Projects
Use the common autotools module in my last commit for generating the
MSVC project files, which is more safe against 'make dist -jN' and
supports out-of-tree builds better.
https://bugzilla.gnome.org/show_bug.cgi?id=755114
Chun-wei Fan [Thu, 17 Sep 2015 01:29:31 +0000 (09:29 +0800)]
build: Add Common Autotools Module for MSVC Projects
This adds a common autotools module that can be used by various projects to
generate the Visual Studio projects as needed, and if necessary, generate
the headers listings to "install" for that project, based on items passed
in to this. This is modelled on the Makefile.introspection autotools file
that is used by many GNOME projects to generate the introspection files.
https://bugzilla.gnome.org/show_bug.cgi?id=755114
Chun-wei Fan [Wed, 9 Sep 2015 04:04:59 +0000 (12:04 +0800)]
MSVC Builds: "Add" Visual Studio 2015 Projects
This "adds" Visaul Studio 2015 projects by doing what we did before:
copying the Visual Studio 2010 projects and replacing items in there
as necessary.
Chao-Hsiung Liao [Wed, 26 Aug 2015 12:20:50 +0000 (12:20 +0000)]
Updated Chinese (Taiwan) translation
Alejandro Piñeiro [Mon, 17 Aug 2015 11:19:30 +0000 (13:19 +0200)]
Release 2.17.90
Chun-wei Fan [Mon, 17 Aug 2015 11:08:33 +0000 (19:08 +0800)]
MSVC Introspection Builds: Remove GCC Requirement
G-I has been updated to not require a Windows GCC installation
anymore to generate the .gir files, so update the NMake Makefiles
that are used for this purpose.
Alejandro Piñeiro [Mon, 27 Jul 2015 20:32:25 +0000 (22:32 +0200)]
misc: set proper file permissions to source files
Source files are not executable.
https://bugzilla.gnome.org/show_bug.cgi?id=752930
Chun-wei Fan [Mon, 13 Jul 2015 03:46:03 +0000 (11:46 +0800)]
Visual Studio Builds: Rename "install" Projects
Rename to atk-install so that we can integrate the ATK Visual Studio
Projects into the all-in-one solution file to build the GTK+ stack easier.
Pedro Albuquerque [Wed, 1 Jul 2015 21:58:04 +0000 (21:58 +0000)]
Updated Portuguese translation
Murray Cumming [Mon, 29 Jun 2015 07:13:09 +0000 (09:13 +0200)]
Docs: Replace mentions of 'state-changed' with 'state-change'.
And use the correct syntax to create a link to that AtkObject signal.
See bug #649575
Murray Cumming [Tue, 24 Mar 2015 18:57:48 +0000 (19:57 +0100)]
Documentation: Fix tiny typos.
Daniel Martinez [Thu, 7 May 2015 19:36:03 +0000 (21:36 +0200)]
Updated Aragonese translation
Daniel Martinez [Thu, 7 May 2015 19:34:26 +0000 (21:34 +0200)]
Updated Aragonese translation
Simon McVittie [Mon, 20 Apr 2015 13:54:28 +0000 (14:54 +0100)]
Makefile-newvs: some .vcxproj.filters files are in builddir, some in srcdir
Without this change, out-of-tree distcheck doesn't get very far.
Similarly, allow *.vcxproj, *.props to be in either the builddir or
the srcdir.
Finally, since I'm touching these lines anyway, eliminate some
useless uses of cat: "cat x | sed 's/foo/bar/' > y" is
equivalent to "sed 's/foo/bar/' < x > y".
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=748176
Reviewed-by: Chun-wei Fan <fanchunwei@src.gnome.org>
Chun-wei Fan [Fri, 17 Apr 2015 05:59:28 +0000 (13:59 +0800)]
build/Makfile-newvs.am: Use Pattern Rules
Make use of pattern rules when generating the Visual Studio 2012/2013
Projects from the Visual Studio 2010 projects, which will help to clean up
the file and also avoid problems when running items like 'make -jN dist'.
Alejandro Piñeiro [Mon, 23 Mar 2015 08:41:43 +0000 (09:41 +0100)]
Release 3.16.0
Dieter Verfaillie [Thu, 19 Mar 2015 14:19:17 +0000 (15:19 +0100)]
docs: fix GTK-Doc comment blocks
Fixes a couple of warnings emitted by gtkdoc-mkdb
and g-ir-scanner.
Jiri Grönroos [Fri, 20 Mar 2015 15:42:44 +0000 (17:42 +0200)]
Finnish translation update
Josef Andersson [Sun, 15 Mar 2015 21:09:38 +0000 (21:09 +0000)]
Updated Swedish translation
Samir Ribic [Fri, 13 Mar 2015 20:57:26 +0000 (20:57 +0000)]
Updated Bosnian translation
Zahari Yurukov [Mon, 9 Mar 2015 14:37:41 +0000 (16:37 +0200)]
Updated Bulgarian translation
Baurzhan Muftakhidinov [Sun, 8 Mar 2015 18:02:09 +0000 (18:02 +0000)]
Updated Kazakh translation
Josef Andersson [Sun, 8 Mar 2015 12:49:05 +0000 (12:49 +0000)]
Updated Swedish translation
Chun-wei Fan [Thu, 5 Mar 2015 10:04:40 +0000 (18:04 +0800)]
MSVC Builds: "Install" .pdb Files
"Install" the .pdb files for Visual Studio builds, to make debugging builds
easier, especially when debugging the GTK+ stack.
Also make the "installation" of .lib and .dll files more selective so that
we won't accidently copy DLLs and LIBs that are either not meant to be
copied or have other specific places that they need to go, when the
project files here are included as part of a grand solution file, such as
one that is used to build the whole GTK+ stack from scratch.
Chun-wei Fan [Thu, 5 Mar 2015 09:59:26 +0000 (17:59 +0800)]
MSVC 2010+ Builds: Improve .pdb Generation
Use the /d2Zi+ compiler flag so that more useful info can be logged into
the .pdb file for release builds, to improve the debugging experience for
release builds.
Chun-wei Fan [Thu, 5 Mar 2015 09:46:05 +0000 (17:46 +0800)]
MSVC 2010+ Builds: Fix .pdb File Generation
Make the .pdb file be output like how it is done on Visual Studio 2008
builds, i.e. being the same as the DLL filename. This will be useful as
.pdb files would be "installed" in the coming commits.
Chun-wei Fan [Thu, 5 Mar 2015 09:40:58 +0000 (17:40 +0800)]
MSVC Builds: Speed Up Release Builds
Use the multi-processor compilation option for the compiler, which can cut
down build times of release builds by quite a bit. This would emit a brief
warning for debug builds as they use /Gm, but otherwise the build would
continue normally.
Alejandro Piñeiro [Tue, 3 Mar 2015 17:09:39 +0000 (18:09 +0100)]
NEWS file: added 2.15.91 entry
Accidentally not included on last release commit.
Alejandro Piñeiro [Mon, 2 Mar 2015 17:48:10 +0000 (18:48 +0100)]
Release 2.15.91
Dušan Kazik [Sat, 28 Feb 2015 12:19:58 +0000 (12:19 +0000)]
Updated Slovak translation
Muhammet Kara [Sun, 22 Feb 2015 12:14:54 +0000 (12:14 +0000)]
Updated Turkish translation
Javier Jardón [Wed, 18 Feb 2015 12:21:33 +0000 (12:21 +0000)]
configure.ac: Stop using deprecated GNOME-specific autoconf macros
This will eventually be replaced by AX_COMPILER_FLAGS
https://bugzilla.gnome.org/show_bug.cgi?id=744413
Javier Jardón [Wed, 28 Jan 2015 16:28:31 +0000 (16:28 +0000)]
autogen.sh: Add shebang back
Javier Jardón [Tue, 27 Jan 2015 14:47:26 +0000 (14:47 +0000)]
autogen.sh: stop using deprecated gnome-autogen.sh
See https://wiki.gnome.org/Projects/GnomeCommon/Migration
Alejandro Piñeiro [Tue, 20 Jan 2015 17:44:38 +0000 (18:44 +0100)]
Added contributors line on 2.15.4 entry
Alejandro Piñeiro [Tue, 20 Jan 2015 09:47:21 +0000 (10:47 +0100)]
Release 2.15.4
Joanmarie Diggs [Mon, 12 Jan 2015 13:36:15 +0000 (08:36 -0500)]
Add new roles for fractions, roots, subscripts, and superscripts
https://bugzilla.gnome.org/show_bug.cgi?id=742806
Alejandro Piñeiro [Mon, 15 Dec 2014 15:19:11 +0000 (16:19 +0100)]
Release 2.15.3
Muhammet Kara [Mon, 8 Dec 2014 21:37:16 +0000 (21:37 +0000)]
Updated Turkish translation
Joanmarie Diggs [Thu, 4 Dec 2014 01:33:23 +0000 (20:33 -0500)]
Add ATK_STATE_READ_ONLY
https://bugzilla.gnome.org/show_bug.cgi?id=665598
Alejandro Piñeiro [Tue, 25 Nov 2014 11:21:03 +0000 (12:21 +0100)]
AtkTable: Added missing ":" on one gi annotation
Alejandro Piñeiro [Tue, 25 Nov 2014 11:18:56 +0000 (12:18 +0100)]
Unref STATE_TYPE class ref after using it at state_type_get_name
Alejandro Piñeiro [Mon, 24 Nov 2014 12:07:41 +0000 (13:07 +0100)]
Release 2.15.2
Alejandro Piñeiro [Fri, 21 Nov 2014 15:36:41 +0000 (16:36 +0100)]
Removed a comments that should (and is) part of the docs
Joanmarie Diggs [Wed, 19 Nov 2014 20:10:07 +0000 (15:10 -0500)]
Document the deprecation of ATK_STATE_ARMED
https://bugzilla.gnome.org/show_bug.cgi?id=740152
Joanmarie Diggs [Tue, 11 Nov 2014 21:37:40 +0000 (16:37 -0500)]
Add ATK_ROLE_STATIC and clarify ATK_ROLE_TEXT
https://bugzilla.gnome.org/show_bug.cgi?id=739981
Alejandro Piñeiro [Mon, 17 Nov 2014 13:52:04 +0000 (14:52 +0100)]
doc: extend atk_focus_tracker_notify deprecation documentation
Joanmarie Diggs [Thu, 13 Nov 2014 14:11:04 +0000 (09:11 -0500)]
Improve documentation related to AtkState and AtkStateSet
https://bugzilla.gnome.org/show_bug.cgi?id=740066
Anders Jonsson [Thu, 13 Nov 2014 21:59:44 +0000 (21:59 +0000)]
Updated Swedish translation
Joanmarie Diggs [Thu, 13 Nov 2014 02:50:40 +0000 (21:50 -0500)]
Fix some unclear language regarding ATK_STATE_ACTIVE
https://bugzilla.gnome.org/show_bug.cgi?id=740044
Alejandro Piñeiro [Tue, 28 Oct 2014 11:50:40 +0000 (12:50 +0100)]
Release 2.15.1
Alejandro Piñeiro [Fri, 26 Sep 2014 13:59:59 +0000 (15:59 +0200)]
Updating README file
Previous one still have references to a wrong
glib dependency, CVS, etc
Joanmarie Diggs [Tue, 21 Oct 2014 17:46:32 +0000 (13:46 -0400)]
Add ATK_STATE_HAS_TOOLTIP
https://bugzilla.gnome.org/show_bug.cgi?id=407539
Joanmarie Diggs [Mon, 29 Sep 2014 16:02:05 +0000 (12:02 -0400)]
Update documentation to reflect an additional use case for STATE_INDETERMINATE
https://bugzilla.gnome.org/show_bug.cgi?id=737602
Alejandro Piñeiro [Mon, 22 Sep 2014 11:37:28 +0000 (13:37 +0200)]
Release 2.14.0
Dušan Kazik [Sun, 21 Sep 2014 07:08:07 +0000 (07:08 +0000)]
Updated Slovak translation
Yuri Myasoedov [Tue, 9 Sep 2014 13:12:44 +0000 (17:12 +0400)]
Updated Russian translation
Maria Mavridou [Thu, 28 Aug 2014 20:09:08 +0000 (20:09 +0000)]
Updated Greek translation
Alejandro Piñeiro [Tue, 19 Aug 2014 12:23:33 +0000 (14:23 +0200)]
Release 2.13.90
ngoswami [Mon, 18 Aug 2014 15:32:16 +0000 (15:32 +0000)]
Updated Assamese translation
Lasse Liehu [Sun, 17 Aug 2014 11:28:03 +0000 (14:28 +0300)]
Finnish translation update
Christian Kirbach [Fri, 15 Aug 2014 09:37:27 +0000 (09:37 +0000)]
Updated German translation
Piotr Drąg [Thu, 31 Jul 2014 15:14:42 +0000 (17:14 +0200)]
doap: add <programming-language>
Olav Vitters [Wed, 30 Jul 2014 17:36:27 +0000 (19:36 +0200)]
doap category core
Alexpux [Wed, 23 Jul 2014 09:46:44 +0000 (11:46 +0200)]
Give CC to gir scanner
Change needed by the MINGW project.
Signed-off-by: Alejandro Piñeiro <apinheiro@igalia.com>