summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for session inactivity timeoutsMorten Sorvig2009-09-148-12/+83
* remove the draghandler fileMorten Sorvig2009-09-083-22/+2
* Use a shared root widget, only create one backing storeMorten Sorvig2009-09-081-0/+10
* Proper max-age syntaxMorten Sorvig2009-09-071-2/+2
* no need to set the hostMorten Sorvig2009-09-072-2/+10
* Pre-load the static files at server startupMorten Sorvig2009-09-072-22/+19
* Add suport for never-expires data. Does not work yetMorten Sorvig2009-09-043-2/+24
* no need for a separate widget type, just set the imagehash attribute and test...Morten Sorvig2009-09-042-28/+2
* Add support for static widgetsMorten Sorvig2009-09-0411-23/+167
* Store images compressed as pngs. Don't scan images for equality.Morten Sorvig2009-08-272-35/+24
* Dont scan images for equalityMorten Sorvig2009-08-271-2/+2
* remove the fake root widget stuff. didn't work.Morten Sorvig2009-08-261-10/+1
* Don't skip plain QWidgets, breaks QMdiAreaMorten Sorvig2009-08-261-3/+5
* Only cast valid ids to QWidget pointers. Implement z-ordering on dragMorten Sorvig2009-08-264-19/+63
* filter away paint events for text-based widgetsMorten Sorvig2009-08-251-3/+5
* attempt sending input events to all webviewsMorten Sorvig2009-08-253-13/+18
* Add list of class names that QWebClient doesnt send updates for.Morten Sorvig2009-08-245-4/+24
* Add (1,1)-sized root widget so Qt doesnt create a large backing store bufferMorten Sorvig2009-08-243-3/+21
* Add option to skip updating plain QWidgetsMorten Sorvig2009-08-217-10/+25
* Send over the class and object name to the clientMorten Sorvig2009-08-212-1/+10
* Add an active session limitMorten Sorvig2009-08-204-0/+28
* Dont show the widgets on screen, try to save memory by disabling the backing ...Morten Sorvig2009-08-201-1/+8
* Refactor the drag-drop handlerMorten Sorvig2009-08-175-78/+77
* disable debug outputMorten Sorvig2009-08-141-3/+3
* use floating point mathMorten Sorvig2009-08-141-1/+2
* compute server uptime as wellMorten Sorvig2009-08-142-3/+8
* Add amazon web services costs tableMorten Sorvig2009-08-131-3/+13
* Some cleanupsMorten Sorvig2009-08-131-11/+5
* Use QUrl to url decodeMorten Sorvig2009-08-131-7/+1
* Some cleanups on text handlingMorten Sorvig2009-08-131-11/+23
* create native pushbuttonsMorten Sorvig2009-08-123-6/+36
* 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