You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(53) |
Feb
(161) |
Mar
(80) |
Apr
(132) |
May
(95) |
Jun
(28) |
Jul
(108) |
Aug
(146) |
Sep
(59) |
Oct
(47) |
Nov
(57) |
Dec
(61) |
2008 |
Jan
(245) |
Feb
(66) |
Mar
(31) |
Apr
(31) |
May
(114) |
Jun
(33) |
Jul
(87) |
Aug
(38) |
Sep
(8) |
Oct
(12) |
Nov
(16) |
Dec
|
From: <xpa...@us...> - 2007-12-15 14:57:04
|
Revision: 994 http://libqxt.svn.sourceforge.net/libqxt/?rev=994&view=rev Author: xparanoidj Date: 2007-12-15 06:55:53 -0800 (Sat, 15 Dec 2007) Log Message: ----------- oops. was a bit to eager deleting stuff :D Modified Paths: -------------- trunk/src/crypto/crypto.pro This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-12-15 14:45:02
|
Revision: 993 http://libqxt.svn.sourceforge.net/libqxt/?rev=993&view=rev Author: xparanoidj Date: 2007-12-15 06:44:33 -0800 (Sat, 15 Dec 2007) Log Message: ----------- doqsy copyed files now Modified Paths: -------------- trunk/tools/doqsy/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-12-15 14:36:36
|
Revision: 992 http://libqxt.svn.sourceforge.net/libqxt/?rev=992&view=rev Author: xparanoidj Date: 2007-12-15 06:35:07 -0800 (Sat, 15 Dec 2007) Log Message: ----------- workaround for a bug in qt 4.4 QDir::tmpPath() Modified Paths: -------------- trunk/tools/doqsy/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-12-15 14:24:27
|
Revision: 991 http://libqxt.svn.sourceforge.net/libqxt/?rev=991&view=rev Author: xparanoidj Date: 2007-12-15 06:23:39 -0800 (Sat, 15 Dec 2007) Log Message: ----------- cleaning out the buildsystem changes a little. reducing the verbosity of project files dramaticly. This should _NOT_ result in any change of behaviour compared to the last revision. if it does, it's a bug. Modified Paths: -------------- trunk/features/qxtbuild.prf trunk/src/core/core.pro trunk/src/crypto/crypto.pro trunk/src/designer/designer.pro trunk/src/gui/gui.pro trunk/src/network/network.pro trunk/src/sql/sql.pro trunk/src/web/web.pro Removed Paths: ------------- trunk/features/qxtfunctions.prf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jp...@us...> - 2007-12-15 10:37:32
|
Revision: 990 http://libqxt.svn.sourceforge.net/libqxt/?rev=990&view=rev Author: jpnurmi Date: 2007-12-15 02:37:29 -0800 (Sat, 15 Dec 2007) Log Message: ----------- Imported initial draft of coding style guidelines. Added Paths: ----------- trunk/extras/coding_style.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jp...@us...> - 2007-12-12 19:45:21
|
Revision: 989 http://libqxt.svn.sourceforge.net/libqxt/?rev=989&view=rev Author: jpnurmi Date: 2007-12-12 11:44:50 -0800 (Wed, 12 Dec 2007) Log Message: ----------- Revised the build system to use qtAddLibrary() and qxtLibraryTarget(). Reformatted module .pro files as slightly less error prone. Please, take a look if you find any ways to get rid of including qxtfunctions.prf to each module .pro file. Modified Paths: -------------- trunk/configure.bat trunk/deploy/qt/qxt.prf.m trunk/features/qxtbuild.prf trunk/libqxt.pro trunk/src/core/core.pro trunk/src/crypto/crypto.pro trunk/src/designer/designer.pro trunk/src/gui/gui.pro trunk/src/network/network.pro trunk/src/sql/sql.pro trunk/src/web/web.pro trunk/tools/doqsy/doqsy.pro Added Paths: ----------- trunk/features/qxtfunctions.prf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jp...@us...> - 2007-12-09 14:30:22
|
Revision: 988 http://libqxt.svn.sourceforge.net/libqxt/?rev=988&view=rev Author: jpnurmi Date: 2007-12-09 06:30:19 -0800 (Sun, 09 Dec 2007) Log Message: ----------- Sorted out convenience and module headers. Modified Paths: -------------- trunk/deploy/include/QxtCore/QxtCore trunk/deploy/include/QxtCrypto/QxtCrypto trunk/deploy/include/QxtNetwork/QxtNetwork trunk/deploy/include/QxtSql/QxtSql trunk/deploy/include/QxtWeb/QxtWeb Added Paths: ----------- trunk/deploy/include/QxtCore/QxtCsvModel trunk/deploy/include/QxtCore/QxtMetaType trunk/deploy/include/QxtCore/QxtPairList trunk/deploy/include/QxtCore/QxtTupleList trunk/deploy/include/QxtCore/QxtTypeList trunk/src/core/qxtcore.h trunk/src/crypto/qxtcrypto.h trunk/src/network/qxtnetwork.h trunk/src/sql/qxtsql.h trunk/src/web/qxtweb.h Removed Paths: ------------- trunk/deploy/include/QxtNetwork/QxtBlowFish This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-12-09 12:23:28
|
Revision: 987 http://libqxt.svn.sourceforge.net/libqxt/?rev=987&view=rev Author: xparanoidj Date: 2007-12-09 04:23:17 -0800 (Sun, 09 Dec 2007) Log Message: ----------- using heap allocation instead of (sadly invalid) stack for the incomming buffer thanks jp for finding this bug Modified Paths: -------------- trunk/src/web/qxtwebscgiconnector.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jp...@us...> - 2007-12-09 01:00:46
|
Revision: 986 http://libqxt.svn.sourceforge.net/libqxt/?rev=986&view=rev Author: jpnurmi Date: 2007-12-08 17:00:36 -0800 (Sat, 08 Dec 2007) Log Message: ----------- Adjusted QxtCheckComboBox unit tests to correspond new behavior. Qt::Key_Return doesn't close the view but activates an item. Modified Paths: -------------- trunk/tests/QxtGui/unit/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jp...@us...> - 2007-12-09 00:53:35
|
Revision: 985 http://libqxt.svn.sourceforge.net/libqxt/?rev=985&view=rev Author: jpnurmi Date: 2007-12-08 16:53:33 -0800 (Sat, 08 Dec 2007) Log Message: ----------- Fixed Qt::Key_Escape to hide QxtCheckComboBox popup view. Modified Paths: -------------- trunk/src/gui/qxtcheckcombobox.cpp trunk/src/gui/qxtcheckcombobox.h trunk/src/gui/qxtcheckcombobox_p.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jp...@us...> - 2007-12-09 00:18:54
|
Revision: 984 http://libqxt.svn.sourceforge.net/libqxt/?rev=984&view=rev Author: jpnurmi Date: 2007-12-08 16:18:52 -0800 (Sat, 08 Dec 2007) Log Message: ----------- Updated unit tests to correspond latest refactoring: QxtDesktopWidget->QxtWindowSystem Modified Paths: -------------- trunk/tests/QxtGui/unit/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jp...@us...> - 2007-12-09 00:01:56
|
Revision: 983 http://libqxt.svn.sourceforge.net/libqxt/?rev=983&view=rev Author: jpnurmi Date: 2007-12-08 16:01:53 -0800 (Sat, 08 Dec 2007) Log Message: ----------- Refactored QxtDesktopWidget -> QxtWindowSystem Modified Paths: -------------- trunk/src/gui/gui.pro trunk/src/gui/qxtgui.h Added Paths: ----------- trunk/src/gui/qxtwindowsystem.cpp trunk/src/gui/qxtwindowsystem.h trunk/src/gui/qxtwindowsystem_win.cpp trunk/src/gui/qxtwindowsystem_x11.cpp Removed Paths: ------------- trunk/src/gui/qxtdesktopwidget.cpp trunk/src/gui/qxtdesktopwidget.h trunk/src/gui/qxtdesktopwidget_win.cpp trunk/src/gui/qxtdesktopwidget_x11.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jp...@us...> - 2007-12-08 23:49:25
|
Revision: 982 http://libqxt.svn.sourceforge.net/libqxt/?rev=982&view=rev Author: jpnurmi Date: 2007-12-08 15:49:20 -0800 (Sat, 08 Dec 2007) Log Message: ----------- Fixed QxtConfigDialog (list->table, sizing & alignment issues) ~nb Modified Paths: -------------- trunk/src/gui/qxtconfigdialog.cpp trunk/src/gui/qxtconfigdialog_p.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jp...@us...> - 2007-12-08 11:25:06
|
Revision: 981 http://libqxt.svn.sourceforge.net/libqxt/?rev=981&view=rev Author: jpnurmi Date: 2007-12-08 03:25:00 -0800 (Sat, 08 Dec 2007) Log Message: ----------- Working on QxtConfigDialog ~nobuild Modified Paths: -------------- trunk/src/gui/qxtconfigdialog.cpp trunk/src/gui/qxtconfigdialog.h trunk/src/gui/qxtconfigdialog_p.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jp...@us...> - 2007-12-05 19:42:50
|
Revision: 980 http://libqxt.svn.sourceforge.net/libqxt/?rev=980&view=rev Author: jpnurmi Date: 2007-12-05 11:42:06 -0800 (Wed, 05 Dec 2007) Log Message: ----------- Revised QxtCheckComboBox == less & simpler code Modified Paths: -------------- trunk/src/gui/qxtcheckcombobox.cpp trunk/src/gui/qxtcheckcombobox.h trunk/src/gui/qxtcheckcombobox_p.h trunk/tests/QxtGui/app/app.pro trunk/tests/QxtGui/app/tab.ui This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-12-02 22:02:27
|
Revision: 979 http://libqxt.svn.sourceforge.net/libqxt/?rev=979&view=rev Author: xparanoidj Date: 2007-12-02 14:02:26 -0800 (Sun, 02 Dec 2007) Log Message: ----------- removed outdated includedirs. thanks deepdiver Removed Paths: ------------- trunk/deploy/include/QxtCurses/ trunk/deploy/include/QxtKit/ trunk/deploy/include/QxtMedia/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-12-02 20:27:38
|
Revision: 978 http://libqxt.svn.sourceforge.net/libqxt/?rev=978&view=rev Author: xparanoidj Date: 2007-12-02 12:27:34 -0800 (Sun, 02 Dec 2007) Log Message: ----------- build target for generating docs using doqsy patch from thomas_mueller_ffb at online.de (deepdiver) Modified Paths: -------------- trunk/libqxt.pro This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-11-28 22:43:20
|
Revision: 977 http://libqxt.svn.sourceforge.net/libqxt/?rev=977&view=rev Author: xparanoidj Date: 2007-11-28 14:43:18 -0800 (Wed, 28 Nov 2007) Log Message: ----------- proper svnhookup call Modified Paths: -------------- website/app/src/svn.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-11-28 22:37:52
|
Revision: 976 http://libqxt.svn.sourceforge.net/libqxt/?rev=976&view=rev Author: xparanoidj Date: 2007-11-28 14:37:48 -0800 (Wed, 28 Nov 2007) Log Message: ----------- static inclusion. thanks deepdiver Modified Paths: -------------- trunk/tools/doqsy/doqsy.pro This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-11-24 20:35:03
|
Revision: 975 http://libqxt.svn.sourceforge.net/libqxt/?rev=975&view=rev Author: xparanoidj Date: 2007-11-24 12:35:01 -0800 (Sat, 24 Nov 2007) Log Message: ----------- forgot to add that aprantly Added Paths: ----------- website/app/src/svn.cpp website/app/src/svn.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-11-24 20:29:00
|
Revision: 974 http://libqxt.svn.sourceforge.net/libqxt/?rev=974&view=rev Author: xparanoidj Date: 2007-11-24 12:28:59 -0800 (Sat, 24 Nov 2007) Log Message: ----------- typo Modified Paths: -------------- trunk/src/web/qxtwebhttpconnector.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-11-24 20:25:05
|
Revision: 973 http://libqxt.svn.sourceforge.net/libqxt/?rev=973&view=rev Author: xparanoidj Date: 2007-11-24 12:25:03 -0800 (Sat, 24 Nov 2007) Log Message: ----------- more docs Modified Paths: -------------- trunk/src/web/qxtwebhttpconnector.cpp trunk/src/web/qxtwebscgiconnector.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-11-24 20:22:29
|
Revision: 972 http://libqxt.svn.sourceforge.net/libqxt/?rev=972&view=rev Author: xparanoidj Date: 2007-11-24 12:22:28 -0800 (Sat, 24 Nov 2007) Log Message: ----------- docs for the QxtWebStatelessConnector Modified Paths: -------------- trunk/src/web/qxtwebstatelessconnector.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-11-24 19:47:14
|
Revision: 971 http://libqxt.svn.sourceforge.net/libqxt/?rev=971&view=rev Author: xparanoidj Date: 2007-11-24 11:47:10 -0800 (Sat, 24 Nov 2007) Log Message: ----------- working multiplexing QxtWebScgiConnector a test for direct use of connectors Modified Paths: -------------- trunk/src/web/qxtwebhttpconnector_p.h trunk/src/web/qxtwebscgiconnector.cpp trunk/src/web/qxtwebscgiconnector_p.h Added Paths: ----------- trunk/tests/web/direct/ trunk/tests/web/direct/direct.pro trunk/tests/web/direct/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-11-24 18:29:16
|
Revision: 970 http://libqxt.svn.sourceforge.net/libqxt/?rev=970&view=rev Author: xparanoidj Date: 2007-11-24 10:29:14 -0800 (Sat, 24 Nov 2007) Log Message: ----------- forgot the =0 Modified Paths: -------------- trunk/src/web/qxtwebscgiconnector.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |