summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2014-04-14Update gitignoreXavier Claessens1-4/+4
2014-03-27telepathy-logger: rename the daemon to a versioned nameSimon McVittie1-1/+1
2014-03-25All C/C++ tests: run with temporary XDG_*_HOME, XDG_RUNTIME_DIRSimon McVittie1-0/+4
These aren't currently used, so we don't actually create them... except for tests/logger/dbus/tmp-cache/telepathy/logger/sqlite-data, which is in fact created by running the tests.
2014-02-05logger: stop generating D-Bus API as an extensionGuillaume Desmottes1-3/+0
2014-02-05update .gitignoreGuillaume Desmottes1-17/+23
2014-01-08Merge remote-tracking branch 'local-tpfs/prep-for-merge' into nextSimon McVittie1-0/+25
Non-trivial merges: * .gitignore * build system in general * moved telepathy-farstream's NEWS and README into telepathy-farstream/ * deleted glib-signals-marshal-gen.py * link to telepathy-glib*.la, since -ltelepathy-glib-1 etc. would break dependency tracking Conflicts: .gitignore COPYING Makefile.am NEWS README autogen.sh configure.ac docs/Makefile.am docs/reference/Makefile.am m4/Makefile.am tools/Makefile.am
2014-01-08Move examples into telepathy-farstream/Simon McVittie1-1/+1
2014-01-08Move documentation from doc/lib to docs/reference/telepathy-farstreamSimon McVittie1-15/+15
This will make it fit better in telepathy-glib, which has a docs/reference/ directory already.
2014-01-07Rename the Logger's GIR to TelepathyLogger-1Simon McVittie1-2/+2
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49737 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2013-10-31Merge remote-tracking branch 'mylogger/next' into nextSimon McVittie1-0/+42
Conflicts: .gitignore COPYING Makefile.am autogen.sh configure.ac docs/Makefile.am docs/reference/Makefile.am m4/tp-compiler-flag.m4 m4/tp-compiler-warnings.m4 tests/Makefile.am tests/lib/Makefile.am tests/lib/simple-account.c tests/lib/simple-account.h
2013-10-31Move docs/reference to docs/reference/telepathy-glibSimon McVittie1-16/+16
This will let us merge other projects into this source tree.
2013-10-31Move extensions into telepathy-logger/extensions/Simon McVittie1-3/+3
That's a better place for them when we merge this into telepathy-glib.
2013-10-31Move doc/ to docs/Simon McVittie1-13/+13
This is consistent with telepathy-glib.
2013-10-31Put Autoconf, Automake, Libtool droppings in /build-auxSimon McVittie1-0/+1
Equivalent to MC commit c3cba93.
2013-10-29Merge remote-tracking branch 'origin/master' into next-mergeGuillaume Desmottes1-0/+1
Conflicts were pretty hardcore: - all the spec conflicts have been resolved with --ours as I just synced on the latest version of spec-next (0.99.4) - docs conflicts have been solved manually while updating to the new API symbols. - telepathy-glib/contact.c was a nightmare to solve... Conflicts: NEWS configure.ac docs/reference/telepathy-glib-docs.sgml docs/reference/telepathy-glib-sections.txt spec/Channel_Dispatcher_Interface_Messages1.xml spec/Connection_Interface_IRC_Command1.xml spec/Connection_Interface_Renaming1.xml spec/Makefile.am spec/all.xml telepathy-glib/abi.am telepathy-glib/account-manager.c telepathy-glib/account.c telepathy-glib/channel-dispatcher.xml telepathy-glib/connection.xml telepathy-glib/contact.c telepathy-glib/extra-gtkdoc.h telepathy-glib/util.c telepathy-glib/util.h tests/lib/simple-account.c
2013-10-09Put Autoconf, Automake, Libtool droppings in /build-auxSimon McVittie1-0/+1
Equivalent to MC commit c3cba93. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2013-10-01rename gir file to TelepathyLogger1-1Guillaume Desmottes1-2/+2
2013-10-01suffix .pc file with -1Guillaume Desmottes1-2/+2
2013-09-27Vala: rename vapi module to telepathy-glib-1Xavier Claessens1-1/+1
2013-09-26suffix .pc file with -1Guillaume Desmottes1-2/+2
2013-06-11.gitignore: Automake 1.13 installs /test-driverSimon McVittie1-0/+1
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65517
2012-09-25Ignore cscope.out fileWill Thompson1-0/+1
2012-08-28Add missing file in gitignoreNicolas Dufresne1-0/+1
2012-05-28Update .gitignoreJasper St. Pierre1-2/+4
https://bugs.freedesktop.org/show_bug.cgi?id=50361 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-05-08add telepathy-glib/version.h to gitignoreXavier Claessens1-0/+1
2012-03-30Add an example dbus tube offerer and accepter.Will Thompson1-0/+2
2012-03-09Use the generic marshallerNicolas Dufresne1-2/+0
Adds a requirement for GLib 2.30
2011-11-21Support building for AndroidDerek Foreman1-0/+1
https://bugs.freedesktop.org/show_bug.cgi?id=42447
2011-11-04tests: add --enable-installed-testsAlban Crequy1-2/+6
This configure option makes it possible to install the tests in /usr/lib/telepathy-glib-tests and run them without the sources. The dbus configuration moved to tests/dbus/dbus-installed for the installed tests and is duplicated into tests/dbus/dbus-uninstalled for the uninstalled tests. https://bugs.freedesktop.org/show_bug.cgi?id=41455
2011-07-28gitignore: updatedJonny Lamb1-0/+2
Cheers, emacs. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-03-15Removed twisted test has they have never been usedNicolas Dufresne1-6/+0
2011-02-14Update .gitignoreSjoerd Simons1-0/+8
2011-02-01Renaming telepathy-farsight to telepathy-farstreamSjoerd Simons1-16/+16
We've wanted to renaming farsight to farstream for a while now. Implementing Call breaks tp-farsight API/ABI, so this seems like a good time to do the renaming. Farsight itself should follow in the next few weeks.
2011-01-21gitignore tests/dbus generated filesCosimo Alfarano1-0/+5
2011-01-20gitignore all tags files (ctags) not only the on in the root dirCosimo Alfarano1-1/+1
2010-10-21Mostly silence tests' output, unless they fail or stdout is not a ttySimon McVittie1-0/+1
2010-10-11Add tmp-introspect* directories to .gitignoreDanielle Madeley1-0/+1
2010-10-06Merge branch 'tp-stream-tube-29218'Guillaume Desmottes1-0/+2
2010-10-04.gitignore: ignore release-mailSimon McVittie1-0/+1
2010-09-28update gitignoreGuillaume Desmottes1-0/+2
2010-09-20Alter generation of version.xml to work when building out-of-treeSimon McVittie1-0/+1
It's in the srcdir, because that's how gtk-doc works...
2010-07-19Add GLib marshaller generation boilerplateDanielle Madeley1-0/+2
2010-07-16Convert GConf schema to GSettings schemaDanielle Madeley1-0/+2
2010-07-16Add intltool infrastructureDanielle Madeley1-0/+4
2010-06-17Update the build system to build the Vala bindings (when enabled).Travis Reitter1-0/+4
2010-06-17Update .gitignoreSimon McVittie1-2/+3
2010-06-04add magic to generate list of the ABIGuillaume Desmottes1-0/+1
Copied from tp-glib.
2010-04-30fd.o #27878: glib-gtypes-generator: output gtk-doc separatelySimon McVittie1-2/+3
gtk-doc will happily document all .h files, so we don't need the doc-comments to be in the same files as the declarations or implementations.
2010-04-29docs: build the .types file automatically, and delete it from gitSimon McVittie1-0/+1
2010-04-28Ignore the generated .gir and .typelib files from GObject-IntrospectionSimon McVittie1-0/+2