You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(16) |
Sep
(33) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(11) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(36) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: <js...@us...> - 2007-09-01 14:49:24
|
Revision: 115 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=115&view=rev Author: jsachs Date: 2007-09-01 07:49:20 -0700 (Sat, 01 Sep 2007) Log Message: ----------- - Controller removes itself if the loco change its visible state to false ! Modified Paths: -------------- dtcltiny/branch/loklist_rework/src/LocoControl.cpp dtcltiny/branch/loklist_rework/src/LocoControl.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2007-09-01 14:48:13
|
Revision: 114 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=114&view=rev Author: jsachs Date: 2007-09-01 07:48:07 -0700 (Sat, 01 Sep 2007) Log Message: ----------- - Added overloaded functions for save Liste usage, behaves exaclit like the QPtrList of QT ====Simple Way to toggle the first locos visability==== Loco *lc = locoList.getFirst(); lc->setControllerVisible(!lc->getControllerVisible()); // toggle state Modified Paths: -------------- dtcltiny/branch/loklist_rework/src/LocoList.cpp dtcltiny/branch/loklist_rework/src/LocoList.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2007-09-01 14:22:44
|
Revision: 113 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=113&view=rev Author: jsachs Date: 2007-09-01 07:22:34 -0700 (Sat, 01 Sep 2007) Log Message: ----------- - The "controllerVisible" flag will now be stored in the locos config - The controllers will popup if the visible flag is set in the config. If loading an old file, the flag is set to true by default. NOTE: a invisible controller can only be reenabled by editing the config file and set the visible flag to true ! ToDo: - The controllers must get into a list. For testing they are simply generated and floating around... Modified Paths: -------------- dtcltiny/branch/loklist_rework/src/Loco.cpp dtcltiny/branch/loklist_rework/src/Loco.h dtcltiny/branch/loklist_rework/src/LocoControl.cpp dtcltiny/branch/loklist_rework/src/LocoList.cpp dtcltiny/branch/loklist_rework/src/LocoList.h dtcltiny/branch/loklist_rework/src/MainWindow.cpp dtcltiny/branch/loklist_rework/src/MainWindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2007-09-01 12:47:52
|
Revision: 112 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=112&view=rev Author: jsachs Date: 2007-09-01 05:47:48 -0700 (Sat, 01 Sep 2007) Log Message: ----------- - removed a stupid endless loop which prevent the MainWindow from appearing when the Loco List is loaded - added some functionsprototype for FunctionList - remove Debugmessages Modified Paths: -------------- dtcltiny/branch/loklist_rework/dtcltiny.kdevelop dtcltiny/branch/loklist_rework/src/LocoFunction.cpp dtcltiny/branch/loklist_rework/src/LocoFunction.h dtcltiny/branch/loklist_rework/src/LocoList.cpp dtcltiny/branch/loklist_rework/src/MainWindow.cpp dtcltiny/branch/loklist_rework/src/dtcltiny_de.ts dtcltiny/branch/loklist_rework/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2007-09-01 11:38:45
|
Revision: 111 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=111&view=rev Author: jsachs Date: 2007-09-01 04:38:41 -0700 (Sat, 01 Sep 2007) Log Message: ----------- - Teilweise ?\195?\188berarbeitung gem?\195?\164?\195?\159 Guidos Ratschlag Modified Paths: -------------- dtcltiny/branch/loklist_rework/src/LocoFunctionList.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2007-09-01 11:36:21
|
Revision: 110 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=110&view=rev Author: jsachs Date: 2007-09-01 04:36:17 -0700 (Sat, 01 Sep 2007) Log Message: ----------- - Teilweise ?\195?\188berarbeitung gem?\195?\164?\195?\159 Guidos Ratschlag Modified Paths: -------------- dtcltiny/branch/loklist_rework/dtcltiny.kdevelop dtcltiny/branch/loklist_rework/dtcltiny.kdevelop.filelist dtcltiny/branch/loklist_rework/src/Loco.cpp dtcltiny/branch/loklist_rework/src/Loco.h dtcltiny/branch/loklist_rework/src/LocoControl.cpp dtcltiny/branch/loklist_rework/src/LocoFunction.h dtcltiny/branch/loklist_rework/src/LocoList.cpp dtcltiny/branch/loklist_rework/src/LocoList.h dtcltiny/branch/loklist_rework/src/Makefile.am dtcltiny/branch/loklist_rework/src/dtcltiny.pro dtcltiny/branch/loklist_rework/src/dtcltiny_de.ts dtcltiny/branch/loklist_rework/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2007-09-01 00:02:08
|
Revision: 109 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=109&view=rev Author: jsachs Date: 2007-08-31 17:01:57 -0700 (Fri, 31 Aug 2007) Log Message: ----------- THIS REVISION IS UNTESTED !! this is more an backup and others to see where we try go. Changes: - All Loco dependen parts have been removed from the GUI classes and packed into two new classes "LocoList" and "Loco". - I mostly take the existing code and packed it into a new class. When possible I also removed duble code - the "CommandPort" and "InfoPort" is now part of the "LocoList" class, since they should be the only using them. But they can be accessed using the "getCommandPort()" and "getInfoPort()" functions - We now have a global LocoList in "MainWindow" class where all locos are collected. ToDo: - Make Function List a real List - A lot more code cleanup ! - make the LocoControl also a list - "Loco" class will get a flag if this loco is displayed in a LocoControl and emit a signal when the flag change. So the List could Automaticly adapt. Known Bugs: - The Automatic speedcontrol is a bit mixed up - Gui update has to be checked and adapted to the new signals - the LocoControl will not work I guess - much more, since untested ! Modified Paths: -------------- dtcltiny/branch/loklist_rework/dtcltiny.kdevses dtcltiny/branch/loklist_rework/src/LocoControl.cpp dtcltiny/branch/loklist_rework/src/LocoControl.h dtcltiny/branch/loklist_rework/src/LocoDialog.cpp dtcltiny/branch/loklist_rework/src/LocoDialog.h dtcltiny/branch/loklist_rework/src/MainWindow.cpp dtcltiny/branch/loklist_rework/src/MainWindow.h dtcltiny/branch/loklist_rework/src/dtcltiny_de.ts Added Paths: ----------- dtcltiny/branch/loklist_rework/dtcltiny.kdevelop dtcltiny/branch/loklist_rework/dtcltiny.kdevelop.filelist dtcltiny/branch/loklist_rework/dtcltiny.kdevelop.pcs dtcltiny/branch/loklist_rework/src/Loco.cpp dtcltiny/branch/loklist_rework/src/Loco.h dtcltiny/branch/loklist_rework/src/LocoFunction.cpp dtcltiny/branch/loklist_rework/src/LocoFunction.h dtcltiny/branch/loklist_rework/src/LocoFunctionList.cpp dtcltiny/branch/loklist_rework/src/LocoFunctionList.h dtcltiny/branch/loklist_rework/src/LocoList.cpp dtcltiny/branch/loklist_rework/src/LocoList.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gs...@us...> - 2007-08-31 15:29:00
|
Revision: 108 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=108&view=rev Author: gscholz Date: 2007-08-31 08:28:54 -0700 (Fri, 31 Aug 2007) Log Message: ----------- reading service database improved Modified Paths: -------------- dtcltiny/trunk/src/MainWindow.cpp dtcltiny/trunk/src/MainWindow.h dtcltiny/trunk/src/listpropertiesdialog.cpp dtcltiny/trunk/src/listpropertiesdialog.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gs...@us...> - 2007-08-31 15:06:29
|
Revision: 107 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=107&view=rev Author: gscholz Date: 2007-08-31 08:04:53 -0700 (Fri, 31 Aug 2007) Log Message: ----------- improved user feedback on file loading Modified Paths: -------------- dtcltiny/trunk/src/MainWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gs...@us...> - 2007-08-31 13:47:58
|
Revision: 106 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=106&view=rev Author: gscholz Date: 2007-08-31 06:47:53 -0700 (Fri, 31 Aug 2007) Log Message: ----------- fixed decoder detection bug Modified Paths: -------------- dtcltiny/trunk/src/LocoDialog.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gs...@us...> - 2007-08-30 15:59:18
|
Revision: 98 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=98&view=rev Author: gscholz Date: 2007-08-28 10:38:18 -0700 (Tue, 28 Aug 2007) Log Message: ----------- some cleanups Modified Paths: -------------- dtcltiny/trunk/src/CommandPort.cpp dtcltiny/trunk/src/CommandPort.h dtcltiny/trunk/src/InfoPort.cpp dtcltiny/trunk/src/InfoPort.h dtcltiny/trunk/src/srcpport.cpp dtcltiny/trunk/src/srcpport.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gs...@us...> - 2007-08-29 15:09:42
|
Revision: 104 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=104&view=rev Author: gscholz Date: 2007-08-29 08:09:37 -0700 (Wed, 29 Aug 2007) Log Message: ----------- fixed typo Modified Paths: -------------- dtcltiny/trunk/src/Programmer.cpp dtcltiny/trunk/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gs...@us...> - 2007-08-28 20:42:50
|
Revision: 103 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=103&view=rev Author: gscholz Date: 2007-08-28 13:42:48 -0700 (Tue, 28 Aug 2007) Log Message: ----------- some comments added Modified Paths: -------------- dtcltiny/trunk/src/LocoControl.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gs...@us...> - 2007-08-28 20:41:33
|
Revision: 102 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=102&view=rev Author: gscholz Date: 2007-08-28 13:41:31 -0700 (Tue, 28 Aug 2007) Log Message: ----------- names fixed Modified Paths: -------------- dtcltiny/trunk/data/0coupl.xpm dtcltiny/trunk/data/0light.xpm dtcltiny/trunk/data/0shunt.xpm dtcltiny/trunk/data/0smoke.xpm dtcltiny/trunk/data/0sound.xpm dtcltiny/trunk/data/1coupl.xpm dtcltiny/trunk/data/1light.xpm dtcltiny/trunk/data/1shunt.xpm dtcltiny/trunk/data/1smoke.xpm dtcltiny/trunk/data/1sound.xpm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gs...@us...> - 2007-08-28 20:08:30
|
Revision: 101 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=101&view=rev Author: gscholz Date: 2007-08-28 13:07:27 -0700 (Tue, 28 Aug 2007) Log Message: ----------- small fixes Modified Paths: -------------- dtcltiny/trunk/src/LocoControl.cpp dtcltiny/trunk/src/LocoDialog.cpp dtcltiny/trunk/src/dtcltiny_de.ts This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gs...@us...> - 2007-08-28 17:02:23
|
Revision: 97 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=97&view=rev Author: gscholz Date: 2007-08-28 10:01:10 -0700 (Tue, 28 Aug 2007) Log Message: ----------- bus usage harmonized Modified Paths: -------------- dtcltiny/trunk/src/LocoControl.cpp dtcltiny/trunk/src/LocoControl.h dtcltiny/trunk/src/LocoDialog.cpp dtcltiny/trunk/src/MainWindow.cpp dtcltiny/trunk/src/MainWindow.h dtcltiny/trunk/src/Programmer.cpp dtcltiny/trunk/src/dtcltiny_de.ts This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gs...@us...> - 2007-08-28 16:13:15
|
Revision: 96 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=96&view=rev Author: gscholz Date: 2007-08-28 09:13:07 -0700 (Tue, 28 Aug 2007) Log Message: ----------- new file constants, some cleanups Modified Paths: -------------- dtcltiny/trunk/src/MainWindow.cpp dtcltiny/trunk/src/dtcltiny_de.ts This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gs...@us...> - 2007-08-28 15:40:12
|
Revision: 95 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=95&view=rev Author: gscholz Date: 2007-08-28 08:39:26 -0700 (Tue, 28 Aug 2007) Log Message: ----------- option for protocol selection added Modified Paths: -------------- dtcltiny/trunk/src/dtcltiny_de.ts dtcltiny/trunk/src/srcpport.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gs...@us...> - 2007-08-28 15:32:22
|
Revision: 94 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=94&view=rev Author: gscholz Date: 2007-08-28 08:32:17 -0700 (Tue, 28 Aug 2007) Log Message: ----------- New toolbar icon for file creation, new toolbar for loco list handling Modified Paths: -------------- dtcltiny/trunk/ChangeLog dtcltiny/trunk/src/MainWindow.cpp dtcltiny/trunk/src/MainWindow.h dtcltiny/trunk/src/dtcltiny_de.ts dtcltiny/trunk/src/pixmaps/Makefile.am Added Paths: ----------- dtcltiny/trunk/src/pixmaps/filenew.xpm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gs...@us...> - 2007-08-27 19:42:39
|
Revision: 93 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=93&view=rev Author: gscholz Date: 2007-08-27 12:42:28 -0700 (Mon, 27 Aug 2007) Log Message: ----------- new features added Modified Paths: -------------- dtcltiny/trunk/ChangeLog dtcltiny/trunk/icons/dtcltiny_48.xpm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gs...@us...> - 2007-08-27 19:31:52
|
Revision: 92 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=92&view=rev Author: gscholz Date: 2007-08-27 12:31:45 -0700 (Mon, 27 Aug 2007) Log Message: ----------- some cleanups Modified Paths: -------------- dtcltiny/trunk/src/MainWindow.cpp dtcltiny/trunk/src/MainWindow.h dtcltiny/trunk/src/dtcltiny_de.ts dtcltiny/trunk/src/listpropertiesdialog.cpp dtcltiny/trunk/src/listpropertiesdialog.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gs...@us...> - 2007-08-27 19:15:52
|
Revision: 91 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=91&view=rev Author: gscholz Date: 2007-08-27 12:15:43 -0700 (Mon, 27 Aug 2007) Log Message: ----------- new loco list property file added Modified Paths: -------------- dtcltiny/trunk/src/MainWindow.cpp dtcltiny/trunk/src/Makefile.am dtcltiny/trunk/src/dtcltiny.pro dtcltiny/trunk/src/dtcltiny_de.ts dtcltiny/trunk/src/preferencesdlg.cpp dtcltiny/trunk/src/preferencesdlg.h dtcltiny/trunk/src/srcpport.cpp dtcltiny/trunk/src/srcpport.h Added Paths: ----------- dtcltiny/trunk/src/listpropertiesdialog.cpp dtcltiny/trunk/src/listpropertiesdialog.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gs...@us...> - 2007-08-27 17:19:53
|
Revision: 90 http://dtcltiny.svn.sourceforge.net/dtcltiny/?rev=90&view=rev Author: gscholz Date: 2007-08-27 10:18:26 -0700 (Mon, 27 Aug 2007) Log Message: ----------- new file new/open/close logic Modified Paths: -------------- dtcltiny/trunk/src/LocoDialog.cpp dtcltiny/trunk/src/MainWindow.cpp dtcltiny/trunk/src/MainWindow.h dtcltiny/trunk/src/aboutdialog.cpp dtcltiny/trunk/src/dtcltiny_de.ts dtcltiny/trunk/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |