aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-preferences.c
Commit message (Collapse)AuthorAgeFilesLines
* 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