Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | empathy-preferences: use tp_strdiff instead of strcmp | Guillaume Desmottes | 2009-08-13 | 1 | -7/+8 |
| | | | | This should prevent the crash #591612 | ||||
* | Remove old code | Gabriel Millaire | 2009-07-10 | 1 | -69/+0 |
| | |||||
* | Move Compact List and Sort Contacts from Preferences to View menu | Gabriel Millaire | 2009-07-10 | 1 | -58/+75 |
| | |||||
* | Sort themes by name | Pierre-Luc Beaudoin | 2009-07-03 | 1 | -0/+2 |
| | |||||
* | List installed adium themes | Pierre-Luc Beaudoin | 2009-07-03 | 1 | -94/+65 |
| | |||||
* | empathy-preferences: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -7/+7 |
| | |||||
* | Show a notification when a contact goes offline or online | Frédéric Péters | 2009-06-23 | 1 | -0/+16 |
| | |||||
* | Move all data about an adium theme into EmpathyAdiumData struct and share it ↵ | Xavier Claessens | 2009-06-22 | 1 | -1/+1 |
| | | | | with all EmpathyThemeAdium instances. | ||||
* | Hide muc contacts list | Gabriel Millaire | 2009-06-18 | 1 | -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 Millaire | 2009-06-18 | 1 | -0/+6 |
| | |||||
* | Port to new API | Xavier Claessens | 2009-06-12 | 1 | -1/+1 |
| | |||||
* | Fix a warning when the ADIUM_PATH gconf key is unset. | Xavier Claessens | 2009-06-12 | 1 | -2/+9 |
| | |||||
* | Add some #ifdef HAVE_WEBKIT | Xavier Claessens | 2009-06-12 | 1 | -1/+6 |
| | |||||
* | Add UI in the preference dialog to select the path to adium theme | Xavier Claessens | 2009-06-12 | 1 | -135/+193 |
| | |||||
* | Don't show the location preferences if geoclue not available | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -5/+7 |
| | |||||
* | Add a Location tab in preferences | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -0/+52 |
| | |||||
* | empathy-preferences: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | empathy-preferences: update the FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | empathy-preferences: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -2/+2 |
| | |||||
* | Fix indent. | Lars-Peter Clausen | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | Fix memleak. Free strings retrieved from gtk_tree_model_get. | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+2 |
| | |||||
* | fix memleak in preferences_widget_sync_string_combo. Previously name was not | Lars-Peter Clausen | 2009-04-21 | 1 | -6/+3 |
| | | | | freed if it was a match. | ||||
* | Add cell renderer on the theme combobox. Seems GtkBuilder don't set a ↵ | Xavier Claessens | 2009-04-16 | 1 | -12/+21 |
| | | | | | | | | default renderer like glade. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2873 | ||||
* | Port EmpathyPreferences to new API | Xavier Claessens | 2009-04-16 | 1 | -10/+6 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2862 | ||||
* | Modify code to handle new preferences. | Xavier Claessens | 2009-01-31 | 1 | -0/+24 |
| | | | | svn path=/trunk/; revision=2281 | ||||
* | Set initial value for sound pref checkboxes. | Xavier Claessens | 2009-01-07 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=2108 | ||||
* | Use gtk_list_store_insert_with_values (). | Xavier Claessens | 2009-01-07 | 1 | -4/+3 |
| | | | | svn path=/trunk/; revision=2101 | ||||
* | Use gettext() when populating the preferences sound list. | Xavier Claessens | 2009-01-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2088 | ||||
* | Improve wording. | Xavier Claessens | 2009-01-07 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=2079 | ||||
* | Create an UI for sound configuration. | Xavier Claessens | 2009-01-07 | 1 | -22/+136 |
| | | | | svn path=/trunk/; revision=2021 | ||||
* | Do not apply different theme to chat and chatrooms | Xavier Claessens | 2008-04-23 | 1 | -6/+0 |
| | | | | svn path=/trunk/; revision=1033 | ||||
* | Hide unused functions with #if 0 | Xavier Claessens | 2008-03-19 | 1 | -70/+48 |
| | | | | svn path=/trunk/; revision=816 | ||||
* | Use empathy_file_lookup for glade files since some are in libempathy-gtk/ ↵ | Xavier Claessens | 2008-03-17 | 1 | -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 Claessens | 2008-03-14 | 1 | -0/+1018 |
libempathy-gtk/ to src/ svn path=/trunk/; revision=789 |