[root]/QTModules/SlicerWelcome
Resources
(1 files, 48 lines)
HTML
(13 files, 440 lines)
Images
(19 files, 710 lines)
UI
(1 files, 522 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 17 (100.0%) | 202 (100.0%) | 11.8 |
| jcfr | 16 (94.1%) | 202 (100.0%) | 12.6 |
| finetjul | 1 (5.9%) | 0 (0.0%) | 0.0 |
STYLE: SlicerQT - In qSlicerWelcomeModuleWidget, remove extra debug statement
0 lines of code changed in 1 file:
BUG: SlicerQt: synchronize setCollapsed with setChecked
0 lines of code changed in 1 file:
STYLE: Update comment in qSlicerWelcomeModuleWidget.cxx
Please note that each group of header or header 'alone' should have
a comment indicating the lib it come from.
For example:
// SlicerLogic includes
#include "qSlicerModuleLogic.h"
// qCTK includes
#include <qCTKPimpl.h>
// QT includes
#include <QStringList>
// STL includes
#include <map>
#include <vector>
#include <string>
#include <iostream>
#include <sstream>
0 lines of code changed in 1 file:
ENH: SlicerQT - Refactor existing QTModules - Now using the qSlicerAsbtractModuleWidget
to have a better separation of the UI and the processing logic.
79 lines of code changed in 5 files:
ENH: SlicerQT - Refactor Modules - Added qSlicerAsbtractModuleWidget
QTModules and CLI module are disabled for now
The class qSlicerAbstractModule now inherit from QObject.
All UI specific code has been moved to qSlicerAbstractModuleWidget.
qSlicerAbstractModule provide a function named 'widgetRepresentation'
allowing to obtain the corresponding widget.
0 lines of code changed in 1 file:
STYLE: SlicerQT - Reorder headers
0 lines of code changed in 1 file:
BUG: SlicerQT - Remove destructore declaration in qSlicerWelcomeModule, qSlicerMeasurementsModule and qSlicerMeasurementsRulerWidget
0 lines of code changed in 1 file:
ENH: SlicerQT - All classes are now using qCTKPimpl, Remove qSlicerMacros.h, Add macro QCTK_CONSTRUCTOR_NO_ARG_CXX and QCTK_CONSTRUCTOR_1_ARG_CXX to qCTKPimpl.
STYLE: SlicerQT - The header inclusion has also been cleaned and documented.
0 lines of code changed in 2 files:
ENH: SlicerQT - Update SlicerWelcomeModule - All CollapsibleButton are now added in a QButtonGroup to ensure only one is open at a time
0 lines of code changed in 1 file:
ENH: SlicerQT - Add the QT module 'SlicerWelcome'
123 lines of code changed in 3 files: