aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-preferences.ui
Commit message (Collapse)AuthorAgeFilesLines
* Preferences: explain what echo cancellation meansWill Thompson2011-09-061-1/+42
|
* Preferences: reindent .ui file for Theme tabWill Thompson2011-09-061-92/+92
| | | | There are no XML changes in this commit, just indentation changes.
* Preferences: remove Appearance label in Themes tab.Will Thompson2011-09-061-40/+1
| | | | | | This label doesn't add anything, so I removed it. The indentation is weird because I hand-edited the Glade file to show that nothing's really changed: I'll reindent it in the next patch.
* Call preferences: add colons to labelsWill Thompson2011-09-061-2/+2
|
* Don't show empathy-call preferences when not building empathy-callEmilio Pozuelo Monfort2011-08-161-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656582
* Add Echo cancellation preferenceGuillaume Desmottes2011-08-151-0/+13
|
* Show the percentage sign in the volumeEmilio Pozuelo Monfort2011-07-281-1/+1
|
* Preferences: add a Calls tabEmilio Pozuelo Monfort2011-07-281-6/+161
| | | | It only contains the micro volume for now.
* Adium: Let user select theme variant in preferencesXavier Claessens2011-06-071-32/+31
| | | | Fixes bug #585474
* Preferences: Show chat theme previewXavier Claessens2011-05-031-637/+790
| | | | Fixes bug #541438
* preferences: use GtkBox instead of Gtk[V,H]BoxCosimo Cecchi2011-04-181-43/+43
| | | | | | | | Use the orientation property of GtkBox to inherit the new proper packing defaults, otherwise boxes in the preferences will look all spread in the notebook height. https://bugzilla.gnome.org/show_bug.cgi?id=647904
* add preference to disable logging (#567858)Guillaume Desmottes2010-08-171-0/+14
|
* Add a translator comment explaining the "reduce location" semantic (#624062)Guillaume Desmottes2010-08-031-1/+1
| | | | Thanks to mahfiaz@gmail.com for his suggestion.
* Add option to disable displaying events in the notif area (#585914)Guillaume Desmottes2010-07-071-1/+16
|
* Port EmpathyPreferences to GtkDialog subclassDanielle Madeley2010-06-241-49/+0
|
* Use 'A' as accelerator for the "Automatically connect on startup" option ↵ekspiulo2010-05-181-1/+1
| | | | (#618753)
* Miscellaneous string fixesPhilip Withnall2010-01-011-1/+1
| | | | | | | Lots of small spelling and grammar fixes, as well as some terminology cleanups. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Rephrase geolocation preferences (#585957)Pierre-Luc Beaudoin2009-10-011-4/+4
|
* Fix reduced accuracy concernsPierre-Luc Beaudoin2009-08-061-1/+1
| | | | | | | | As pointed out by users, the previous reduced accuracy mode was not the best. It is better to trunkate the coordinates rather than adding a random value to it. This patch also replaces strcmp by tp_strdiff
* Move Compact List and Sort Contacts from Preferences to View menuGabriel Millaire2009-07-101-94/+0
|
* List installed adium themesPierre-Luc Beaudoin2009-07-031-44/+0
|
* Rename label1 to remove dupped idPierre-Luc Beaudoin2009-06-261-1/+1
|
* New labels for user signing in/out notification preferences.Frédéric Péters2009-06-231-2/+2
|
* Show a notification when a contact goes offline or onlineFrédéric Péters2009-06-231-0/+26
|
* Added general option Show contact list in roomsGabriel Millaire2009-06-181-0/+16
|
* removed extra spacingGabriel Millaire2009-06-181-1/+0
|
* Fix wrapping in Preferences dialogNicolò Chieffo2009-06-181-2/+2
|
* Remove markup from GTKBuilder translatable stringsClaude Paroz2009-06-171-22/+44
|
* Do not include default title property for Adium theme filepickerFrédéric Péters2009-06-131-1/+0
| | | | (GNOME bug 585640)
* Add UI in the preference dialog to select the path to adium themeXavier Claessens2009-06-121-0/+43
|
* Fix inconsistency in preferences and codePierre-Luc Beaudoin2009-06-011-1/+1
|
* Add a Location tab in preferencesPierre-Luc Beaudoin2009-06-011-5/+201
|
* Regenerate empathy-preferences.ui with glade, it seems to fix mal formed xmlXavier Claessens2009-04-161-42/+91
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2870
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-161-0/+620
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840