..
cellcreator.cpp
Remove empty line at the beginning of files
2015-09-08 06:40:06 +10:00
cellcreator.hpp
Add the proper getErrors() method to CellCreator.
2015-07-27 13:12:06 +10:00
colordelegate.cpp
Correct the position of the colored rectangle in ColorEditor and ColorDelegate
2015-06-17 00:45:43 +03:00
colordelegate.hpp
Rename ColorPickerDelegate to ColorDelegate
2015-06-12 23:09:31 +03:00
creator.cpp
Remove empty line at the beginning of files
2015-09-08 06:40:06 +10:00
creator.hpp
fixed a build error
2015-06-20 11:34:32 +02:00
datadisplaydelegate.cpp
removed an unused variable
2015-06-18 10:26:35 +02:00
datadisplaydelegate.hpp
Proper size hint for DataDisplayDelegate
2015-06-16 21:25:06 +03:00
dialoguecreator.cpp
Remove empty line at the beginning of files
2015-09-08 06:40:06 +10:00
dialoguecreator.hpp
Rework creator factories to accept Document as a parameter
2015-06-18 22:59:40 +03:00
dialoguespinbox.cpp
Allow wheel events in dialogue spin box types only when they have focus. Should resolve Feature #2585 .
2015-05-29 05:44:35 +10:00
dialoguespinbox.hpp
Allow wheel events in dialogue spin box types only when they have focus. Should resolve Feature #2585 .
2015-05-29 05:44:35 +10:00
dialoguesubview.cpp
Fix warning C4456 (declaration hides previous local declaration)
2015-11-22 19:15:06 +11:00
dialoguesubview.hpp
added user settings option to toggle toolbars in single-record subviews
2015-07-27 15:15:05 +10:00
dragdroputils.cpp
Add some drag'n'drop utils to work with TableMimeData
2015-06-21 17:08:10 +03:00
dragdroputils.hpp
use a namespace instead of a class with only static functions
2015-06-24 17:29:47 +02:00
dragrecordtable.cpp
Fix warning C4458 (declaration of 'data' hides class member)
2015-11-22 19:23:11 +11:00
dragrecordtable.hpp
DragRecordTable checks drag type before accepting it
2015-06-21 18:40:13 +03:00
enumdelegate.cpp
Remove empty line at the beginning of files
2015-09-08 06:40:06 +10:00
enumdelegate.hpp
Refactor Enum- and DataDisplayDelegate code
2015-06-16 15:39:54 +03:00
extendedcommandconfigurator.cpp
Add edit locking to ExtendedCommandConfigurator
2015-07-30 09:33:28 +10:00
extendedcommandconfigurator.hpp
Add edit locking to ExtendedCommandConfigurator
2015-07-30 09:33:28 +10:00
genericcreator.cpp
add getIdValidatorResult method to GenericCreator, for use in subclass
2015-11-01 22:35:12 +11:00
genericcreator.hpp
add getIdValidatorResult method to GenericCreator, for use in subclass
2015-11-01 22:35:12 +11:00
idcompletiondelegate.cpp
LineEdits for ID values accept drops with a proper type
2015-06-20 18:29:31 +03:00
idcompletiondelegate.hpp
Fix the mistyping header guard in the idcompletiondelegate.hpp
2015-05-31 18:22:43 +03:00
idtypedelegate.cpp
create modify commands through command dispatcher
2015-01-15 14:24:33 +01:00
idtypedelegate.hpp
create modify commands through command dispatcher
2015-01-15 14:24:33 +01:00
idvalidator.cpp
Remove empty line at the beginning of files
2015-09-08 06:40:06 +10:00
idvalidator.hpp
fixed error detection and improved error reporting in IdValidator
2014-08-15 13:11:55 +02:00
infocreator.cpp
Remove empty line at the beginning of files
2015-09-08 06:40:06 +10:00
infocreator.hpp
InfoCreator accepts drops of Topic/Journal ID
2015-06-25 11:24:19 +03:00
nestedtable.cpp
Disable context menu for fixed size sub-tables. Should resolve bug #2932 .
2015-11-02 06:25:31 +11:00
nestedtable.hpp
Disable context menu for fixed size sub-tables. Should resolve bug #2932 .
2015-11-02 06:25:31 +11:00
physicssystem.cpp
Merge branch 'cc9cii' into Feature-1278
2015-11-07 12:04:09 +11:00
physicssystem.hpp
Merge branch 'cc9cii' into Feature-1278
2015-11-07 12:04:09 +11:00
previewsubview.cpp
Remove empty line at the beginning of files
2015-09-08 06:40:06 +10:00
previewsubview.hpp
added new user setting: window/hide-subview (hide subview titlebar if there is only one subview in the window)
2014-10-27 08:57:18 +01:00
recordbuttonbar.cpp
Remove empty line at the beginning of files
2015-09-08 06:40:06 +10:00
recordbuttonbar.hpp
disable prev/next buttons if there is no previous/next record
2015-06-27 16:57:45 +02:00
recordstatusdelegate.cpp
create modify commands through command dispatcher
2015-01-15 14:24:33 +01:00
recordstatusdelegate.hpp
create modify commands through command dispatcher
2015-01-15 14:24:33 +01:00
referenceablecreator.cpp
Fix warning C4457 (declaration hides function parameter)
2015-11-22 19:17:10 +11:00
referenceablecreator.hpp
fixed referenceable cloning (and as a side-effect enabled showing the type of the refereceable in the clone UI)
2014-09-20 12:48:51 +02:00
referencecreator.cpp
Remove empty line at the beginning of files
2015-09-08 06:40:06 +10:00
referencecreator.hpp
ReferenceCreator accepts drops of Cell ID
2015-06-25 11:20:35 +03:00
regionmap.cpp
Remove empty line at the beginning of files
2015-09-08 06:40:06 +10:00
regionmap.hpp
fixing minor issues
2014-05-01 12:34:54 +02:00
regionmapsubview.cpp
Remove empty line at the beginning of files
2015-09-08 06:40:06 +10:00
regionmapsubview.hpp
added view action to region map
2014-04-13 15:46:31 +02:00
scenesubview.cpp
Fix warning C4458 (declaration of 'data' hides class member)
2015-11-22 19:23:11 +11:00
scenesubview.hpp
more cleanup
2015-11-01 21:35:43 +11:00
scriptedit.cpp
Fix calculation of selected blocks in ScriptEdit
2015-07-27 14:26:38 +10:00
scriptedit.hpp
Allow users to select syntax highlighting colours. Should resolve Feature #2507 .
2015-05-29 22:20:43 +10:00
scripterrortable.cpp
fixed local variable caching issue in automatic error checking ( Fixes #2927 )
2015-11-01 21:36:14 +11:00
scripterrortable.hpp
fixed local variable caching issue in automatic error checking ( Fixes #2927 )
2015-11-01 21:36:14 +11:00
scripthighlighter.cpp
Remove empty line at the beginning of files
2015-09-08 06:40:06 +10:00
scripthighlighter.hpp
Allow users to select syntax highlighting colours. Should resolve Feature #2507 .
2015-05-29 22:20:43 +10:00
scriptsubview.cpp
make initial size of script error panel configurable ( Fixes #2996 )
2015-12-05 17:45:58 +11:00
scriptsubview.hpp
remember script error panel height per scriptsubview
2015-12-05 17:45:45 +11:00
startscriptcreator.cpp
Fix namespace, add file to CMakeLists.txt
2015-11-01 22:34:49 +11:00
startscriptcreator.hpp
Fix namespace, add file to CMakeLists.txt
2015-11-01 22:34:49 +11:00
subviews.cpp
Add StartScriptCreator to a factory manager.
2015-11-01 22:37:25 +11:00
subviews.hpp
rewrote subview factory system
2012-12-11 13:22:43 +01:00
table.cpp
Fix table being sorted twice (at least it appeared that way according to the sample profiler)
2015-12-05 20:38:09 +11:00
table.hpp
Merge branch 'cc9cii' into jump-to-modified
2015-11-07 06:30:46 +11:00
tablebottombox.cpp
Remove empty line at the beginning of files
2015-09-08 06:40:06 +10:00
tablebottombox.hpp
TableBottomBox: Creator/Configurator can be closed via Escape
2015-07-30 09:31:28 +10:00
tableeditidaction.cpp
TableEditIdAction: prevent creation of a UniversalId with Type_None
2015-07-27 14:05:18 +10:00
tableeditidaction.hpp
Create a separate class for Edit 'ID' action to use in tables' context menus
2015-07-27 13:44:07 +10:00
tablesubview.cpp
Fix warning C4458 (declaration of 'data' hides class member)
2015-11-22 19:23:11 +11:00
tablesubview.hpp
Add a per table subview options section and a checkbox option to scroll the table to the modified record (from another subview).
2015-05-30 13:34:42 +10:00
util.cpp
Columns with Display_Boolean use Combobox editor even for non-boolean values
2015-09-08 06:46:21 +10:00
util.hpp
Rework DropLineEdit. Make it type-sensitive
2015-06-20 17:33:36 +03:00
vartypedelegate.cpp
Remove empty line at the beginning of files
2015-09-08 06:40:06 +10:00
vartypedelegate.hpp
create modify commands through command dispatcher
2015-01-15 14:24:33 +01:00