summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-08Document new API2.28.0Matthias Clasen2-0/+26
2011-02-08Fix some parameter mismatches in GVariant docsMatthias Clasen2-11/+11
2011-02-08Avoid more compiler warningsMatthias Clasen2-7/+7
2011-02-08g_date_time_format: drop an unused variableMatthias Clasen1-3/+1
2011-02-08Add release note about GApplicationMatthias Clasen1-0/+12
2011-02-08Update NEWSMatthias Clasen1-0/+18
2011-02-07Bump version to 2.28.0Matthias Clasen1-2/+2
2011-02-07Fix a typoMatthias Clasen1-2/+2
2011-02-07Add more data about origin application to the "Launched" signal.Michal Hruby1-0/+13
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-07gdesktopappinfo: Asynchronously flush after sending notificationColin Walters1-1/+8
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-07Clarify GInitable docsMatthias Clasen1-1/+2
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-07Append .exe to glib-compile-schemas in .pc fileMatthias Clasen1-1/+1
This makes the binary name correct on Windows. Pointed out by David Schleef, https://bugzilla.gnome.org/show_bug.cgi?id=641572
2011-02-07Change the id of the gsettings sectionMatthias Clasen1-1/+1
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-07Don't use -w in shebang lineMatthias Clasen1-1/+2
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-08docs: Document Since properly, 2.26 -> 2.28Javier Jardón6-8/+8
2011-02-08GApplication: document Since properly in header files, 2.26 -> 2.28Rui Matos2-4/+4
https://bugzilla.gnome.org/show_bug.cgi?id=641783
2011-02-02Use ; instead of: to not confuse g-ir-scannerJohan Dahlin1-1/+1
2011-02-02Updated Korean translationChangwoo Ryu1-966/+1742
2011-02-01Correct gtk-doc SECTION: syntaxJohan Dahlin36-41/+41
g-ir-scanner does not allow a space between the : and the section name.
2011-02-01docs: Remove some unneeded template filesJavier Jardón4-791/+3
async_queues, atomic_operations and bookmarkfile are already ported to inline comments
2011-01-31GApplication: add notes about GDBus architectureRyan Lortie1-1/+24
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-31Check that error exists before trying to set it. Fixes bug #640975.Ignacio Casal Quinteiro1-7/+8
2011-01-30Updated Galician translationsFran Diéguez1-155/+159
2011-01-29Updated Italian translationLuca Ferretti1-344/+539
2011-01-29update Punjabi Translation by A S AlamA S Alam1-447/+550
2011-01-28Bump versionMatthias Clasen1-1/+1
2011-01-28Enable silent rules by default2.27.93Matthias Clasen1-3/+3
2011-01-28Update NEWSMatthias Clasen1-0/+24
2011-01-28Fix GIO build on SolarisMatthias Clasen2-1/+4
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-28Prevent unused variable warnings from G_DEFINE_DYNAMIC_TYPEMatthias Clasen1-1/+1
2011-01-28Fix g_source_add_child_source docsDan Winship1-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=640823
2011-01-28GVariant: clear memory before releasing itRyan Lortie1-0/+1
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-27Fixed format string issue in a test, fixes bug 640725Tobias Mueller1-1/+1
2011-01-27Add testcase for bug 640695Matthias Clasen3-1/+130
2011-01-27Ensure g_key_file_load_from_file() strips a \r on a 4 KB boundaryBenjamin Gilbert1-1/+3
When g_key_file_parse_data() encountered \n, it was checking the previous character in the current input buffer for a \r to erase, rather than the previous character in the parse buffer. If g_key_file_load_from_file() was given a file with a \r\n sequence straddling a 4 KB boundary, the \n would be the first character in the input buffer, so the \r would not be properly stripped. Bug #640695. Found-by: Jan Harkes <jaharkes@cs.cmu.edu>
2011-01-27Use g_set_error_literal where appropriateMatthias Clasen2-4/+4
2011-01-27Make load_user_special_dirs() resistant to nonexistent dirsMatthias Clasen1-8/+18
2011-01-27Remove redundant definitionsMatthias Clasen1-7/+0
https://bugzilla.gnome.org/show_bug.cgi?id=640262
2011-01-27Fail in a clean way if schema name is missingMatthias Clasen1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=640192
2011-01-27Merge remote branch 'gvdb/master'Ryan Lortie3-4/+48
2011-01-27Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2-588/+620
2011-01-27Updated Norwegian bokmål translation.Kjartan Maraas1-283/+314
2011-01-27QA of Galician translationsFran Diéguez1-95/+103
2011-01-25Mark a symbol as G_GNUC_INTERNALRyan Lortie1-0/+1
2011-01-23Updated Hebrew translation.Yaron Shahrabani1-216/+232
2011-01-22Updated Bulgarian translationAlexander Shopov1-443/+577
2011-01-22Updated Spanish translationJorge González1-274/+308
2011-01-22Bump PCRE minimum versionEmilio Pozuelo Monfort1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=640261
2011-01-22Bump versionMatthias Clasen1-1/+1
2011-01-22Update Unicode tests to 6.02.27.92Matthias Clasen2-8/+49