| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-05-05 | Don't fail preparing the context if the connection or account is not preparedHEADmaster | Guillaume Desmottes | 3 | -19/+4 |
| 2010-05-05 | Pass invalidated channels to ObserveChannels implementation (fdo #27956) | Guillaume Desmottes | 5 | -5/+25 |
| 2010-05-05 | use a counter to check if context is ready | Guillaume Desmottes | 1 | -25/+12 |
| 2010-05-05 | TpConnectionManager: say what TP_CONNECTION_MANAGER_FEATURE_CORE implies | Simon McVittie | 1 | -1/+5 |
| 2010-05-04 | Write about fd.o #23369 in NEWS | Simon McVittie | 1 | -0/+16 |
| 2010-05-04 | Merge branch 'even-better-errors' | Simon McVittie | 4 | -39/+259 |
| 2010-05-04 | Merge branch 'enums' | Simon McVittie | 13 | -13/+93 |
| 2010-05-04 | Run glib-mkenums in a way that works with out-of-tree builds | Simon McVittie | 1 | -6/+8 |
| 2010-05-04 | Distribute genums.[ch].template | Simon McVittie | 1 | -0/+2 |
| 2010-05-04 | Include generated GEnum/GFlags types in documentation | Simon McVittie | 6 | -0/+66 |
| 2010-05-04 | connection-manager.h: include _gen/genums.h, for TP_TYPE_CM_INFO_SOURCE | Simon McVittie | 1 | -0/+2 |
| 2010-05-04 | contact.h: include _gen/genums.h, for TP_TYPE_CONTACT_FEATURE | Simon McVittie | 1 | -0/+2 |
| 2010-05-04 | dbus-properties-mixin.h: include _gen/genums.h, for TP_TYPE_DBUS_PROPERTIES_M... | Simon McVittie | 1 | -0/+2 |
| 2010-05-04 | dbus.h: include _gen/genums.h, for TP_TYPE_DBUS_ERROR | Simon McVittie | 1 | -0/+2 |
| 2010-05-04 | proxy.h: include _gen/genums.h, for TP_TYPE_DBUS_ERROR | Simon McVittie | 1 | -0/+1 |
| 2010-05-04 | TpConnectionManager::info-source: flag as inappropriate type (for ABI) | Simon McVittie | 1 | -0/+3 |
| 2010-05-04 | Don't generate an enum type for TpChannelFactoryRequestStatus | Simon McVittie | 1 | -1/+1 |
| 2010-05-04 | Generate a flags type, not an enum type, for TpDBusNameType | Simon McVittie | 1 | -5/+3 |
| 2010-05-04 | Generate a flags type, not an enum type, for TpDBusPropertiesMixinFlags | Simon McVittie | 1 | -1/+1 |
| 2010-05-04 | Merge branch 'enums' | Danielle Madeley | 12 | -109/+188 |
| 2010-05-04 | Clean up all generated files | Simon McVittie | 3 | -1/+10 |
| 2010-05-04 | Add nick trigraph to entries in the TpError enum, so that valid error names c... | Danielle Madeley | 1 | -38/+38 |
| 2010-05-04 | Correct glib-errors-check-gen test | Simon McVittie | 1 | -1/+1 |
| 2010-05-04 | Distribute expected-gtypes-gtk-doc.h to fix distcheck | Simon McVittie | 1 | -0/+1 |
| 2010-05-04 | Merge branch 'trivia' | Simon McVittie | 3 | -2/+4 |
| 2010-05-04 | fix TpSimpleObserver:callback: documentation | Guillaume Desmottes | 1 | -1/+1 |
| 2010-05-04 | glib-errors-check-gen.py: check that TP_ERROR_STR_foo are right, too | Simon McVittie | 1 | -0/+4 |
| 2010-05-04 | move DBusGMethodInvocation to priv | Guillaume Desmottes | 2 | -9/+9 |
| 2010-05-04 | fix an error leak | Guillaume Desmottes | 1 | -0/+1 |
| 2010-05-04 | Add a regression test to check the values for NUM_TP_{CONTACT_FEATURES,DBUS_E... | Danielle Madeley | 2 | -0/+64 |
| 2010-05-04 | Generate GEnums for hand-written enums | Danielle Madeley | 8 | -69/+84 |
| 2010-05-03 | Remove spurious comments about fd.o #5688 | Simon McVittie | 2 | -2/+0 |
| 2010-05-03 | Use tp_observe_channels_context_fail if preparing the context fail | Guillaume Desmottes | 1 | -1/+1 |
| 2010-05-03 | move TpBaseClientClassPrivate to the right section | Guillaume Desmottes | 1 | -1/+1 |
| 2010-05-03 | Work around GObject Introspection bug #615923 | Danielle Madeley | 2 | -2/+2 |
| 2010-05-03 | Merge branch 'error-macros' | Simon McVittie | 22 | -148/+105 |
| 2010-05-03 | Merge branch 'split-codegen-doc' | Simon McVittie | 13 | -398/+521 |
| 2010-05-03 | Add/correct gobject-introspection annotation for TpConnection and TpConnectio... | Danielle Madeley | 4 | -28/+31 |
| 2010-04-30 | Correct documentation regarding --disable-debug | Simon McVittie | 1 | -13/+2 |
| 2010-04-30 | Use macros WARNING(), etc., consistently (within the library) | Simon McVittie | 21 | -64/+63 |
| 2010-04-30 | Put various files into debug domains | Simon McVittie | 6 | -1/+15 |
| 2010-04-30 | Introduce a "misc" debug domain for util, dbus etc. | Simon McVittie | 2 | -2/+4 |
| 2010-04-30 | tp_base_connection_change_status: turn a warning + assert into a CRITICAL + r... | Simon McVittie | 1 | -2/+1 |
| 2010-04-30 | TpConnection: if RequestHandles returns the wrong length, raise error | Simon McVittie | 1 | -1/+2 |
| 2010-04-30 | Make ERROR() expand to something the compiler knows can't return | Simon McVittie | 1 | -2/+8 |
| 2010-04-30 | debug: always log messages of level > DEBUG, even with --disable-debug | Simon McVittie | 2 | -63/+10 |
| 2010-04-30 | NEWS so far for 0.11.5 | Simon McVittie | 1 | -1/+22 |
| 2010-04-30 | Merge branch 'cm-trivia' | Simon McVittie | 1 | -0/+7 |
| 2010-04-30 | Merge branch 'tokens' | Simon McVittie | 6 | -14/+22 |
| 2010-04-30 | Use generated token-name strings, except in tests | Simon McVittie | 3 | -3/+3 |