|
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: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: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 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: <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-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-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 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: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-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-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 20:15:28
|
Revision: 46
http://libqxt.svn.sourceforge.net/libqxt/?rev=46&view=rev
Author: xparanoidj
Date: 2007-01-27 12:15:27 -0800 (Sat, 27 Jan 2007)
Log Message:
-----------
finaly our install system should do clean setups into the corect directorys (at least for unix, yet)
Modified Paths:
--------------
trunk/.qmake.cache
trunk/config.pri
trunk/examples/QxtSdlWidget/MySdlWidget.pro
trunk/libqxt.pro
trunk/mox/main.cpp
trunk/mox/mox.pro
Added Paths:
-----------
trunk/deploy/qt/
trunk/deploy/qt/mox.prf
trunk/deploy/qt/qxt.prf.m
Removed Paths:
-------------
trunk/mox.prf
trunk/qxt.prf.m
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <xpa...@us...> - 2007-01-28 01:17:36
|
Revision: 47
http://libqxt.svn.sourceforge.net/libqxt/?rev=47&view=rev
Author: xparanoidj
Date: 2007-01-27 17:17:34 -0800 (Sat, 27 Jan 2007)
Log Message:
-----------
nsis safe prf
Modified Paths:
--------------
trunk/deploy/qt/qxt.prf.m
trunk/extras/maintainer_build.sh
Removed Paths:
-------------
trunk/bin/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <xpa...@us...> - 2007-01-28 13:13:50
|
Revision: 49
http://libqxt.svn.sourceforge.net/libqxt/?rev=49&view=rev
Author: xparanoidj
Date: 2007-01-28 05:13:48 -0800 (Sun, 28 Jan 2007)
Log Message:
-----------
welcome QxtLabel
new directory designer for qxt designer plugins
Modified Paths:
--------------
trunk/deploy/docs/annotated.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/group__gui.html
trunk/deploy/docs/structQxtNull.html
trunk/doxygen.conf
trunk/libqxt.pro
trunk/src/gui/gui.pro
Added Paths:
-----------
trunk/deploy/include/gui/QxtLabel
trunk/designer/
trunk/designer/QxtLabelPlugin.cpp
trunk/designer/QxtLabelPlugin.h
trunk/designer/designer.pro
trunk/src/gui/QxtLabel.cpp
trunk/src/gui/QxtLabel.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <xpa...@us...> - 2007-01-28 14:15:46
|
Revision: 50
http://libqxt.svn.sourceforge.net/libqxt/?rev=50&view=rev
Author: xparanoidj
Date: 2007-01-28 06:15:42 -0800 (Sun, 28 Jan 2007)
Log Message:
-----------
artwork changes
Modified Paths:
--------------
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/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/structQxtNull.html
trunk/designer/QxtLabelPlugin.cpp
trunk/designer/designer.pro
trunk/doctemplate/header.html
trunk/src/Qxt.h
Added Paths:
-----------
trunk/designer/resources.qrc
trunk/doctemplate/logo.png
trunk/extras/artwork/
trunk/extras/artwork/logo.png
trunk/extras/artwork/logo.png.svg
Removed Paths:
-------------
trunk/doctemplate/qx.jpg
trunk/doctemplate/qxbig.jpg
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <xpa...@us...> - 2007-01-28 17:50:09
|
Revision: 53
http://libqxt.svn.sourceforge.net/libqxt/?rev=53&view=rev
Author: xparanoidj
Date: 2007-01-28 09:47:06 -0800 (Sun, 28 Jan 2007)
Log Message:
-----------
corected some typos
Modified Paths:
--------------
trunk/designer/designer.pro
trunk/examples/QxtAVFile/avplayer.cpp
trunk/src/gui/QxtLabel.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <xpa...@us...> - 2007-02-01 10:40:27
|
Revision: 65
http://libqxt.svn.sourceforge.net/libqxt/?rev=65&view=rev
Author: xparanoidj
Date: 2007-02-01 02:40:01 -0800 (Thu, 01 Feb 2007)
Log Message:
-----------
docs update
Modified Paths:
--------------
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/classQxtItemDelegate.html
trunk/deploy/docs/classQxtLabel.html
trunk/deploy/docs/classQxtMetaBall.html
trunk/deploy/docs/classQxtNullable.html
trunk/deploy/docs/classQxtPairList.html
trunk/deploy/docs/classQxtPimpl.html
trunk/deploy/docs/classQxtPushButton.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/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/structQxtNull.html
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-02-01 20:09:46
|
Revision: 67
http://libqxt.svn.sourceforge.net/libqxt/?rev=67&view=rev
Author: xparanoidj
Date: 2007-02-01 12:09:39 -0800 (Thu, 01 Feb 2007)
Log Message:
-----------
art changed
Modified Paths:
--------------
trunk/doctemplate/logo.png
trunk/extras/artwork/logo.png
trunk/extras/artwork/logo.png.svg
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <xpa...@us...> - 2007-02-02 13:39:18
|
Revision: 68
http://libqxt.svn.sourceforge.net/libqxt/?rev=68&view=rev
Author: xparanoidj
Date: 2007-02-02 05:39:04 -0800 (Fri, 02 Feb 2007)
Log Message:
-----------
documentation update
Modified Paths:
--------------
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/classQxtItemDelegate.html
trunk/deploy/docs/classQxtLabel.html
trunk/deploy/docs/classQxtMetaBall.html
trunk/deploy/docs/classQxtNullable.html
trunk/deploy/docs/classQxtPairList.html
trunk/deploy/docs/classQxtPimpl.html
trunk/deploy/docs/classQxtPushButton.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/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/structQxtNull.html
trunk/doctemplate/header.html
trunk/extras/contributing.odt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jp...@us...> - 2007-02-02 21:43:19
|
Revision: 72
http://libqxt.svn.sourceforge.net/libqxt/?rev=72&view=rev
Author: jpnurmi
Date: 2007-02-02 13:43:14 -0800 (Fri, 02 Feb 2007)
Log Message:
-----------
Divided the declaration of QxtTreeWidgetPirvate into a separate header
file.
Modified Paths:
--------------
trunk/designer/designer.pro
trunk/src/gui/QxtTreeWidget.cpp
trunk/src/gui/gui.pro
Added Paths:
-----------
trunk/src/gui/QxtTreeWidget_p.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <xpa...@us...> - 2007-02-03 09:55:19
|
Revision: 76
http://libqxt.svn.sourceforge.net/libqxt/?rev=76&view=rev
Author: xparanoidj
Date: 2007-02-03 01:55:11 -0800 (Sat, 03 Feb 2007)
Log Message:
-----------
moving -DBUILDING_QXT to the src dir
in future this must be a diferent declare for every module
Modified Paths:
--------------
trunk/.qmake.cache
Added Paths:
-----------
trunk/src/.qmake.cache
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <xpa...@us...> - 2007-02-19 15:42:55
|
Revision: 165
http://libqxt.svn.sourceforge.net/libqxt/?rev=165&view=rev
Author: xparanoidj
Date: 2007-02-19 07:42:52 -0800 (Mon, 19 Feb 2007)
Log Message:
-----------
moving adams logo to the right location
Modified Paths:
--------------
trunk/doctemplate/logo.png
Removed Paths:
-------------
trunk/deploy/docs/qxtlogo.png
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <xpa...@us...> - 2007-02-24 00:18:50
|
Revision: 189
http://libqxt.svn.sourceforge.net/libqxt/?rev=189&view=rev
Author: xparanoidj
Date: 2007-02-23 16:18:49 -0800 (Fri, 23 Feb 2007)
Log Message:
-----------
finaly found a solution to make windows build the prf file,
seems windows has pipes!!
fixed whatever bug in network
Modified Paths:
--------------
trunk/libqxt.pro
trunk/src/network/network.pro
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <afe...@us...> - 2007-03-01 21:16:45
|
Revision: 233
http://libqxt.svn.sourceforge.net/libqxt/?rev=233&view=rev
Author: afe_coda
Date: 2007-03-01 13:16:43 -0800 (Thu, 01 Mar 2007)
Log Message:
-----------
build system cleanup; a few little tweaks affecting a whole bunch of files
Modified Paths:
--------------
trunk/features/functions.pri
trunk/features/macx/qxtbuild.prf
trunk/features/qxtbuild.prf
trunk/features/unix/qxtbuild.prf
trunk/features/win32/qxtbuild.prf
trunk/libqxt.pro
trunk/src/core/QxtError.h
trunk/src/core/core.pro
trunk/src/curses/curses.pro
trunk/src/designer/designer.pro
trunk/src/gui/gui.pro
trunk/src/kit/kit.pro
trunk/src/media/media.pro
trunk/src/network/network.pro
trunk/src/sql/sql.pro
Added Paths:
-----------
trunk/src/core/QxtError.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <xpa...@us...> - 2007-03-30 10:22:19
|
Revision: 297
http://libqxt.svn.sourceforge.net/libqxt/?rev=297&view=rev
Author: xparanoidj
Date: 2007-03-30 03:22:16 -0700 (Fri, 30 Mar 2007)
Log Message:
-----------
import web module
Modified Paths:
--------------
trunk/.qmake.cache
trunk/configure
trunk/configure.bat
trunk/deploy/include/Qxt/qxtglobal.h
trunk/libqxt.pro
Added Paths:
-----------
trunk/deploy/include/QxtWeb/
trunk/src/web/
trunk/src/web/QxtHtmlTemplate.cpp
trunk/src/web/QxtHtmlTemplate.h
trunk/src/web/QxtWebApplication.cpp
trunk/src/web/QxtWebApplication.h
trunk/src/web/QxtWebApplication_p.h
trunk/src/web/QxtWebController.cpp
trunk/src/web/QxtWebController.h
trunk/src/web/QxtWebInternal.cpp
trunk/src/web/QxtWebInternal.h
trunk/src/web/web.pro
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|