Commit Graph

  • 32b0832c54 merge Arvid E. Picciani 2010-03-03 10:27:39 +0100
  • d3ee3dff82 docs: fix links, add Technologies pages Arvid E. Picciani 2010-03-03 10:26:29 +0100
  • 18da4a89a8 remove hint for QxtWebControler. might confuse people Arvid E. Picciani 2010-03-01 16:47:06 +0100
  • d0f5afbc86 introducing QxtJsonRpcClient Arvid E. Picciani 2010-02-24 14:41:02 +0100
  • 25e269dd29 fixed bug in literal parsing Arvid E. Picciani 2010-02-24 14:37:51 +0100
  • b96bfa9d52 forgot guards and export Arvid E. Picciani 2010-02-24 13:45:38 +0100
  • 7a7733c9b9 introducing QxtJSON Arvid E. Picciani 2010-02-24 12:46:39 +0100
  • 618fcf71c6 provide a session even when there is no factory Arvid E. Picciani 2010-02-24 10:20:34 +0100
  • 25704a8d95 begin session ids at 1, for better debugging Arvid E. Picciani 2010-02-24 10:07:25 +0100
  • 7975eebe05 fix #29 add working web example Arvid E. Picciani 2010-02-24 04:42:33 +0100
  • bc17283637 pull /scottaronbloom/libqxt-sab-smtp/ Arvid E. Picciani 2010-02-24 02:24:24 +0100
  • ab581c6a30 Uncomment out doc Scott Aron Bloom 2010-02-23 17:20:51 -0800
  • bd95e8d163 Added messages without text fromt he server Scott Aron Bloom 2010-02-23 17:09:25 -0800
  • 36b2205438 Only add pdb generation for msvc Scott Aron Bloom 2010-02-23 16:57:11 -0800
  • 30194d472d Added a very simplified, extremely basic, probably incomplete configuration file for cmake build systems. As my knowledge of cmake is pretty limited, I didn't use any of the "special find" functions: for example, qxt is assumed to live in C:\libQxt\ on Windows platforms, and in either /usr/local/Qxt or /usr/Qxt for everything else- sorry mac users! Matthew Schnee 2010-02-20 20:54:14 -0600
  • 13f68425d2 added messages for connection and authentication failure. Also fix CRTICAL error on disconnect being called rather then disconnectFromHost Scott Aron Bloom 2010-02-16 14:53:31 -0800
  • 04d48a5f19 Fix for crash when a relay error (or other error) occured during RcptAckPending state Scott Aron Bloom 2010-02-15 14:48:02 -0800
  • 06df29e5f7 Generate PDB files in debug builds on win32 Scott Aron Bloom 2010-02-15 14:45:09 -0800
  • bb3efd67ce fix #33, output Cc in Cc line Adam Higerd 2010-02-13 20:21:23 -0600
  • 30bc0af3bb at least have these classes appear in the docs Arvid E. Picciani 2010-02-12 20:38:29 +0100
  • f11300aadc merge Arvid E. Picciani 2010-01-11 02:11:26 +0100
  • c8858b5091 pulling from http://bitbucket.org/marcusl/libqxt/ fixes #23 Arvid E. Picciani 2010-01-11 02:10:38 +0100
  • b2818123b1 Created 'changes' branch where our non-merged changes go (from 92687ae31673 to here) Marcus Lindblom 2010-01-06 11:36:10 +0100
  • 9336ea6a30 merge Adam Higerd 2010-01-01 12:05:07 -0600
  • 5e27d539a9 QxtCrumbView: various bugfixes with new delegate code Adam Higerd 2010-01-01 12:03:54 -0600
  • 3b39233f6c add QxtCrumbView::crumbDelegate and try to be a little cleaner about setItemDelegate Adam Higerd 2009-12-31 16:35:31 -0600
  • cc6c872338 add QxtMailAttachment::fromFile Adam Higerd 2009-12-31 16:35:15 -0600
  • c2a233e9ea add -no-avahi for dbus free linux like hereticlinux Arvid E. Picciani 2009-12-28 21:31:34 +0100
  • 7caeee5b15 QxtSmtp: added an additional state to ensure that mails that faild mid-command sequence were properly reset before attempting to send the next one. see issue #22. Matthew Schnee 2009-12-04 13:58:31 -0600
  • f38154e3bd -m Matthew Schnee 2009-12-04 13:49:06 -0600
  • a59c7ee152 Made a stupid mistake in r1786... Chris Vickery 2009-11-30 16:30:48 -0500
  • e192f30923 Added licenses to the tops of some of the files that were lacking them Chris Vickery 2009-11-30 16:25:35 -0500
  • 1c8f785933 Potential fix for bug #28 Chris Vickery 2009-11-30 16:24:45 -0500
  • 760b0f61d7 add .vcproj & .exe to .hgignore Marcus Lindblom 2009-11-18 23:51:35 +0100
  • 6e0a08a1fb rpcservive: delete socket later to avoid double delete (fixes #23) + add unit test Marcus Lindblom 2009-11-18 23:51:10 +0100
  • 55d8feffca That's not a tree Arvid E. Picciani 2009-11-14 15:58:49 +0100
  • 8acaa851bc zeroconf: redid the qxtmdns implementation so that it's more sane, pimpled, and doesn't including external libraries from the public headers Chris Vickery 2009-11-12 17:08:54 -0500
  • 84fed2bf9e zeroconf: Implementation of qxtAvahiPoll for qt+avahi integration Chris Vickery 2009-11-12 17:06:22 -0500
  • 382cbaa555 configure: add -arch flag for universal binaries Adam Higerd 2009-11-11 23:04:52 -0600
  • 4aa00d384d qxtpimpl: reverted QObject fix because it broke pimpled classes with no explicite dtor... :( Chris Vickery 2009-11-11 13:47:01 -0500
  • e0e4521887 qxtpimpl: Added an overloaded destroy function to QxtPrivateInterface so that QObject's get deleteLater called on them instead of being deleted Chris Vickery 2009-11-11 12:52:05 -0500
  • 5376d147b2 qxtpimpl: Made the copy and assignment of QxtPrivateInterface private to prevent against a corner case where the private data is deleted twice Chris Vickery 2009-11-10 17:09:44 -0500
  • c69abe76bd preprocessor armored a the Hash datatype to keep support for 4.4 Chris Vickery 2009-11-09 09:20:24 -0500
  • 57d9f7322d some "fixes". at least it doesnt segfault anymore Arvid E. Picciani 2009-11-06 23:48:10 +0100
  • 9f875c2b48 fix #4 Arvid E. Picciani 2009-11-06 18:48:38 +0100
  • bd05199acf fix #24 Arvid E. Picciani 2009-11-06 18:43:05 +0100
  • 26c4dc3453 workaround for debian and kde patches Arvid E. Picciani 2009-11-06 17:06:17 +0100
  • 832f8ca158 handle <value/> gracefuly Arvid E. Picciani 2009-11-02 22:41:33 +0100
  • 7b749cbb85 make astyle on network Arvid E. Picciani 2009-10-31 15:39:19 +0100
  • fca8f50789 docs for QxtXmlRpc Arvid E. Picciani 2009-10-31 15:38:01 +0100
  • bcca31da3c removed a leftover stub function Arvid E. Picciani 2009-10-31 15:33:41 +0100
  • 90c994326b more fixage. should actually work now Arvid E. Picciani 2009-10-31 14:14:38 +0100
  • 22e5db9f6a couple of api fixes Arvid E. Picciani 2009-10-31 13:24:13 +0100
  • 1d89ee14c5 forgot to delete a file Arvid E. Picciani 2009-10-31 13:10:02 +0100
  • 733bd1c6e1 i dunno why hg requires me to commit changesets that i didn't do, but it does Arvid E. Picciani 2009-10-30 23:26:20 +0100
  • eb7b113601 QxtXmlRpc (compiles, but likely doesn't work yet. no docs yet) Arvid E. Picciani 2009-10-30 23:22:51 +0100
  • 5d919ae34c Moved the zeroconf example to examples/. J-P Nurmi 2009-10-30 20:38:54 +0200
  • 839c1d5611 Fixed some compilation problems on Symbian. J-P Nurmi 2009-10-30 12:28:46 +0200
  • a567965900 Cleaned up 'illegal empty declaration' -warnings part #2. J-P Nurmi 2009-10-30 12:27:04 +0200
  • 88b1dbae76 Cleaned up 'illegal empty declaration' -warnings. J-P Nurmi 2009-10-30 11:33:38 +0200
  • 2e9aa2237d Simplified Qt version check in libqxt.pro J-P Nurmi 2009-10-30 00:31:31 +0200
  • 923dec221e Modified QxtGlobalShortcut to use XSetErrorHandler() to catch X(Un)GrabKey() errors on X11. J-P Nurmi 2009-10-27 20:46:08 +0200
  • c793332d24 configure: build QxtZeroconf on Mac Adam Higerd 2009-10-19 11:44:46 -0500
  • 757584f295 QxtSerialDevice: destroy QSocketNotifier when device is closed Adam Higerd 2009-10-16 13:08:22 -0500
  • b857dd263c QxtSerialDevice: update QIODevice status when device is closed Adam Higerd 2009-10-15 12:53:25 -0500
  • 90b86af9a9 Bye bye obsolete QxtSemaphore (use QSystemSemaphore instead) J-P Nurmi 2009-10-10 01:56:57 +0300
  • 2964625ffd Fixed QxtGlobalShortcut::shortcut() J-P Nurmi 2009-10-09 18:08:25 +0300
  • 9948152e9c Branch merge. J-P Nurmi 2009-10-09 17:59:25 +0300
  • 4a6fd03e99 QxtGlobalShortcut::shortcut() looks like the wrong way round Arvid E. Picciani 2009-10-09 02:04:19 +0200
  • c3a7896afc Don't test Xrandr nor ZeroConf on Mac. J-P Nurmi 2009-09-26 01:51:06 +0300
  • c4cb58a9c3 Configure-script: restore output files after showing help J-P Nurmi 2009-09-19 10:20:06 +0300
  • 872a3326f2 Revised configure-script output and added missing xrandr config.test execution. J-P Nurmi 2009-09-19 10:10:17 +0300
  • 2e82b40a7b Removed obsolete config.tests J-P Nurmi 2009-09-19 09:48:49 +0300
  • 4ce88b1f15 Fixed a typo in configure.bat J-P Nurmi 2009-09-19 01:50:06 +0300
  • a7cb8833a8 Fine tuning: build tests only for enabled modules. J-P Nurmi 2009-09-19 01:47:30 +0300
  • 118caff13f Build system cleanup after major changes and fixed sub-tests to compile without installing Qxt. J-P Nurmi 2009-09-19 01:07:27 +0300
  • 50b4e7ea77 Revamped the build system #2 (Windows). J-P Nurmi 2009-09-19 00:20:02 +0300
  • caf38e70ca Revamped the build system. J-P Nurmi 2009-09-18 18:45:36 +0300
  • 0bb0064834 Enhanced QxtWindowSystem::idleTime() to resolve libXss at run-time. J-P Nurmi 2009-09-16 21:49:25 +0300
  • 026741707b Simplified QxtConfigDialog not to duplicate the whole QxtConfigWidget API. J-P Nurmi 2009-09-16 21:11:10 +0300
  • b5ab28884c Added -debug_and_release option to configure.bat J-P Nurmi 2009-09-16 20:51:46 +0300
  • 947839c829 Revised and documented QxtLineSocket. J-P Nurmi 2009-09-16 20:37:07 +0300
  • d351157981 Removed obsolete QxtDockWidget. J-P Nurmi 2009-09-16 19:38:18 +0300
  • f5d306ffbe Fixed QxtFileLock platform specific (win32/unix) implementation sources to be compiled only on corresponding platforms instead of relying on the WIN32 macro. J-P Nurmi 2009-08-28 21:16:00 +0300
  • f878fb2f7e Changed QxtCrumbView to use QTreeView as its item view. J-P Nurmi 2009-09-15 21:54:01 +0300
  • 2c34f9cffc Cleaned up obsolete export macros & fixed the zeroconf export macro that got somehow messed up during the previous transplant merge. J-P Nurmi 2009-09-14 22:00:35 +0300
  • 345701abf7 Transplanted be453142c51e to the default branch: "Made configure.bat output qxtconfig.h so that export macros can be defined empty when Qxt was built statically." J-P Nurmi 2009-09-14 20:42:32 +0300
  • ac85d4f5eb Fixed QxtMDNS to compile with MSVC. J-P Nurmi 2009-09-14 20:25:50 +0300
  • 2530b099ea Added zero conf support to configure.bat J-P Nurmi 2009-09-14 20:20:45 +0300
  • 42e46c6746 oops, stupid typo Adam Higerd 2009-09-05 15:18:21 -0500
  • 4623097e64 turn functions into slots Adam Higerd 2009-09-05 15:17:44 -0500
  • 9579ede297 add missing include Adam Higerd 2009-09-05 15:17:26 -0500
  • dff321c19a This patch fixes compilation problems with the GCC-4.4.X series. J-P Nurmi 2009-08-15 16:25:30 +0300
  • 2eeb8589b5 Cleaned up QxtTabWidget::TabMovementMode docs. J-P Nurmi 2009-08-14 18:46:49 +0300
  • 73aef9cae7 Good bye QxtTabWidget::TabMovementMode & QxtTabBar. J-P Nurmi 2009-08-14 18:44:55 +0300
  • 266cc1f180 Fixed tr-tool to compile and regenerated qxtlocale_data_p.h. J-P Nurmi 2009-08-14 00:12:43 +0300
  • 006f0a7c51 Removed deploy/. Added top level include/ and lib/. J-P Nurmi 2009-08-13 23:43:08 +0300
  • 7ab77dbc94 Good bye doqsy! J-P Nurmi 2009-08-13 23:29:18 +0300
  • faa34df031 Minor documentation fixes. J-P Nurmi 2009-08-13 23:18:38 +0300
  • 701ab469a4 Fixed #17 QxtPushButton::minimumSizeHint returns wrong value. J-P Nurmi 2009-07-27 22:42:52 +0300