]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
15 years agocodegen: Avoid unnecessary property getter calls
Jürg Billeter [Tue, 21 Dec 2010 16:14:56 +0000 (17:14 +0100)] 
codegen: Avoid unnecessary property getter calls

15 years agoD-Bus: Support BusName sender parameter in GDBus servers
Jürg Billeter [Mon, 20 Dec 2010 21:57:13 +0000 (22:57 +0100)] 
D-Bus: Support BusName sender parameter in GDBus servers

15 years agogirparser: Ensure interfaces have at least one instantiable prerequisite
Luca Bruno [Sun, 19 Dec 2010 21:46:38 +0000 (22:46 +0100)] 
girparser: Ensure interfaces have at least one instantiable prerequisite

When parsing a GIR file, add a prerequisite on GLib.Object to interfaces
which don't have an instantiable prerequisite specified in the GIR file,
as g-ir-scanner considers this prerequisite to be implicit.

Based on commit 65bc5e64725900961ec, reverts fc7fe82fbd0b19b6caaf7ef.

Fixes bug 624923.

15 years agogio-2.0: Fix g_application_run binding
Jürg Billeter [Mon, 20 Dec 2010 20:03:36 +0000 (21:03 +0100)] 
gio-2.0: Fix g_application_run binding

Fixes bug 635890.

15 years agogstreamer-0.10: transfer ownership of arguments in Element.message_full
Andreas Fenkart [Wed, 24 Nov 2010 19:03:26 +0000 (20:03 +0100)] 
gstreamer-0.10: transfer ownership of arguments in Element.message_full

Fixes bug 635721.

15 years agogtk+-2.0, gtk+-3.0: Make gtk_entry_buffer_* string[] parameters be char[].
Luca Bruno [Mon, 20 Dec 2010 12:40:16 +0000 (13:40 +0100)] 
gtk+-2.0, gtk+-3.0: Make gtk_entry_buffer_* string[] parameters be char[].

Fixes bug 635628.

15 years agogtk+-2.0, gtk+-3.0: Make gtk_entry_buffer_new initial_chars be uint8[].
Luca Bruno [Mon, 20 Dec 2010 11:13:27 +0000 (12:13 +0100)] 
gtk+-2.0, gtk+-3.0: Make gtk_entry_buffer_new initial_chars be uint8[].

Fixes bug 636004.

15 years agoImprove syntax error message for missing type in foreach
Jürg Billeter [Sun, 19 Dec 2010 16:03:10 +0000 (17:03 +0100)] 
Improve syntax error message for missing type in foreach

Fixes bug 635903.

15 years agoDetect shadowed variable for foreach statement without iterator
Jürg Billeter [Sun, 19 Dec 2010 15:51:34 +0000 (16:51 +0100)] 
Detect shadowed variable for foreach statement without iterator

15 years agoFix symbol resolution and enable control flow analysis for signals
Luca Bruno [Fri, 17 Dec 2010 21:39:31 +0000 (22:39 +0100)] 
Fix symbol resolution and enable control flow analysis for signals

Fixes bug 635820.

15 years agoSupport delegates with owned delegate return types
Luca Bruno [Sat, 18 Dec 2010 10:54:43 +0000 (11:54 +0100)] 
Support delegates with owned delegate return types

Fixes bug 633839.

15 years agoReport error on invalid initializer expression
Luca Bruno [Sun, 19 Dec 2010 09:46:22 +0000 (10:46 +0100)] 
Report error on invalid initializer expression

Fixes bug 637521.

15 years agoglib-2.0: use simple_generics for GLib.Thread.self
Evan Nemerson [Fri, 17 Dec 2010 23:46:14 +0000 (15:46 -0800)] 
glib-2.0: use simple_generics for GLib.Thread.self

15 years agoposix: Add pread and pwrite POSIX compliant functions.
Anatol Pomozov [Fri, 17 Dec 2010 20:49:16 +0000 (21:49 +0100)] 
posix: Add pread and pwrite POSIX compliant functions.

Fixes bug 636734.

15 years agoglib-2.0: Add HashTable.find method and HRFunc delegate.
Luca Bruno [Fri, 17 Dec 2010 20:42:35 +0000 (21:42 +0100)] 
glib-2.0: Add HashTable.find method and HRFunc delegate.

Based on Alexander Krivács Schrøder patch.

Fixes bug 636786.

15 years agodova: Report error if can't infer element type for list/set/map literals
Luca Bruno [Wed, 15 Dec 2010 14:01:05 +0000 (15:01 +0100)] 
dova: Report error if can't infer element type for list/set/map literals

15 years agoFix missing source references for some generated MemberAccess
Luca Bruno [Wed, 15 Dec 2010 13:43:04 +0000 (14:43 +0100)] 
Fix missing source references for some generated MemberAccess

15 years agoGIR writer: support bitfields when generating GIRs
Evan Nemerson [Thu, 9 Dec 2010 00:05:34 +0000 (16:05 -0800)] 
GIR writer: support bitfields when generating GIRs

15 years agogstreamer-pbutils-0.10: Update for 0.10.31
Arun Raghavan [Thu, 18 Nov 2010 15:10:58 +0000 (20:40 +0530)] 
gstreamer-pbutils-0.10: Update for 0.10.31

15 years agoposix: Add struct utsname binding
Evan Nemerson [Tue, 30 Nov 2010 22:02:45 +0000 (14:02 -0800)] 
posix: Add struct utsname binding

15 years agojson-glib-1.0: Fix ownership of several GObject serialization functions
Evan Nemerson [Thu, 25 Nov 2010 22:31:47 +0000 (14:31 -0800)] 
json-glib-1.0: Fix ownership of several GObject serialization functions

15 years agoRegenerate several bindings to account changes to vapigen and libvala
Evan Nemerson [Sun, 21 Nov 2010 03:04:11 +0000 (19:04 -0800)] 
Regenerate several bindings to account changes to vapigen and libvala

Regenerated gdl-1.0, gstreamer-app-0.10, gstreamer-cdda-0.10,
gstreamer-controller-0.10, gudev-1.0, hildon-1, libgda-report-4.0
purple rest-extras-0.6 unique-1.0.

15 years agomx-1.0: Remove abstract for several Draggable and Droppable methods
Evan Nemerson [Sun, 21 Nov 2010 02:36:31 +0000 (18:36 -0800)] 
mx-1.0: Remove abstract for several Draggable and Droppable methods

Fixes bug 633902.

15 years agocodegen: Fix local variable access in dova
Jürg Billeter [Sat, 20 Nov 2010 19:58:38 +0000 (20:58 +0100)] 
codegen: Fix local variable access in dova

15 years agoclutter-1.0: Mark ClutterEvent.get_coords parameters as out
Luca Bruno [Wed, 17 Nov 2010 23:34:32 +0000 (00:34 +0100)] 
clutter-1.0: Mark ClutterEvent.get_coords parameters as out

15 years agogtk+-2.0, gtk+-3.0: Mark Widget.style_get_property.value as out
Evan Nemerson [Tue, 16 Nov 2010 19:15:01 +0000 (11:15 -0800)] 
gtk+-2.0, gtk+-3.0: Mark Widget.style_get_property.value as out

15 years agolibusb-1.0: Use uint8[] instead of uchar[] for binary data
Evan Nemerson [Sun, 14 Nov 2010 21:26:09 +0000 (13:26 -0800)] 
libusb-1.0: Use uint8[] instead of uchar[] for binary data

15 years agozlib: Use uint8[] for binary data
Evan Nemerson [Sun, 14 Nov 2010 21:00:27 +0000 (13:00 -0800)] 
zlib: Use uint8[] for binary data

15 years agoFix check for missing return statements in non-void methods
Jürg Billeter [Mon, 15 Nov 2010 19:02:01 +0000 (20:02 +0100)] 
Fix check for missing return statements in non-void methods

15 years agoglib-2.0: Add UserDirectory.N_DIRECTORIES
Evan Nemerson [Sun, 14 Nov 2010 17:51:59 +0000 (09:51 -0800)] 
glib-2.0: Add UserDirectory.N_DIRECTORIES

15 years agozlib: Remove values from enums
Evan Nemerson [Sun, 14 Nov 2010 04:05:42 +0000 (20:05 -0800)] 
zlib: Remove values from enums

