summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-08-07"Chats" tab shows opened whiteboard sessionsMateusz Piekos
2012-08-07Added icon and title to whiteboard windowsMateusz Piekos
2012-08-07Added option to cancel outgoing whiteboard session requestMateusz Piekos
2012-08-07Removed filledHandline icon fileMateusz Piekos
2012-08-06Removed useless filledhandline iconMateusz Piekos
2012-08-06Blocked onOperationReceived signal on no-opsMateusz Piekos
2012-08-06Moved handling of operation IDs to session classesMateusz Piekos
2012-07-31Added removing of selection rect of items modified by other partyMateusz Piekos
2012-07-31Upgraded update operation with ability to move elementsMateusz Piekos
2012-07-29Added whiteboard discovery informationMateusz Piekos
2012-07-27Improved graphics view clearing on closeMateusz Piekos
2012-07-27Improved handling of polygon updatesMateusz Piekos
2012-07-26Improved handling of operations IDs and transformationsMateusz Piekos
2012-07-24Removed unneeded parameter "from"Mateusz Piekos
2012-07-24Commented out code handling filled hand lineMateusz Piekos
2012-07-23Added abitlity to change color and line witdth of drawn elementsMateusz Piekos
2012-07-20Made compilation of whiteboard components warning freeMateusz Piekos
2012-07-18Modified code to send TextItem updatesMateusz Piekos
2012-07-17Added handling of items deletionsMateusz Piekos
2012-07-17Added handling of elements position updatesMateusz Piekos
2012-07-13Integrated WhiteboardClient and WhiteboardServer into rest of the codeMateusz Piekos
2012-07-03Modified statement about session request rejectMateusz Piekos
2012-07-02Fixed bug with weird behavior of scene after clearMateusz Piekos
2012-07-02Clearing whiteboard window on session initializationMateusz Piekos
2012-06-29Improved handling of IDsMateusz Piekos
Added ID parsing to every element and added function to get prefixes from session to be able to distinguish elements between clients
2012-06-26Fixed duplicating of polygonsMateusz Piekos
2012-06-26Added handling of text elementsMateusz Piekos
2012-06-26Added handling of circles(ellipses)Mateusz Piekos
2012-06-24Added handling of rects and basic handling of polygonsMateusz Piekos
2012-06-21Added parsing and serialization of freehand path elementMateusz Piekos
2012-06-18Completed serialization and parsing of line elementMateusz Piekos
2012-06-15Moved elements parsing to WhiteboardParserMateusz Piekos
2012-06-15Moved serialization of elements to WhiteboardSerializerMateusz Piekos
2012-06-14Improved session initialization from UI sideMateusz Piekos
2012-06-12Improved whiteboard session handlingMateusz Piekos
2012-06-08Added handling of whiteboard session requestsMateusz Piekos
2012-06-06Moved whiteboard data handling to WhiteboardSessionMateusz Piekos
2012-06-05Moved whiteboard handling to WhiteboardManagerMateusz Piekos
2012-06-02Added whiteboard controller with simple sharingMateusz Piekos
Whiteboard controller is handled in ChatController only for testing purposes.
2012-06-01Added simple whiteboard payload and it's parser and serializerMateusz Piekos
2012-05-30Added whiteboard iconsMateusz Piekos
2012-05-30Added whiteboard files to swift treeMateusz Piekos
2012-05-17Fixing compilation on windows.Remko Tronçon
Resolves: #1123
2012-05-12Show Certificate dialog from certificate error window.Remko Tronçon
2012-05-11Showing stream encryption status in the roster header. Provide native ↵Tobias Markmann
certificate viewers on click. Native viewers for Windows and Mac OS X are implemented. Added TODOs to OpenSSL based TLS interface related to CRL and OCSP. Resolves: #167 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-05-11Fixed struct vs class warning.Remko Tronçon
2012-05-11Don't allow form results to get interpreted as HTMLKevin Smith
2012-04-29Do one update_translations lupdate call for every translation.Remko Tronçon
This allows only updating one translation file.
2012-04-29Also put ellipsis buttons on MUC and roster context menus.swift-2.0beta1Remko Tronçon
Resolves: #1114
2012-04-29Added ellipsis to menu items which needs further input to complete actionPavol Babincak
This is recommended in HIGs for Gnome, OS X, Windows: - http://developer.gnome.org/hig-book/3.0/menus-design.html.en - https://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/AppleHIGuidelines/TextStyle/TextStyle.html#//apple_ref/doc/uid/TP30000365-TPXREF126 - http://msdn.microsoft.com/en-us/library/aa511502.aspx#ellipses Resolves: #1114 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.