]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
16 years agotypesymbol: coding style fixes
Florian Brosch [Wed, 28 Oct 2009 12:25:41 +0000 (13:25 +0100)] 
typesymbol: coding style fixes

16 years agolibvaladoc: fix "throws" statement in build_signature for methods and delegates
Florian Brosch [Wed, 28 Oct 2009 12:17:46 +0000 (13:17 +0100)] 
libvaladoc: fix "throws" statement in build_signature for methods and delegates

16 years agosignaturebuilder: add support for basic type highlighting
Florian Brosch [Wed, 28 Oct 2009 01:59:55 +0000 (02:59 +0100)] 
signaturebuilder: add support for basic type highlighting

16 years agomarkupwriter: move xml-declaration back to the constructor + flag
Florian Brosch [Wed, 28 Oct 2009 00:24:14 +0000 (01:24 +0100)] 
markupwriter: move xml-declaration back to the constructor + flag

16 years agobasicdoclet: Fix broken id-attribute in content headline
Florian Brosch [Wed, 28 Oct 2009 00:02:21 +0000 (01:02 +0100)] 
basicdoclet: Fix broken id-attribute in content headline

16 years agolibgda-4.0: Fix gda_data_model_get_*value_at bindings
Shawn Ferris [Tue, 27 Oct 2009 17:20:43 +0000 (18:20 +0100)] 
libgda-4.0: Fix gda_data_model_get_*value_at bindings

Fixes bug 599523.

16 years agogtk+-2.0: Update to GTK+ 2.18
Matias De la Puente [Tue, 27 Oct 2009 17:08:11 +0000 (18:08 +0100)] 
gtk+-2.0: Update to GTK+ 2.18

Fixes bug 599607.

16 years agogtk+-2.0: Fix GtkScale::format-value binding
Jürg Billeter [Tue, 27 Oct 2009 17:02:52 +0000 (18:02 +0100)] 
gtk+-2.0: Fix GtkScale::format-value binding

Fixes bug 599727.

16 years agoGASync: Do not declare async data struct too early
Jürg Billeter [Tue, 27 Oct 2009 16:35:58 +0000 (17:35 +0100)] 
GASync: Do not declare async data struct too early

Async data struct declaration depends on declarations of local
variable types and thus must be appended after visiting the method
body.

Fixes bug 599767.

16 years agoClean up unused GError in case of catch statement without arguments
Alexander Bokovoy [Sun, 25 Oct 2009 09:21:40 +0000 (11:21 +0200)] 
Clean up unused GError in case of catch statement without arguments

When catch statement has no arguments, no access to a GError is possible
from Vala source code. Therefore, do not create temporary variable which
is not used. Also, clear error object as it is not passed upwards then.

16 years agobasicdoclet: remove enum and errordomain signatures from index
Florian Brosch [Tue, 27 Oct 2009 14:51:31 +0000 (15:51 +0100)] 
basicdoclet: remove enum and errordomain signatures from index

16 years agobasicdoclet: Fix syntax highlighting
Florian Brosch [Tue, 27 Oct 2009 14:37:02 +0000 (15:37 +0100)] 
basicdoclet: Fix syntax highlighting

16 years agotypereference: use unowned in favor of weak
Florian Brosch [Tue, 27 Oct 2009 11:56:21 +0000 (12:56 +0100)] 
typereference: use unowned in favor of weak

16 years agomarkupwriter: fix (null) in attribute values
Florian Brosch [Tue, 27 Oct 2009 00:35:31 +0000 (01:35 +0100)] 
markupwriter: fix (null) in attribute values

16 years agox11: Add XGrabKey and XKeysymToKeycode bindings
Jürg Billeter [Mon, 26 Oct 2009 17:44:10 +0000 (18:44 +0100)] 
x11: Add XGrabKey and XKeysymToKeycode bindings

16 years agolibwnck-1.0: Fix WnckScreen and WnckWindow bindings
Jürg Billeter [Mon, 26 Oct 2009 17:43:12 +0000 (18:43 +0100)] 
libwnck-1.0: Fix WnckScreen and WnckWindow bindings

16 years agoFix trailling whitespaces
Didier Ptitjes [Mon, 26 Oct 2009 00:04:23 +0000 (01:04 +0100)] 
Fix trailling whitespaces

16 years agolicence information update
Florian Brosch [Sun, 25 Oct 2009 23:51:31 +0000 (00:51 +0100)] 
licence information update

16 years agoHtml: Reorganized and cleaned files
Didier Ptitjes [Sun, 25 Oct 2009 22:44:34 +0000 (23:44 +0100)] 
Html: Reorganized and cleaned files

16 years agoHtml: Re-enable sort of members in navigation
Didier Ptitjes [Sun, 25 Oct 2009 22:30:03 +0000 (23:30 +0100)] 
Html: Re-enable sort of members in navigation

16 years agovaladoc.org: Remove trailling .doclet.vala.swp file
Didier Ptitjes [Sun, 25 Oct 2009 22:27:56 +0000 (23:27 +0100)] 
valadoc.org: Remove trailling .doclet.vala.swp file

16 years agodevhelp-plugin: independent css file
Florian Brosch [Sun, 25 Oct 2009 22:19:24 +0000 (23:19 +0100)] 
devhelp-plugin: independent css file

16 years agodrop libxml2 dependency
Florian Brosch [Sun, 25 Oct 2009 21:14:00 +0000 (22:14 +0100)] 
drop libxml2 dependency

16 years agoMarkupWriter: Split into a general purpose markup writer and a html-writer
Florian Brosch [Fri, 23 Oct 2009 19:52:34 +0000 (21:52 +0200)] 
MarkupWriter: Split into a general purpose markup writer and a html-writer

16 years agoD-Bus: Fix signals with string array parameters in dynamic clients df58c3a91261eaae3d7cadea02ed1ee437ede2a7
Jürg Billeter [Thu, 22 Oct 2009 20:05:16 +0000 (22:05 +0200)] 
D-Bus: Fix signals with string array parameters in dynamic clients

Fixes bug 599071.

16 years agozlib: Various improvements
Jörn Magens [Thu, 22 Oct 2009 19:16:24 +0000 (21:16 +0200)] 
zlib: Various improvements

Fixes bug 599014.

16 years agoicon install path fix
Florian Brosch [Thu, 22 Oct 2009 00:55:51 +0000 (02:55 +0200)] 
icon install path fix

16 years agolibhtmlhelpers -> libvaladoc
Florian Brosch [Thu, 22 Oct 2009 00:41:17 +0000 (02:41 +0200)] 
libhtmlhelpers -> libvaladoc

16 years agoDeprecate assigning to construct-only properties
Jürg Billeter [Wed, 21 Oct 2009 21:53:58 +0000 (23:53 +0200)] 
Deprecate assigning to construct-only properties

Object (property: value) constructor chain up is recommended to set
construct-only properties.

16 years agoGObject: Check arguments of Object constructor chain up
Jürg Billeter [Wed, 21 Oct 2009 21:17:54 +0000 (23:17 +0200)] 
GObject: Check arguments of Object constructor chain up

16 years agoSupport named arguments with ellipsis parameters
Jürg Billeter [Wed, 21 Oct 2009 20:38:52 +0000 (22:38 +0200)] 
Support named arguments with ellipsis parameters

16 years agoSupport (!) non-null casts
Jürg Billeter [Wed, 21 Oct 2009 19:40:36 +0000 (21:40 +0200)] 
Support (!) non-null casts

16 years agoSupport constructor chain up to GObject using Object (...)
Jürg Billeter [Wed, 21 Oct 2009 19:28:28 +0000 (21:28 +0200)] 
Support constructor chain up to GObject using Object (...)

16 years agorm of conditional doclet directories
Florian Brosch [Wed, 21 Oct 2009 14:28:12 +0000 (16:28 +0200)] 
rm of conditional doclet directories

16 years agodevhelp-doclet: _renderer: null pointer fix
Florian Brosch [Wed, 21 Oct 2009 10:41:33 +0000 (12:41 +0200)] 
devhelp-doclet: _renderer: null pointer fix

16 years agovaladoc.org-doclt: api export
Florian Brosch [Wed, 21 Oct 2009 09:51:29 +0000 (11:51 +0200)] 
valadoc.org-doclt: api export

16 years agotemporary rm of gee.sort from html-navigation (g_object_unref-assertions)
Florian Brosch [Tue, 20 Oct 2009 21:31:19 +0000 (23:31 +0200)] 
temporary rm of gee.sort from html-navigation (g_object_unref-assertions)

16 years agoCheck number of generic type arguments of base types
Jürg Billeter [Tue, 20 Oct 2009 20:08:52 +0000 (22:08 +0200)] 
Check number of generic type arguments of base types

Fixes bug 598658.

16 years agoRegister all types when using [ModuleInit]
Jürg Billeter [Tue, 20 Oct 2009 19:56:36 +0000 (21:56 +0200)] 
Register all types when using [ModuleInit]

Fixes bug 553928.

16 years agoFix error messages for unsupported signal parameters
Jürg Billeter [Tue, 20 Oct 2009 16:38:49 +0000 (18:38 +0200)] 
Fix error messages for unsupported signal parameters

Fixes bug 598865.

16 years agoglib-2.0: Fix GMarkupParser binding
Jürg Billeter [Tue, 20 Oct 2009 15:41:04 +0000 (17:41 +0200)] 
glib-2.0: Fix GMarkupParser binding

As the GMarkupParser struct only stores function pointers and no
targets, no destroy function is necessary.

Fixes bug 595925.

16 years agoHtml: Don't wrap html source in signatures
Didier "Ptitjes [Tue, 20 Oct 2009 12:43:53 +0000 (14:43 +0200)] 
Html: Don't wrap html source in signatures

16 years agoApi: Make symbol names bold in signatures
Didier "Ptitjes [Tue, 20 Oct 2009 12:27:05 +0000 (14:27 +0200)] 
Api: Make symbol names bold in signatures

16 years agoApi: Take accessibility in account for property accessors
Didier "Ptitjes [Tue, 20 Oct 2009 12:24:49 +0000 (14:24 +0200)] 
Api: Take accessibility in account for property accessors

16 years agoApi: Remove ? in signatures of TypeReference to TypeParameters
Didier "Ptitjes [Tue, 20 Oct 2009 12:19:21 +0000 (14:19 +0200)] 
Api: Remove ? in signatures of TypeReference to TypeParameters

16 years agoHtml: Reorder entries to make navigation and lists consistent
Didier "Ptitjes [Tue, 20 Oct 2009 12:04:54 +0000 (14:04 +0200)] 
Html: Reorder entries to make navigation and lists consistent

16 years agoFix build against Vala master
Didier "Ptitjes [Tue, 20 Oct 2009 12:01:38 +0000 (14:01 +0200)] 
Fix build against Vala master

16 years agoHtml: Sort members in the navigation
Didier "Ptitjes [Tue, 20 Oct 2009 11:55:42 +0000 (13:55 +0200)] 
Html: Sort members in the navigation

16 years agoHtml: Include signatures in content lists
Didier "Ptitjes [Tue, 20 Oct 2009 01:20:09 +0000 (03:20 +0200)] 
Html: Include signatures in content lists

16 years agoApi: Fix missing ';' in property accessor signatures
Didier "Ptitjes [Tue, 20 Oct 2009 01:15:59 +0000 (03:15 +0200)] 
Api: Fix missing ';' in property accessor signatures

16 years agoFix namespace resolution
Didier "Ptitjes [Tue, 20 Oct 2009 01:13:29 +0000 (03:13 +0200)] 
Fix namespace resolution

16 years agoHtml: Reuse get_html_css_class where possible
Didier "Ptitjes [Tue, 20 Oct 2009 01:08:46 +0000 (03:08 +0200)] 
Html: Reuse get_html_css_class where possible

16 years agoApi: Finally remove the unused stuff
Didier "Ptitjes [Tue, 20 Oct 2009 01:05:06 +0000 (03:05 +0200)] 
Api: Finally remove the unused stuff

16 years agoApi: Remove *Handler interfaces
Didier "Ptitjes [Tue, 20 Oct 2009 00:48:26 +0000 (02:48 +0200)] 
Api: Remove *Handler interfaces

16 years agoHtml: Refactor BasicDoclet.write_navi_*
Didier "Ptitjes [Tue, 20 Oct 2009 00:19:39 +0000 (02:19 +0200)] 
Html: Refactor BasicDoclet.write_navi_*

16 years agoHtml: Refactor BasicDoclet.write_*_content
Didier "Ptitjes [Tue, 20 Oct 2009 00:15:07 +0000 (02:15 +0200)] 
Html: Refactor BasicDoclet.write_*_content

16 years agoHtml: Fix typo
Didier "Ptitjes [Tue, 20 Oct 2009 00:07:05 +0000 (02:07 +0200)] 
Html: Fix typo

16 years agoHtml: Simplify css stylesheets by using descendant selectors
Didier "Ptitjes [Tue, 20 Oct 2009 00:04:26 +0000 (02:04 +0200)] 
Html: Simplify css stylesheets by using descendant selectors

16 years agoHtml: Enhance pretty print
Didier "Ptitjes [Mon, 19 Oct 2009 23:59:29 +0000 (01:59 +0200)] 
Html: Enhance pretty print

16 years agoHtml: Introduce MarkupWriter to pretty-print generated html
Didier "Ptitjes [Mon, 19 Oct 2009 23:55:33 +0000 (01:55 +0200)] 
Html: Introduce MarkupWriter to pretty-print generated html

