source: trunk/FACT++

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10614   13 years tbretz New release V19 r20
(edit) @10613   13 years tbretz Fixed a missing return and a warning about a comparison operator.
(edit) @10612   13 years tbretz Fixed BOOST_VERSION number
(edit) @10611   13 years tbretz Removed obsolete #error -- was successfully tested to work.
(edit) @10610   13 years tbretz Removed obsolete #error -- was successfully tested to work.
(edit) @10609   13 years tbretz Updated
(edit) @10608   13 years tbretz Moved ftm and ftmctrl to 'all'; made sure that help2man finds the ...
(edit) @10607   13 years tbretz Updated
(edit) @10606   13 years tbretz Added support for boost 1.42 even with gcc 4.5; added many new ...
(edit) @10605   13 years tbretz
(edit) @10604   13 years tbretz Added widgets for FTM_CONTROL/COUNTER; replaced default QSpingBox for ...
(edit) @10603   13 years tbretz The default now is not to overwrite files in .aux_dir
(edit) @10602   13 years tbretz Added SET_PRESCALING
(edit) @10601   13 years tbretz Added FTM_CONTROL/COUNTER
(edit) @10600   13 years tbretz Added fix because gcc 4.5 is not supported by boost 1.42 which are ...
(edit) @10599   13 years tbretz Enccapsulated in ifdef.
(edit) @10598   13 years tbretz Don't show error data block - it gives an exception - to be fixed.
(edit) @10597   13 years tbretz Encapsulated into ifdef.
(edit) @10596   13 years Daniela Dorner added filling of intermediate observation lists and filling of fixed ...
(edit) @10595   13 years tbretz Changed some widgets to read-only.
(edit) @10594   13 years tbretz Fixed sent value in SET_TRIGGER_INTERVAL.
(edit) @10593   13 years tbretz Fixed type of fClockConditioner; added proper byte swapping for ...
(edit) @10592   13 years tbretz Reaplaced LP1 by Lpext
(edit) @10591   13 years tbretz Removed the annoying warning about the linagage of shared objects.
(edit) @10590   13 years Daniela Dorner added executable sendcommand
(edit) @10589   13 years Daniela Dorner added executable to send command (to scheduler)
(edit) @10587   13 years tbretz Removed some debug oputput which enetered by chance with the last commit
(edit) @10586   13 years tbretz Changed the logic in Run() in a way that fExitRequeted is reset at the ...
(edit) @10585   13 years tbretz Added some random errors.
(edit) @10584   13 years tbretz Fixed some slot names.
(edit) @10583   13 years tbretz Added the right exit handler.
(edit) @10582   13 years tbretz Ignore RPC calls.
(edit) @10581   13 years tbretz Fixed SetVal
(edit) @10580   13 years tbretz Added scheduler LED.
(edit) @10579   13 years tbretz Changed a llittle bit the formatting of print to make it also readable ...
(edit) @10578   13 years tbretz Changed a llittle bit the formatting of print to make it also readable ...
(edit) @10577   13 years tbretz Removed some debug output.
(edit) @10576   13 years tbretz Fixed the first typo in the new text.
(edit) @10575   13 years tbretz Added descriptions for commands and services.
(edit) @10574   13 years tbretz Renamed LP1/LP2 to Lpint/LPext
(edit) @10573   13 years tbretz Unified the new setters.
(edit) @10572   13 years tbretz Fixed some broken output.
(edit) @10571   13 years tbretz Sort service and command names alphabetically.
(edit) @10570   13 years tbretz Improved/fixed the retrieval of times from Dim once again.
(edit) @10569   13 years tbretz Improved the retrieval of time-stamps once again from Dim; fixed the ...
(edit) @10568   13 years tbretz Some small fixes.
(edit) @10564   13 years tbretz By mistake two {-brackets entered the svn -- removed.
(edit) @10563   13 years tbretz Removed the warning about linking the shared object to the executable.
(edit) @10562   13 years tbretz Updated.
(edit) @10561   13 years tbretz Added SET_TRIGEGR_INTERVAL, SET_TRIGGER_DELAY, SET__TIME_MARKER_DELAY, ...
(edit) @10560   13 years tbretz Changed the way the infoHandlers are called to make sure also the ...
(edit) @10559   13 years tbretz Added an error in case readline was not found
(edit) @10558   13 years tbretz Renamed kMaxInterval to kMaxTriggerInterval
(edit) @10557   13 years tbretz Implemented sending SET_TRIGGER_DELAY, SET_TRIGGER_INTERVAL, ...
(edit) @10556   13 years tbretz Proper display of the FTU states.
(edit) @10555   13 years tbretz Implemented ENABLE_FTU and TOGGLE_FTU
(edit) @10554   13 years tbretz Fixed a 64bit issue for DimFtuList::IsActive; added ToggleFTU
(edit) @10553   13 years tbretz Implemented the command to send when clicking on the FTU Leds
(edit) @10552   13 years tbretz Some design issues; made the FTU LEDs checkable
(edit) @10551   13 years tbretz Fixed some treatment of 64bit values.
(edit) @10550   13 years tbretz Added some comments about shared libraries.
(edit) @10549   13 years lyard bug fix: wrong code when fits are opened
(edit) @10548   13 years tbretz Implemented a status LED for the FTUs
(edit) @10547   13 years tbretz Implemented a status LED for the FTUs
(edit) @10546   13 years tbretz Disabled Dim padding to be able to properly receive reports; ...
(edit) @10545   13 years tbretz Added getter for a bool.
(edit) @10544   13 years tbretz Removed obsolete include of TQtTimer
(edit) @10543   13 years tbretz Added HeadersFTM.cc to fact.
(edit) @10542   13 years tbretz Added SetThreshold and CheckEventSize; some comment to remind me what ...
(edit) @10541   13 years tbretz Added some helpful output to the arguments
(edit) @10540   13 years tbretz Send SetThreshold if a value is changed.
(edit) @10539   13 years tbretz Added references to Qt
(edit) @10538   13 years tbretz Added some more data to the FTU list.
(edit) @10537   13 years tbretz Encapsulated SQL support into ifdef.
(edit) @10536   13 years tbretz Updated the data logger widgets; added better handling of the ...
(edit) @10535   13 years tbretz Added more details to Error.
(edit) @10534   13 years tbretz Added some code to get rid of the getcwd warning - we have to go ...
(edit) @10533   13 years Daniela Dorner added scheduler
(edit) @10532   13 years tbretz Removed the annoying warning about linking shared objects and executables.
(edit) @10531   13 years Daniela Dorner removed sched.cc as it was only for tests
(edit) @10530   13 years Daniela Dorner added program for scheduler
(edit) @10529   13 years lyard Various bug fixes and new commands added
(edit) @10528   13 years tbretz Implemented Ping-button.
(edit) @10527   13 years tbretz Updated.
(edit) @10526   13 years tbretz Replaces output for HAS_ROOT_QT qith yes/no
(edit) @10525   13 years tbretz Added Number of responding boards and boards in crate to DimFtuList
(edit) @10524   13 years tbretz Encapsulated root stuff into ifdef's; removed the root update timer - ...
(edit) @10523   13 years tbretz Some additions about root.
(edit) @10522   13 years tbretz Removed DimNetworkInfo; instead implemented proper initialization of ...
(edit) @10521   13 years tbretz Fixed chat led.
(edit) @10520   13 years tbretz
(edit) @10519   13 years tbretz Ensure Timestamp is correctly initialized.
(edit) @10518   13 years tbretz Added latest changes, which includes almost a complete FTM support and ...
(edit) @10517   13 years tbretz Added first version (not documented at all) of the fake-ftm and the ftmctrl
(edit) @10516   13 years tbretz Updated.
(edit) @10515   13 years tbretz Some updates; tried to fix the deocumentation if's
(edit) @10514   13 years tbretz Ensure Timestamp is correctly initialized.
(edit) @10513   13 years tbretz Ensure Timestamp is correctly initialized.
(edit) @10512   13 years tbretz replace the address of the first element by the data() member function
(edit) @10511   13 years tbretz Added exit handler; call exit handler in case of fatal error; add Dim ...
Note: See TracRevisionLog for help on using the revision log.