summaryrefslogtreecommitdiffstats
path: root/src/eventqueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add license headersMorten Sorvig2009-09-171-0/+23
* correct castMorten Sorvig2009-09-141-1/+1
* Add support for session inactivity timeoutsMorten Sorvig2009-09-141-1/+1
* Add suport for never-expires data. Does not work yetMorten Sorvig2009-09-041-0/+1
* no need for a separate widget type, just set the imagehash attribute and test...Morten Sorvig2009-09-041-5/+1
* Add support for static widgetsMorten Sorvig2009-09-041-2/+67
* Store images compressed as pngs. Don't scan images for equality.Morten Sorvig2009-08-271-35/+22
* attempt sending input events to all webviewsMorten Sorvig2009-08-251-5/+5
* Add list of class names that QWebClient doesnt send updates for.Morten Sorvig2009-08-241-0/+2
* Send over the class and object name to the clientMorten Sorvig2009-08-211-1/+6
* Refactor the drag-drop handlerMorten Sorvig2009-08-171-1/+1
* create native pushbuttonsMorten Sorvig2009-08-121-0/+2
* Create textarea element for QTextEditMorten Sorvig2009-08-121-0/+2
* Add support for transferring QTextEdit text as plain textMorten Sorvig2009-08-111-0/+4
* Split the json event handling up into functions and add error handlingMorten Sorvig2009-06-261-27/+41
* Move widget update handling to the widget event handlerMorten Sorvig2009-06-261-30/+2
* Use '|' as a prefix on filenames to avoid collisions with other urls (/json m...Morten Sorvig2009-06-231-1/+1
* Implement text updates for labels and line edits.Morten Sørvig2009-06-121-3/+24
* update the server-side position on client-side moveMorten Sørvig2009-03-201-1/+11
* Send text updates on key up and "enter" keypressMorten Sørvig2009-03-201-1/+5
* Attach the a drag handler to QMdiSubWindow windows.Morten Sørvig2009-03-131-0/+2
* Make it possible to swich of debug output with a define.Morten Sørvig2009-01-301-17/+18
* Initial commit.Morten Sørvig2009-01-191-0/+286