Commit Graph

2135 Commits

Author SHA1 Message Date
Dee Holtsclaw 6de2cf61e8 Add "qxtzeroconf.h" to the installed headers 2012-02-02 11:58:24 -05:00
J-P Nurmi abef327044 Moved jsonrpcclient from examples to tools 2012-01-31 21:41:31 +01:00
J-P Nurmi 1313593c6f Fixed examples/jsonrpcclient to build on mac 2012-01-31 21:38:21 +01:00
Benjamin Zeller 3195bcc46d Removed Binary from last commit 2011-12-03 10:42:12 +01:00
Benjamin Zeller 85bde6e977 Adding a small QxtScheduleView example 2011-12-03 10:37:48 +01:00
Dee Holtsclaw a9b3f34595 Minor additions to private implementation classes to support Q_PRIVATE_SLOT
Note that a source file must #include "moc_qxtXXXX.cpp" to clue MOC into
not trying to seperately compile the moc file since the private methods would
be unknown there.
2011-12-01 15:08:06 -05:00
J-P Nurmi 2080d7ac43 Fixed #100 bug with the QxtCsvModel 2011-11-18 07:30:53 +01:00
J-P Nurmi 79a4694757 Fixe #125 QxtLanguageBox improvment in logic 2011-11-17 19:51:20 +01:00
J-P Nurmi e2b2e0ce69 Fixed #124 QxtLanguageBox logic maybe bug 2011-11-17 19:48:10 +01:00
Arvid E. Picciani 23f7e59e90 qxtjsonrpc: next attempt at fixing the build 2011-11-16 18:37:13 +01:00
J-P Nurmi 563b16cfe5 Fixed #130 DEPENTPATH = DEPENDPATH? 2011-11-16 01:16:12 +01:00
J-P Nurmi 77b6422bcc Fixed #131 QxtGlobalShortcutKey unregistered other's shortcut key by mistake 2011-11-16 01:13:57 +01:00
Adam Higerd 4f3e8d646a QxtSmtp: Allow disabling individual auth methods to deal with lying servers 2011-11-11 16:26:33 -06:00
Salvador Alemany 4ad14b8477 Condicional usage captureCount of captureCount instead of numCapture with QT_VERSION >= 0x040600 2011-11-11 20:57:04 +01:00
Arvid E. Picciani f2fcfb56f8 jsonrpcclient: fix compilation 2011-11-04 14:08:13 +01:00
Arvid E. Picciani f674a0bf84 QxtDaemon: dont trash the pid file if we cant open it 2011-10-26 17:41:38 +02:00
Arvid E. Picciani ac9d746e1e delete accidently commited binary.
fscking hg
2011-09-20 15:56:07 +02:00
Arvid E. Picciani cf5ce36742 QxtWebJsonRpcService: handle named arguments and GET requests 2011-09-20 15:44:05 +02:00
Arvid E. Picciani 3c9e1d72f1 QxtWebTemplate cast the assign value instead of wrapping it opaque 2011-09-20 14:32:03 +02:00
Arvid E. Picciani 0c76fd5256 QxtWebTemplate: handle newline as whitespace in shebang 2011-09-20 13:45:49 +02:00
Arvid E. Picciani 3ce009f34c merge commit. whatever the heck. 2011-09-20 13:08:18 +02:00
Arvid E. Picciani 70770a83f8 fix a crash for weird destruction orders 2011-09-20 13:07:07 +02:00
Arvid E. Picciani 64d049824f support recursive templates
correct doc errors from last commit
2011-09-20 13:02:06 +02:00
Arvid E. Picciani de7c000b1a introducing QxtWebJSTemplate 2011-09-20 11:51:10 +02:00
Arvid E. Picciani a21733ab28 fix jsonrpclient building 2011-09-16 18:15:36 +02:00
Arvid E. Picciani 6656e63141 qxtjson: handle uint correctly 2011-09-16 16:16:00 +02:00
Arvid E. Picciani 590e000c00 qxtwebjsonrpcservice: add a throwRPCError function to allow bailing in a slot 2011-09-16 15:18:18 +02:00
Arvid E. Picciani 9aeffd1077 add qxtjsonrpc as installed binary 2011-09-16 14:49:30 +02:00
Arvid E. Picciani e0262c813d qxtwebjsonrpcservice: prevent crash if post data is missing 2011-09-16 13:23:31 +02:00
Arvid E. Picciani 8ee7fb75f0 introducing json rpc web service 2011-09-16 12:55:52 +02:00
Dee Holtsclaw 658954caf2 Fix a few typos and line-ending problems for license update 2011-09-13 11:09:44 -04:00
Arvid E. Picciani dfc778f450 change LICENSE file 2011-09-06 15:53:47 +02:00
Arvid E. Picciani fb557ea64f change license to BSD 3 clause 2011-09-06 15:21:07 +02:00
Dee Holtsclaw 664954614a Fixing email addresses to match keys 2011-09-02 09:05:28 -04:00
Dee Holtsclaw 8838aefef0 Merging in changes from Ubuntu build-system yesterday 2011-09-02 08:18:57 -04:00
Dee Holtsclaw 6c8f799c80 Adding "rpmmacros-sample" for RPM building (~/.rpmmacros) 2011-09-02 08:16:55 -04:00
Dee Holtsclaw 122743c48c Adding packaging documentation to README 2011-09-02 08:12:46 -04:00
Dee Holtsclaw c82095cb0f Introducing RPM and Debian-style package building 2011-09-01 17:50:22 -04:00
Adam Higerd 0d0fe7e24e QxtMultiRootProxyModel: use QPersistentModelIndex where appropriate 2011-08-31 11:20:07 -05:00
Dee Holtsclaw b7801412d4 Merging changes from main branch 2011-08-30 16:20:31 -04:00
Dee Holtsclaw f6293aa98d A few enhancements to documentation, the content object & session handling. 2011-08-30 16:18:08 -04:00
Dee Holtsclaw 21d6e314ac Rebasing QxtWebContent on QxtFifo
Updated QxtFifo to permit "priming" data by a derived class
Integrating changes into QxtAbstractConnector
2011-08-29 17:46:37 -04:00
Adam Higerd 0ee99c73ee introducing QxtMultiRootProxyModel 2011-08-28 22:28:48 -05:00
Dee Holtsclaw 335d2c66f9 Fix comparison on size 2011-08-26 16:39:42 -04:00
Dee Holtsclaw 93c86e827f Merging changes from main libqxt branch 2011-08-26 11:48:43 -04:00
Dee Holtsclaw 4588848ef7 Clean up constructor parameters & virtualize destructor for consistency 2011-08-26 11:48:02 -04:00
Adam Higerd 11ddf27e81 QxtCsvModel: documentation fixes, added missing setHeaderData implementation, added convenience accessors 2011-08-22 20:59:34 -05:00
Adam Higerd 2399c8db90 QxtCsvModel: never consider an explicitly-specified separator as a line break 2011-08-22 20:37:35 -05:00
Dee Holtsclaw 9583ac2c72 Adding user button and reset button support to QxtLineEdit 2011-08-19 15:54:26 -04:00
Dee Holtsclaw 4252dbbe35 Added deferred deletion of QxtWebRequestEvent objects.
Documentation has been updated accordingly.
2011-08-18 10:28:10 -04:00