commit 30d682ad449992af469f309a558486867850c868
Author: Emmanuele Bassi <
[email protected]>
Date: Thu Nov 12 10:07:15 2009 +0000
Release 1.1.4
NEWS | 9 +++++++++
configure.ac | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
commit 5822b9ec98f170c3b069135af88ec6bb4ecda689
Author: Emmanuele Bassi <
[email protected]>
Date: Thu Nov 12 10:02:41 2009 +0000
enum-types: Put back a missing static
The enumeration types data should be static, otherwise it'll lead
to crashes when looking up the GEnumValue.
unique/uniqueenumtypes.c.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit adf6a995e2804f5f6e23556d48e2f32e77bde5eb
Author: Emmanuele Bassi <
[email protected]>
Date: Fri Nov 6 13:19:41 2009 +0000
Annotate unique_message_data_[sg]et_uris()
The fact that the URI array is NULL-terminated should be made clear,
in the documentation and the introspection annotations.
Thanks to: Stephane Delcroix <
[email protected]>
unique/uniquemessage.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
commit d7f55f47f298bb6910dc3469310fd6a197e10260
Author: Emmanuele Bassi <
[email protected]>
Date: Fri Nov 6 13:19:29 2009 +0000
Update repository URI
README | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 74eca2a31da13ddea7257b8791b0f31562855466
Author: Tor Lillqvist <
[email protected]>
Date: Mon Nov 9 01:21:11 2009 +0200
Make it possible to build with just the D-Bus backend
Reviewed-by: Emmanuele Bassi <
[email protected]>
configure.ac | 6 ++++++
unique/Makefile.am | 9 ++++++++-
unique/uniquebackend.c | 6 +++++-
3 files changed, 19 insertions(+), 2 deletions(-)
commit e515412d37998c9ee33ee3719203812eacdd5827
Author: Emmanuele Bassi <
[email protected]>
Date: Sun Nov 1 19:14:50 2009 +0000
build: Install uniqueenumtypes.h
Add the newly created enumeration GTypes header to the list if
installed files.
unique/Makefile.am | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
commit d5da75d2e2f1483a5cc392ed71dd1dbcf0f4e443
Author: Emmanuel Rodriguez <
[email protected]>
Date: Sun Oct 18 22:56:38 2009 +0200
Document that we can also get/set a filename in a message
https://bugzilla.gnome.org/show_bug.cgi?id=598871
unique/uniquemessage.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
commit 69066b419d2ad4cbe23b7595c5f2f1288bb25888
Author: Emmanuel Rodriguez <
[email protected]>
Date: Sun Oct 18 22:54:41 2009 +0200
Fix a typo
https://bugzilla.gnome.org/show_bug.cgi?id=598871
unique/uniqueapp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 160200d7e36a648551034ee46cc4cb2962e590a3
Author: Anders F Bjorklund <
[email protected]>
Date: Mon Oct 19 15:06:11 2009 +0200
gdkx.h is x11 only
https://bugzilla.gnome.org/show_bug.cgi?id=598925
Signed-off-by: Emmanuele Bassi <
[email protected]>
unique/uniquebackend.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
commit a2203280f09b3d259be75330a975d5e9fd2c5bc0
Author: Emmanuel Rodriguez <
[email protected]>
Date: Tue Oct 20 08:30:20 2009 +0200
Fix the check for minor in UNIQUE_CHECK_VERSION
https://bugzilla.gnome.org/show_bug.cgi?id=598870
Signed-off-by: Emmanuele Bassi <
[email protected]>
unique/uniqueversion.h.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
commit 4d0af17133a5eb6d2b256d35985f275c23c1cc32
Author: Emmanuel Rodriguez <
[email protected]>
Date: Sun Oct 18 22:51:24 2009 +0200
Fix the macro UNIQUE_CHECK_VERSION
The check for the micro version was done on the wrong variable and
it causes a compilation error.
https://bugzilla.gnome.org/show_bug.cgi?id=598870
Signed-off-by: Emmanuele Bassi <
[email protected]>
unique/uniqueversion.h.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 4e6085aac190afd564a184d159f288ff3aca5ffd
Author: Emmanuele Bassi <
[email protected]>
Date: Sun Nov 1 18:20:50 2009 +0000
build: Update build environment
• Clean up configure.ac and Makefile.am
• Use AM_SILENT_RULES if Automake 1.11 is present, and fall
back to Shave if it's not
• Use the generic Makefile rules for generating enumeration
GTypes and signal marshallers
• Clean up the Introspection data generation
.gitignore | 5 ++
Makefile.am | 4 +-
build/autotools/Makefile.am | 5 ++-
build/autotools/Makefile.am.enums | 43 +++++++++++++++
build/autotools/Makefile.am.marshal | 45 +++++++++++++++
build/autotools/Makefile.am.silent | 17 ++++++
configure.ac | 25 +++++++--
unique/Makefile.am | 102 ++++++++++++++++-------------------
unique/bacon/Makefile.am | 7 ++-
unique/dbus/Makefile.am | 2 +-
unique/unique.h | 1 +
unique/uniqueapp.c | 49 +----------------
unique/uniqueapp.h | 6 --
unique/uniqueenumtypes.c.in | 39 +++++++++++++
unique/uniqueenumtypes.h.in | 26 +++++++++
15 files changed, 255 insertions(+), 121 deletions(-)
commit a72ab58ea3b6e9ebb2735981c1266c09504c4b17
Author: Emmanuele Bassi <
[email protected]>
Date: Mon Aug 24 22:50:21 2009 +0100
[docs] Add a note about requiring gtk_init()
Be more explicit on requiring GTK+ to be initialized before using
LibUnique.
Fixes bug:
http://bugzilla.gnome.org/show_bug.cgi?id=585536
unique/uniqueapp.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
commit 44d68e939394ceb6384cf2a4b3fc832bdc7389a5
Author: Emmanuele Bassi <
[email protected]>
Date: Mon Aug 24 22:38:10 2009 +0100
Post-release bump to 1.1.3
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)