..
cell.cpp
cell.hpp
fix -Wnewline-eof warnings
2015-03-11 10:54:45 -04:00
cellcoordinates.cpp
cellcoordinates.hpp
cellselection.cpp
cellselection.hpp
collection.hpp
Changes as per feedback comments.
2015-04-11 11:26:29 +10:00
collectionbase.cpp
fix -Wnewline-eof warnings
2015-03-11 10:54:45 -04:00
collectionbase.hpp
Spelling and other consistencies nit pick.
2015-03-30 11:53:33 +11:00
columnbase.cpp
Do not rebuild the dialogue subview unless required. Should resolve Bug #2581 .
2015-05-26 13:35:10 +10:00
columnbase.hpp
Qualify the scope of Flag_Dialogue.
2015-05-26 13:58:58 +10:00
columnimp.hpp
Qualify the scope of Flag_Dialogue. (another one)
2015-05-26 16:12:54 +10:00
columns.cpp
Ensure ColumnId names are unique.
2015-05-24 19:18:54 +10:00
columns.hpp
Use HasWater bit flag rather than mWaterInt bool.
2015-05-20 21:14:17 +10:00
commanddispatcher.cpp
Silence -Wreorder warnings, and remove -Wno-reorder.
2015-05-21 22:46:44 -05:00
commanddispatcher.hpp
commands.cpp
Merge remote-tracking branch 'smbas/master'
2015-05-23 16:02:09 +02:00
commands.hpp
Add record state tracking to the ModifyCommand ( Fix #2555 )
2015-05-22 23:53:25 +03:00
data.cpp
Do not rebuild the dialogue subview unless required. Should resolve Bug #2581 .
2015-05-26 13:35:10 +10:00
data.hpp
Add the remaining Cell data for editing with dialogue subview. Should resolve Bug #2551 .
2015-05-19 22:01:40 +10:00
idcollection.hpp
Fixed initial loading of moved refs.
2015-04-26 11:35:46 +10:00
idtable.cpp
Do not rebuild the dialogue subview unless required. Should resolve Bug #2581 .
2015-05-26 13:35:10 +10:00
idtable.hpp
Undo for delete operation in referenceables table. Implemented by saving UniversalId::Type in DeleteCommand.
2015-04-25 06:06:11 +10:00
idtablebase.cpp
fix -Wnewline-eof warnings
2015-03-11 10:54:45 -04:00
idtablebase.hpp
moved getColumnId function from IdTable to IdTable base and made it virtual
2015-03-29 15:28:11 +02:00
idtableproxymodel.cpp
Fix crash loading some addon files. Should resolve Bug #2583 .
2015-05-27 10:27:57 +10:00
idtableproxymodel.hpp
Refresh table filters when the model is updated. Should resolve Bug #2579 .
2015-05-25 09:15:07 +10:00
idtree.cpp
Do not rebuild the dialogue subview unless required. Should resolve Bug #2581 .
2015-05-26 13:35:10 +10:00
idtree.hpp
Alternative way of finding UniversalId without bloating IdTree.
2015-04-25 15:26:32 +10:00
info.hpp
infocollection.cpp
Return the correct range for a given topic. Should resolve Bug #2569 .
2015-05-26 17:38:22 +10:00
infocollection.hpp
More warning fixes.
2015-03-14 08:09:19 +11:00
land.cpp
land.hpp
landtexture.cpp
landtexture.hpp
nestedcoladapterimp.cpp
Grey out disabled entries rather than hiding them.
2015-05-21 13:11:07 +10:00
nestedcoladapterimp.hpp
Add the remaining Cell data for editing with dialogue subview. Should resolve Bug #2551 .
2015-05-19 22:01:40 +10:00
nestedcollection.cpp
Re-organise the inheritance structure once more in preparation for adding Pathgrid tables.
2015-04-09 19:11:19 +10:00
nestedcollection.hpp
Fix for more gcc differences.
2015-04-09 20:53:41 +10:00
nestedcolumnadapter.hpp
More warning fixes.
2015-04-19 09:42:44 +10:00
nestedidcollection.hpp
More warning fixes.
2015-04-19 09:42:44 +10:00
nestedinfocollection.cpp
TopicInfos result script are now displayed in dialogue subviews.
2015-04-19 13:31:16 +10:00
nestedinfocollection.hpp
TopicInfos result script are now displayed in dialogue subviews.
2015-04-19 13:31:16 +10:00
nestedtableproxymodel.cpp
Changes to support dialogue only items but in a list view via QDataWidgetMapper.
2015-04-17 01:27:36 +10:00
nestedtableproxymodel.hpp
Changes to support dialogue only items but in a list view via QDataWidgetMapper.
2015-04-17 01:27:36 +10:00
nestedtablewrapper.cpp
nestedtablewrapper.hpp
pathgrid.cpp
pathgrid.hpp
fix -Wnewline-eof warnings
2015-03-11 10:54:45 -04:00
record.cpp
fix -Wnewline-eof warnings
2015-03-11 10:54:45 -04:00
record.hpp
removed redundant functions
2015-03-12 10:51:50 +01:00
ref.cpp
Resolve merge issues and fix typos.
2015-04-25 09:39:37 +10:00
ref.hpp
Merge branch 'master' into moveref
2015-04-25 06:52:53 +10:00
refcollection.cpp
Fix loading moved references.
2015-04-28 08:07:01 +10:00
refcollection.hpp
Revert rebasing the moved refs to the new cell, because the original ref may still be referred by a mod.
2015-04-26 14:55:40 +10:00
refidadapter.cpp
Changed over the remaining RefId adapters. Fixed issue where map entries were overwriting the same key...
2015-04-13 06:39:38 +10:00
refidadapter.hpp
Changed over the remaining RefId adapters. Fixed issue where map entries were overwriting the same key...
2015-04-13 06:39:38 +10:00
refidadapterimp.cpp
Merge branch 'master' into npc-additional-data
2015-05-24 19:24:27 +10:00
refidadapterimp.hpp
Do not rebuild the dialogue subview unless required. Should resolve Bug #2581 .
2015-05-26 13:35:10 +10:00
refidcollection.cpp
Do not rebuild the dialogue subview unless required. Should resolve Bug #2581 .
2015-05-26 13:35:10 +10:00
refidcollection.hpp
Remove duplicated checks and exceptions.
2015-04-13 08:03:30 +10:00
refiddata.cpp
Avoid gaps between local indexes in RefIdData after removal of records ( Fix #2545 )
2015-05-22 00:57:47 +03:00
refiddata.hpp
Off by one error - can't delete the last element of a refid collection.
2015-04-25 06:04:39 +10:00
regionmap.cpp
fix -Wnewline-eof warnings
2015-03-11 10:54:45 -04:00
regionmap.hpp
resources.cpp
fix -Wnewline-eof warnings
2015-03-11 10:54:45 -04:00
resources.hpp
resourcesmanager.cpp
fix -Wnewline-eof warnings
2015-03-11 10:54:45 -04:00
resourcesmanager.hpp
fix -Wnewline-eof warnings
2015-03-11 10:54:45 -04:00
resourcetable.cpp
sorting out some Display enum mixup
2015-04-04 19:55:53 +02:00
resourcetable.hpp
moved getColumnId function from IdTable to IdTable base and made it virtual
2015-03-29 15:28:11 +02:00
scope.cpp
fix -Wnewline-eof warnings
2015-03-11 10:54:45 -04:00
scope.hpp
scriptcontext.cpp
fix -Wnewline-eof warnings
2015-03-11 10:54:45 -04:00
scriptcontext.hpp
subcellcollection.hpp
Code reorganisation to prepare for nested sound table in regions.
2015-04-11 13:54:05 +10:00
tablemimedata.cpp
tablemimedata.hpp
universalid.cpp
Adjusted terminology for references/referenceables in OpenMW-CS user-interface ( Fixes #2516 )
2015-05-03 16:35:10 +02:00
universalid.hpp
extend global search to all record and reference tables
2015-03-28 14:36:28 +01:00