16 years agoD-Bus: Fix error handling in static async clients
Jürg Billeter [Mon, 19 Oct 2009 13:21:39 +0000 (15:21 +0200)] 
D-Bus: Fix error handling in static async clients

16 years agominor wiki renderer fixes (\n)
Florian Brosch [Sun, 18 Oct 2009 22:08:14 +0000 (00:08 +0200)] 
minor wiki renderer fixes (\n)

16 years agoAllow use of .gir directly from valac
Ryan Lortie [Sat, 17 Oct 2009 22:46:15 +0000 (18:46 -0400)] 
Allow use of .gir directly from valac

  - add a --girdir parameter to the compiler
  - make --pkg fall back to searching for a .gir file if it can't find
    a .vapi file

also:

  - change the search order for .vapi files: XDG dirs are searched
    before the compiled-in (--prefix) data directory, now.

Fixes bug 598817.

16 years agoUse strict non-null types with --enable-experimental-non-null 80c18a1d1ff357be7f1d0f50f1aa331f206a0a0a
Jürg Billeter [Sun, 18 Oct 2009 14:04:08 +0000 (16:04 +0200)] 
Use strict non-null types with --enable-experimental-non-null

Do not consider local variables nullable or nullable types compatible
to non-null types when using --enable-experimental-non-null.

16 years agoDo not split conditional expressions in asserts
Jürg Billeter [Sun, 18 Oct 2009 12:41:17 +0000 (14:41 +0200)] 
Do not split conditional expressions in asserts

Fixes bug 577619.

16 years agoFix capturing arrays and delegates
Jürg Billeter [Sat, 17 Oct 2009 19:37:05 +0000 (21:37 +0200)] 
Fix capturing arrays and delegates

Fixes bug 598738.

16 years agovapigen: Don't emit ".@new" on default constructor
Ryan Lortie [Sat, 17 Oct 2009 15:14:13 +0000 (11:14 -0400)] 
vapigen: Don't emit ".@new" on default constructor

Special-case a constructor name of "new" appearing in a .gir file to be
the default constructor.

16 years agoAdd initial support for valadoc.org
Florian Brosch [Sat, 17 Oct 2009 02:18:07 +0000 (04:18 +0200)] 
Add initial support for valadoc.org

16 years agoFix support for images
Florian Brosch [Sat, 17 Oct 2009 00:13:16 +0000 (02:13 +0200)] 
Fix support for images

16 years agoApi: Introduce Visitor and refactor Valadoc.Doclet
Didier 'Ptitjes [Fri, 16 Oct 2009 19:44:14 +0000 (21:44 +0200)] 
Api: Introduce Visitor and refactor Valadoc.Doclet

16 years agoApi: Move to api/, make class names consistent and update Makefile
Didier 'Ptitjes [Fri, 16 Oct 2009 19:06:13 +0000 (21:06 +0200)] 
Api: Move to api/, make class names consistent and update Makefile

16 years agoApi: Move all classes to the Valadoc.Api namespace
Didier 'Ptitjes [Fri, 16 Oct 2009 18:46:55 +0000 (20:46 +0200)] 
Api: Move all classes to the Valadoc.Api namespace

16 years agoMake protected API documented by default
Didier 'Ptitjes [Fri, 16 Oct 2009 17:13:23 +0000 (19:13 +0200)] 
Make protected API documented by default

16 years agoApi: Fix handling of constructors
Didier 'Ptitjes [Fri, 16 Oct 2009 17:11:57 +0000 (19:11 +0200)] 
Api: Fix handling of constructors

16 years agoRemove the vapis from git and fix Makefiles
Didier 'Ptitjes [Fri, 16 Oct 2009 14:37:33 +0000 (16:37 +0200)] 
Remove the vapis from git and fix Makefiles

16 years agoGAsync: Fix non-closure lambda expressions in instance methods
Jürg Billeter [Fri, 16 Oct 2009 15:59:30 +0000 (17:59 +0200)] 
GAsync: Fix non-closure lambda expressions in instance methods

Fixes bug 598697.

16 years agoGAsync: Fix abstract interface implementations
Jürg Billeter [Fri, 16 Oct 2009 15:56:19 +0000 (17:56 +0200)] 
GAsync: Fix abstract interface implementations

Fixes bug 598698.

16 years agoApi: Introduce in-tree signature building
Didier 'Ptitjes [Fri, 16 Oct 2009 06:34:15 +0000 (08:34 +0200)] 
Api: Introduce in-tree signature building

16 years agoVisit type parameters of generic methods
Didier 'Ptitjes [Fri, 16 Oct 2009 13:25:01 +0000 (15:25 +0200)] 
Visit type parameters of generic methods

16 years agoGAsync: Fix object creation expressions throwing errors
Jürg Billeter [Fri, 16 Oct 2009 13:39:20 +0000 (15:39 +0200)] 
GAsync: Fix object creation expressions throwing errors

Fixes bug 598677.

16 years agoUpdate .gitignore
Didier 'Ptitjes [Fri, 16 Oct 2009 06:37:23 +0000 (08:37 +0200)] 
Update .gitignore

16 years ago'make install' archlinux
pancake [Thu, 15 Oct 2009 22:28:25 +0000 (00:28 +0200)] 
'make install' archlinux

16 years agohtmlhelpers, interface: constant listing
Florian Brosch [Thu, 15 Oct 2009 21:28:05 +0000 (23:28 +0200)] 
htmlhelpers, interface: constant listing

16 years agoCheck signature of overriding methods for async
Frederik 'playya' Sdun [Tue, 13 Oct 2009 16:34:03 +0000 (18:34 +0200)] 
Check signature of overriding methods for async

Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com>
16 years agogtk+-2.0: Fix gtk_tree_view_set_row_separator_func binding
Jürg Billeter [Thu, 15 Oct 2009 21:07:06 +0000 (23:07 +0200)] 
gtk+-2.0: Fix gtk_tree_view_set_row_separator_func binding

Fixes bug 596913.

16 years ago- external libgee
Florian Brosch [Thu, 15 Oct 2009 21:03:59 +0000 (23:03 +0200)] 
- external libgee

16 years agoReport error when signal exists more than once in type hierarchy
Jürg Billeter [Thu, 15 Oct 2009 19:34:55 +0000 (21:34 +0200)] 
Report error when signal exists more than once in type hierarchy

16 years agoWarn if signal hides member in base class
Jürg Billeter [Thu, 15 Oct 2009 19:27:08 +0000 (21:27 +0200)] 
Warn if signal hides member in base class

16 years agoContent: Rename Highlighted to Run and prepare it for signatures
Didier 'Ptitjes [Thu, 15 Oct 2009 16:44:32 +0000 (18:44 +0200)] 
Content: Rename Highlighted to Run and prepare it for signatures

16 years agoApi: Remove Basic and DocumentedElement
Didier 'Ptitjes [Thu, 15 Oct 2009 12:05:44 +0000 (14:05 +0200)] 
Api: Remove Basic and DocumentedElement

16 years agoApi: Remove settings reference in nodes
Didier 'Ptitjes [Wed, 14 Oct 2009 12:31:51 +0000 (14:31 +0200)] 
Api: Remove settings reference in nodes

16 years agoApi: Remove references to the tree root in nodes
Didier 'Ptitjes [Wed, 14 Oct 2009 13:39:43 +0000 (15:39 +0200)] 
Api: Remove references to the tree root in nodes

16 years agoApi: Externalize nodes creation
Didier 'Ptitjes [Wed, 14 Oct 2009 12:27:31 +0000 (14:27 +0200)] 
Api: Externalize nodes creation

16 years agoApi: Refactor the API tree
Didier 'Ptitjes [Wed, 14 Oct 2009 10:50:38 +0000 (12:50 +0200)] 
Api: Refactor the API tree

16 years agoD-Bus: dynamic wrapper functions are always static
Thijs Vermeir [Wed, 14 Oct 2009 10:39:14 +0000 (12:39 +0200)] 
D-Bus: dynamic wrapper functions are always static

16 years agoAdd to_uint64 to string class
Philipp Zabel [Tue, 13 Oct 2009 19:49:04 +0000 (21:49 +0200)] 
Add to_uint64 to string class

16 years agocairo: Add cairo_rectangle struct and set cairo_matrix_t has not type id
Nicolas Bruguier [Mon, 12 Oct 2009 16:31:01 +0000 (18:31 +0200)] 
cairo: Add cairo_rectangle struct and set cairo_matrix_t has not type id

16 years agoposix: Add atoi/atol/atoll/strlen bindings
pancake [Mon, 12 Oct 2009 21:20:45 +0000 (23:20 +0200)] 
posix: Add atoi/atol/atoll/strlen bindings

16 years agoposix: Add FILE bindings
pancake [Mon, 12 Oct 2009 21:07:15 +0000 (23:07 +0200)] 
posix: Add FILE bindings

16 years agoGenie: Handle casts involving arrays/lists/dicts correctly
Jamie McCracken [Mon, 12 Oct 2009 20:17:46 +0000 (16:17 -0400)] 
Genie: Handle casts involving arrays/lists/dicts correctly