[glibmm/gmmproc-refactor] (174 commits) ...Merge branch 'master' into gmmproc-refactor
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm/gmmproc-refactor] (174 commits) ...Merge branch 'master' into gmmproc-refactor
- Date: Thu, 1 Sep 2011 14:48:39 +0000 (UTC)
Summary of changes:
3762d17... Added vectorutils.h. (*)
e648536... Fixed code style. (*)
1f73e89... Changed glib include to build cleanly with GLIB_DISABLE_SIN (*)
f45e7f7... ArrayHandle, ListHandle, SListHandle: Document these as alm (*)
a57dde3... Vector utils: Added simple documentation. (*)
ad59743... Vector utils: Corrected documentation and extended it bit. (*)
de5bdc0... 2.27.93 (*)
abd2e2a... gmmproc: Add optional arguments custom_vfunc[_callback] to (*)
f4d6bc2... gmmproc: Add optional arguments custom_vfunc[_callback] to (*)
6ea6ca5... OptionGroup: An on_post_parse() override need not call the (*)
2d080ef... Fix the make check build with --enable-warnings=fatal. (*)
1028a06... Slight ChangeLog improvement. (*)
9538094... Require glib 2.28.0. (*)
4865cea... Regenerate the XML of the C documentation. (*)
991637d... Update the .defs for signals and properties. (*)
efa5be6... Dealt with several TODOs. (*)
94a1f3d... OptionGroup: Add add_entry() that takes a slot with callbac (*)
eeafcc8... OptionGroup: Minor code style changes. (*)
ce84ddb... gmmproc: Allow some classes to be in a sub-namespace. (*)
4e118b9... Move the DBus classes into a Gio::DBus namespace. (*)
2622421... OptionGroup: Fix build error, remove memory leak. (*)
202871d... Added bool specialization for Glib::ArrayHandle. (*)
c0644d4... Fix the build with --enable-warnigns=fatal. (*)
d5830eb... 2.27.94 (*)
a80e7d9... Correct NEWS (*)
ec2a7b0... Correct NEWS again. (*)
7950912... Extended build_filename() utility function (*)
8ed239f... Mark some new API. (*)
7d7d42f... Added missing files. (*)
9670cf5... Bring back Gio::Error registration. (*)
055b060... Move Gio::DBusError to Gio::Dbus::DBusError. (*)
e83194f... Rename Gio::DBus::DBusError to Gio::DBus::Error. (*)
ba29ea7... Restore the Gio::DBus::Error registration. (*)
6edb045... Actually run all tests, and check some failures. (*)
ab38520... tests: Use EXIT_* for clarity. (*)
c4729dc... tests: Remove remaining use of std::cout. (*)
732ac9c... 2.27.95 (*)
da0c53c... Application: Wrap the local_command_line vfunc, though it i (*)
22d4e23... ApplicationCommandLine: Use std::string instead of ustring (*)
d767361... Gio::Application: Added get_environ(). (*)
bc7c251... Added a TODO (*)
848119f... Gio::Application: Fix a signal definition. (*)
fd11ed0... Gio::Application: open(): Added a single-file method overlo (*)
f24141d... Gio::Application::open(file): Fix this. (*)
999627b... DBus::InterfaceVTable: Use g_error_copy() where appropriate (*)
158d2cb... FileInfo: Add TODOs about using ustring instead of std::str (*)
0beb943... Tell gmmproc that it reads and writes UTF-8 files. (*)
4c4096d... FileInfo: Added more TODOs about using ustring instead of s (*)
9635fff... Do not install the doctool/*.pl scripts, such as doc-instal (*)
d067369... 2.27.96 (*)
d52ed93... Fix missing doc-install.pl problem with the tarball build. (*)
584a67f... Added some TODOS (*)
4af5c32... Variant: Add a cast operator. (*)
2f2de9f... Variant: Added Variant<VariantBase>::get(). (*)
d6393a1... Gio::Variant: Use _WRAP_METHOD() instead of hand-coding. (*)
279a4ca... Improve ChangeLog (*)
463849a... DBus::Proxy: Added signal properties_changed (*)
bd75c13... Dbus::Proxy: properties_changed signal: Avoid namespace qua (*)
6909698... Changelog correction (*)
3f08a14... Gio::Variant: Add some get() method overloads. (*)
78d0746... Variant: Remove unncessary Glib:: namespace qualification. (*)
f4511f9... 2.27.97 (*)
2919876... Date: Document that some methods return *this, and why. (*)
defb0eb... Vectorutils, ArrayHandle: Check for NULL pointers. (*)
7d9352a... Correct some range checks to use >= instead of just >. (*)
e806244... Gio::DBus: Move InterfaceVTable and SubtreeVTable to their (*)
572f968... Gio::DBus::InterfaceVTable: Make the tuple clearer. (*)
18d3a5f... 2.27.98 (*)
bc28ff1... Avoid a tarball dependency on mm-common. (*)
2df20ec... Variant: Improved the documentation, based on the C documen (*)
82b6e49... Documentation: Change DBus to D-Bus. (*)
a88cba4... More minor documentation corrections. (*)
fbbcc7d... Another docs fix. (*)
c819637... Minor comment changes. (*)
e114e24... Gio: Remove SettingsBackend. (*)
34dba57... Regenerate the XML for the C API documentation. (*)
c446268... Remove Gio::Application and friends for now because they ar (*)
98f6dce... 2.27.99 (*)
19a97d1... Gio::DBus: Use VariantContainerBase for tuple Variants. (*)
3a25868... Balanced Tree: Clean up the documentation. (*)
e7d1d03... Avoid use of NULL in C++ (*)
0ad88fe... Gio::DBus*: More use of VariantContainerBase. (*)
8403a17... 2.27.99.1 (*)
3851639... Variant: Add cast_dynamic<> specializations for strings. (*)
9fc6b19... VariantType: Capitalize the standard types. (*)
04794eb... VariantType: Capitalize the standard types. (*)
2d82710... Correct the ChangeLog (*)
6e12710... Really correct the ChangeLog (*)
693d26a... ArrayHandle: Make it compilable with MSVC 2005, 2008, 2010. (*)
2d2d815... Whitespace changes (*)
c724c60... Variant: Really declare the cast_dyamic() specialization fo (*)
5f56698... Variant: Move constructor definitions into the .cc file. (*)
177e20f... ChangeLog improvement (*)
0798176... Variant<std::string>::get(): Correct my custom implementati (*)
9ee8e6c... Use the utility functions for creating strings. (*)
00a2fa0... FileUtils: Correct my previous commit. (*)
8525275... Variant: Rename get(index) to get_child(index). (*)
e867816... 2.27.99.2 (*)
95e2ef6... Use the latest mm-common. (*)
9dd1ed8... DBusProxy: Rename type_map_changed_properties to MapChangeP (*)
33e317d... Code style improvement (*)
1e5d6d0... Rename a D-Bus client example. (*)
23d631c... Code style change. (*)
55efa32... Gio::DBus: Minor API changes. (*)
99ed265... Added a simple example of a D-Bus session bus service. (*)
f62a4d7... Gio::DBus::Connection: Added a register_method() overload w (*)
15288ee... Gio::DBus::NodeInfo::lookup_interface(): Add a method overl (*)
4b9ebee... Slight cleanup to D-Bus example code. (*)
b098610... Fix compiler warnings. (*)
fd45538... Gio::DBus examples: Renamed one and removed one. (*)
bd87a0f... Fixed the ChangeLog (*)
7ee7847... Gio::Settings: Really add list_schemas(). (*)
b71ee3c... ThemedIcon: Remove a property as suggested by a TODO. (*)
072c48b... Update a TODO (*)
008e18a... DBusServer: Add overview documentation. (*)
71377c3... 2.28.0 (*)
bc8a9df... DBus docs: Add a descripton for they doxygen group. (*)
cfe1e34... Fix the ChangeLog (*)
02d1204... Minor documentation improvements. (*)
0f380bb... Improved NEWS (*)
68c1f99... NEWS: fix typo (*)
8335682... gmmproc: GtkDefs::split_tokens() uses split() instead of su (*)
ce458b8... Gio::DBus::Message: Fixed includes for WIN32 (*)
4679488... Examples build: Use the GLIB_COMPILE_SCHEMAS variable. (*)
6b51465... gmmproc: Factored some copy-pasted code out to a common fun (*)
959613d... Update the VS 2005 project files. (*)
eda1dc1... Update the VS 2010 project files. (*)
e7b0967... Update the VS 2008 project files. (*)
63015f5... gmmproc: Put guards around generated includes in wrap_init. (*)
9108093... Extra Defs Tool: Only generate properties that the GType ow (*)
7ecae27... Correct ChangeLog (*)
3c08ef0... 2.28.1 (*)
5667f91... Use tar-ustar instead of tar-pax to ensure OpenBSD compatib (*)
46bda0f... gmmproc: Protect documentation with m4 quotes. (*)
1802c28... gmmproc: _WRAP_METHOD: Add optional parameter functionality (*)
3fd8f99... gmmproc: _WRAP_[CREATE|CTOR]: Add optional parameter functi (*)
0f1f548... gmmproc: Use NULL for optional properties. (*)
f5ea406... Fix the build with --enable-warnings=fatal. (*)
018b7fb... gmmproc: Do not use NULL for optional parameters or propert (*)
99760a5... tools: Recursive whitespace cleanup in folder. (*)
29da38e... gmmproc: _WRAP_[CREATE|CTOR|METHOD]: Support parameter reor (*)
5212ec6... gmmproc: _WRAP_METHOD: Add the possibility of an output par (*)
2652901... M4 Macros: Rename the _INITIALIZER macro to _INITIALIZATION (*)
383d92d... Gio::DBus::Connection::emit_signal(): Replace empty strings (*)
69d8fbe... Gio::DBus::Connection::emit_signal(): Say why convert empty (*)
aaaaee6... gmmproc: Use '.' instead of '-' in parameter reordering. (*)
a3d2900... m4 Macros: _INITIALZE: Modify so that $1 substitutes C++ ty (*)
ed489a8... Removed doctooldir variable from pkgconfig files (*)
0ed4113... 2.28.2 (*)
026ef4d... glibmm: Regenerate the defs and xml doc files. (*)
4e45a5a... glibmm: Add TimeZone and partial DateTime classes. (*)
7345779... Increase the Glib requirement to 2.29.8. (*)
088a3a8... TimeZone: Const corrections. (*)
9bd7541... DateTime: Add methods and create() methods not creating now (*)
a56a1c0... DateTime, TimeZone: Use classes without Glib::RefPt<>. (*)
49ab09c... giomm: Add TimeZoneMonitor. (*)
3e113b1... Add -Wformat-security to the --enable-warnings=fatal build. (*)
16d82bb... 2.29.10 (*)
5cac804... AppInfo::launch_uris(): Corrected (with deprecation) and ad (*)
339c8f7... AppInfo::launch(): Correct the parameter type. (*)
5dc68d4... gmmproc: _STRUCT_NOT_HIDDEN: Make macro local to class only (*)
7a6f7ee... AppInfo: Add launch() taking one file, and launch_uri() tak (*)
be04a6c... Add h2defs.py and docextract_to_xml.py, removed from pygboj (*)
a4df86a... Add reftpr_sigc_bind test case. (*)
47769ff... 2.29.11 (*)
f5265c7... Add back Gio::Application and friends so we can try to fini (*)
3a8b162... giomm: Application: local_command_line_vfunc(): Use referen (*)
e2ebf97... configure: Require the latest libsigc++. (*)
fb93262... TimeZoneMonitor: Remove as was done in glib. (*)
aa29d46... Visual Studio Projects Updates (*)
ce3df2e... 2.29.12 (*)
23036b5... Updated .gitignore. (*)
90acf10... Beginings of Gir parser.
ca69596... Merge branch 'master' into gmmproc-refactor
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]