15 years agoglib-2.0, gio-2.0: Update to 2.27.3
Jürg Billeter [Thu, 11 Nov 2010 14:14:45 +0000 (15:14 +0100)] 
glib-2.0, gio-2.0: Update to 2.27.3

15 years agocodegen: Fix capturing array parameters
Jürg Billeter [Thu, 11 Nov 2010 14:07:57 +0000 (15:07 +0100)] 
codegen: Fix capturing array parameters

Fixes bug 633688.

15 years agoReport error for signal handlers throwing errors
Jürg Billeter [Thu, 11 Nov 2010 13:52:57 +0000 (14:52 +0100)] 
Report error for signal handlers throwing errors

15 years agocodegen: Fix C code generated for returns in closures in constructors
Jürg Billeter [Thu, 11 Nov 2010 13:23:46 +0000 (14:23 +0100)] 
codegen: Fix C code generated for returns in closures in constructors

Fixes bug 634551.

15 years agocodegen: Fix crash when accessing arrays of unknown length
Jürg Billeter [Thu, 11 Nov 2010 13:14:37 +0000 (14:14 +0100)] 
codegen: Fix crash when accessing arrays of unknown length

Fixes bug 634556.

15 years agogtk+-2.0, gtk+-3.0: Mark IconTheme.load_icon as transferring ownership
Evan Nemerson [Thu, 11 Nov 2010 05:27:26 +0000 (21:27 -0800)] 
gtk+-2.0, gtk+-3.0: Mark IconTheme.load_icon as transferring ownership

15 years agognome-vfs-2.0: Regenerate bindings to fix several const names
Evan Nemerson [Wed, 10 Nov 2010 09:23:22 +0000 (01:23 -0800)] 
gnome-vfs-2.0: Regenerate bindings to fix several const names

15 years agogdu, gdu-gtk: Regenerate bindings and add generic type arguments
Evan Nemerson [Wed, 10 Nov 2010 09:45:22 +0000 (01:45 -0800)] 
gdu, gdu-gtk: Regenerate bindings and add generic type arguments

15 years agoglib-2.0: Add missing GIR names for (u)char and (s)size_t
Evan Nemerson [Wed, 10 Nov 2010 07:54:27 +0000 (23:54 -0800)] 
glib-2.0: Add missing GIR names for (u)char and (s)size_t

15 years agovapigen: Improve type_name and type_arguments parsing
Evan Nemerson [Wed, 10 Nov 2010 09:33:02 +0000 (01:33 -0800)] 
vapigen: Improve type_name and type_arguments parsing

15 years agogirwriter: Flatten symbols nested in a way not supported by GIR
Evan Nemerson [Wed, 10 Nov 2010 09:56:57 +0000 (01:56 -0800)] 
girwriter: Flatten symbols nested in a way not supported by GIR

Fixes bug 619865.

15 years agoRelease 0.11.2 0.11.2
Jürg Billeter [Mon, 8 Nov 2010 20:20:20 +0000 (21:20 +0100)] 
Release 0.11.2

15 years agocodegen: Omit free function from unowned simple generic arguments
Evan Nemerson [Sun, 7 Nov 2010 07:25:08 +0000 (00:25 -0700)] 
codegen: Omit free function from unowned simple generic arguments

Fixes bug 627198.

15 years agogirparser: Remove unused get_double method
Jürg Billeter [Mon, 8 Nov 2010 16:39:44 +0000 (17:39 +0100)] 
girparser: Remove unused get_double method

15 years agocodegen: Fix unsafe C generated for array slices
Jürg Billeter [Mon, 8 Nov 2010 16:34:41 +0000 (17:34 +0100)] 
codegen: Fix unsafe C generated for array slices

Argument evaluation order is not guaranteed in C.

15 years agolibnotify: Update to 0.7.0
Evan Nemerson [Mon, 8 Nov 2010 10:43:46 +0000 (02:43 -0800)] 
libnotify: Update to 0.7.0

Fixes bug 633819.

15 years agovapi: Remove nested namespaces GIR information.
Luca Bruno [Sat, 6 Nov 2010 11:44:53 +0000 (12:44 +0100)] 
vapi: Remove nested namespaces GIR information.

Affected packages are gdk-3.0, gio-2.0, gtk+-2.0 and gtk+-3.0.

15 years agocodewriter: Do not write GIR information for nested namespaces
Abderrahim Kitouni [Sat, 6 Nov 2010 11:36:54 +0000 (12:36 +0100)] 
codewriter: Do not write GIR information for nested namespaces

15 years agogirparser: fix array length parsing
Evan Nemerson [Mon, 1 Nov 2010 07:32:14 +0000 (00:32 -0700)] 
girparser: fix array length parsing

15 years agogirparser: Update parsing of alias element to 1.2 syntax
Evan Nemerson [Sun, 17 Oct 2010 20:41:31 +0000 (13:41 -0700)] 
girparser: Update parsing of alias element to 1.2 syntax

15 years agogirparser: Set type_cname of interfaces from the relative struct cname.
Luca Bruno [Wed, 1 Sep 2010 22:52:57 +0000 (00:52 +0200)] 
girparser: Set type_cname of interfaces from the relative struct cname.

Fixes bug 625026.

15 years agogirparser: Skip class field that refer to the parent instance
Luca Bruno [Mon, 30 Aug 2010 11:47:05 +0000 (13:47 +0200)] 
girparser: Skip class field that refer to the parent instance

15 years agogirparser: Add vfunc_name, abstract and virtual arguments
Luca Bruno [Sun, 29 Aug 2010 22:59:04 +0000 (00:59 +0200)] 
girparser: Add vfunc_name, abstract and virtual arguments

15 years agogirparser: Guess virtual method wrapper variant when possible
Luca Bruno [Sun, 29 Aug 2010 22:48:52 +0000 (00:48 +0200)] 
girparser: Guess virtual method wrapper variant when possible

15 years agogirparser: Do not add Object prerequisite before symbol resolution
Luca Bruno [Tue, 24 Aug 2010 11:02:57 +0000 (13:02 +0200)] 
girparser: Do not add Object prerequisite before symbol resolution

15 years agogirparser: Use array_length_pos argument for parameters
Luca Bruno [Sun, 29 Aug 2010 13:47:15 +0000 (15:47 +0200)] 
girparser: Use array_length_pos argument for parameters

15 years agogirparser: Use string.replace instead of string.joinv
Luca Bruno [Sun, 29 Aug 2010 13:46:03 +0000 (15:46 +0200)] 
girparser: Use string.replace instead of string.joinv

15 years agogirparser: Fix Strv properties
Luca Bruno [Sun, 29 Aug 2010 13:42:42 +0000 (15:42 +0200)] 
girparser: Fix Strv properties

15 years agogirparser: Add default argument for parameters
Luca Bruno [Sun, 29 Aug 2010 13:37:11 +0000 (15:37 +0200)] 
girparser: Add default argument for parameters

15 years agogirparser: Add out/ref arguments
Luca Bruno [Sun, 29 Aug 2010 13:35:12 +0000 (15:35 +0200)] 
girparser: Add out/ref arguments

15 years agogirparser: Don't add hidden symbols
Luca Bruno [Sun, 29 Aug 2010 13:28:42 +0000 (15:28 +0200)] 
girparser: Don't add hidden symbols

15 years agogirparser: Add symbol deprecation
Luca Bruno [Sun, 29 Aug 2010 13:20:55 +0000 (15:20 +0200)] 
girparser: Add symbol deprecation

15 years agogirparser: Support regex in name argument
Luca Bruno [Sun, 17 Oct 2010 19:58:21 +0000 (12:58 -0700)] 
girparser: Support regex in name argument

15 years agogirparser: Report unused metadata information
Luca Bruno [Sun, 29 Aug 2010 13:11:02 +0000 (15:11 +0200)] 
girparser: Report unused metadata information

15 years agogirparser: Support symbol reparenting
Luca Bruno [Sun, 29 Aug 2010 13:07:49 +0000 (15:07 +0200)] 
girparser: Support symbol reparenting

15 years agogirparser: Support tweaking type and type arguments in the metadata
Luca Bruno [Sun, 31 Oct 2010 22:23:10 +0000 (15:23 -0700)] 
girparser: Support tweaking type and type arguments in the metadata

15 years agogirparser: Support a special metadata pattern for root namespace
Luca Bruno [Sun, 29 Aug 2010 12:46:35 +0000 (14:46 +0200)] 
girparser: Support a special metadata pattern for root namespace

15 years agogirparser: Add metadata stack while parsing the gir, generalize merging
Luca Bruno [Sun, 31 Oct 2010 22:16:32 +0000 (15:16 -0700)] 
girparser: Add metadata stack while parsing the gir, generalize merging

15 years agogirparser: Autoreparent static methods to the best-matching symbol
Luca Bruno [Sun, 31 Oct 2010 22:09:24 +0000 (15:09 -0700)] 
girparser: Autoreparent static methods to the best-matching symbol

15 years agogirparser: Postprocess aliases
Luca Bruno [Sun, 17 Oct 2010 07:04:50 +0000 (00:04 -0700)] 
girparser: Postprocess aliases

15 years agogirparser: Skip creating structs for *Class and *Iface
Luca Bruno [Tue, 24 Aug 2010 08:52:05 +0000 (10:52 +0200)] 
girparser: Skip creating structs for *Class and *Iface

15 years agogirparser: Postprocess symbols
Luca Bruno [Mon, 1 Nov 2010 06:01:24 +0000 (23:01 -0700)] 
girparser: Postprocess symbols

15 years agogirparser: Add common parse_symbol_from_string method
Luca Bruno [Sun, 17 Oct 2010 06:45:14 +0000 (23:45 -0700)] 
girparser: Add common parse_symbol_from_string method

15 years agogirparser: Replace parse_metadata with MetadataParser
Luca Bruno [Sun, 29 Aug 2010 11:02:25 +0000 (13:02 +0200)] 
girparser: Replace parse_metadata with MetadataParser

15 years agovapigen: Add --disable-warnings and use --quiet to tune reports verbosity
Luca Bruno [Sun, 29 Aug 2010 08:57:24 +0000 (10:57 +0200)] 
vapigen: Add --disable-warnings and use --quiet to tune reports verbosity

15 years agogirparser: Generate default parameter names for callbacks
Luca Bruno [Sun, 31 Oct 2010 21:35:21 +0000 (14:35 -0700)] 
girparser: Generate default parameter names for callbacks

15 years agogirparser: Add missing source references to classes and structs
Luca Bruno [Sun, 17 Oct 2010 06:19:47 +0000 (23:19 -0700)] 
girparser: Add missing source references to classes and structs

15 years agogirparser: Parse included GIR files
Luca Bruno [Sun, 17 Oct 2010 05:46:36 +0000 (22:46 -0700)] 
girparser: Parse included GIR files

15 years agogirparser: Stop parsing if the context already has the provided package
Luca Bruno [Sun, 17 Oct 2010 05:36:36 +0000 (22:36 -0700)] 
girparser: Stop parsing if the context already has the provided package

15 years agovapigen: Remove misleading --metadata, each .gir must have its own .metadata.
Luca Bruno [Mon, 23 Aug 2010 18:20:25 +0000 (20:20 +0200)] 
vapigen: Remove misleading --metadata, each .gir must have its own .metadata.

Fixes bug 624278.

15 years agovapigen: Honor --directory option as output directory
Luca Bruno [Sun, 17 Oct 2010 05:13:53 +0000 (22:13 -0700)] 
vapigen: Honor --directory option as output directory

15 years agovapigen: Remove obsolete code for handling omitted --library option
Luca Bruno [Sun, 17 Oct 2010 05:07:37 +0000 (22:07 -0700)] 
vapigen: Remove obsolete code for handling omitted --library option

15 years agoGenie: Fix lists and dicts with libgee 0.7
Alban Browaeys [Mon, 8 Nov 2010 08:18:31 +0000 (09:18 +0100)] 
Genie: Fix lists and dicts with libgee 0.7

The delegate type used for equal and hash functions changed in
libgee 0.7. However, as libgee 0.5+ takes care of setting reasonable
default functions, simply removing the corresponding code from the
Genie parser fixes this incompatibility.

15 years agocodegen: Fix C code generated for out array arguments in async methods
Jürg Billeter [Mon, 8 Nov 2010 07:50:53 +0000 (08:50 +0100)] 
codegen: Fix C code generated for out array arguments in async methods

15 years agogtk+-3.0: Update to 2.91.3
Jürg Billeter [Sat, 6 Nov 2010 15:46:46 +0000 (16:46 +0100)] 
gtk+-3.0: Update to 2.91.3

15 years agogdk-pixbuf-2.0: Update to 2.22.1
Jürg Billeter [Sat, 6 Nov 2010 15:43:22 +0000 (16:43 +0100)] 
gdk-pixbuf-2.0: Update to 2.22.1

15 years agogio-2.0: Update to 2.27.2
Jürg Billeter [Sat, 6 Nov 2010 15:39:44 +0000 (16:39 +0100)] 
gio-2.0: Update to 2.27.2

15 years agolibsoup-2.4: use uint8[] instead of string for Buffer.data
Evan Nemerson [Thu, 4 Nov 2010 23:56:21 +0000 (16:56 -0700)] 
libsoup-2.4: use uint8[] instead of string for Buffer.data

15 years agogstreamer-0.10: fix GCallback casting in probe functions
Thijs Vermeir [Wed, 3 Nov 2010 17:17:38 +0000 (18:17 +0100)] 
gstreamer-0.10: fix GCallback casting in probe functions

15 years agogtk+-2.0, gtk+-3.0: mark Style.get_style_property value argument as out
Evan Nemerson [Wed, 3 Nov 2010 16:44:14 +0000 (09:44 -0700)] 
gtk+-2.0, gtk+-3.0: mark Style.get_style_property value argument as out

15 years agocodegen: Fix reserved identifiers in delegate parameters
Víctor Manuel Jáquez Leal [Wed, 3 Nov 2010 00:22:56 +0000 (01:22 +0100)] 
codegen: Fix reserved identifiers in delegate parameters

Fixes bug 633250.

15 years agoglib-2.0: make Func, ThreadFunc, HFunc, Thread, and ThreadPool generic
Evan Nemerson [Wed, 3 Nov 2010 05:42:54 +0000 (22:42 -0700)] 
glib-2.0: make Func, ThreadFunc, HFunc, Thread, and ThreadPool generic

15 years agosqlite3: update to 3.7.2
Evan Nemerson [Wed, 3 Nov 2010 05:18:31 +0000 (22:18 -0700)] 
sqlite3: update to 3.7.2

15 years agogtk+-2.0, gtk+-3.0: fix CellRenderer.get_fixed_size arguments
Evan Nemerson [Tue, 2 Nov 2010 20:13:15 +0000 (13:13 -0700)] 
gtk+-2.0, gtk+-3.0: fix CellRenderer.get_fixed_size arguments

15 years agopango: fix ownership of AttrList.get_iterator return value
Evan Nemerson [Tue, 2 Nov 2010 18:46:05 +0000 (11:46 -0700)] 
pango: fix ownership of AttrList.get_iterator return value

15 years agopango: fix ownership of GlyphItem.split return value
Evan Nemerson [Tue, 2 Nov 2010 03:24:30 +0000 (20:24 -0700)] 
pango: fix ownership of GlyphItem.split return value

15 years agoFix building with Vala 0.12 branch (commit b6c980fe26b3b51399d9bb6cd92a36e900d6eff6)
Florian Brosch [Tue, 2 Nov 2010 00:36:31 +0000 (01:36 +0100)] 
Fix building with Vala 0.12 branch (commit b6c980fe26b3b51399d9bb6cd92a36e900d6eff6)

15 years agogio-2.0: make AppInfo.create_from_commandline.application_name nullable
Evan Nemerson [Mon, 1 Nov 2010 22:22:12 +0000 (15:22 -0700)] 
gio-2.0: make AppInfo.create_from_commandline.application_name nullable

15 years agoglib-2.0: add GTimeSpec binding
Evan Nemerson [Mon, 1 Nov 2010 09:10:34 +0000 (02:10 -0700)] 
glib-2.0: add GTimeSpec binding