summaryrefslogtreecommitdiff
path: root/data/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* data/Makefile.am: make --disable-settings actually workMarco Barisione2013-08-281-2/+8
| | | | | | | Even if ENABLE_SETTINGS was not set, the files were still installed as @GSETTINGS_RULES@ was still expanded. https://bugzilla.gnome.org/show_bug.cgi?id=706801
* build: add --disable-settings to avoid installing the GSettings schemaMarco Barisione2013-08-271-0/+3
| | | | | | | | This is needed to avoid multiple components shipping the same schema. It's just a temporary workaround that won't be needed when https://bugzilla.gnome.org/show_bug.cgi?id=706317 will be fixed. https://bugzilla.gnome.org/show_bug.cgi?id=706801
* Move the settings to org.gnome.telepathy-account-widgetsMarco Barisione2013-08-201-1/+1
| | | | | | | | | | | | This also deletes all the Empathy-specific settings we don't care about any more. Note that moving where we store the settings will lose the settings when migrating from an old Empathy to the new one using tp-account-widgets. This is not a real problem as the only setting is the last directory where an avatar was chosen from (so not a big loss at all). https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Remove Empathy files we don't need any moreMarco Barisione2013-08-201-61/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* remove empathy-accounts.desktopGuillaume Desmottes2012-08-071-1/+0
| | | | | | | | Now that we have desktop wide UI to configure accounts (GNOME/Ubuntu Online Accounts) it doesn't make much sense to expose empathy-accounts as a separated application. https://bugzilla.gnome.org/show_bug.cgi?id=662986
* Install Boxes themeDanielle Madeley2012-07-021-1/+1
| | | | Uninstall needs work. Why is Automake so bad with directories?
* add css_DATA to EXTRA_DIST and DISTCLEANFILESGuillaume Desmottes2012-06-051-0/+2
|
* Don't erase schema in DISTCLEANDanielle Madeley2012-06-011-1/+0
| | | | Oops
* Add empathy.css and helper code to use itGuillaume Desmottes2012-05-241-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669473
* remove empathy-avGuillaume Desmottes2012-05-021-13/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675296
* Stop generating gschema from .in fileGuillaume Desmottes2012-04-231-6/+2
| | | | | | | intltool now supports translating gschema files properly so we don't need to do this crack any more. https://bugzilla.gnome.org/show_bug.cgi?id=672619
* Run from the source directory without installingEmanuele Aina2012-03-061-0/+8
| | | | | | | Use the tools/empathy-env wrapper to set an appropriate environment and launch the compiled programs without installing them. https://bugzilla.gnome.org/show_bug.cgi?id=671447
* Allow to build with empathy-avGuillaume Desmottes2012-03-011-2/+10
|
* Revert "Drop empathy-av"Guillaume Desmottes2012-03-011-0/+5
| | | | | | | | This reverts commit ba0a893b1d31cdb234bae72845e840a895b9d62a. Conflicts: src/Makefile.am
* Drop empathy-avGuillaume Desmottes2012-02-211-5/+0
| | | | | | So long and thanks for all the calling... https://bugzilla.gnome.org/show_bug.cgi?id=629902
* always build empathy-callGuillaume Desmottes2012-02-211-10/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=629902
* Remove dead files codec-preferences and element-preferencesDanielle Madeley2011-11-081-6/+0
| | | | These are now handled for us by Farsight. Hooray for Farsight.
* Don't install Call service files if empathy-call is not builtEmilio Pozuelo Monfort2011-08-181-2/+10
|
* Add a webview widget for displaying the logDanielle Madeley2011-07-291-1/+4
| | | | | | | | | | | | | | | | | | | The widget is currently bolted in alongside the existing log display widget for comparison. This includes some debugging cruft like showing the secret notebook tabs. The webview is populated from the store_events treestore, allowing all of the existing node-management and ordering code to be used. Attempting to replace this logic in Javascript was demonstratably too hard. This approach keeps the Javascript code down to the 4 GtkTreeModel signals. TODO: - icons - pretty printed dates - expanders - supporting smileys, links, etc. - using the correct font, etc. - removing the debugging
* add client and service file announcing the FileTransfer handler (#653575)Guillaume Desmottes2011-06-291-2/+7
|
* Add a .client and a .service file for empathy-callEmilio Pozuelo Monfort2011-06-091-2/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=644500
* Fix the subtitution for the libexecdir path in the Chat service file.Travis Reitter2010-10-271-1/+1
|
* rename the chat handler to Empathy.ChatGuillaume Desmottes2010-10-251-3/+3
|
* Add the service files for the new client.Cosimo Cecchi2010-08-131-2/+7
|
* install empathy-av to libexecGuillaume Desmottes2010-06-291-1/+1
|
* add service and client filesGuillaume Desmottes2010-06-291-2/+10
|
* Fix up distribution of GSettings schemasDanielle Madeley2010-06-291-7/+9
|
* Mark schema summaries and descriptions for translationDanielle Madeley2010-06-181-0/+1
|
* Add a keyfile for gsettings-data-convertDanielle Madeley2010-06-181-0/+5
|
* Convert to new-style schemaDanielle Madeley2010-06-181-16/+6
|
* Separate the accounts dialog into its own program which works with the Gnome ↵Travis Reitter2010-02-111-1/+4
| | | | | | | | preferences and control center. Where available, this also supports embedding the preferences dialog in the "extensible-shell" control center (currently in development, but likely to be mainlined soon).
* Support silent build rules with automake 1.11Javier Jardón2010-01-171-1/+1
| | | | | | | | | | Support silent build rules, requires at least automake-1.11. Disable by either passing --disable-silent-rules to configure or passing V=1 to make. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=585364 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Remove the generate .service fileXavier Claessens2009-08-251-2/+3
|
* Use datadir instead of the dir suggested in the dbus pkgfileSjoerd Simons2009-08-251-1/+1
|
* Add client and service file for o.fd.Tp.Client.Empathy.Jonny Lamb2009-08-251-1/+13
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Merge back from masterSjoerd Simons2009-08-211-0/+6
|\
| * Add streamingprefs_DATA to EXTRA_DIST (GNOME bug 591582)Frédéric Péters2009-08-121-0/+1
| |
| * Make it possible to set element properties from a config fileOlivier Crête2009-08-061-1/+2
| |
| * Put codec preferences in a configuration fileOlivier Crête2009-08-061-0/+4
| |
* | Remove profiles, they're not used anymoreSjoerd Simons2009-07-161-21/+0
|/
* Quick check if the theme path is OK.Xavier Claessens2009-06-111-2/+6
|
* add sametime profile (#562981)Guillaume Desmottes2009-06-111-1/+2
|
* Fix 'make install' for some automake versions. Fixes #570357.Theppitak Karoonboonyanan2009-02-101-1/+1
| | | | svn path=/trunk/; revision=2431
* Allow Empathy to be built from outside the source tree.Xavier Claessens2009-02-021-1/+1
| | | | | | Patch by Theppitak Karoonboonyanan, fix bug #570080. svn path=/trunk/; revision=2372
* Don't need separate "Empathy accounts" in preferences; Colin Walters2008-08-141-1/+1
| | | | | | | | for now Edit->accounts, hopefully in the long term we can merge with evolution-data-server/gnome-about-me UI. svn path=/trunk/; revision=1335
* Add QQ profile and iconsXavier Claessens2008-08-121-1/+2
| | | | svn path=/trunk/; revision=1327
* Add gadugadu profile and iconsXavier Claessens2008-08-121-1/+2
| | | | svn path=/trunk/; revision=1326
* Added empathy-properties desktop file to configure MC accounts from the ↵Jonny Lamb2008-08-011-1/+1
| | | | | | | | GNOME panel -> System -> Preferences. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1281
* Do not autostart with session. Fixes bug #525039 (Frederic Peters).Xavier Claessens2008-04-111-6/+6
| | | | svn path=/trunk/; revision=928
* Add more SIP profilesXavier Claessens2008-03-251-0/+3
| | | | svn path=/trunk/; revision=824