Magne Sjaastad
daf4132dec
#4744 AppFwk : Auto scroll to first checked item
2019-09-20 14:19:26 +02:00
Magne Sjaastad
a9080e14c3
#4722 AppFwk: Rename
2019-09-20 09:54:10 +02:00
Magne Sjaastad
f4cfc750f1
AppFwk : Apply clang-format
2019-09-20 09:52:12 +02:00
Magne Sjaastad
cba51615d8
#4722 Summary Plot Editor : Update current item in tree view
...
Make sure the current selected item in the tree view is updated with the value in the underlying field.
2019-09-20 09:44:26 +02:00
Magne Sjaastad
01c615889b
AppFwk : Add accessor functions to xml reference string
2019-09-18 14:17:49 +02:00
Magne Sjaastad
60b4078829
AppFwk : Guard for null pointer access
2019-09-18 14:17:44 +02:00
Magne Sjaastad
eb31e9672f
AppFwk : Remove clang-format
...
As we now use clang-format on save in ApplicationCode, we need to remove the clang-format file until we decide to use clang-format for code in AppFwk.
2019-09-18 14:17:39 +02:00
Magne Sjaastad
59616d5c65
AppFwk : Disable some warnings
2019-09-16 13:42:36 +02:00
Gaute Lindkvist
baa266f0f9
Improve lines and shading
2019-09-10 16:52:32 +02:00
Magne Sjaastad
97d6638293
#4683 VizFwk : Make several header files self contained by include of cvfBase.h
2019-09-06 10:52:50 +02:00
Magne Sjaastad
03fd2c70fe
#4683 System : Do not apply cotire on cafCommandFeatures
...
This library is used by cmake as an OBJECT library, and this construction is not suported by cotire
2019-09-06 10:52:45 +02:00
Magne Sjaastad
19c93170b3
#4683 System : Exclude QRC files from cotire
2019-09-06 10:52:36 +02:00
Gaute Lindkvist
199e119bbf
#4662 Fix erratic behaviour in Tree Selection Editor
2019-09-03 14:42:01 +02:00
Gaute Lindkvist
b93f4fac0f
#4661 Python: Fix pip-package generation and add instructions
2019-09-03 12:25:02 +02:00
Magne Sjaastad
68532567f2
AppFwk : Use Qt5 by default
2019-09-02 20:48:11 +02:00
Gaute Lindkvist
7ab9b2a889
#4654 Fix QVariant comparisons with std::vector<T> data types
2019-09-02 15:12:22 +02:00
Jacob Støren
236b0cb3d4
Support cmake version < 3.12 on the OBJECT type library cafCommandFeatures
2019-09-02 13:39:48 +02:00
Jacob Støren
01921a50ab
caf: Create a new CommandFeature libary.
...
Move Add and Delete command features there.
Implement generic Toggle Commands.
Make library an cmake "OBJECT" library to allow "registering by static initialization".
Add the concept of CurrentContextMenuTargetWidget into CmdFeatureManager to support the toggle commands.
Updated test application to use the new commands
2019-08-29 11:48:43 +02:00
Jacob Støren
6c8feeb60a
caf: Made Right upper cross-button (cancle) work in the tabbed property dialog
2019-08-29 11:46:41 +02:00
Jacob Støren
cd1f312c34
#4583 Added Completer functionality to LineEditor
2019-08-28 10:12:54 +02:00
Jacob Støren
2784f5ce11
caf: notifyFieldChange now uses the QVariant content data when checking for equality
2019-08-28 10:12:54 +02:00
Gaute Lindkvist
245d3ad287
Fixed clang-format with proper definition file
2019-08-26 12:33:38 +02:00
Gaute Lindkvist
d93b43afbe
Clang-format
2019-08-26 12:26:47 +02:00
Gaute Lindkvist
1009f1ff45
#4629 Fix setting and reading of summary time values
2019-08-26 11:38:41 +02:00
Magne Sjaastad
d065014571
#4599 AppFwk : Do not scroll to item when item is collapsed
2019-08-20 10:35:30 +02:00
Gaute Lindkvist
e58da136e3
#2082 Support custom date time format ( #4594 )
...
* #2082 Support custom date time format
* Clang-format
2019-08-19 09:37:42 +02:00
Gaute Lindkvist
3ba962aefb
#4471 Implement python script running and editor in ResInsight GUI, same as Octave.
2019-07-26 14:54:54 +02:00
Gaute Lindkvist
439913b7b1
#4423 First implementation of PdmObject exchange
2019-07-15 12:30:31 +02:00
Magne Sjaastad
b70c88330a
#4508 Qt5 : Crash when taking snapshot of MDI window
2019-06-28 13:37:37 +02:00
Magne Sjaastad
d108e1f354
AppFwk : Guard use of timestamp() function introduced in Qt5
2019-06-25 18:02:47 +02:00
Jacob Støren
2930d41521
AppFwk: Fix of Qt5 OpenGL related problems: Offset + Context deletion.
...
Added option to control the direction of the parallel projection headlight
Added optional visualization of point of interest to caf::Viewer
2019-06-25 17:01:38 +02:00
Jacob Støren
936d2e122d
AppFwk: Added optional adaptive rotation sensitivity to CAD and Ceetron Plus navigation policies
2019-06-25 16:59:53 +02:00
Jacob Støren
87d673b672
VizFwk: Added method to set the ManipulatorTrackball sensitivity
2019-06-25 16:56:43 +02:00
Jacob Støren
78a705f05c
AppFwk: Qt5: Avoid use of an obsolete class
2019-06-25 16:55:03 +02:00
Jacob Støren
b0e73b7422
VizFwk: Fixed scaling bug in paralell projection for FixedSizeTransform. Was always 1 pixel high
2019-06-25 16:53:01 +02:00
Jacob Støren
b802937657
Fwk: Added the variable CEE_USE_QT5 as an option in pdmCore and LibGuiQt, to make it visible in the Cmake Gui.
2019-06-25 16:51:45 +02:00
Jacob Støren
cc2b19cb57
AppFwk: Added a tabbed property view dialog as convenience until we have a "tab" option in the uiOrdering system
2019-06-25 16:50:46 +02:00
Jacob Støren
ce91cc3cc2
AppFwk: PdmSettings: Added methods that reads and writes (only) valuefields of an object properly
2019-06-25 16:50:03 +02:00
Jacob Støren
183988befd
AppFwk: Filepath Editor: Made browse button inactive when field is read only.
2019-06-25 16:47:22 +02:00
Jacob Støren
f1dfab0433
AppFwk: Make push button editor fill the column if Label position is HIDDEN
2019-06-25 16:46:29 +02:00
Jacob Støren
72d4c0b51a
AppFwk: Added pdm field of cvf::Mat3d
2019-06-25 16:42:38 +02:00
Jacob Støren
eb258ee742
AppFwk: Added missign guard against nullptr
2019-06-25 16:41:22 +02:00
Gaute Lindkvist
5365f4dd7d
Caf build fixes for CEE_USE_QT5
2019-05-31 11:00:32 +02:00
Gaute Lindkvist
a413da41b4
Glew Qt5 Fix for VizFramework
2019-05-28 15:58:49 +02:00
Gaute Lindkvist
9cf0b7cb86
#4448 Add -lrt and -lpthread to standalone CEEVIZ build on Linux
2019-05-28 15:58:49 +02:00
Gaute Lindkvist
a54e3f30c4
Fix CVF compile flags on GNUCXX
2019-05-28 15:58:49 +02:00
Gaute Lindkvist
6ba9d42b45
#4448 Move Resinsight from -std=c++0x to -std=c++11 on GNU CXX
2019-05-28 15:58:49 +02:00
Gaute Lindkvist
6839e82613
#4448 Clean up Qt5-detection CVF
2019-05-28 15:58:49 +02:00
Gaute Lindkvist
10afe4987b
#4448 Clean up CAF Qt5-enabling/detection
2019-05-28 15:58:49 +02:00
Gaute Lindkvist
0544b19afe
Fix carriage return difference in CafPdmModel_UnitTests
2019-05-28 15:58:48 +02:00