Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PresetDialog: remove support for adding statuses entirely | Will Thompson | 2011-06-24 | 1 | -257/+1 |
| | | | | | | | | We already have a way to do this, namely on the contact list itself. So this dialog now becomes just a way to edit/remove the existing statuses. The margins on the VBox are chosen to make its right-hand edge line up exactly with the right-hand edge of the Close button in the dialog. | ||||
* | PresetDialog: make status icon in entry non-activatable | Will Thompson | 2011-06-24 | 1 | -0/+3 |
| | | | | | | It's not meaningfully activatable; this has the effect of making it not glow on mouse-over, and preventing the cursor from changing from a caret back to a pointer. | ||||
* | PresetDialog: GNOME 3-ify the remove button | Will Thompson | 2011-06-24 | 1 | -1/+11 |
| | | | | Yum yum joined-toolbar! | ||||
* | PresetDialog: Don't leak path when focusing freshly-created status | Will Thompson | 2011-06-24 | 1 | -0/+1 |
| | | | | (This was not introduced by my changes.) | ||||
* | PresetDialog: Select text cell of freshly-added status | Will Thompson | 2011-06-24 | 1 | -8/+12 |
| | | | | | | | | | | | | | | | This means you can just mash Enter to edit your mistake. It's more useful than leaving the text entry focused. It also helps hide a bug where the entry doesn't get cleared if you just start typing another message. So previously, typing: Hello<Enter>Miaow<Enter> would give you two statuses, "Hello" and "MiaowEnter Custom Message". It didn't seem worth fixing this much more since Gtk+ 3.2 will probably grow native support for placeholder text: <https://bugzilla.gnome.org/show_bug.cgi?id=440963> | ||||
* | PresetDialog: Allow >1 status to be removed at a time. | Will Thompson | 2011-06-24 | 1 | -16/+22 |
| | | | | | | This is pretty niche but we may as well. I want it sometimes. There's no reason to disallow it, and it's not like it adds any significant complexity. | ||||
* | PresetDialog: Don't allow resizing status preset dialog | Will Thompson | 2011-06-24 | 1 | -0/+1 |
| | | | | It's big enough. | ||||
* | status-preset-dialog: use new GTK+ style API (#636500) | Guillaume Desmottes | 2010-12-15 | 1 | -4/+4 |
| | |||||
* | Port empathy-status-preset-dialog to GtkComboBox | Danielle Madeley | 2010-10-18 | 1 | -2/+2 |
| | |||||
* | Don't use deprecated gtk_dialog_set_has_separator | Diego Escalante Urrelo | 2010-09-28 | 1 | -1/+0 |
| | | | | | | This is deprecated in GTK+ 2.22 Bug #630107 | ||||
* | Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3 | Philip Withnall | 2010-09-07 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | presence-chooser: Ellipsize long status messages (#576434) | Pascal Potvin | 2009-12-21 | 1 | -0/+2 |
| | |||||
* | Use accessor functions instead direct access. | Javier Jardón | 2009-11-17 | 1 | -1/+1 |
| | | | | | | | | | Some functions still remaining because there is not API in GTK+ 2.19.0 yet. http://bugzilla.gnome.org/show_bug.cgi?id=586476 Reviewed-By: Danielle Madeley <danielle.madeley@collabora.co.uk> | ||||
* | empathy-status-preset-dialog: fix uint comparaisons | Guillaume Desmottes | 2009-10-22 | 1 | -2/+2 |
| | |||||
* | Use accessor functions instead direct access (Fixes #586476) | Jonny Lamb | 2009-07-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Remove usage of McPresence as much as possible | Sjoerd Simons | 2009-05-31 | 1 | -11/+9 |
| | |||||
* | EmpathyStatusPresetDialog: fix status_preset_add_combo_reset() | Davyd Madeley | 2009-05-28 | 1 | -1/+8 |
| | |||||
* | Highlight the most recently added entry in the status presets dialog | Davyd Madeley | 2009-05-28 | 1 | -1/+35 |
| | |||||
* | empathy-status-preset-dialog: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -4/+4 |
| | |||||
* | Rest of gtk-doc | Davyd Madeley | 2009-04-23 | 1 | -0/+9 |
| | |||||
* | Preserve the status message across combo box changes | Davyd Madeley | 2009-04-23 | 1 | -3/+20 |
| | |||||
* | Add a comment for cassidy ;-) | Davyd Madeley | 2009-04-23 | 1 | -0/+1 |
| | |||||
* | Sort presets alphabetically in the list | Davyd Madeley | 2009-04-23 | 1 | -1/+2 |
| | |||||
* | gtk-doc entry | Davyd Madeley | 2009-04-23 | 1 | -0/+9 |
| | |||||
* | Make it possible to edit a status message by double-clicking on it | Davyd Madeley | 2009-04-23 | 1 | -0/+52 |
| | |||||
* | Fix function naming | Davyd Madeley | 2009-04-23 | 1 | -4/+4 |
| | |||||
* | Don't reset the state to Available when you click [Add] | Davyd Madeley | 2009-04-22 | 1 | -6/+14 |
| | |||||
* | Fix up Add Preset combo focusing | Davyd Madeley | 2009-04-22 | 1 | -17/+84 |
| | |||||
* | Connect new dialog into presence chooser, remove old dialog | Davyd Madeley | 2009-04-22 | 1 | -0/+2 |
| | |||||
* | Make [Add] work | Davyd Madeley | 2009-04-22 | 1 | -6/+149 |
| | |||||
* | Make [Remove] work | Davyd Madeley | 2009-04-21 | 1 | -0/+35 |
| | |||||
* | List presets in the treeview | Davyd Madeley | 2009-04-21 | 1 | -3/+125 |
| | |||||
* | Skeleton of a new presets dialog | Davyd Madeley | 2009-04-21 | 1 | -0/+83 |