Commit Graph

65 Commits

Author SHA1 Message Date
Yann Leboulanger 68b26fda17 fix GTK warning with spinButton 2009-03-11 07:28:21 +00:00
Yann Leboulanger bdee736978 fix focus problem in pref window. see #4835 2009-03-01 14:28:55 +00:00
Yann Leboulanger 521239377b option to disable sound when we are busy. Fixes #2256 2009-02-13 21:14:50 +00:00
Yann Leboulanger e1ae6ea0fe ability to hide systray icon when there is no pending events. Fixes #4645 2009-01-25 09:19:24 +00:00
Yann Leboulanger 7a8b5aa309 move sound preferences in a separate window 2009-01-24 14:01:15 +00:00
Yann Leboulanger 5c8c6933a0 add signification of $S and $T in autoaway status message tooltips. Fixes #4617 2009-01-06 09:43:52 +00:00
Yann Leboulanger 22cc993fa7 ability to sort by status in roster and in muc separatly. Fixes #3823 2008-09-26 15:22:16 +00:00
js c078f11fe0 Show activity in roster. 2008-07-29 02:32:57 +00:00
js d8bd70c93b Show tunes in roster. 2008-07-25 14:11:14 +00:00
js 6fe329d005 Fix tooltip. 2008-07-25 00:48:57 +00:00
js 0d6394b0ca * Better rendering of mood in roster.
(Only takes space if needed now)
* Possibility to disable display of mood in roster from preferences.
  (Also works on the fly with the new rendering method)
