Commit Graph

281 Commits

Author SHA1 Message Date
Tomasz Miąsko 2e133d2572 Fix tab switching with ctrl+page up and ctrl+page down. 2017-01-25 17:05:49 +01:00
Emmanuel Gil Peyrot 80221afc2c Split ChatControlBase into its own file. 2017-01-04 22:57:05 +00:00
lovetox 16fd31ca37 Restore correct window size in single window mode 2016-10-03 22:43:17 +02:00
Yann Leboulanger 997e686d57 add new option to show avatar in chat tabs and window icons instead of status icon. Fixes #8320 2016-04-12 22:53:41 +02:00
Yann Leboulanger b74fdf1c8b add advanced option to put the roster on the right in single window mode. Fixes #4679 2016-02-21 11:07:04 +01:00
Yann Leboulanger a0d9d6cf2a keep window size in single window mode even when no tab is opened. Fixes #7823 2016-02-21 10:32:55 +01:00
Yann Leboulanger b6a66c44a3 set the focus on message textview in chat control only for the first opened tab. Fixes #7903 2015-11-23 22:05:19 +01:00
Yann Leboulanger d65882dea5 set urgency_hint when notify_on_all_muc_messages is True. Fixes #8110 2015-07-26 14:25:21 +02:00
Yann Leboulanger 20a0f9c5a6 make completion work 2015-07-25 21:40:51 +02:00
Yann Leboulanger a6c0a14e2f remove deprecated "reparent" call 2015-07-18 16:00:57 +02:00
Yann Leboulanger 901cbb8814 remove the Ctrl-F -> send file shortcut in one window mode. Fixes #7831 2015-07-14 14:11:06 +02:00
Yann Leboulanger 86229e52c4 Prevent Ctrl+b to open bookmarks dialog if GTK has Emacs-style keybindings enabled. Fixes #6874 2015-07-13 10:14:34 +02:00
Yann Leboulanger ce0fed09cd minimize groupchats before closing message window 2014-03-29 17:52:22 +01:00
Yann Leboulanger 506741ff97 don't allow to do ctrl+r when roster is hidden. See #7315 2014-02-05 12:46:48 +01:00
Denis Fomin 4b33634a0b Copyright 2013>2014 2014-01-02 12:33:54 +04:00
Yann Leboulanger fa6d3c16dd fix E2E / GPG information dialog and another information dialog transient_for property. Fixes #7185 2013-09-09 17:36:21 +02:00
Yann Leboulanger fd0ff877a3 GObject.* -> GLib.* 2013-07-28 20:50:30 +02:00
Yann Leboulanger 9c8c1de03f update my copyright 2013-04-05 21:35:39 +02:00
Denis Fomin f8ea97203a Fix roster size(gajim in one window mode) in fullscreen mode and in tiling wm. Fixes #7315 2013-03-10 22:18:53 +04:00
Yann Leboulanger dc9d6ab091 fix a traceback 2013-02-17 21:12:09 +01:00
Yann Leboulanger 735032e250 fix weird traceback 2011-07-22 12:05:38 +02:00
Denis Fomin 0156f8ba4a use get_window() 2013-01-21 23:50:52 +04:00
Yann Leboulanger e6b3fb40e3 fix emitting key_press_event 2013-01-08 21:56:36 +01:00
Yann Leboulanger 91c7ff656b fix traceback 2013-01-06 23:07:39 +01:00
Denis Fomin da692fff54 fix banner context menu 2013-01-07 00:20:18 +04:00
Yann Leboulanger 86b256ac96 fix style / color things 2013-01-05 15:53:14 +01:00
Denis Fomin d5bf61ebf4 fix window mode 2013-01-03 20:09:40 +04:00
Yann Leboulanger 3fdefe20b7 xrange() -> list(range()) 2013-01-02 18:17:51 +01:00
Yann Leboulanger 069bddbbcb remove call to unicode() 2013-01-01 21:06:16 +01:00
Yann Leboulanger a8d946bc96 more GTK3 fixes 2012-12-27 21:58:52 +01:00
Yann Leboulanger 8f71d9f219 start porting Gajim to gobject introspection and GTK3 2012-12-23 16:23:43 +01:00
Yann Leboulanger 0da0536010 [dpapavas] Improvements for Emacs Gtk binding theme. Fixes #7254 2012-11-08 12:09:13 +01:00
Yann Leboulanger 52b2b17c7c return True in accel_group callback. Fixes #5371, #6903 2012-09-30 21:31:45 +02:00
Denis Fomin 004c0fbdf5 set the focus when the first tab is opened 2012-08-24 18:21:38 +04:00
Yann Leboulanger 57c8fdad39 add option to enable / disable the remember opened chats option. Fixes #7193 2012-08-05 13:34:35 +02:00
Yann Leboulanger aea75469a1 save opened chat controls when quitting and restore them on startup. Fixes #3803 2012-04-20 14:34:24 +02:00
Yann Leboulanger b846ac8793 save config regulary when we change an option. 2012-04-18 10:15:53 +02:00
Yann Leboulanger fdb63bcd0c fix focus behaviour when opening chat / groupchat window. Fixes #7115, see #5740 2012-03-09 08:40:21 +01:00
Yann Leboulanger 3a3f99d618 upgrade copyright 2012-01-11 22:20:34 +01:00
Yann Leboulanger fc765088f7 fix chat tab finding when we get a pm 2011-08-22 12:31:24 +02:00
Yann Leboulanger 31bfc4969a follow chat in tabs more easily. Don't open as many chattabs as there are lowe priority chats. Fixes #5227 2011-08-21 09:51:57 +02:00
Yann Leboulanger d7f6b64abe Prevent Ctrl+f to open send file dialog if GTK has Emacs-style keybindings enabled. Fixes #6874 2011-05-26 19:39:03 +02:00
Yann Leboulanger 34e3ff804d don't block key pressed events to go until textview so that ctrl+W work in Emacs theme. Fixes #6786 2011-05-26 19:38:09 +02:00
Yann Leboulanger 40db9c36b7 revert [7ded06d532df]. It's already done in create_window() function. see #6746 2011-03-25 08:23:23 +01:00
Yann Leboulanger 58015a37bb [Maxim Koltsov] Set different WM_WINDOW_ROLE to different windows types (gc, chat). Fixes #6746 2011-03-24 22:51:38 +01:00
Denis Fomin e9eb73d21c tab_eventbox widget. do not grab focus 2010-12-11 12:15:55 +03:00
Denis Fomin c82e7951a9 Use custom style for close tab button.(in some GTK themes tabs look weird) 2010-12-09 15:55:58 +03:00
Yann Leboulanger 3c2481fc2d Give focus to message textview when we open a new chat. Fixes #5740 2010-07-30 14:38:19 +02:00
Yann Leboulanger d96cfefae8 when a groupchat occupand uses a previously used nick for which you had a window opened, closes the previous one. 2010-06-10 10:26:15 +02:00
Alexander Cherniuk 8785db9478 Removed an excess lambda 2010-05-25 10:26:42 +03:00