Commit Graph
100 Commits
Author SHA1 Message Date
Magne Sjaastad 9fee4d0511 #1895 : Curve Creator : Use TreeSelectionEditor for Summary Types 2017-09-20 10:44:14 +02:00
Magne Sjaastad b3b0a7ba9b #1895 Curve Creator : Use PdmFieldHandle instead of PdmUiFieldHandle 2017-09-20 10:43:19 +02:00
Magne Sjaastad 86fa56aedc #1895 Curve Creator : Rename to currentSummaryCategory 2017-09-20 10:15:18 +02:00
Magne Sjaastad f61122ce0e #1895 Curve Creator : Added documentation 2017-09-20 10:06:57 +02:00
Magne Sjaastad 5ddb796059 AppFwk : Add multiselect field of AppEnum including highlight field 2017-09-20 10:06:57 +02:00
Magne Sjaastad f45d065ac2 AppFwk : Add documentation for how do define OptionItemInfos 2017-09-20 10:06:57 +02:00
Magne Sjaastad 7ebc922541 AppFwk : Return reference to QTextStream for << and >> operator overloads 2017-09-20 10:06:57 +02:00
Magne Sjaastad 1bb1c87058 #1895 Curve Creator : Add support for single value fields 2017-09-20 10:06:57 +02:00
Magne Sjaastad b222561a81 AppFwk : Remove setFocus, as signals from the QModel triggers update 2017-09-19 12:37:55 +02:00
Magne Sjaastad 31cbd35862 Added more tests and guard for null pointer access 2017-09-19 12:01:16 +02:00
Magne Sjaastad b078feb736 AppFwk : Add missing include 2017-09-19 11:14:08 +02:00
Magne Sjaastad f9a026ad56 Curve Creator : Show curves above appearance 2017-09-19 11:11:01 +02:00
Magne Sjaastad e8d515670d #1896 Curve Creator : Set margins to zero for TreeSelectionEditor 2017-09-19 10:52:33 +02:00
Magne Sjaastad b60758a0f3 #1896 Curve Creator : Add editor attributes to control search and toggle 2017-09-19 10:40:22 +02:00
Magne Sjaastad 32b9b6d1b0 #1898 Curve Creator: Add basic search fields above all the lists 2017-09-19 10:29:13 +02:00
Magne Sjaastad df6262c043 #1896 Curve Creator : Show On/Off toggle at top of TreeSelectionEditors 2017-09-19 10:27:04 +02:00
Magne Sjaastad 424c4b18a3 #1898 Curve Creator: Use tree structure internally in QModel 2017-09-19 10:08:32 +02:00
Magne Sjaastad d94eddc1ef #1889 Curve Creator : Close dialog when closing project 2017-09-18 07:46:29 +02:00
Magne Sjaastad d27dc2be76 #1886 Curve Creator : Add new plot button 2017-09-15 16:15:54 +02:00
Magne Sjaastad f8ad2f7581 #1889 Curve Creator : Close dialog when close button is pressed 2017-09-15 14:42:48 +02:00
Magne Sjaastad 5eeefc2511 #1889 Curve Creator : Add field editors at bottom of dialog 2017-09-15 13:47:15 +02:00
Magne Sjaastad c00fb2d1f9 #1889 Curve Creator : Add stretch to bottom field layout 2017-09-15 13:42:43 +02:00
Magne Sjaastad 6855d63394 #1889 Curve Creator : Produce option items in summary plot collection 2017-09-15 13:42:43 +02:00
Magne Sjaastad 35bb8d9366 #1889 Curve Creator : Remove obsolete files 2017-09-15 10:58:12 +02:00
Magne Sjaastad 6989f69b64 Guard for null pointer access 2017-09-15 10:49:01 +02:00
Magne Sjaastad f1f5ead0ba #1889 Curve Creator : Add dialog with splitter 2017-09-15 10:48:38 +02:00
Magne Sjaastad 1ec9e72ce2 #1891 StimPlan : Add support for "Conductivity-propped" 2017-09-14 13:48:33 +02:00
Magne Sjaastad 66adff30a0 Fix several issues related to signed/unsigned compare 2017-09-14 07:50:41 +02:00
Magne Sjaastad 981333bcd4 CurveCreator : Fix compiler issue on Linux 2017-09-14 07:43:56 +02:00
Magne Sjaastad 6e4494dca1 #1852 Curve Creator : Show fields in four columns 2017-09-13 15:22:16 +02:00
Magne Sjaastad 87364429f8 #1852 Curve Creator : Add RicSummaryCurveCreatorUi 2017-09-13 13:55:33 +02:00
Magne Sjaastad 526e1cafbc #1852 Curve Creator : Add custom object editor 2017-09-13 13:55:33 +02:00
Magne Sjaastad 913d6ec6ab Fix missing include detected on Linux 2017-09-13 07:30:06 +02:00
Magne Sjaastad 9d7dcefc78 (#1883) AppFwk : Refactor of WidgetBasedObjectEditor and friends 2017-09-13 07:16:18 +02:00
Magne Sjaastad 7f72dcbb4a #1883 AppFwk : Use UiWidgetBAsedObjectEditor from CustomObjectEditor 2017-09-13 07:16:09 +02:00
Magne Sjaastad 408b825497 #1883 AppFwk : Move recursiveSetupFieldsAndGroups to UiWidgetBasedObjectEditor 2017-09-13 07:16:03 +02:00
Magne Sjaastad 7e43c4e666 #1883 AppFwk : Move UiFieldEditorHelper to separate file 2017-09-13 07:09:16 +02:00
Magne Sjaastad cb7d0ada8e #1883 AppFwk : Add WidgetBasedObjectEditor 2017-09-13 07:09:11 +02:00
Magne Sjaastad d40a7f11c6 #1883 AppFwk : Add const access functions 2017-09-13 07:08:58 +02:00
Magne Sjaastad 13ef8fe076 #1875 Custom Object Editor : Add image from file to cell in grid layout 2017-09-13 07:08:52 +02:00
Magne Sjaastad 52ca5d5ddd #1875 Custom Object Editor : Add CustomObjectEditor to MainWindow 2017-09-13 07:08:46 +02:00
Magne Sjaastad 443e5625a6 #1875 Custom Object Editor : Add test object with many top level groups 2017-09-13 07:08:40 +02:00
Magne Sjaastad 59e818f2b8 AppFwk : Guard against null pointer access 2017-09-13 07:08:06 +02:00
Magne Sjaastad 4aefb59f69 #1830 AppFwk : Use large height in sizeHint() to use more of available height 2017-09-12 11:15:11 +02:00
Magne Sjaastad cb7a5253ff #1708 Fishbones: Fix issue with random angle on Linux 2017-09-08 08:21:44 +02:00
Magne Sjaastad 33e94c447b #1830 AppFwk : Rename to isReadOnly and disable these items in tree view 2017-09-08 07:47:23 +02:00
Magne Sjaastad 8e8c735fe6 #1830 AppFwk : Use bold on header items 2017-09-08 07:31:32 +02:00
Magne Sjaastad 5079171647 #1830 AppFwk : Remove unused variable 2017-09-08 07:03:33 +02:00
Magne Sjaastad 9815cbe1ff CppCheck : Remove unused function and added whitespace 2017-09-07 22:26:27 +02:00
Magne Sjaastad fb1b6cc628 CppCheck : Remove unused variables 2017-09-07 22:05:20 +02:00
Magne Sjaastad b82cf1377d CppCheck : Remove unused variables 2017-09-07 21:30:33 +02:00
Magne Sjaastad ad64340b75 CppCheck : Added copyright header, fixed includes and removed unused variable 2017-09-07 21:28:40 +02:00
Magne Sjaastad 228c8d1f87 CppCheck : Add const reference and remove unused variable 2017-09-07 21:24:06 +02:00
Magne Sjaastad 6338166708 CppCheck : Init all members in constructor 2017-09-07 21:10:11 +02:00
Magne Sjaastad d8beee3eb1 CppCheck : Remove unused constructor and init all members in constructor 2017-09-07 21:06:45 +02:00
Magne Sjaastad 03df2c2540 CppCheck : Add missing initialization in constructor 2017-09-07 20:59:09 +02:00
Magne Sjaastad 908545c669 CppCheck : Add missing initialization of pointer 2017-09-07 20:55:02 +02:00
Magne Sjaastad 6c3a0d91b4 CppCheck : Add missing init in constructor 2017-09-07 20:46:30 +02:00
Magne Sjaastad 7764f812e4 CppCheck : Intialize all variables in constructor 2017-09-07 20:43:01 +02:00
Magne Sjaastad 8ecfaa2ea7 CppCheck : Avoid potential null pointer access 2017-09-07 20:33:17 +02:00
Magne Sjaastad ffb7e42b0f #1830 :: AppFwk : Added missing include on Linux 2017-09-07 15:21:02 +02:00
Magne Sjaastad de7c4617d8 #1830 AppFwk : Add support for icons 2017-09-07 14:56:11 +02:00
Magne Sjaastad 5994ef1393 #1830 AppFwk : Add context menu to control state for multiple items 2017-09-07 14:56:10 +02:00
Magne Sjaastad a0a28fee36 #1867 AppFwk : Use updateLabelFromField from field editors 2017-09-07 14:56:10 +02:00
Magne Sjaastad 2f22f82ba1 #1867 AppFwk : Add PdmUiFieldEditorHandle::updateLabelFromField 2017-09-07 14:56:10 +02:00
Magne Sjaastad 72a1a69547 #1830 AppFwk : Show text in label 2017-09-07 14:56:10 +02:00
Magne Sjaastad 3633474dc2 #1830 AppFwk : Expand tree if item count has changed 2017-09-07 14:56:10 +02:00
Magne Sjaastad aef886a26e #1830 AppFwk : Add heading concept 2017-09-07 14:56:09 +02:00
Magne Sjaastad 71db603e11 #1830 AppFwk : Invalidate only relevant QModelIndex when selecting items 2017-09-07 14:56:09 +02:00
Magne Sjaastad d3a37aa1d8 #1830 AppFwk : Hide QTreeView header 2017-09-07 14:56:09 +02:00
Magne Sjaastad 55bdf4701e #1830 AppFwk : Cache data to speed up model queries 2017-09-07 14:56:09 +02:00
Magne Sjaastad e7351179c3 #1830 AppFwk : Add unit test for tree selection QModel 2017-09-07 14:56:09 +02:00
Magne Sjaastad 841faf022b #1830 AppFwk : Add TreeSelectionEditor and TreeSelectionQModel 2017-09-07 14:56:09 +02:00
Magne Sjaastad 9eab559272 #1830 AppFwk : Add level to PdmOptionItemInfo 2017-09-07 14:56:09 +02:00
Magne Sjaastad 4be32969f1 AppFwk : Linux fix : Add linking of thread library 2017-09-07 10:48:04 +02:00
Magne Sjaastad 3c107e6f9e #1868 CellRangeFilter : Show correct label text when range filter is created 2017-09-07 09:42:54 +02:00
Magne Sjaastad beea898dc6 #1866 AppFwk : Move QTreeView state serializer to cafUserInterface 2017-09-07 09:34:14 +02:00
Magne Sjaastad e634ff664e #1866 AppFwk : Rename to QTreeViewStateSerializer 2017-09-07 09:34:06 +02:00
Magne Sjaastad 9d5f5b32fc #1830 AppFwk: Include user interface unit tests 2017-09-07 09:33:44 +02:00
Magne Sjaastad f6f3ef93bc #1830 AppFwk : Use /MP for MSVC 2017-09-07 09:33:39 +02:00
Magne Sjaastad 5e6547c0c5 #1830 AppFwk : Move members to private and use getter functions 2017-09-07 09:33:33 +02:00
Magne Sjaastad 7181584657 #1830 AppFwk : Add const to constructors 2017-09-07 09:33:05 +02:00
Magne Sjaastad 52d7897160 #1821 SourSimRL : Use type when creating result accessor 2017-08-31 09:54:05 +02:00
Magne Sjaastad 950d3bafa9 #1831 SourSimRL : Use a small delta when comparing timesteps 2017-08-31 09:12:48 +02:00
Magne Sjaastad 0bbcfb352a #1831 SourSimRL : Use millisecs to represent fraction of day 2017-08-31 09:08:46 +02:00
Magne Sjaastad 724fb89189 #1831 Simplified adding fraction of day to QDateTime 2017-08-31 09:03:01 +02:00
Magne Sjaastad 42ffe686d5 #1831 SourSimRL : Include millisec when displaying mismatch in time steps 2017-08-31 08:05:01 +02:00
Magne Sjaastad 3192f8fef4 #1812 Fracture: Split label text in two lines for Azimuth Fracture 2017-08-30 08:34:42 +02:00
Magne Sjaastad cfddaa98ca #1767 Guard for use of index out of bounds 2017-08-30 08:05:13 +02:00
Magne Sjaastad 0d57d3ec8d #1834 Show message in log when skipping simuliation well data 2017-08-30 08:03:31 +02:00
Magne Sjaastad d1dbb89757 #1831 SourSimRL: Missing hour minute information from HDF file
Read days as a double value, multiply by seconds in a day and use addSeconds to get corret time (including seconds) from HDF
2017-08-30 07:11:13 +02:00
Magne Sjaastad e66383be35 Whitespace 2017-08-29 14:43:51 +02:00
Magne Sjaastad ec2142f87a #1832 Added tooltip text 2017-08-29 14:38:57 +02:00
Magne Sjaastad 279080fc4a #1834 Many Timesteps: Add preference option to control import of well data 2017-08-29 14:28:17 +02:00
Magne Sjaastad 921b7fcb60 #1767 Do not show time step filter UI if no time steps are present 2017-08-29 13:01:55 +02:00
Magne Sjaastad 6629447fa1 #1768 Add flag in preferences to control use of Result Index File 2017-08-29 11:03:45 +02:00
Magne Sjaastad 56312a4883 Initialize pointer to nullptr 2017-08-29 11:03:45 +02:00
Magne Sjaastad 609bf4037b #1768 Move RifReaderSettings to private member of RiaPreferences 2017-08-29 11:03:45 +02:00
Magne Sjaastad a9381b862f #1768 Use index file if present and write index file after open 2017-08-29 11:03:45 +02:00
Magne Sjaastad d19c256333 #1768 Create index file name based on result file name 2017-08-29 11:03:45 +02:00