aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-preferences.ui
Commit message (Collapse)AuthorAgeFilesLines
* preferences: add UI to show/hide groupsGuillaume Desmottes2012-06-151-0/+16
| | | | | | | | | 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-75/+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-89/+0
|
* Add preference to show account balancesDanielle Madeley2012-05-151-8/+24
| | | | Set this 'true' by default.
* preferences: move some items from Behaviour into ChatDanielle Madeley2012-05-151-77/+81
|
* preferences: add options removed from View into preferencesDanielle Madeley2012-05-151-5/+234
|
* Remove dead object from .ui fileDanielle Madeley2012-05-151-5/+0
|
* preferences: split "Open new chats in separate windows" into a radiobuttonDanielle Madeley2012-01-271-7/+40
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=562462
* Remove call input volume configurationSjoerd Simons2011-11-191-82/+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 :)
* Mark a forgotten string for translation.Gabor Kelemen2011-10-151-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661756
* 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