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-01-27 19:43:21
|
Revision: 44 http://libqxt.svn.sourceforge.net/libqxt/?rev=44&view=rev Author: xparanoidj Date: 2007-01-27 11:43:20 -0800 (Sat, 27 Jan 2007) Log Message: ----------- moving librarys from deploy/bin to deploy/libs Modified Paths: -------------- trunk/.qmake.cache 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-01-27 19:36:49
|
Revision: 43 http://libqxt.svn.sourceforge.net/libqxt/?rev=43&view=rev Author: xparanoidj Date: 2007-01-27 11:36:47 -0800 (Sat, 27 Jan 2007) Log Message: ----------- cleaning up a bit, moving bin include and docs to deploy Modified Paths: -------------- trunk/.qmake.cache trunk/doxygen.conf trunk/libqxt.pro trunk/mox/mox.pro Added Paths: ----------- trunk/deploy/ trunk/deploy/docs/ trunk/deploy/docs/annotated.html trunk/deploy/docs/bug.html trunk/deploy/docs/building.html trunk/deploy/docs/classQxtAVFile.html trunk/deploy/docs/classQxtAudioPlayer.html trunk/deploy/docs/classQxtBlowFish.html trunk/deploy/docs/classQxtMetaBall.html trunk/deploy/docs/classQxtNullable.html trunk/deploy/docs/classQxtPairList.html trunk/deploy/docs/classQxtPimpl.html trunk/deploy/docs/classQxtRPCPeer.html trunk/deploy/docs/classQxtSdlWidget.html trunk/deploy/docs/classQxtSignalWaiter.html trunk/deploy/docs/classQxtSingleInstance.html trunk/deploy/docs/classQxtSqlPackage.html trunk/deploy/docs/classQxtSqlPackageModel.html trunk/deploy/docs/classQxtTabWidget.html trunk/deploy/docs/classQxtTreeWidget.html trunk/deploy/docs/classQxtTripple.html trunk/deploy/docs/classQxtTrippleList.html trunk/deploy/docs/classQxtTuple.html trunk/deploy/docs/classes.html trunk/deploy/docs/doxygen.png trunk/deploy/docs/functions.html trunk/deploy/docs/functions_func.html trunk/deploy/docs/functions_rela.html trunk/deploy/docs/functions_vars.html trunk/deploy/docs/group__core.html trunk/deploy/docs/group__gui.html trunk/deploy/docs/group__kit.html trunk/deploy/docs/group__media.html trunk/deploy/docs/group__network.html trunk/deploy/docs/group__sql.html trunk/deploy/docs/index.html trunk/deploy/docs/modules.html trunk/deploy/docs/pages.html trunk/deploy/docs/qxbig.jpg trunk/deploy/docs/structQxtNull.html trunk/deploy/docs/stylesheet.css trunk/deploy/docs/tab_b.gif trunk/deploy/docs/tab_l.gif trunk/deploy/docs/tab_r.gif trunk/deploy/docs/tabs.css trunk/deploy/include/ trunk/extras/contributing.odt trunk/extras/maintainer_build.sh Removed Paths: ------------- trunk/contributing.odt trunk/doc/ trunk/include/ trunk/maintainer_build.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-26 14:04:25
|
Revision: 42 http://libqxt.svn.sourceforge.net/libqxt/?rev=42&view=rev Author: xparanoidj Date: 2007-01-26 06:04:18 -0800 (Fri, 26 Jan 2007) Log Message: ----------- commented out the mediaplayer, as it should not be used Modified Paths: -------------- trunk/src/media/media.pro This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-21 19:52:54
|
Revision: 41 http://libqxt.svn.sourceforge.net/libqxt/?rev=41&view=rev Author: xparanoidj Date: 2007-01-21 11:52:53 -0800 (Sun, 21 Jan 2007) Log Message: ----------- added some simple doc tags for QxtSdlWidget, so it at least is visible Modified Paths: -------------- trunk/doc/annotated.html trunk/doc/classes.html trunk/doc/group__kit.html trunk/doc/group__media.html trunk/src/kit/QxtMetaBall.h trunk/src/media/QxtSdlWidget.h Added Paths: ----------- trunk/doc/classQxtSdlWidget.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-21 19:37:00
|
Revision: 40 http://libqxt.svn.sourceforge.net/libqxt/?rev=40&view=rev Author: xparanoidj Date: 2007-01-21 11:36:58 -0800 (Sun, 21 Jan 2007) Log Message: ----------- added extras for "fanware" , like kate syntax highlighting with libqxt macros quuh neat Modified Paths: -------------- trunk/doc/annotated.html trunk/src/kit/QxtMetaBall.h Added Paths: ----------- trunk/extras/ trunk/extras/syntax_highlighting/ trunk/extras/syntax_highlighting/kate/ trunk/extras/syntax_highlighting/kate/cpp.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-21 19:21:11
|
Revision: 39 http://libqxt.svn.sourceforge.net/libqxt/?rev=39&view=rev Author: xparanoidj Date: 2007-01-21 11:21:05 -0800 (Sun, 21 Jan 2007) Log Message: ----------- finaly we have our own moc. mox alowes to do some realy weird stuff like connection slots with value calculation inside the connection itself. QxtMetaBall is the interface for it, it has connect and disconnect to alowe you easy connections, also introduced the BALL macro that automaticly generates the signatures for the virtual slots Modified Paths: -------------- trunk/.qmake.cache trunk/doc/annotated.html trunk/doc/bug.html trunk/doc/building.html trunk/doc/classQxtAVFile.html trunk/doc/classQxtAudioPlayer.html trunk/doc/classQxtBlowFish.html trunk/doc/classQxtNullable.html trunk/doc/classQxtPairList.html trunk/doc/classQxtPimpl.html trunk/doc/classQxtRPCPeer.html trunk/doc/classQxtSignalWaiter.html trunk/doc/classQxtSingleInstance.html trunk/doc/classQxtSqlPackage.html trunk/doc/classQxtSqlPackageModel.html trunk/doc/classQxtTabWidget.html trunk/doc/classQxtTreeWidget.html trunk/doc/classQxtTripple.html trunk/doc/classQxtTrippleList.html trunk/doc/classQxtTuple.html trunk/doc/classes.html trunk/doc/functions.html trunk/doc/functions_func.html trunk/doc/functions_rela.html trunk/doc/functions_vars.html trunk/doc/group__core.html trunk/doc/group__gui.html trunk/doc/group__kit.html trunk/doc/group__media.html trunk/doc/group__network.html trunk/doc/group__sql.html trunk/doc/index.html trunk/doc/modules.html trunk/doc/pages.html trunk/doc/structQxtNull.html trunk/libqxt.pro trunk/src/kit/kit.pro trunk/src/media/QxtAVFile.cpp Added Paths: ----------- trunk/examples/metaball/ trunk/examples/metaball/main.cpp trunk/examples/metaball/metaball.pro trunk/examples/metaball/test.h trunk/include/kit/QxtMetaBall trunk/mox/ trunk/mox/main.cpp trunk/mox/mox.pro trunk/mox.prf trunk/src/kit/QxtMetaBall.cpp trunk/src/kit/QxtMetaBall.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-21 14:24:41
|
Revision: 38 http://libqxt.svn.sourceforge.net/libqxt/?rev=38&view=rev Author: xparanoidj Date: 2007-01-21 06:24:35 -0800 (Sun, 21 Jan 2007) Log Message: ----------- BUILDING_QXT_LIBRARY should be defined on unix too Modified Paths: -------------- trunk/.qmake.cache This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <afe...@us...> - 2007-01-20 03:50:32
|
Revision: 37 http://libqxt.svn.sourceforge.net/libqxt/?rev=37&view=rev Author: afe_coda Date: 2007-01-19 19:50:30 -0800 (Fri, 19 Jan 2007) Log Message: ----------- added comparison operators, bugfixes Modified Paths: -------------- trunk/src/core/QxtTuple.h trunk/src/core/QxtTypeList.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-19 19:18:56
|
Revision: 36 http://libqxt.svn.sourceforge.net/libqxt/?rev=36&view=rev Author: xparanoidj Date: 2007-01-19 11:18:47 -0800 (Fri, 19 Jan 2007) Log Message: ----------- added ID3 support Modified Paths: -------------- trunk/src/media/QxtAVFile.cpp trunk/src/media/QxtAVFile.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-17 18:45:45
|
Revision: 35 http://libqxt.svn.sourceforge.net/libqxt/?rev=35&view=rev Author: xparanoidj Date: 2007-01-17 10:45:39 -0800 (Wed, 17 Jan 2007) Log Message: ----------- corected some minor bugs in QxtAVFile Modified Paths: -------------- trunk/src/media/QxtAVFile.cpp trunk/src/media/QxtAVFile.h trunk/src/media/QxtAudioPlayer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-10 22:45:30
|
Revision: 34 http://libqxt.svn.sourceforge.net/libqxt/?rev=34&view=rev Author: xparanoidj Date: 2007-01-10 14:45:28 -0800 (Wed, 10 Jan 2007) Log Message: ----------- low latency player Modified Paths: -------------- trunk/doc/classQxtAVFile.html trunk/doc/classQxtAudioPlayer.html trunk/doc/functions.html trunk/doc/functions_func.html trunk/src/media/QxtAVFile.cpp trunk/src/media/QxtAVFile.h trunk/src/media/QxtAudioPlayer.cpp trunk/src/media/QxtAudioPlayer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-10 20:53:54
|
Revision: 33 http://libqxt.svn.sourceforge.net/libqxt/?rev=33&view=rev Author: xparanoidj Date: 2007-01-10 12:53:50 -0800 (Wed, 10 Jan 2007) Log Message: ----------- introducing QxtAudioPlayer Modified Paths: -------------- trunk/doc/annotated.html trunk/doc/classes.html trunk/doc/functions.html trunk/doc/functions_func.html trunk/doc/group__media.html trunk/src/media/QxtAVFile.cpp trunk/src/media/QxtAVFile.h trunk/src/media/media.pro Added Paths: ----------- trunk/doc/classQxtAudioPlayer.html trunk/include/media/QxtAudioPlayer trunk/src/media/QxtAudioPlayer.cpp trunk/src/media/QxtAudioPlayer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-08 23:13:44
|
Revision: 32 http://libqxt.svn.sourceforge.net/libqxt/?rev=32&view=rev Author: xparanoidj Date: 2007-01-08 15:13:42 -0800 (Mon, 08 Jan 2007) Log Message: ----------- release cleanup Modified Paths: -------------- trunk/AUTHORS trunk/LICENSE Added Paths: ----------- trunk/examples/QxtAVFile/ trunk/examples/QxtAVFile/avplayer.cpp trunk/include/media/QxtSdlWidget This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bn...@us...> - 2007-01-08 22:13:21
|
Revision: 31 http://libqxt.svn.sourceforge.net/libqxt/?rev=31&view=rev Author: bnilsen Date: 2007-01-08 14:13:12 -0800 (Mon, 08 Jan 2007) Log Message: ----------- Fixed wrong background color. Modified Paths: -------------- trunk/src/media/QxtSdlWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-08 21:21:21
|
Revision: 30 http://libqxt.svn.sourceforge.net/libqxt/?rev=30&view=rev Author: xparanoidj Date: 2007-01-08 13:21:20 -0800 (Mon, 08 Jan 2007) Log Message: ----------- added QxtSdlWidget to the build and export system Modified Paths: -------------- trunk/src/media/QxtSdlWidget.h trunk/src/media/media.pro This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-08 20:42:10
|
Revision: 29 http://libqxt.svn.sourceforge.net/libqxt/?rev=29&view=rev Author: xparanoidj Date: 2007-01-08 12:42:00 -0800 (Mon, 08 Jan 2007) Log Message: ----------- doing a tag for version 0.2 2007 Added Paths: ----------- tags/libqxt-0.2-2007/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-08 20:37:49
|
Revision: 28 http://libqxt.svn.sourceforge.net/libqxt/?rev=28&view=rev Author: xparanoidj Date: 2007-01-08 12:37:35 -0800 (Mon, 08 Jan 2007) Log Message: ----------- updated the docs about svn Modified Paths: -------------- trunk/doc/building.html trunk/src/Qxt.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-08 20:35:13
|
Revision: 27 http://libqxt.svn.sourceforge.net/libqxt/?rev=27&view=rev Author: xparanoidj Date: 2007-01-08 12:34:57 -0800 (Mon, 08 Jan 2007) Log Message: ----------- didnt see the . file Added Paths: ----------- trunk/.qmake.cache Removed Paths: ------------- .qmake.cache This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-08 20:33:39
|
Revision: 26 http://libqxt.svn.sourceforge.net/libqxt/?rev=26&view=rev Author: xparanoidj Date: 2007-01-08 12:33:37 -0800 (Mon, 08 Jan 2007) Log Message: ----------- moving to a better project structure. please everyone have a fresh checkout of the trunk Added Paths: ----------- trunk/AUTHORS trunk/INSTALL trunk/LICENSE trunk/bin/ trunk/config.pri trunk/contributing.odt trunk/doc/ trunk/doctemplate/ trunk/doxygen.conf trunk/examples/ trunk/include/ trunk/libqxt.pro trunk/maintainer_build.sh trunk/qxt.prf.m trunk/src/ Removed Paths: ------------- AUTHORS INSTALL LICENSE bin/ config.pri contributing.odt doc/ doctemplate/ doxygen.conf examples/ include/ libqxt.pro maintainer_build.sh qxt.prf.m src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-08 20:29:33
|
Revision: 25 http://libqxt.svn.sourceforge.net/libqxt/?rev=25&view=rev Author: xparanoidj Date: 2007-01-08 12:29:30 -0800 (Mon, 08 Jan 2007) Log Message: ----------- last commit before move Modified Paths: -------------- doc/bug.html doc/classQxtAVFile.html doc/functions.html doc/functions_func.html src/media/QxtAVFile.cpp src/media/QxtAVFile.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-08 20:13:13
|
Revision: 24 http://libqxt.svn.sourceforge.net/libqxt/?rev=24&view=rev Author: xparanoidj Date: 2007-01-08 12:13:10 -0800 (Mon, 08 Jan 2007) Log Message: ----------- adding a more common project structure Added Paths: ----------- branches/ tags/ trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-06 17:29:00
|
Revision: 22 http://libqxt.svn.sourceforge.net/libqxt/?rev=22&view=rev Author: xparanoidj Date: 2007-01-06 09:28:56 -0800 (Sat, 06 Jan 2007) Log Message: ----------- added seeking Modified Paths: -------------- src/media/QxtAVFile.cpp src/media/QxtAVFile.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-06 05:36:58
|
Revision: 21 http://libqxt.svn.sourceforge.net/libqxt/?rev=21&view=rev Author: xparanoidj Date: 2007-01-05 21:36:57 -0800 (Fri, 05 Jan 2007) Log Message: ----------- using SoundTouch for resampling instead of libsamplerate sounds much better and it is able to take shorts instead of floats Modified Paths: -------------- config.pri doc/bug.html doc/building.html doc/classQxtAVFile.html doc/functions.html doc/functions_func.html src/Qxt.h src/media/QxtAVFile.cpp src/media/QxtAVFile.h src/media/media.pro This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-05 22:15:34
|
Revision: 20 http://libqxt.svn.sourceforge.net/libqxt/?rev=20&view=rev Author: xparanoidj Date: 2007-01-05 14:15:31 -0800 (Fri, 05 Jan 2007) Log Message: ----------- it waits now for events instead of buisy loop Modified Paths: -------------- src/kit/QxtSignalWaiter.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xpa...@us...> - 2007-01-05 21:11:17
|
Revision: 19 http://libqxt.svn.sourceforge.net/libqxt/?rev=19&view=rev Author: xparanoidj Date: 2007-01-05 13:11:16 -0800 (Fri, 05 Jan 2007) Log Message: ----------- added resampling to QxtAVFile dont mind the docs that's normal Modified Paths: -------------- doc/bug.html doc/classQxtAVFile.html doc/classQxtBlowFish.html doc/classQxtPairList.html doc/classQxtPimpl.html doc/classQxtRPCPeer.html doc/classQxtSignalWaiter.html doc/classQxtSingleInstance.html doc/classQxtSqlPackage.html doc/classQxtSqlPackageModel.html doc/classQxtTabWidget.html doc/classQxtTreeWidget.html doc/classQxtTripple.html doc/classQxtTrippleList.html doc/classQxtTuple.html doc/functions.html doc/functions_func.html doc/group__kit.html src/media/QxtAVFile.cpp src/media/QxtAVFile.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |