aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-preferences.c
Commit message (Collapse)AuthorAgeFilesLines
* preferences: remove location sources preferencesGuillaume Desmottes2013-09-031-6/+0
| | | | | | Not used anymore with Geoclue 2. https://bugzilla.gnome.org/show_bug.cgi?id=706627
* builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione2013-08-201-1/+2
| | | | | | | This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* preferences: only show autoconnect when shell isn't runningJonny Lamb2013-08-201-1/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=701392
* GNOME Goal: Update icon namesB.Prathibha2013-05-031-1/+1
| | | | | | Corrected the icon names as per the icon naming spec. https://bugzilla.gnome.org/show_bug.cgi?id=692160
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-6/+4
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-7/+7
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-7/+7
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-7/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+1
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* preferences: use the factory to create the TpAccountGuillaume Desmottes2012-07-161-5/+8
| | | | tp_account_new() has been deprecated.
* Stop using EmpathyChatViewGuillaume Desmottes2012-07-021-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679255
* Store the theme name in the 'theme' gsettings keyGuillaume Desmottes2012-07-021-22/+24
| | | | | The 'adium-path' key is now deprecated as we lookup the theme path from its name.
* Remove legacy themes codeDanielle Madeley2012-07-021-49/+7
|
* preferences: add UI to show/hide groupsGuillaume Desmottes2012-06-151-0/+2
| | | | | | | | | I'm about to change the default to not show groups, so users should have an easy way to get them back. I just removed a bunch of options from the preferences dialog so at the end it will still be simpler than it used to be. https://bugzilla.gnome.org/show_bug.cgi?id=677949
* remove deprecated gsettings keysGuillaume Desmottes2012-06-151-45/+0
| | | | | | Those are not supported by the new roster UI and so can be removed. https://bugzilla.gnome.org/show_bug.cgi?id=677949
* Remove contact list size radiobuttons from preferencesDanielle Madeley2012-05-151-4/+0
|
* Add preference to show account balancesDanielle Madeley2012-05-151-0/+2
| | | | Set this 'true' by default.
* preferences: add options removed from View into preferencesDanielle Madeley2012-05-151-0/+50
|
* preferences: remove a lot of bind-and-forget widgets from priv structDanielle Madeley2012-05-151-196/+86
| | | | Cleans up the code and makes it much less work to add new preferences.
* preferences: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-291-3/+1
|
* preferences: fix phrasing of the EMPATHY_PREFS_SOUNDS_CONTACT_LOGINGuillaume Desmottes2012-01-311-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=666522
* preferences: split "Open new chats in separate windows" into a radiobuttonDanielle Madeley2012-01-271-3/+3
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=562462
* chat_view_append_message: take a should_highlight argumentWill Thompson2012-01-191-7/+9
| | | | | | | | | | Rather than the EmpathyChatView implementations calling empathy_message_should_highlight() themselves, this patch makes EmpathyChat take responsibility for doing so. The theme preview in Preferences, whether deliberately or otherwise, highlights the line in which Juliet mentions Romeo. This behaviour is preserved.
* Remove obsolete contact-list-{store,view}Guillaume Desmottes2011-11-241-1/+0
| | | | | | Hourrah \o/ https://bugzilla.gnome.org/show_bug.cgi?id=663387
* Remove call input volume configurationSjoerd Simons2011-11-191-30/+0
| | | | | | | | | | | | As we rely on pulseaudio there is no point in saving our own volume configuration, pulseaudio does that for us. If we do save it, then we have no idea which volume to pick after connecting to pulse (the one we save, the one pulse saved, a random value?). On top of that our configuration implementation is plain ugly, the level meter didn't work etc. This is all much better configured using the gnome-control-center sound panel, which is pretty nice for inputs and saves its volume on pulse for us to re-use :)
* preferences: don't display variants checkbox if there is no variantGuillaume Desmottes2011-10-121-3/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660586
* hide notifications options when in ShellJuan R. Garcia Blanco2011-09-261-2/+18
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=659207
* Merge branch 'log-window-webview'Danielle Madeley2011-08-181-7/+0
|\
| * Make WebKit compulsoryDanielle Madeley2011-08-161-7/+0
| | | | | | | | | | It is now required for the log viewer, furthermore it will be required once we remove non-adium themes.
* | coding style fixGuillaume Desmottes2011-08-161-1/+1
| |
* | Don't show empathy-call preferences when not building empathy-callEmilio Pozuelo Monfort2011-08-161-0/+9
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656582
* | Add Echo cancellation preferenceGuillaume Desmottes2011-08-151-0/+8
| |
* | Make the #defines an static arrayEmilio Pozuelo Monfort2011-08-041-14/+26
| |
* | Use the new enum everywhereEmilio Pozuelo Monfort2011-08-041-4/+27
| | | | | | | | And use strings for the --show-preferences argument.
* | Preferences: add empathy_preferences_show_tab()Emilio Pozuelo Monfort2011-08-041-0/+9
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884
* | preferences: update tab orderJonny Lamb2011-08-021-2/+2
| | | | | | | | | | | | | | This isn't pretty but I'm not sure if there's a better way of getting a specific tab from a GtkNotebook without using its order? Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | Show the percentage sign in the volumeEmilio Pozuelo Monfort2011-07-281-0/+13
| |
* | Preferences: add a Calls tabEmilio Pozuelo Monfort2011-07-281-0/+12
|/ | | | It only contains the micro volume for now.
* Don't try to access empathy_adium_info_* stuff when webkit support is disabledMarc-Antoine Perennou2011-06-231-0/+4
| | | | | empathy-preferences.c:(.text+0x5dc): undefined reference to `empathy_adium_info_get_available_variants' empathy-preferences.c:(.text+0x5e9): undefined reference to `empathy_adium_info_get_default_variant'
* Adium: Let user select theme variant in preferencesXavier Claessens2011-06-071-2/+173
| | | | Fixes bug #585474
* fix unused-but-set-variable warningsMarc Plano-Lesay2011-05-051-5/+1
|
* Preferences: Show chat theme previewXavier Claessens2011-05-031-75/+175
| | | | Fixes bug #541438
* Separate spelling suggestions in one sub-menu per language (#532832)Vitaly Minko2010-10-151-21/+14
|
* Don't use deprecated gtk_dialog_set_has_separatorDiego Escalante Urrelo2010-09-281-5/+0
| | | | | | This is deprecated in GTK+ 2.22 Bug #630107
* Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall2010-09-071-0/+4
| | | | | | | gtk_dialog_set_has_separator() has been removed in GTK+ 3, but can't be removed (or the property's default value changed) in GTK+ 2 without breaking API. This adds a wrapper macro to keep the calls when building against GTK+ 2, and remove them when building against GTK+ 3.
* add preference to disable logging (#567858)Guillaume Desmottes2010-08-171-0/+11
|
* Use #ifdef instead of #if to avoid warnings of undefined symbolsPhilip Withnall2010-08-051-1/+1
|
* preferences: coding style fixGuillaume Desmottes2010-07-131-1/+1
|
* Add option to disable displaying events in the notif area (#585914)Guillaume Desmottes2010-07-071-0/+8
|
* Port EmpathyPreferences to GtkDialog subclassDanielle Madeley2010-06-241-146/+179
|
* Remove useless occurences of 'gconf' wordXavier Claessens2010-06-211-1/+1
| | | | Die gconf, die!
* Port Empathy code to GSettings, remove EmpathyConfDanielle Madeley2010-06-181-481/+195
|
* src/empathy-preferences.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-3/+1
|
* empathy-preferences: use tp_strdiff instead of strcmpGuillaume Desmottes2009-08-131-7/+8
| | | | This should prevent the crash #591612
* Remove old codeGabriel Millaire2009-07-101-69/+0
|
* Move Compact List and Sort Contacts from Preferences to View menuGabriel Millaire2009-07-101-58/+75
|
* Sort themes by namePierre-Luc Beaudoin2009-07-031-0/+2
|
* List installed adium themesPierre-Luc Beaudoin2009-07-031-94/+65
|
* empathy-preferences: remove trailing tabsGuillaume Desmottes2009-06-251-7/+7
|
* Show a notification when a contact goes offline or onlineFrédéric Péters2009-06-231-0/+16
|
* Move all data about an adium theme into EmpathyAdiumData struct and share it ↵Xavier Claessens2009-06-221-1/+1
| | | | with all EmpathyThemeAdium instances.
* Hide muc contacts listGabriel Millaire2009-06-181-1/+1
| | | | | | | - Removed trailing spaces - Notify change to visibility - Added G_PARAM_STATIC_STRINGS to properties - Broke empathy_chat_set_show_contacts() in two, simplifying call
* Added a preference in the conf and schema (show contact list in rooms)Gabriel Millaire2009-06-181-0/+6
|
* Port to new APIXavier Claessens2009-06-121-1/+1
|
* Fix a warning when the ADIUM_PATH gconf key is unset.Xavier Claessens2009-06-121-2/+9
|
* Add some #ifdef HAVE_WEBKITXavier Claessens2009-06-121-1/+6
|
* Add UI in the preference dialog to select the path to adium themeXavier Claessens2009-06-121-135/+193
|
* Don't show the location preferences if geoclue not availablePierre-Luc Beaudoin2009-06-011-5/+7
|
* Add a Location tab in preferencesPierre-Luc Beaudoin2009-06-011-0/+52
|
* empathy-preferences: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* empathy-preferences: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* empathy-preferences: remove trailing spacesGuillaume Desmottes2009-05-151-2/+2
|
* Fix indent.Lars-Peter Clausen2009-04-211-1/+1
|
* Fix memleak. Free strings retrieved from gtk_tree_model_get.Lars-Peter Clausen2009-04-211-0/+2
|
* fix memleak in preferences_widget_sync_string_combo. Previously name was notLars-Peter Clausen2009-04-211-6/+3
| | | | freed if it was a match.
* Add cell renderer on the theme combobox. Seems GtkBuilder don't set a ↵Xavier Claessens2009-04-161-12/+21
| | | | | | | | default renderer like glade. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2873
* Port EmpathyPreferences to new APIXavier Claessens2009-04-161-10/+6
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2862
* Modify code to handle new preferences.Xavier Claessens2009-01-311-0/+24
| | | | svn path=/trunk/; revision=2281
* Set initial value for sound pref checkboxes.Xavier Claessens2009-01-071-1/+2
| | | | svn path=/trunk/; revision=2108
* Use gtk_list_store_insert_with_values ().Xavier Claessens2009-01-071-4/+3
| | | | svn path=/trunk/; revision=2101
* Use gettext() when populating the preferences sound list.Xavier Claessens2009-01-071-1/+1
| | | | svn path=/trunk/; revision=2088
* Improve wording.Xavier Claessens2009-01-071-4/+4
| | | | svn path=/trunk/; revision=2079
* Create an UI for sound configuration.Xavier Claessens2009-01-071-22/+136
| | | | svn path=/trunk/; revision=2021
* Do not apply different theme to chat and chatroomsXavier Claessens2008-04-231-6/+0
| | | | svn path=/trunk/; revision=1033
* Hide unused functions with #if 0Xavier Claessens2008-03-191-70/+48
| | | | svn path=/trunk/; revision=816
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ ↵Xavier Claessens2008-03-171-2/+6
| | | | | | and others in src/ svn path=/trunk/; revision=813
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-141-0/+1018
libempathy-gtk/ to src/ svn path=/trunk/; revision=789