Commit Graph

  • 66d741954d
    no logging, qhash using uint64 master mrbesen 2021-12-15 01:11:24 +0100
  • 336b6f5780
    store the native mapping mrbesen 2021-12-14 17:53:17 +0100
  • cf34488842
    add numpad support for x11 mrbesen 2021-12-14 12:47:55 +0100
  • 861322355e Enabled compatibilty with Qt 5.2.1 on for X11 MOZGIII 2015-09-26 23:13:32 +0300
  • 36645a5a74 Added binding to VK_SNAPSHOT for Key_SysReq on Windows MOZGIII 2015-09-25 23:21:26 +0300
  • 37155af6c0 Linking against user32 on windows MOZGIII 2015-09-25 22:12:03 +0300
  • 5b5c5dc71c Added README.md MOZGIII 2015-09-25 21:28:17 +0300
  • 38127fffef Added example MOZGIII 2015-09-25 21:11:37 +0300
  • 7ab3b98a5c Added .pri file MOZGIII 2015-09-25 21:11:25 +0300
  • aa0383dd4b Removing unneeded stuff MOZGIII 2015-09-25 21:10:48 +0300
  • 696423b689 QxtHttpSessionManager: handle broken connections better Adam Higerd 2014-10-06 23:10:05 -0700
  • 4b393e7318 downgrade error to warning for null sender in QxtMetaObject Adam Higerd 2014-10-06 23:09:21 -0700
  • 4bde76579b fix stringification of string lists in QxtJSON Adam Higerd 2014-10-06 23:09:04 -0700
  • 3e7424f842 QxtPointerList: fix name resolution for removeAll Adam Higerd 2014-02-16 00:03:49 -0800
  • a6e35c34dd Merged in israelins85/libqxt/MACOS_QT5_FIXES (pull request #46) Arvid Picciani 2014-02-14 19:26:54 +0100
  • 51ee678a81 MacOs: compilation faults - replacing Q_WS_MAC => Q_OS_MAC - incomplete migration to Qt5 Israel Lins Albuquerque 2014-02-12 16:18:51 -0300
  • 7a4998fe23 Merged in 0xd34df00d/libqxt (pull request #41) Arvid Picciani 2014-02-12 23:17:32 +0100
  • ebcd5f12dd Invoke previous event filters if they were set. 0xd34df00d 2013-11-22 17:22:32 +0400
  • 9068e83def Merged in rion4ik/libqxt (pull request #38) Arvid Picciani 2013-10-23 12:38:31 +0200
  • 70c2c0f7a2 Two new options for QxtMailMessage: word wrap limit and preserve start spaces rion 2013-10-15 00:32:17 +0600
  • 17260325d7 Merged in jonesmz/libqxt/qxtsmtp (pull request #26) Arvid Picciani 2013-08-25 01:49:32 +0200
  • ef0a8b3d48 Merged in jonesmz/libqxt/qxtavahipoll2 (pull request #36) Arvid Picciani 2013-08-25 01:49:11 +0200
  • 82611f5b2d Merged in jonesmz/libqxt/qxtdaemon1 (pull request #31) Arvid Picciani 2013-08-25 01:48:29 +0200
  • 62d67c509b Merged in jonesmz/libqxt/qxtmailmessage (pull request #27) Arvid Picciani 2013-08-25 01:47:16 +0200
  • bf8d54bba7 Surrounds debug code with ifdefs Michael Jones 2013-08-23 14:58:54 -0500
  • 6686bbdae4 Surrounds debug code with ifdefs Michael Jones 2013-08-23 14:58:00 -0500
  • fb63267311 Adds back missing space >_>. Michael Jones 2013-08-23 14:50:45 -0500
  • 3dfa8a5186 Removes supurfluous header include. Michael Jones 2013-08-23 14:49:16 -0500
  • b15990e203 Updates handling of ::write so that the return code is considered instead of ignored. Michael Jones 2013-08-23 14:47:59 -0500
  • 45c0886ae7 Supresses warning about unused enum values in a switch case by using the default case. Michael Jones 2013-08-23 11:53:29 -0500
  • 97d47c21e5 Supresses compiler warning about unused parameter using Q_UNUSED macro Michael Jones 2013-08-23 11:52:04 -0500
  • 60678d3132 Merged in jonesmz/libqxt/qxtcommandoptions1 (pull request #28) Arvid Picciani 2013-08-23 00:14:01 +0200
  • be8ca3257d Merged in jonesmz/libqxt/qxtcommandoptions2 (pull request #29) Arvid Picciani 2013-08-23 00:13:14 +0200
  • 7cc9373b82 Merged in jonesmz/libqxt/qxtlogger (pull request #30) Arvid Picciani 2013-08-23 00:12:02 +0200
  • 79180216ff Merged in jonesmz/libqxt/qxtdaemon2 (pull request #32) Arvid Picciani 2013-08-23 00:08:12 +0200
  • 51a7e516d3 Merged in jonesmz/libqxt/qxtmdns_avahi1 (pull request #33) Arvid Picciani 2013-08-23 00:07:11 +0200
  • 9a750f3a0a Merged in jonesmz/libqxt/qxtmdns_avahi2 (pull request #34) Arvid Picciani 2013-08-23 00:05:20 +0200
  • f073edcc21 Merged in jonesmz/libqxt-qt5-linux-configure (pull request #25) Arvid Picciani 2013-08-22 23:59:36 +0200
  • 7756bb4991 Merged in jonesmz/libqxt/qxtavahipoll1 (pull request #35) Arvid Picciani 2013-08-22 22:16:56 +0200
  • dc3d0376f8 Apparently Qt has removed the toAscii function from qt5, this replaces that function call with a call to toLocal8Bit Michael Jones 2013-08-22 15:02:02 -0500
  • 1e4c9ba907 For some reason qt5 isn't doing the auto promotion that it should be on this. Wrapping it with a constructor to the type it should be auto promoted into fixes the compiler error Michael Jones 2013-08-22 15:00:52 -0500
  • 985be4cd97 Supresses compiler warning about unused parameters by replacing a member variable usage with the paramater, the runtime behavior should remain the same Michael Jones 2013-08-22 14:59:31 -0500
  • ff48284671 Supresses two compiler warnings about unused parameters using the Q_UNUSED macro Michael Jones 2013-08-22 14:58:09 -0500
  • 02094d57e2 Uses Q_UNUSED macro to suppress compiler warnings about unused parameter Michael Jones 2013-08-22 14:23:34 -0500
  • 80f61a291b Use Q_UNUSED to supress compiler warning about return value Michael Jones 2013-08-22 14:22:28 -0500
  • ed6af55c82 Removes unreferenced variable Michael Jones 2013-08-22 14:21:11 -0500
  • 5a058b5f85 Removes unreferenced variable Michael Jones 2013-08-22 14:20:20 -0500
  • f1402b1874 Removes unreferenced variable Michael Jones 2013-08-22 14:18:44 -0500
  • eadbd249ad Uses Q_UNUSED macro to suppress compiler warnings about unused parameter Michael Jones 2013-08-22 14:17:42 -0500
  • 0c098ff0e5 Adds previously unused enums to switch-case to prevent compiler warnings Michael Jones 2013-08-22 14:16:26 -0500
  • 6e61d1541c Updates linux configure script to handle building for qt5 Michael Jones 2013-08-20 19:29:03 -0500
  • 81f56ebf5b add QxtSslServer::setProtocol Adam Higerd 2013-07-19 23:28:44 -0700
  • 90fa6f95cd Merged in IceCreamWarrior/libqxt_burk/UndoPullRequest17 (pull request #23) Arvid Picciani 2013-07-19 22:34:48 +0200
  • c08e1b9389 Revert "Merge QXT_SOURCE_TREE and QXT_BUILD_TREE variables into one." Burkhard Daniel 2013-07-18 12:09:00 +0200
  • 238b5e4947 Merged in jonesmz/libqxt/Fix_featuresDir_for_qt5 (pull request #20) Arvid Picciani 2013-07-16 15:25:17 +0200
  • a780b2bcc1 Merge branch 'master' of https://bitbucket.org/jonesmz/libqxt into Fix_featuresDir_for_qt5 Michael Jones 2013-07-15 17:50:44 -0500
  • 3002597589 Merged libqxt/libqxt into master jonesmz 2013-07-15 17:49:31 -0500
  • a53886eab8 Merged in jhandley/libqxt (pull request #13) Arvid Picciani 2013-07-16 00:10:59 +0200
  • 2b9c7163f3 Merged in jonesmz/libqxt-variablecleanup (pull request #17) Arvid Picciani 2013-07-16 00:09:16 +0200
  • edea874260 Merged in jonesmz/libqxt/Fix_tab_and_newlines (pull request #19) Arvid Picciani 2013-07-16 00:08:27 +0200
  • 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). Michael Jones 2013-07-15 13:48:28 -0500
  • 7676f25734 Updates if statements as well. Michael Jones 2013-07-15 12:28:21 -0500
  • 6bbdd9a1c0 Fixes tabs and newlines in configure.bat Michael Jones 2013-07-15 12:23:11 -0500
  • 48ad767fb6 Revert change to QxtDataStreamSignalSerializer that breaks ABI compability Signed-off-by: Josh Handley <jhandley@lkc.com> Josh Handley 2013-07-15 10:49:18 -0400
  • 38d0a027d4 Merged in jonesmz/libqxt-features (pull request #16) Arvid Picciani 2013-07-15 08:56:35 +0000
  • 051e3f17c5 Merged in jonesmz/libqxt-gitignore (pull request #18) Arvid Picciani 2013-07-15 08:52:09 +0000
  • 0795763a51 Merged in zcapalbo/libqxt (pull request #14) Arvid Picciani 2013-07-15 08:51:36 +0000
  • d9a1b1c4b9 Merged in jonesmz/libqxt-module-options (pull request #15) Arvid Picciani 2013-07-15 08:46:52 +0000
  • fdf1e2badf Updates .gitignore to properly ignore transient build files. Michael Jones 2013-07-12 17:47:55 -0500
  • 543562e87e Merge QXT_SOURCE_TREE and QXT_BUILD_TREE variables into one. Michael Jones 2013-07-12 17:31:28 -0500
  • 6cc269ece7 Adds help output for featuresdir flag. Michael Jones 2013-07-12 17:17:29 -0500
  • ae4502a61a Qt5 changed the qmake property "QMAKE_MKSPECS" to "QMAKE_SPEC", this change allows the configure script to handle both. Michael Jones 2013-07-12 17:16:54 -0500
  • adfecbd297 Fixes windows configure script to correctly show module options in help. Michael Jones 2013-07-12 13:37:39 -0500
  • 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. Zach Capalbo 2013-06-11 19:36:17 -0400
  • 8e2a35f5a0 Add ifdef blocks to handle new signature for virtual function incomingConnection for Qt 5.0 (was incomingConnection(int), now incommingConnection(qintptr)) Zach Capalbo 2013-06-11 19:25:42 -0400
  • 916fdc88e6 Set QDataStream version in QxtDataStreamSignalSerializer Modified QxtDataStreamSignalSerializer to allow setting QDataStream version. This allows RPC between programs that use different versions of Qt. Josh Handley 2013-06-03 13:45:44 -0400
  • 3a84efc486 Merged in s3clud3r/libqxt (pull request #12) Arvid Picciani 2013-05-14 20:12:21 +0200
  • bf852806b1 Qxtdaemon qt5 compatibility s3clud3r 2013-05-14 10:58:43 +0200
  • ec514381d0 Merged in jonesmz/libqxt-qxtcsvmodel (pull request #7) Arvid Picciani 2013-05-02 21:10:49 +0200
  • 700a2bb8c9 Merged in fhunleth/libqxt/paths-with-hyphens (pull request #10) Arvid Picciani 2013-05-02 21:10:11 +0200
  • 413fb3caa9 Merged in fhunleth/libqxt/scgi-parsing-fix (pull request #11) Arvid Picciani 2013-05-02 21:09:42 +0200
  • bb08df246e Fix SCGI header parsing Frank Hunleth 2013-05-02 11:37:22 -0400
  • 94139d32e6 Merged in fhunleth/libqxt/qtscript (pull request #8) Arvid Picciani 2013-05-02 20:46:24 +0200
  • b2dd5c536f qxtwebslotservice: Allow hyphenated paths Frank Hunleth 2013-05-02 13:38:56 -0400
  • 8ecb8b5a7f Remove unneeded dependency on QtScript Frank Hunleth 2013-04-15 21:50:54 -0400
  • b987ed3957 Modifies the toCsv functions of qxtcsvmodel to be const. Michael Jones 2013-04-11 14:53:00 -0500
  • 7c83e1694e Merged in xhochy/libqxt/fix/qfifo (pull request #6) Arvid Picciani 2013-04-09 20:15:03 +0200
  • 382e531acc Do not ignore prime in QxtFifo Uwe L. Korn 2013-04-09 19:13:26 +0200
  • 8748d46b36 Merged in bitbucketuser0xFFFFF/libqxt_qt5 (pull request #5) Arvid Picciani 2013-03-17 22:32:10 +0100
  • f3f8104756 Modified qmake files to enable build with Qt5 Uwe Kindler 2013-03-05 21:18:42 +0100
  • 186a777f5a Merged libqxt/libqxt into master Uwe Kindler 2013-03-05 20:10:39 +0100
  • 0d9a94771b Merged in lukho/libqxt/x11_qt5_global_shortcuts (pull request #4) Arvid Picciani 2013-03-01 20:33:14 +0100
  • eda5318cea Global shortcuts for X11 with Qt 5 Lukas Holecek 2013-02-25 22:07:38 +0100
  • 601e750b02 Merged in bitbucketuser0xFFFFF/libqxt_qt5 (pull request #3) Arvid Picciani 2013-02-25 13:10:53 +0100
  • e2bfab6599 Fixed Qt4 build issues Uwe Kindler 2013-02-25 09:18:41 +0100
  • 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 Uwe Kindler 2013-02-25 00:40:46 +0100
  • 5b312c4b7d Merged in afiskon/libqxt (pull request #2: configure file modified for FreeBSD compatability) Arvid Picciani 2013-01-15 10:36:37 +0100
  • eacb242c50 configure file modified for FreeBSD compatability Alexander Alexeev 2013-01-15 10:17:47 +0400
  • 21ea5919ea fix memleak in rpcservice David Kuehling 2012-12-04 12:51:56 +0100
  • de05d2b60c Added approximation for POSIX expm1() function for MSVC compilers Dee Holtsclaw 2012-08-23 09:41:31 -0400