summaryrefslogtreecommitdiffstats
path: root/Swift
AgeCommit message (Collapse)Author
2014-01-21Tweaks to UI.Richard Maudsley
Change-Id: Ib06dd3e5da78c566b9f8d9f920aa84c1e7b8ef06
2014-01-20Updated GUI logic.Richard Maudsley
Change-Id: I793fc80d407cdf7175d32460f11c69df86daa261
2014-01-20Working on new dialog layout.Richard Maudsley
Change-Id: Idfa797ed5e92f50bd7c492f26b23ac8e6fa87ca7
2014-01-20Changed to UI layout.Richard Maudsley
Change-Id: Ia215c3c4ddf13be5b5f31c02ae7624d39ccea12d
2014-01-20Removed debug output.Richard Maudsley
Change-Id: Ie08b337f3e27f8ea995edfda2459ecd3e7cb70da
2014-01-20Added SuggestingJIDInput.Richard Maudsley
Change-Id: I34690b0a019da2b882a3eba28ba77e87f61bbe7a
2014-01-20Fixed ListWidget description updating.Richard Maudsley
Change-Id: Ieaa34e9b1ef34baa01903af5d13fa0d60994f8e3
2014-01-20Updating ListWidget row description when configuration changes.Richard Maudsley
Change-Id: I537696127f27858a370b363904459ea7764e8d6a
2014-01-17Saving and restoring colour values.Richard Maudsley
Change-Id: I36cf2a70958d7195dca264846962f28a1ec534b8
2014-01-17Safe keeping.Richard Maudsley
Change-Id: I3845db9204004212711e6c6f68e23c0e7ab29f52
2014-01-17Safe keeping.Richard Maudsley
Change-Id: Ic00cb4bc291505a8eedfcef31f62195625b269f0
2014-01-17Description is now updated as dialog options are changed.Richard Maudsley
Change-Id: I3210bebc9a1db6774504742fdd108984b06e135b
2014-01-17Small fix to allow removing list items.Richard Maudsley
Change-Id: I168644c2271a2212bab3c006077d4b23758d490d
2014-01-17Routine to enable/disable entire UI.Richard Maudsley
Change-Id: I7283527a8fc516f55ceb147f7e44a4b5477c7c75
2014-01-17Fixed saving current dialog state without changing list item first.Richard Maudsley
Change-Id: I4b4ad06ca8e25b61765827d09b7e263028aac39e
2014-01-17Saving and restoring dialog state.Richard Maudsley
Change-Id: Idd0f12980326f628177db3df40cd5b3082957bc8
2014-01-17Improved natural language rule display.Richard Maudsley
Change-Id: I1d47a33baac4f8dd0789c61a56f7a2fa8128d925
2014-01-16Started natural language display of rule as text.Richard Maudsley
Change-Id: Iaf973f96652175b6167e369cd74c1223697070a4
2014-01-16Updated rules dialog.Richard Maudsley
Change-Id: I6aa0a7e5feb54a25b379702dc2d7e331a3bdb25a
2014-01-16Updated highlight dialog.Richard Maudsley
Change-Id: I9bf91fdbf542e01a9f2421315698846ca0bdb043
2014-01-16Updated layout.Richard Maudsley
Change-Id: Ic12218449f9acd072c9e5aa78ce9e6dcda3165d0
2014-01-16Starting to wire up Highlight Rules dialog.Richard Maudsley
Change-Id: I81dae3a2c32b38a3affa8b2765d51c6d688e3bae
2014-01-15Improved highlight editor gui layout.Richard Maudsley
Change-Id: I95d2d3de764f01a44d64a5f2846c4809cf46574a
2014-01-13Replaced HighlightManager save-data with boost::serialization.Richard Maudsley
Change-Id: Ia4e2baa52ba765f2bfd4a1986d63c0ba2c3acd09
2014-01-13Fixed compiler errors.Richard Maudsley
Change-Id: I5a36fa14bfb0e758a1178e4b5fe3c2eb2e32b04c
2014-01-13Testing vertical dialog layout.Richard Maudsley
Change-Id: If6ab16c96b94dd26b0c9b3169ae3199ad3cad328
2014-01-13Recovered from accidental deletion.Richard Maudsley
Change-Id: Ia28a9b0b3c337c2e9faae4bc870247fffe29e215
2014-01-13Improved plaintext chat view for screen-reader support.Richard Maudsley
Change-Id: Ib7c10350b56683db95f4c6be49f79f8a9d9e80ec
2014-01-11Fix screenreader rendering, and bump Windows builds to Qt-5.2Kevin Smith
Change-Id: I4709c5fb3924a527c2ed03ed5ca36747f3031f4c
2013-12-18Add affiliations to tooltips for MUC occupant lists.Richard Maudsley
Also extracts MUC into an interface and MUCImpl the existing implementation, adds a MockMUC for using in unit tests, and adds unit tests for the MUCController changes. Change-Id: I25034384f59d3c274c46ffc37b2d1ae60ec660f4
2013-12-08Wordsmithing of previous patchKevin Smith
Change-Id: I9b56a13e3fa01bb5780b4293b5fe51b72e218032
2013-12-08Enable domain-wise (un-)blocking.Tobias Markmann
Change-Id: I88611bead558ccb58bec8d55372f847479e745ff License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2013-12-08Move all RosterItemOperations to Swift/Controllers/Roster/ItemOperations and ↵Tobias Markmann
cleanup related includes. Change-Id: I20b8c347dd6f250f7ca426f8eb4e0093e226de5f License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2013-12-08Convert Roster::setAvailableFeatures() and Roster::setBlockedState() to ↵Tobias Markmann
RosterItemOperations. Change-Id: I67943bd50ca9eb4ae53e1acefbea1c7b67684cc9 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2013-11-25When in screen-reader mode, change the text used in rosters to include more ↵Kevin Smith
information. Change-Id: I8807b2ce6d36dbce510a185f0e4e2c549c623225
2013-11-22Use a combobox instead of tabs for mainwindow selection.Kevin Smith
I'm told that currently Qt isn't correctly showing which tab is selected over MSAA. By providing a different widget it should make screen readers happier. Change-Id: I1f14967fa2f314418417ac5891e9c79f60ac59ef
2013-11-22Make 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-11-22Provide an MSAA name for the chat log.Kevin Smith
Also introduces a screenreader option ready for later patches. Change-Id: I30cff418c0c557f0c7f97f47a8493c77a2b68159
2013-11-18Update dummy implementations to current APIKevin Smith
Change-Id: Iff64972fc9127851d4cc81e1177d78132f27ad3b
2013-11-18Improve tooltips to include avatars, last seen and vcard information.Tobias Markmann
Change-Id: I3768d9891ba903c5e2ce8217de0b4413ce40bb9a License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2013-11-10Make Ctrl-K to delete to end of the line in chat input.Kevin Smith
Change-Id: I04f34018fd99c687a41724d7a32d2b640757359f
2013-11-08Improve some access for screen readers.Kevin Smith
Includes the start of a very ugly plain text chat log Change-Id: I26b6d8f752164e4f8a12fe66aedc93af67345cca
2013-11-03Split experimental File Transfer out from History and Whiteboarding.Kevin Smith
Effectively disables whiteboarding and history in default builds so we can avoid having to do a full cleanup of them for 3.0. File transfer remains enabled in default builds as we're intending getting that ready and shipping it. Change-Id: I8c1dcc989f238b58d6d7c426485e7cf582514d8f
2013-10-31Merge branch 'swift-2.x'Remko Tronçon
* swift-2.x: Update Hebrew translation Don't install the overrides for other packages in swift-im Update Debian building for latest lintian rules Don't allow passing NULL to the JID ctor Conflicts: Swift/Packaging/Debian/debian/control.in Change-Id: Iadbd434627e190d7369aa61f67ab211e4fbcf02a
2013-10-28Update Hebrew translationswift-2.xRemko Tronçon
Change-Id: Id9733b2fc802b249b9a2949b0a8cc5af9613db44
2013-10-26Fix shortcut handling in QtTabbable.Tobias Markmann
Tested under Gnome 2.32, OS X 10.8 and Win 8.1. Change-Id: If7d41c2254e53ad0d9b745e27dc1db77d64cec50 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2013-10-26VCard: Add small margin to QtRemovableItemDelegate.Tobias Markmann
Change-Id: I8032c537c3e5914f43dffb4818bb00caf2ab3bbd License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2013-10-26VCard: Move 'Add Field' button inside the scroll view.Tobias Markmann
Change-Id: I1259e6de80a5c8781ba71dad1a52228f37a7ce7e License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2013-10-26VCard: Set a adequate initial size for VCard window.Tobias Markmann
Change-Id: If2723134132d2e766149b89170e9d3452a28c535 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2013-10-26VCard: Remove name fields from field menu. They're always displayed in edit ↵Tobias Markmann
mode now. Change-Id: I9ee5faae53e9300300e01a1782b51645399f1669 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.