* Minor improvements in the translation of the moods to German.
2008-07-25 00:43:01 +00:00
Stephan Erb 984268d845 Hide Advanced notification button and adjust padding. Thanks glade. Fixes #4023. 2008-06-20 20:07:46 +00:00
Nikos Kouremenos a5e218efba fix tooltip about logging encrypting messages. (it is now shorter, better understood (jargon removed where possible), and we it's OpenPGP and not just GPG guys {or last time I checked :$}) 2008-05-27 19:40:00 +00:00
Yann Leboulanger c127493e58 remove pep options from pref window, store them per account, store caps_hash per account. see #3954 2008-05-27 10:24:29 +00:00
Yann Leboulanger 3193a8e8cf [Florob] Send and handle nicknames reveices through PEP. Fixes #3651 2008-05-05 21:55:59 +00:00
Yann Leboulanger d55c12763f addmissing callbacks to preferences glade file for chatstates comboboxes. fixes #3794 2008-03-26 16:19:49 +00:00
Jean-Marie Traissard 7f96ba9ceb Readd call to font handler forgot when redisigning pref win 2008-03-12 16:51:03 +00:00
Yann Leboulanger 64c2fb1667 fix some strings 2008-03-11 16:50:35 +00:00
Yann Leboulanger 7f73f0418d add the handler on ANC button 2008-03-08 19:34:43 +00:00
Yann Leboulanger 3ef3a2b70b re-add advanced notification control button (hidden) in preferences window 2008-03-08 19:30:40 +00:00
Stephan Erb f74bf28a55 Remove Player option from preference window. Fixes #3330 2008-02-08 21:58:13 +00:00
Stephan Erb 84fcc6e8ce Do not redraw roster when opening the accounts window. Rework preference window. Fixes #3330, #1621, #2113 2008-02-04 22:04:33 +00:00
Stephan Erb e79bda051d Hide Advanced Notification Button for now. Make sounds frame expandable. 2008-01-27 22:34:32 +00:00
Yann Leboulanger d17a51c648 [tpatnoe] better one window description. fixes #3632 2007-12-29 13:37:39 +00:00
Travis Shirk 0afc7b2328 Merge one_window branch
Merged revisions 9143,9145-9155,9157-9162,9164-9169,9171-9177 via svnmerge from
svn://88.191.11.156/gajim/branches/one_window

........
  r9145 | nicfit | 2007-12-13 21:49:09 -0700 (Thu, 13 Dec 2007) | 2 lines

  Implemented the original Nikos patch with an HPaned instead of a HBox and only do this mode when one_message_window == 'always'
........
  r9152 | nicfit | 2007-12-15 13:33:56 -0700 (Sat, 15 Dec 2007) | 2 lines

  Added config and GUI for one_message_window_with_roster
........
  r9153 | nicfit | 2007-12-15 13:41:46 -0700 (Sat, 15 Dec 2007) | 2 lines

  Use one_message_window_with_roster and some whitespace cleanup
........
  r9154 | nicfit | 2007-12-15 14:04:49 -0700 (Sat, 15 Dec 2007) | 2 lines

  Scratch the chckbox for with roster mode, use one_message_window opt and combo
........
  r9155 | nicfit | 2007-12-15 17:01:13 -0700 (Sat, 15 Dec 2007) | 2 lines

  MessageWindowMgr knows about ONE_MESSAGE_WINDOW_ALWAYS_WITH_ROSTER and MessageWindow can reparent itself rather then the roster having to do so.
........
  r9157 | nicfit | 2007-12-15 17:47:20 -0700 (Sat, 15 Dec 2007) | 2 lines

  Resizing fixes and make the roster window shrink when last tab is removed
........
  r9158 | nicfit | 2007-12-15 19:15:11 -0700 (Sat, 15 Dec 2007) | 2 lines

  Added "Show roster" (CTRL+R) to view menu when using always_with_roster to quickly hide/show the roster.
........
  r9159 | nicfit | 2007-12-15 19:49:30 -0700 (Sat, 15 Dec 2007) | 2 lines

  Handle window title setting in always_with_roster mode.
........
  r9160 | nicfit | 2007-12-15 20:13:57 -0700 (Sat, 15 Dec 2007) | 2 lines

  Removed FIXME
........
  r9167 | nicfit | 2007-12-17 18:40:59 -0700 (Mon, 17 Dec 2007) | 2 lines

  When roster is hidden, show it when the number of MessageWindow controls == 0
........
  r9168 | nicfit | 2007-12-17 19:07:49 -0700 (Mon, 17 Dec 2007) | 2 lines

  Disable hiding roster when there are no message controls open
........
  r9169 | nicfit | 2007-12-17 20:41:11 -0700 (Mon, 17 Dec 2007) | 2 lines

  Bunch of saved size bugs fixed
........
2007-12-18 23:42:22 +00:00
Yann Leboulanger 3a305866c0 [js] move pep page in pref window before advanced one 2007-12-13 20:51:13 +00:00
Yann Leboulanger a645006bf8 merge diff from trunk 2007-12-12 08:44:46 +00:00
Piotr Gaczkowski 947ec8e933 PEP prefs added 2007-08-09 23:05:43 +00:00
Yann Leboulanger ea24ee82e5 merge diff from trunk to pep branch 2007-08-09 15:39:18 +00:00
Yann Leboulanger efad862700 share space in pref window in status tab between default status message expander and preset status message frame when expander is expander. see #2918 2007-02-13 20:35:41 +00:00
Jean-Marie Traissard d48cde2b29 prefs win : Fix some design things. See #2916. (fixes 5.) 2007-01-20 22:30:57 +00:00
Yann Leboulanger 08a90159dc remove timestamp and before/after_nickname from GUI. and add comment in ACE. fixes #2797 2007-01-15 12:54:54 +00:00
Yann Leboulanger dc4f4922af [Brice Maron & I] add option to configure the way time is printed. fixes #2797 2007-01-12 19:27:00 +00:00
Yann Leboulanger 7433835994 add an option to override incoming message type. fixes #2804 2007-01-05 20:38:36 +00:00
Yann Leboulanger 959687c262 check at startup if gajim is the default xmp:// handler and prompt user if it's not. fixes #2861 2007-01-05 17:20:58 +00:00
Yann Leboulanger 3ba76e4e62 expand sound list in pref window 2007-01-04 12:37:23 +00:00
Yann Leboulanger 47f9461584 [Jeff Bailes] improved english strings 2007-01-02 13:36:54 +00:00
junglecow 9814451e07 - [dcraven] Fixed spelling error. Fixes #2580.
- Demoted some error messages from error to debug level.
2007-01-01 02:11:15 +00:00
Yann Leboulanger 224e1dfe8e make profile and pref window resizable
make profile window translatable
fixes #2773, thanks Yavor
2006-12-12 10:57:59 +00:00
Yann Leboulanger ba7e4a0ae7 ok ok bye bye icons in preferences tab fixes #2734 2006-12-03 10:22:33 +00:00
Yann Leboulanger e584512a34 missing file for [7537] 2006-11-26 09:26:00 +00:00
Yann Leboulanger d8391be1dd add a tooltip to manage theme button. fixes #2633 2006-11-06 21:31:27 +00:00
Jean-Marie Traissard 7db777868e Revert [7334] 2006-11-04 00:27:56 +00:00
Nikos Kouremenos ee4e96c4ad [elrodeo] font button for roster font in prefs window. see #2633 2006-11-03 12:43:27 +00:00
Nikos Kouremenos 2347b67733 mention the link to use more music track players in the tooltip of set_status_msg_from_current_music_track_checkbutton 2006-10-20 09:48:29 +00:00
Nikos Kouremenos 9d3ca72534 unjargon xhtml tags by having a better string and a nice tooltip. Good reopen Jim! Fix #2522 2006-10-20 09:34:21 +00:00
Nikos Kouremenos d63d78be66 if user is xfce4 user [startxfce4 or xfce4-session in running procs] then use exo-open (needs libexo) to open urls using the xfce defined default apps 2006-10-20 09:22:17 +00:00
Yann Leboulanger 06609bcb89 add GUI option to ignore incoming XHTML tag. fixes #2522 2006-10-18 08:20:49 +00:00
Yann Leboulanger d90e907651 add a tooltip to adjust_status_tu_music_player to tell which players arre supported 2006-10-17 21:10:16 +00:00
Nikos Kouremenos 79779f26c1 rm greek title [long live glade automatic cr@p] from colorbutton. it was never shown. fixes #2513 2006-10-08 11:56:15 +00:00