summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Create textarea element for QTextEditMorten Sorvig2009-08-122-1/+20
* Add support for transferring QTextEdit text as plain textMorten Sorvig2009-08-115-22/+65
* Add support for pressing enter on a line edit: send a newline to the server w...Morten Sorvig2009-08-073-8/+20
* Implement eTag support for static contentMorten Sorvig2009-08-072-12/+69
* url decode the GET/POST lineMorten Sorvig2009-08-061-3/+7
* Delay showing image-based elements until the image has been downloadedMorten Sorvig2009-08-061-4/+27
* Use POST instead of GET to send eventsMorten Sorvig2009-08-051-1/+1
* Use an html div hiearchy on the client side to mirror the qidget hiearchy on ...Morten Sorvig2009-08-044-98/+78
* Implement static content and session statisticsMorten Sorvig2009-07-314-29/+48
* Add simple statistics pageMorten Sorvig2009-07-302-2/+32
* Split the json event handling up into functions and add error handlingMorten Sorvig2009-06-262-28/+43
* Move widget update handling to the widget event handlerMorten Sorvig2009-06-265-36/+77
* add widget hints apiMorten Sorvig2009-06-232-0/+9
* Use '|' as a prefix on filenames to avoid collisions with other urls (/json m...Morten Sorvig2009-06-234-15/+13
* Use a filename whitelist when serving filesMorten Sorvig2009-06-234-13/+34
* Work on support for embedding a qwebclient enywhere in a web page.Morten Sørvig2009-06-123-63/+124
* Simplify the js includes, add master qwebclient.js.Morten Sørvig2009-06-124-1/+17
* Implement text updates for labels and line edits.Morten Sørvig2009-06-1213-9/+71
* Seed the random number generator to prevent session id collisions.Morten Sørvig2009-06-121-0/+1
* Add double-click supportMorten Sørvig2009-03-252-3/+14
* Fix cookie parsing.Morten Sørvig2009-03-201-7/+10
* update the server-side position on client-side moveMorten Sørvig2009-03-204-12/+25
* Send text updates on key up and "enter" keypressMorten Sørvig2009-03-204-14/+31
* support setting a custom portMorten Sørvig2009-03-204-6/+30
* Combine the single and multi-user clases into a single WebClient classMorten Sørvig2009-03-206-107/+59
* Attach the a drag handler to QMdiSubWindow windows.Morten Sørvig2009-03-136-36/+101
* Implement support move using the child hiearchy.Morten Sørvig2009-02-171-4/+42
* Make Z-ordering work.Morten Sørvig2009-02-172-32/+65
* forgot to add thisMorten Sørvig2009-02-031-0/+9
* Make it possible to swich of debug output with a define.Morten Sørvig2009-01-305-60/+65
* Rename server.* to something less generic to facilitate use as a sub-module.Morten Sørvig2009-01-307-6/+6
* Initial commit.Morten Sørvig2009-01-1916-0/+1975