summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'telepathy-glib-0.24'HEADmasterAlexander Akulich2021-02-0418-34/+39
|\
| * NEWS: Change the target release to 0.24.2Alexander Akulich2021-01-261-1/+1
| |
| * Merge 'master' into telepathy-glib-0.24 (the branch has only fixes)Alexander Akulich2021-01-2622-212/+104
| |\ | |/ |/|
* | protocol: fix a memory leakIvaylo Dimitrov2020-08-271-1/+3
| | | | | | | | Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
* | Tests: Make tests Python 3 compatibleJakub Kulík2020-05-191-1/+1
| |
* | Sort generated types and adjust expected accordinglyJakub Kulík2020-05-193-13/+13
| |
* | TpBasePasswordChannel: fix gtk-doc comment for finished signalTing-Wei Lan2019-12-131-1/+2
| | | | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=101301
* | debug-sender: fix messages queue lockingFabrice Bellet2019-12-131-0/+7
| |
* | call-channel: fix a memory leakFabrice Bellet2019-12-121-0/+2
| |
* | Tests: Adjust expected gtypes sources to conform with the types orderAlexander Akulich2019-12-122-16/+16
| |
* | tools/glib-gtypes-generator.py: Sort generated typesAlexander Akulich2019-12-121-3/+3
| |
* | Port tools/manager-file.py to Python 3Alexey Andreyev2019-12-121-17/+18
| |
* | Port make-release-mail.py to Python 3Alexander Akulich2019-12-121-5/+5
| |
* | xincludator.py: Fix behaviour on LANG=CAlexander Akulich2019-09-251-4/+5
| | | | | | | | | | Use UTF-8 encoding instead of 'None', because spec XMLs contain non-ASCII symbols, such as copyright sign.
* | build: fix previous commit for out-of-source running of autogen.shGeorge Kiagiadakis2016-09-011-11/+7
| | | | | | | | | | | | | | | | | | | | | | Previous commit: dc39be2757bd7fa789c3db834d8d701b1f54f785 This commit makes the final diff match the one by Alban Browaeys, as attached in bug 59705, which addresses some good points that Simon had made in his review. It is more portable and more clean this way. https://bugs.freedesktop.org/show_bug.cgi?id=59705 https://bugs.freedesktop.org/show_bug.cgi?id=94391
* | Enable silent buildsSebastian Geiger2016-07-141-1/+1
| | | | | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=96774 Reviewed-by: Debarshi Ray <rishi@gnu.org>
* | Update NEWSGeorge Kiagiadakis2016-06-181-0/+18
| |
* | tests: Fix a service file path to fix the build with installed testsPhilip Withnall2016-06-181-1/+1
| | | | | | | | | | | | Two directories were the wrong way round. https://bugs.freedesktop.org/show_bug.cgi?id=90991
* | tests: Remove a G_GNUC_UNUSED which isn't true any moreIain Lane2016-06-181-1/+1
| |
* | build: cd to the $srcdir in autogen.sh for running gtkdocizePhilip Withnall2016-06-181-1/+10
| | | | | | | | | | | | | | | | gtkdocize needs to run in the $srcdir (or have a --srcdir argument passed to it) so that it can find configure.[ac|in]. Ensure that’s the case in autogen.sh. This fixes autogen.sh in a srcdir ≠ builddir environment.
* | tests: eliminate duplicate test case pathsGeorge Kiagiadakis2016-06-184-7/+7
| | | | | | | | Seems like this doesn't work with recent versions of glib
* | Replace tp_verify_* with equivalent G_STATIC_ASSERTsSimon McVittie2014-09-173-149/+4
| | | | | | | | This was breaking the build: gtk-doc no longer understands verify.h.
| * Merge telepathy-master into telepathy-glib-0.24 excluding some changesAlexander Akulich2021-01-260-0/+0
| |\ | |/ |/| | | | | Exclude revert "Upload documentation to the 0.24.x location" Exclude revert "Disable warnings about deprecated functions for stable branch"
* | Merge remote-tracking branch 'origin/telepathy-glib-0.24'Simon McVittie2014-09-172-3/+7
|\ \ | |/
| * set nano flagGuillaume Desmottes2014-08-251-1/+1
| |
| * 0.24.1telepathy-glib-0.24.1Guillaume Desmottes2014-08-252-4/+8
| |
* | Revert "Upload documentation to the 0.24.x location"Simon McVittie2014-09-172-3/+1
| | | | | | | | This reverts commit fb9e80acf4504706a9a52c9bca735362dd5411c7.
* | Revert "Don't check documentation completeness in this stable branch"Simon McVittie2014-09-171-2/+10
| | | | | | | | This reverts commit 0273bfb815ef74115d614f5e5f04e013374f7a01.
* | Revert "Disable warnings about deprecated functions for stable branch"Simon McVittie2014-09-171-2/+1
| | | | | | | | This reverts commit d622628afac82b057fde9315cbb6e1cf022a3f3e.
* | Merge branch 'telepathy-glib-0.24'Guillaume Desmottes2014-05-262-3/+7
|\ \ | |/
| * contact-list: don't crash if 'd' is NULLGuillaume Desmottes2014-05-261-2/+6
| | | | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=79006
| * base-client: fix potential uninitialized variable bugGuillaume Desmottes2014-05-261-1/+1
| |
* | test-connection-error: don't check errors twiceGuillaume Desmottes2014-05-261-10/+2
| | | | | | | | | | | | We are already using g_assert_error() to check those. https://bugs.freedesktop.org/show_bug.cgi?id=79006
* | account-request: remove useless 'priv' variableGuillaume Desmottes2014-05-261-11/+7
| | | | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=79006
* | stop hardcoding python's path in .py scriptsGuillaume Desmottes2014-05-0813-13/+13
|/ | | | https://bugs.freedesktop.org/show_bug.cgi?id=76495
* nano versionSimon McVittie2014-03-262-1/+6
|
* 0.24.0telepathy-glib-0.24.0Simon McVittie2014-03-262-6/+8
|
* Upload documentation to the 0.24.x locationSimon McVittie2014-03-262-1/+3
|
* Don't check documentation completeness in this stable branchSimon McVittie2014-03-261-10/+2
|
* Disable warnings about deprecated functions for stable branchSimon McVittie2014-03-261-1/+2
| | | | | Since this is a stable branch, we're unlikely to fix uses of deprecated functions, so we shouldn't warn about them.
* NEWSSimon McVittie2014-03-181-0/+7
|
* Don't leak method call results (regression in 0.23.1)Simon McVittie2014-03-182-3/+24
| | | | | | | | | | | Commit 7ffbde3f used common code for two blocks that were not actually the same. dbus-glib method calls give the caller a new reference to the results, whereas dbus-glib signals do not. As a result, the method-call case needs to either free the results, or get them freed by giving ownership to the GValueArray. I chose to give ownership. Reviewed-by: Guillaume Desmottes
* set nano flagGuillaume Desmottes2014-03-181-1/+1
|
* 0.23.3telepathy-glib-0.23.3Guillaume Desmottes2014-03-186-8/+34
|
* tp_list_connection_managers_async: terminate properly if there is no CMGuillaume Desmottes2014-03-173-0/+97
| | | | Fix fdo#68892.
* connection-manager: factor out all_cms_prepared()Guillaume Desmottes2014-03-171-20/+26
|
* call-channel: pass our factory to TpCallStream objectsGuillaume Desmottes2014-03-142-0/+5
| | | | Partially fix fdo#76168.
* call-channel: pass our factory to TpCallContent objectsGuillaume Desmottes2014-03-142-1/+4
| | | | Partially fix fdo#76168.
* Merge branch 'telepathy-glib-0.22'Guillaume Desmottes2014-03-131-4/+9
|\ | | | | | | | | Conflicts: telepathy-glib/contact.c
| * fix file path leakstelepathy-glib-0.22Guillaume Desmottes2014-03-131-6/+14
| | | | | | | | | | | | g_file_get_path() returns (transfer full). Fix fdo#76119