1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 03:39:14 +00:00
OpenMW/apps/opencs/view/world
2013-09-05 15:05:49 +02:00
..
cellcreator.cpp added custom creator for cell records 2013-07-28 18:08:57 +02:00
cellcreator.hpp added custom creator for cell records 2013-07-28 18:08:57 +02:00
creator.cpp
creator.hpp automatically scroll table to the position of a newly created record 2013-07-29 15:00:41 +02:00
datadisplaydelegate.cpp
datadisplaydelegate.hpp
dialoguesubview.cpp
dialoguesubview.hpp
enumdelegate.cpp moved list of enum literals from ViewManager to Columns (which makes them available to the rest of model now) 2013-09-02 11:58:05 +02:00
enumdelegate.hpp moved list of enum literals from ViewManager to Columns (which makes them available to the rest of model now) 2013-09-02 11:58:05 +02:00
genericcreator.cpp avoid the use of hardcoded column numbers 2013-08-08 12:49:30 +02:00
genericcreator.hpp avoid the use of hardcoded column numbers 2013-08-08 12:49:30 +02:00
idvalidator.cpp validate IDs entered by the user 2013-07-28 14:40:11 +02:00
idvalidator.hpp validate IDs entered by the user 2013-07-28 14:40:11 +02:00
recordstatusdelegate.cpp allow specifying record modification status column enum via strings 2013-09-03 13:03:02 +02:00
recordstatusdelegate.hpp
referenceablecreator.cpp added specialised Creator for referenceable records 2013-07-30 12:34:18 +02:00
referenceablecreator.hpp added specialised Creator for referenceable records 2013-07-30 12:34:18 +02:00
referencecreator.cpp avoid the use of hardcoded column numbers 2013-08-08 12:49:30 +02:00
referencecreator.hpp added specialised Creator for references 2013-07-30 12:53:03 +02:00
refidtypedelegate.cpp more cleanup 2013-09-03 14:18:34 +02:00
refidtypedelegate.hpp
regionmapsubview.cpp
regionmapsubview.hpp
scripthighlighter.cpp
scripthighlighter.hpp
scriptsubview.cpp
scriptsubview.hpp
subviews.cpp added Creator class for filters 2013-08-08 15:55:23 +02:00
subviews.hpp
table.cpp fixed a record counting bug (was using the wrong model) 2013-08-23 14:11:33 +02:00
table.hpp simplified filter system by taking out filter references and user values for now (these are post-1.0 features anyway) 2013-08-22 09:17:57 +02:00
tablebottombox.cpp fixed a segfault when opening views for tables that do not allow the creation of new records 2013-08-24 15:33:46 +02:00
tablebottombox.hpp automatically scroll table to the position of a newly created record 2013-07-29 15:00:41 +02:00
tablesubview.cpp made document data available to filter parser 2013-08-24 17:17:22 +02:00
tablesubview.hpp
util.cpp
util.hpp
vartypedelegate.cpp allow the use of value types in string filters 2013-09-05 15:05:49 +02:00
vartypedelegate.hpp