Matthias Clasen
7b18bf4b95
Add schema name in error message
...
Why not be helpful if it doesn't cost anything...
2011-02-17 23:33:24 -05:00
Matthias Clasen
f1d5501bd7
Fix the tm.tm_gmtoff check
2011-02-17 23:33:11 -05:00
Matthias Clasen
f948a0fd39
Docs: Mention gettext setup requirements in i18n section
2011-02-17 23:32:53 -05:00
Benjamin Otte
ee41cd61f7
doc: Fix typo in previous commit
...
Yuck. I blame it on the weekend.
2011-02-17 23:32:44 -05:00
Benjamin Otte
936c7a895b
docs: Fix return value for g_datetime_compare()
...
Previous code confused dt1 and dt2. The new formulation is stolen from
man strcmp() and g_strcmp0().
(cherry picked from commit 17eea8fa60915c5711a99eebe5025eadb04c3f3f)
2011-02-17 23:32:37 -05:00
Colin Walters
74efccfc4b
gdesktopappinfo: Handle g_get_prgname() being NULL
...
Reported-By: Sebastien Bacher <seb128@ubuntu.com>
https://bugzilla.gnome.org/show_bug.cgi?id=642490
2011-02-16 13:59:44 -05:00
Ryan Lortie
78c8f5cc69
Bug 642052 - g_timeout_add(_seconds) overflow
...
Fix integer overflow error.
2011-02-14 23:24:10 -05:00
Ryan Lortie
7aa6620d20
Bug 642052: add currently-broken test case
...
The test case fails for now. It will be fixed by the next commit.
2011-02-14 23:24:09 -05:00
Ryan Lortie
7e525f9547
GVariant: doc the format of g_variant_parse/print
...
This is a backport from master, including changes made by Will Thompson.
2011-02-11 14:17:32 -05:00
Will Thompson
c2d98c5609
GObject: correct documentation typos
2011-02-11 15:21:12 +00:00
Ryan Lortie
b1d02f9323
GVariant: support NULL for empty arrays in varargs
...
g_variant_new("as", NULL); now gives an empty array of strings, for
example.
This was documented as working already, but was never actually
implemented (due to the fact that it muddies the water when considering
maybe types). It's being implemented now because its convenience to
programmers exceeds any damage done to the conceptual purity of the API.
2011-02-11 10:14:29 -05:00
Runa Bhattacharjee
d25dca2d74
Updated Bengali India Translation
2011-02-11 19:01:05 +05:30
Colin Walters
4196dfbc4a
gsettings: Minor typo in previous commit
2011-02-10 23:42:34 -05:00
Ryan Lortie
0f8d1933ad
GSettings: add paragraph with performance notes
...
summary: reads are very fast. writes are fast for you, but expensive
for the system, so don't do them except in response to explicit user
action.
2011-02-09 11:55:35 -05:00
Matthias Clasen
214d1bdd20
Bump version
2011-02-08 13:21:37 -05:00
Piotr Drąg
939d5131dd
Updated Polish translation
2011-02-08 18:22:44 +01:00
Matthias Clasen
a6caaebea7
Document new API
2.28.0
2011-02-08 10:05:00 -05:00
Matthias Clasen
78dcafc5cb
Fix some parameter mismatches in GVariant docs
2011-02-08 10:04:36 -05:00
Matthias Clasen
4368a07e02
Avoid more compiler warnings
2011-02-08 07:41:49 -05:00
Matthias Clasen
8d572f5d22
g_date_time_format: drop an unused variable
2011-02-08 07:35:54 -05:00
Matthias Clasen
ab2112a77b
Add release note about GApplication
2011-02-08 07:33:02 -05:00
Matthias Clasen
f93d2f1b08
Update NEWS
2011-02-08 00:00:08 -05:00
Matthias Clasen
7839c46897
Bump version to 2.28.0
2011-02-07 23:53:29 -05:00
Matthias Clasen
126beeee33
Fix a typo
2011-02-07 23:46:02 -05:00
Michal Hruby
d43b2d52b4
Add more data about origin application to the "Launched" signal.
...
This will help applications such as zeitgeist's datahub to collect
more complete information about application launches, as the "actor"
of a launch is important for zeitgeist's magic to work properly.
2011-02-07 23:39:07 -05:00
Colin Walters
d6954c785d
gdesktopappinfo: Asynchronously flush after sending notification
...
If we were the initial connection owner, unref will destroy the
connection immediately, and we may lose messages. Asynchronously
flush to avoid that.
https://bugzilla.gnome.org/show_bug.cgi?id=641411
2011-02-07 23:37:14 -05:00
Matthias Clasen
626f197ee3
Clarify GInitable docs
...
Mention explicitly that the object is unrefed on error.
Pointed out by Philip Van Hoof,
https://bugzilla.gnome.org/show_bug.cgi?id=641363
2011-02-07 23:35:21 -05:00
Matthias Clasen
761fc9a8e7
Append .exe to glib-compile-schemas in .pc file
...
This makes the binary name correct on Windows.
Pointed out by David Schleef,
https://bugzilla.gnome.org/show_bug.cgi?id=641572
2011-02-07 23:30:56 -05:00
Matthias Clasen
fb2d30b9ff
Change the id of the gsettings section
...
This tricks gtk-doc into generating a html file with a different
name, avoiding the case-only GSettings.html vs gsettings.html.
https://bugzilla.gnome.org/show_bug.cgi?id=641688
2011-02-07 23:28:26 -05:00
Matthias Clasen
25ab13fd3c
Don't use -w in shebang line
...
This can cause warnings when PERL_PATH gets expanded to /usr/bin/env.
Patch by Adam Sampson, https://bugzilla.gnome.org/show_bug.cgi?id=641477
2011-02-07 23:27:19 -05:00
Javier Jardón
a0554a9f76
docs: Document Since properly, 2.26 -> 2.28
2011-02-08 02:27:44 +00:00
Rui Matos
db12eb5ca4
GApplication: document Since properly in header files, 2.26 -> 2.28
...
https://bugzilla.gnome.org/show_bug.cgi?id=641783
2011-02-08 01:00:04 +00:00
Johan Dahlin
9823ff1d20
Use ; instead of: to not confuse g-ir-scanner
2011-02-02 13:09:22 -02:00
Changwoo Ryu
59973526ea
Updated Korean translation
2011-02-02 21:59:38 +09:00
Johan Dahlin
fdaaa22b58
Correct gtk-doc SECTION: syntax
...
g-ir-scanner does not allow a space between the : and the
section name.
2011-02-01 16:18:02 -02:00
Javier Jardón
ad1f882a1c
docs: Remove some unneeded template files
...
async_queues, atomic_operations and bookmarkfile are already ported
to inline comments
2011-02-01 13:20:33 +00:00
Ryan Lortie
9f8798170d
GApplication: add notes about GDBus architecture
...
Some people are trying to write code that calls g_application_register()
then checks to see if we became the primary name owner before exporting
objects. This sort of approach worked with libdbus-1 because method
calls to the freshly-acquired name would not be dispatched until the
application returned to the mainloop. With GDBus, however, dispatches
can occur at any time (including in the brief space between acquiring
the name and actually registering the object).
Add documentation to make it clear that you should not expect this to
work.
2011-01-31 13:19:59 -05:00
Ignacio Casal Quinteiro
401a4233e4
Check that error exists before trying to set it. Fixes bug #640975 .
2011-01-31 13:34:26 +01:00
Fran Diéguez
72a8282231
Updated Galician translations
2011-01-30 03:31:06 +01:00
Luca Ferretti
49428369a7
Updated Italian translation
2011-01-29 14:00:25 +01:00
A S Alam
5d9f5cdc5a
update Punjabi Translation by A S Alam
2011-01-29 07:54:24 +05:30
Matthias Clasen
75098c297c
Bump version
2011-01-28 23:47:36 -05:00
Matthias Clasen
83661af46a
Enable silent rules by default
2.27.93
2011-01-28 21:09:52 -05:00
Matthias Clasen
2b60647607
Update NEWS
2011-01-28 21:06:03 -05:00
Matthias Clasen
a33aaad00c
Fix GIO build on Solaris
...
Major and minor are defined in sys/mkdev.h on Solaris
Patch by Fabian Groffen
https://bugzilla.gnome.org/show_bug.cgi?id=637013
2011-01-28 20:50:43 -05:00
Matthias Clasen
6fe2f5f11b
Prevent unused variable warnings from G_DEFINE_DYNAMIC_TYPE
2011-01-28 12:26:23 -05:00
Dan Winship
3c59c38404
Fix g_source_add_child_source docs
...
https://bugzilla.gnome.org/show_bug.cgi?id=640823
2011-01-28 10:18:42 -05:00
Ryan Lortie
d4209c1c41
GVariant: clear memory before releasing it
...
Bug #640807 makes a reasonable case for why it's better to have your
program crash outright in the case of memory errors. With this
modification, GVariant is far more likely to do that in the case that a
GVariant pointer is used shortly after being freed.
2011-01-28 08:25:05 -05:00
Tobias Mueller
8602a3a682
Fixed format string issue in a test, fixes bug 640725
2011-01-27 23:10:02 -05:00
Matthias Clasen
069daa69f6
Add testcase for bug 640695
2011-01-27 23:07:53 -05:00