Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-23 | Fix chat window title showing wrong chat titleswift-3.0beta1 | Tobias Markmann | |
Setup an application wide focus handler which updates the title if a focus change to a QtTabWidget happened. Test-Information: Tested on OS X 10.9.5 with Qt 5.4.0. Change-Id: Ib2e2f4c4a93deddb286350bdef685eb7aee504c9 | |||
2015-02-20 | Fix Ctrl/Cmd + Page Up/PageDown shortcuts | Tobias Markmann | |
Test-Information: Tested on OS X 10.9.5 with Qt 5.4.0. Change-Id: Ia60808f5ae371db6b438b7396fa1f999f4572a96 | |||
2015-02-17 | Fix shortcut handling for chat window navigation | Tobias Markmann | |
This commit fixes CTRL-Tab, CTRL-Backtab and CTRL-W shortcuts on Mac, Windows and Linux. These shortcuts work in all mode except --no-tabs mode. This will be fixed in a future commit. There is still different behavior across platforms: on Windows and Linux they are handled on key press and repeat, and on Mac they are handled on key release and do not repeat. Test-Information: Tested on OS X 10.9.5, Windows 7 and Elementary OS. Change-Id: I2179f234cfd76b86cf261f2cf7500fc1cf0439a4 | |||
2014-12-15 | Update Copyright in Swift | Kevin Smith | |
Change-Id: Idb6ef5fa191b1465c0bf46c47e63b695de07fa0b | |||
2014-12-14 | Add support for new trellis layout for chat windows. | Tobias Markmann | |
This includes dynamic customizable grid layouting of chat tabs including: - arrengement of tabs via menu, keyboard shortcuts or drag'n'drop - change of grid size via mouse or keyboard - save/restore of grid size and positions of chats inside the grid Test-Information: Tested on OS X 10.9.8. Change-Id: I43f94293a1c672971640c3000abfc6530f2ea7a8 | |||
2013-11-22 | Make chat tabs reorderable. | Kevin Smith | |
I had no idea this was available in Qt now - and it's been there since 4.5! Change-Id: I537e2e81947e1741bab61d38d0484f10229a6808 | |||
2013-10-01 | Adding support for impromptu MUCs. | Tobias Markmann | |
Change-Id: I363e9d740bbec311454827645f4ea6df8bb60bed License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2013-03-24 | Don't hide the tabset if in single window mode | Kevin Smith | |
Change-Id: I91272f94258a49c9626cf3130bfbf2838a434e9b | |||
2013-03-24 | Show window titles in netbook mode | Kevin Smith | |
Change-Id: Idb51c066c5b0030646eecf641d729966b9e14d06 | |||
2013-03-04 | Qt5 support & warning fixes. | Remko Tronçon | |
Change-Id: I62c7d5ca44c915e36c797c798294b7c34b465514 | |||
2012-12-30 | Enable & fix pedantic CLang warnings. | Remko Tronçon | |
Change-Id: I70109624b4bd7aab9ba679a3eaabc225dd64a03a | |||
2012-09-30 | Slightly neaten code | Kevin Smith | |
2012-06-01 | Avoid whoosh down, whooosh up on Mac when opening chat windows. | Kevin Smith | |
This changes so that the chat window will appear without focus if being shown without the user requesting it, but it will no longer appear minimised. Resolves: #1022 | |||
2011-10-30 | Flash the taskbar indefinitely on Windows | Kevin Smith | |
2011-04-28 | Temporarily reverting widget hiding patch. | Remko Tronçon | |
It is causing some strange side effects. | |||
2011-04-28 | Hiding widgets which aren't visible anyway to prevent them from redrawing. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-22 | Merge unread tab titles legibly. | Kevin Smith | |
Release-Notes: Chat tabs with unread messages from several chats will now be a little more descriptive. Resolves: #485 | |||
2011-03-12 | fix that Sz again | Arnt Gulbrandsen | |
2011-03-03 | Update chat window title when changing tabs. | Kevin Smith | |
Resolves: #773 | |||
2011-01-26 | Fixed undefined behavior & removed illegal chars in QtChatTabs. | Remko Tronçon | |
2011-01-24 | Don't assign Alt-A as a tab accelerator. | Kevin Smith | |
Resolves: #744 | |||
2011-01-13 | Cleanup after previous patches. | Kevin Smith | |
2011-01-13 | Add keyboard accelerators for tabs (alt-s to switch to the swift room, etc). | Arnt Gulbrandsen | |
Handle window titles that happen to contain the '&' character correctly. Abbreviate the tab bars generated from some long JID localparts (e.g. #foo%irc.ma.us.example.org@irc.spectrum.example.net). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php My future patches are also BSD-licensed, unless I explicitly note a different license in that patch. | |||
2010-10-08 | Raise windows when activating them. | Kevin Smith | |
Hopefully Resolves: #573 | |||
2010-10-03 | Only jump the Mac dock when a Notice is generated. | Kevin Smith | |
Release-Notes: The Mac Dock icon has stopped jumping when it shouldn't. Resolves: #444 Resolves: #453 | |||
2010-08-22 | Don't skip tabs for Ctrl-PgUp/Dn on reopened chats.swift-1.0beta6 | Kevin Smith | |
Resolves: #535 | |||
2010-08-22 | Don't incorrectly mark all messages read in most recently opened chat when a ↵ | Kevin Smith | |
different chat is selected | |||
2010-07-25 | ChatTabs improvements. | Kevin Smith | |
Resolves: #504 Resolves: #507 | |||
2010-07-23 | Tone down the chat state colours in tab titles. | Kevin Smith | |
2010-07-23 | Elide and use scroll buttons on all platforms when chat tab list is too long. | Kevin Smith | |
Resolves: #302 | |||
2010-07-02 | Don't crash when signing out if the debug console's open. | Kevin Smith | |
Resolves: #484 | |||
2010-06-20 | Show total unread count in tab title.swift-1.0beta4 | Kevin Smith | |
Resolves: #448 | |||
2010-06-04 | Don't put icons on windows on OS X. | Remko Tronçon | |
2010-06-04 | Put icons on windows. | Remko Tronçon | |
2010-05-30 | Let chat widget grow to fill the window. | Kevin Smith | |
Resolves: #223 | |||
2010-05-25 | Support Ctrl-PgUp/PgDn for switch ing tabs | Kevin Smith | |
2010-05-24 | Fix console warning on tab focus. | Remko Tronçon | |
Resolves: #357 | |||
2010-05-23 | Warn if compiling with Qt <4.5 where needed. | Kevin Smith | |
2010-04-12 | Flash the taskbar on new messages. | Kevin Smith | |
Fixes: #207 | |||
2010-04-08 | Added copyrights to Swift. | Remko Tronçon | |
2010-04-06 | Don't minimise+restore new chats that want focus on OS X. | Kevin Smith | |
Resolves: 217 | |||
2010-03-26 | Remove MUCs from the ChatsManager's list once you leave them. | Kevin Smith | |
Resolves: #292 | |||
2010-02-17 | Preliminary Chat State Notifications support. | Kevin Smith | |
Only covers Active and Composing (Which is very possibly all we care about). | |||
2009-12-19 | Colour tabs with waiting messages. | Kevin Smith | |
Resolves: #278 | |||
2009-11-26 | Make sure window title's update on tab close. | Kevin Smith | |
This is a speculative fix for a problem that I couldn't reproduce but was hitting Steve reproducably. This should ensure that whenever a tab is closed, it'll cause the title to be updated. | |||
2009-11-21 | Removing compiler warnings. | Kevin Smith | |
Swiften and Swift now build with no compiler warnings for me on Snow Leopard. | |||
2009-10-15 | Save the geometry of the chat and roster windows. | Kevin Smith | |
2009-10-12 | Fix for chat tabs always getting focus on incoming messages | Kevin Smith | |
2009-10-04 | Give chat input focus when a tab is selected | Kevin Smith | |
2009-09-15 | Bring the tabs to front when a tabbed widget requests activation. | Kevin Smith | |