summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Croatian translationgnome-3-22gogo2016-09-241-140/+188
|
* Release 2.22.0ATK_2_22Alejandro Piñeiro2016-09-192-2/+13
|
* Update British English translationDavid King2016-09-181-146/+363
|
* Add more options to XGETTEXT_OPTIONS in po/MakevarsPiotr Drąg2016-09-121-1/+1
|
* Updated Polish translationPiotr Drąg2016-08-151-193/+282
|
* Release 2.21.90ATK_2_21_90Alejandro Piñeiro2016-08-122-2/+24
|
* Add Language headers to po filesPiotr Drąg2016-07-1446-8/+46
| | | | Future versions of gettext will fail if this header is missing.
* Visual Studio builds: Make .pc generation more flexibleChun-wei Fan2016-06-221-14/+30
| | | | | Allow the use of ${exec_prefix} for libdir and includedir when passing them in as arguments to the script.
* Updated Occitan translationCédric Valmary2016-05-301-2/+2
|
* Updated Occitan translationCédric Valmary2016-05-081-4/+4
|
* Added Scottish Gaelic translationGNOME Translation Robot2016-04-282-0/+817
|
* build/win32/atkpc.py: Fix dependent package stringChun-wei Fan2016-04-211-1/+1
| | | | The required packages should be space-separated, not comma-separated.
* build/win32/pc_base.py: Allow custom optionsChun-wei Fan2016-04-211-5/+6
| | | | | | | | | 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.
* Visual Studio 2008 builds: Ensure pc file is generated before "install"Chun-wei Fan2016-04-201-2/+2
| | | | | | 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.
* Visual Studio builds: Generate atk.pcChun-wei Fan2016-04-2015-1/+359
| | | | | | ...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.
* Visual Studio builds: Include version info in property sheetsChun-wei Fan2016-04-203-13/+31
| | | | This is needed so that we can generate the .pc file from the .pc.in file.
* atk-introspection-msvc.mak: Clean up a bitChun-wei Fan2016-04-141-1/+0
| | | | We don't need to delete the .pyc files upon cleaning, so remove this line.
* MSVC Builds: Generate the Introspection Build CommandsChun-wei Fan2016-04-1311-427/+213
| | | | | | | | | | | | | | 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
* MSVC Builds: Add a Common Autotools Module for IntrospectionChun-wei Fan2016-04-131-0/+125
| | | | | | | | | 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
* Add some missing argument (out) annotationsgnome-3-20Rico Tzschichholz2016-04-114-22/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=764883
* Release 2.20.0ATK_2_20_0Alejandro Piñeiro2016-03-212-2/+8
|
* Updated Danish translationAsk Hjorth Larsen2016-03-201-4/+4
|
* Updated Danish translationAsk Hjorth Larsen2016-03-201-13/+13
|
* Release 2.19.92ATK_2_19_92Alejandro Piñeiro2016-03-152-1/+18
|
* atkregistry: remove code not being compiledAlejandro Piñeiro2016-03-081-14/+0
| | | | | | | | | | 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.
* build: Fix gettext domain after recent changesKalev Lember2016-03-071-1/+1
| | | | | | | | 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
* MSVC builds: Re-arrange include pathsChun-wei Fan2016-03-022-2/+2
| | | | | We want to search for the GLib include paths before the include paths of GLib's dependencies.
* build: Fix builddir ≠ srcdir in autogen.shPhilip Withnall2016-03-021-28/+22
| | | | | | | | 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
* Updated Occitan translationCédric Valmary2016-02-271-234/+515
|
* Updated Swedish translationAnders Jonsson2016-02-151-13/+13
|
* Release 2.19.90ATK_2_19_90Alejandro Piñeiro2016-02-152-2/+19
|
* Updated Lithuanian translationAurimas Černius2016-01-121-162/+163
|
* Use upstream gettext intead glib-gettextJavier Jardón2016-01-103-4/+81
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=760323
* Revert "MSVC release builds: Ensure that /LTCG is used"Chun-wei Fan2015-11-121-2/+0
| | | | | | | | | 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.
* MSVC release builds: Ensure that /LTCG is usedChun-wei Fan2015-10-231-0/+2
| | | | | | | | | 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.
* Fix build/win32/vs10/atk-install.vcxprojChun-wei Fan2015-10-081-4/+4
| | | | | Replace AtkEtcInstallRoot with GlibEtcInstallRoot, which is a leftover from before.
* Updated Esperanto translationKristjan SCHMIDT2015-10-041-139/+424
|
* Updated Vietnamese translationTrần Ngọc Quân2015-09-271-168/+376
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* Build: Make Makefile.msvcproj A Bit More GenericChun-wei Fan2015-09-251-7/+3
| | | | | Handle also the situation where $(srcdir) == $(top_srcdir), so that this can also be used in cases like librsvg and gobject-introspection.
* build/Makefile-newvs.am: Update Comments for UsageChun-wei Fan2015-09-251-2/+6
| | | | | | | | 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.
* atktablecell: use content of the pointer instead of pointer itselfAlejandro Piñeiro2015-09-241-1/+2
| | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=755548
* Release 2.18.0ATK_2_18_0Alejandro Piñeiro2015-09-212-2/+13
|
* MSVC Builds: Rename testsrules_msvc.makChun-wei Fan2015-09-174-3/+3
| | | | | ...to detectenv-msvc.mak, for better consistency between projects, as that is used for introspection file builds.
* configure.ac: Remove Check For PythonChun-wei Fan2015-09-171-14/+0
| | | | | | | | 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
* MSVC Builds: Restore Using Autotools for Generating ProjectsChun-wei Fan2015-09-179-94/+47
| | | | | | | | 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
* build: Add Common Autotools Module for MSVC ProjectsChun-wei Fan2015-09-171-0/+111
| | | | | | | | | | 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
* MSVC Builds: "Add" Visual Studio 2015 ProjectsChun-wei Fan2015-09-096-12/+38
| | | | | | 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.
* Updated Chinese (Taiwan) translationChao-Hsiung Liao2015-08-261-176/+268
|
* Release 2.17.90ATK_2_17_90Alejandro Piñeiro2015-08-172-3/+25
|
* MSVC Introspection Builds: Remove GCC RequirementChun-wei Fan2015-08-172-16/+2
| | | | | | 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.