Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-31 | Upgraded update operation with ability to move elements | Mateusz Piekos | |
2012-07-29 | Added whiteboard discovery information | Mateusz Piekos | |
2012-07-27 | Improved graphics view clearing on close | Mateusz Piekos | |
2012-07-27 | Improved handling of polygon updates | Mateusz Piekos | |
2012-07-26 | Improved handling of operations IDs and transformations | Mateusz Piekos | |
2012-07-24 | Removed unneeded parameter "from" | Mateusz Piekos | |
2012-07-24 | Commented out code handling filled hand line | Mateusz Piekos | |
2012-07-23 | Added abitlity to change color and line witdth of drawn elements | Mateusz Piekos | |
2012-07-20 | Made compilation of whiteboard components warning free | Mateusz Piekos | |
2012-07-18 | Modified code to send TextItem updates | Mateusz Piekos | |
2012-07-17 | Added handling of items deletions | Mateusz Piekos | |
2012-07-17 | Added handling of elements position updates | Mateusz Piekos | |
2012-07-13 | Integrated WhiteboardClient and WhiteboardServer into rest of the code | Mateusz Piekos | |
2012-07-05 | Created simple WhiteboardServer with unit tests | Mateusz Piekos | |
Purpose of WhiteboardServer is to handle server side Operational Transformation operations | |||
2012-07-03 | Modified statement about session request reject | Mateusz Piekos | |
2012-07-02 | Fixed bug with weird behavior of scene after clear | Mateusz Piekos | |
2012-07-02 | Clearing whiteboard window on session initialization | Mateusz Piekos | |
2012-06-29 | Improved handling of IDs | Mateusz 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-26 | Fixed duplicating of polygons | Mateusz Piekos | |
2012-06-26 | Added handling of text elements | Mateusz Piekos | |
2012-06-26 | Added handling of circles(ellipses) | Mateusz Piekos | |
2012-06-24 | Added handling of rects and basic handling of polygons | Mateusz Piekos | |
2012-06-21 | Added parsing and serialization of freehand path element | Mateusz Piekos | |
2012-06-18 | Completed serialization and parsing of line element | Mateusz Piekos | |
2012-06-15 | Moved elements parsing to WhiteboardParser | Mateusz Piekos | |
2012-06-15 | Moved serialization of elements to WhiteboardSerializer | Mateusz Piekos | |
2012-06-14 | Improved session initialization from UI side | Mateusz Piekos | |
2012-06-12 | Improved whiteboard session handling | Mateusz Piekos | |
2012-06-08 | Added handling of whiteboard session requests | Mateusz Piekos | |
2012-06-07 | Removed unnecessary StanzaChannel from WhiteboardManager | Mateusz Piekos | |
2012-06-06 | Moved whiteboard data handling to WhiteboardSession | Mateusz Piekos | |
2012-06-05 | Added function responsible for instances of WhiteboardWindows | Mateusz Piekos | |
2012-06-05 | Moved whiteboard handling to WhiteboardManager | Mateusz Piekos | |
2012-06-05 | Restored ChatController and ChatsManager | Mateusz Piekos | |
2012-06-02 | Added whiteboard controller with simple sharing | Mateusz Piekos | |
Whiteboard controller is handled in ChatController only for testing purposes. | |||
2012-06-01 | Added simple whiteboard payload and it's parser and serializer | Mateusz Piekos | |
2012-05-30 | Added whiteboard icons | Mateusz Piekos | |
2012-05-30 | Added whiteboard files to swift tree | Mateusz Piekos | |
2012-05-17 | Fixing compilation on windows. | Remko Tronçon | |
Resolves: #1123 | |||
2012-05-12 | Remove peer certificate from APIs. | Remko Tronçon | |
The peer certificate chain contains the peer certificate, so this was redundant. | |||
2012-05-12 | Show Certificate dialog from certificate error window. | Remko Tronçon | |
2012-05-11 | Showing 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-11 | Fixed struct vs class warning. | Remko Tronçon | |
2012-05-11 | Don't allow form results to get interpreted as HTML | Kevin Smith | |
2012-04-29 | Do one update_translations lupdate call for every translation. | Remko Tronçon | |
This allows only updating one translation file. | |||
2012-04-29 | Also put ellipsis buttons on MUC and roster context menus.swift-2.0beta1 | Remko Tronçon | |
Resolves: #1114 | |||
2012-04-29 | Added ellipsis to menu items which needs further input to complete action | Pavol 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. | |||
2012-04-29 | Updated Slovak translation | Pavol Babincak | |
Improved according to recommendation for Slovak translations. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-04-29 | Conditionally include DBUS on Linux. | Remko Tronçon | |
2012-04-29 | Render notes in AdHoc commands. | Kevin Smith | |
Resolves: #1074 |