Commit Graph

2135 Commits

Author SHA1 Message Date
Michael Jones 6e61d1541c Updates linux configure script to handle building for qt5 2013-08-20 19:29:03 -05:00
Adam Higerd 81f56ebf5b add QxtSslServer::setProtocol 2013-07-19 23:28:44 -07:00
Arvid Picciani 90fa6f95cd Merged in IceCreamWarrior/libqxt_burk/UndoPullRequest17 (pull request #23)
Revert "Merge QXT_SOURCE_TREE and QXT_BUILD_TREE variables into one."
2013-07-19 22:34:48 +02:00
Burkhard Daniel c08e1b9389 Revert "Merge QXT_SOURCE_TREE and QXT_BUILD_TREE variables into one."
This reverts commit 543562e87e.
2013-07-18 12:09:00 +02:00
Arvid Picciani 238b5e4947 Merged in jonesmz/libqxt/Fix_featuresDir_for_qt5 (pull request #20)
Update for features dir for Qt5
2013-07-16 15:25:17 +02:00
Michael Jones a780b2bcc1 Merge branch 'master' of https://bitbucket.org/jonesmz/libqxt into Fix_featuresDir_for_qt5 2013-07-15 17:50:44 -05:00
jonesmz 3002597589 Merged libqxt/libqxt into master 2013-07-15 17:49:31 -05:00
Arvid Picciani a53886eab8 Merged in jhandley/libqxt (pull request #13)
Set QDataStream version in QxtDataStreamSignalSerializer
2013-07-16 00:10:59 +02:00
Arvid Picciani 2b9c7163f3 Merged in jonesmz/libqxt-variablecleanup (pull request #17)
Merge QXT_SOURCE_TREE and QXT_BUILD_TREE variables into one.
2013-07-16 00:09:16 +02:00
Arvid Picciani edea874260 Merged in jonesmz/libqxt/Fix_tab_and_newlines (pull request #19)
Fixes tabs and newlines in configure.bat
2013-07-16 00:08:27 +02:00
Michael Jones 2e49d09cbe Apparently qt5 doesn't use QMAKE_SPEC to determine where the spec files are store, instead it stores things in QT_HOST_DATA/mkspec (I took a glance at a Linux machine too, and it seems to be the same for Linux builds of qt5 as well). 2013-07-15 13:48:28 -05:00
Michael Jones 7676f25734 Updates if statements as well. 2013-07-15 12:28:21 -05:00
Michael Jones 6bbdd9a1c0 Fixes tabs and newlines in configure.bat 2013-07-15 12:23:11 -05:00
Josh Handley 48ad767fb6 Revert change to QxtDataStreamSignalSerializer that breaks ABI compability
Signed-off-by: Josh Handley <jhandley@lkc.com>
2013-07-15 10:49:18 -04:00
Arvid Picciani 38d0a027d4 Merged in jonesmz/libqxt-features (pull request #16)
Updates windows configure.bat to handle featuresdir properly in qt5.
2013-07-15 08:56:35 +00:00
Arvid Picciani 051e3f17c5 Merged in jonesmz/libqxt-gitignore (pull request #18)
Updates .gitignore to properly ignore transient build files.
2013-07-15 08:52:09 +00:00
Arvid Picciani 0795763a51 Merged in zcapalbo/libqxt (pull request #14)
Updates to QxtRPC for Qt5 and Qt::UniqueConnection
2013-07-15 08:51:36 +00:00
Arvid Picciani d9a1b1c4b9 Merged in jonesmz/libqxt-module-options (pull request #15)
Fixes windows configure script to correctly show module options in help.
2013-07-15 08:46:52 +00:00
Michael Jones fdf1e2badf Updates .gitignore to properly ignore transient build files. 2013-07-12 17:47:55 -05:00
Michael Jones 543562e87e Merge QXT_SOURCE_TREE and QXT_BUILD_TREE variables into one. 2013-07-12 17:31:28 -05:00
Michael Jones 6cc269ece7 Adds help output for featuresdir flag. 2013-07-12 17:17:29 -05:00
Michael Jones ae4502a61a Qt5 changed the qmake property "QMAKE_MKSPECS" to "QMAKE_SPEC", this change allows the configure script to handle both. 2013-07-12 17:16:54 -05:00
Michael Jones adfecbd297 Fixes windows configure script to correctly show module options in help. 2013-07-12 13:37:39 -05:00
Zach Capalbo 78c6c30b4c Make QxtRPCService correctly handle Qt::UniqueConnection connection types by checking to see if they already exist before adding them and then translating them to AutoConnections when invoked. 2013-06-11 19:36:17 -04:00
Zach Capalbo 8e2a35f5a0 Add ifdef blocks to handle new signature for virtual function incomingConnection for Qt 5.0 (was incomingConnection(int), now incommingConnection(qintptr)) 2013-06-11 19:25:42 -04:00
Josh Handley 916fdc88e6 Set QDataStream version in QxtDataStreamSignalSerializer Modified QxtDataStreamSignalSerializer to allow setting QDataStream version. This allows RPC between programs that use different versions of Qt.
Signed-off-by: Josh Handley <jhandley@lkc.com>
2013-06-03 14:16:03 -04:00
Arvid Picciani 3a84efc486 Merged in s3clud3r/libqxt (pull request #12)
Qxtdaemon qt5 compatibility
2013-05-14 20:12:21 +02:00
s3clud3r bf852806b1 Qxtdaemon qt5 compatibility 2013-05-14 10:58:43 +02:00
Arvid Picciani ec514381d0 Merged in jonesmz/libqxt-qxtcsvmodel (pull request #7)
Modifies the toCsv functions of qxtcsvmodel to be const.
2013-05-02 21:10:49 +02:00
Arvid Picciani 700a2bb8c9 Merged in fhunleth/libqxt/paths-with-hyphens (pull request #10)
qxtwebslotservice: Allow hyphenated paths
2013-05-02 21:10:11 +02:00
Arvid Picciani 413fb3caa9 Merged in fhunleth/libqxt/scgi-parsing-fix (pull request #11)
Fix SCGI header parsing [V2]
2013-05-02 21:09:42 +02:00
Frank Hunleth bb08df246e Fix SCGI header parsing
* Fixes header size calculation to make sure enough
    data is available
  * Fixes issue where header key value pairs could be
    parsed past the end of the header
  * Undoes the hyphen/underscore substitution of http
    header fields such as content-length, user-agent,
    etc.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
2013-05-02 14:57:44 -04:00
Arvid Picciani 94139d32e6 Merged in fhunleth/libqxt/qtscript (pull request #8)
Remove unneeded dependency on QtScript
2013-05-02 20:46:24 +02:00
Frank Hunleth b2dd5c536f qxtwebslotservice: Allow hyphenated paths
Hyphens are now substituted with underscore characters so that
they can be dispatched.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
2013-05-02 13:38:56 -04:00
Frank Hunleth 8ecb8b5a7f Remove unneeded dependency on QtScript
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
2013-04-15 21:51:32 -04:00
Michael Jones b987ed3957 Modifies the toCsv functions of qxtcsvmodel to be const. 2013-04-11 14:53:00 -05:00
Arvid Picciani 7c83e1694e Merged in xhochy/libqxt/fix/qfifo (pull request #6)
Do not ignore prime in QxtFifo
2013-04-09 20:15:03 +02:00
Uwe L. Korn 382e531acc Do not ignore prime in QxtFifo 2013-04-09 19:13:26 +02:00
Arvid Picciani 8748d46b36 Merged in bitbucketuser0xFFFFF/libqxt_qt5 (pull request #5)
Modified qmake files to enable libqxt build with Qt5
2013-03-17 22:32:10 +01:00
Uwe Kindler f3f8104756 Modified qmake files to enable build with Qt5 2013-03-05 21:18:42 +01:00
Uwe Kindler 186a777f5a Merged libqxt/libqxt into master 2013-03-05 20:10:39 +01:00
Arvid Picciani 0d9a94771b Merged in lukho/libqxt/x11_qt5_global_shortcuts (pull request #4)
Global shortcuts for X11 with Qt 5
2013-03-01 20:33:14 +01:00
Lukas Holecek eda5318cea Global shortcuts for X11 with Qt 5 2013-02-28 08:55:23 +01:00
Arvid Picciani 601e750b02 Merged in bitbucketuser0xFFFFF/libqxt_qt5 (pull request #3)
Porting Qxt to Qt5 (step1)
2013-02-25 13:10:53 +01:00
Uwe Kindler e2bfab6599 Fixed Qt4 build issues 2013-02-25 09:18:41 +01:00
Uwe Kindler 1128111df9 Changes to compile Qxt with Qt5. WARNING!!! - the changes are not tested in application code, they are just made to let Qxt compile with Qt5 2013-02-25 00:40:46 +01:00
Arvid Picciani 5b312c4b7d Merged in afiskon/libqxt (pull request #2: configure file modified for FreeBSD compatability) 2013-01-15 10:36:37 +01:00
Alexander Alexeev eacb242c50 configure file modified for FreeBSD compatability 2013-01-15 10:17:47 +04:00
David Kuehling 21ea5919ea fix memleak in rpcservice
fixes a memory leak, happening when clients
repeatedly connect/disconnect to the same QxtRPCService object.

Reviewed-By: Arvid E. Picciani <aep@libqxt.org>
2012-12-04 12:55:09 +01:00
Dee Holtsclaw de05d2b60c Added approximation for POSIX expm1() function for MSVC compilers 2012-08-23 09:41:31 -04:00