Hombre
157da7f9ba
Merge branch 'dev' into tiff32float
2017-12-20 00:21:23 +01:00
Oleg Koncevoy
d6037a880e
Moved histogramProfile_toggled() to EditorPanel private section.
...
modified: rtgui/editorpanel.h
2017-12-08 09:59:46 +02:00
Oleg Koncevoy
4c76c7456f
Added a histogram profile settings toggle button. Now working histogram profile can be changed without entering the preferences window.
...
modified: ../rtgui/editorpanel.cc
modified: ../rtgui/editorpanel.h
2017-11-27 17:12:21 +02:00
Alberto Griggio
bc8b8902e6
make rtengine::processImage return an Imagefloat instead of an Image16
...
This is for supporting saving to 32-bit float TIFFs
2017-11-20 00:10:51 +01:00
Hombre57
e97c7cad2c
Bugfix: when 'off', "Show all" only shew the first frame
...
The QuickInfo panel now reflect the selected subframe's metadata
See #4008
2017-09-28 00:25:23 +02:00
heckflosse
14378f39af
Finally fixes #2494
2017-09-16 12:37:58 +02:00
heckflosse
91fd578f49
Write PP3 before processing image, not after. Hopefully fixes #2494
2017-09-15 22:09:45 +02:00
Alberto Griggio
f70ba32c9d
run through astyle
2017-08-22 08:48:33 +02:00
Alberto Griggio
610f3e4853
added option to manually save the collapsed/expanded state of tools
2017-08-21 18:42:15 +02:00
heckflosse
aecfaa2631
In MEOW mode size of toolpanel has to depend on size of MEOW window instead on size of main rt window
2017-07-07 21:00:31 +02:00
Alberto Griggio
6b28671c41
some code style fixes
2017-06-19 13:49:14 +02:00
Alberto Griggio
54b66b7736
Added support for using RawTherapee as a GIMP plugin for opening RAW files
...
plugin code taken from Darktable
2017-05-18 15:59:56 +02:00
Alberto Griggio
ecae94f17c
automatically select the system monitor profile if the preferences say so
...
Fix for issue #3821
2017-04-12 16:20:03 +02:00
Alberto Griggio
7f05567edf
fixed warnings in rtgui/editorpanel
2017-04-01 15:31:19 +02:00
Flössie
79ff7f5997
Replace all add_idle()
s with IdleRegister
2017-02-10 21:22:42 +01:00
Hombre
d702156f8a
Merge branch 'master' into gtk3
2017-01-02 02:48:45 +01:00
Hombre
e9df621d4b
Updated strings + Image preview now updates on changes in Preferences
...
... regarding Printer profile, intent or BPC
2017-01-01 02:03:44 +01:00
Hombre
e6aff9cbf7
Tweaked some space here and there, thanks to Beep6581 (issue #3446 )
2016-12-12 01:18:27 +01:00
heckflosse
b16ef8d1f5
Merge master into gtk3
2016-10-28 17:59:47 +02:00
Flössie
0bbc84b2af
Merge branch 'master' into clang-tidy
2016-10-18 17:48:50 +02:00
Morgan Hardwood
4efae5c764
Merge branch 'master' into gtk3
2016-10-16 23:26:51 +02:00
Hombre
50165dab20
Merge branch 'master' into softproofing
2016-10-16 01:45:52 +02:00
Flössie
0731975ff0
Apply modernize-use-nullptr
...
Setup:
- `mkdir tidy; cd tidy`
- `cmake .. -DCMAKE_BUILD_TYPE=debug -DPROC_TARGET_NUMBER=1 -DCACHE_NAME_SUFFIX=4 -DBINDIR=. -DDATADIR=. -DBUILD_BUNDLE=ON -DWITH_LTO=OFF -DOPTION_OMP=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON`
- `cd ..`
- `find -name '*.cc' -exec clang-tidy-3.8 -header-filter=.* -p=tidy -fix-errors -checks=modernize-use-nullptr {} \;`
2016-10-12 17:48:40 +02:00
Morgan Hardwood
0dbea030cb
Merge branch 'master' into gtk3-merge-master-b8eb349
2016-10-10 23:07:41 +02:00
heckflosse
3552fd4161
Cppcheck: Fix issues related to explicit constructors
2016-10-03 00:54:02 +02:00
Hombre
5affa18341
Introducting soft-proofing and Black Point Compensation, simplify the
...
CMM at the end of the pipeline + sparse code refactoring
A new BPC checkbutton has been created in 'Preferences/Color Management'
and in the ICM tool. Better hanbling of widget sensitivity of the output
profile / gamma part of the ICM tool.
2016-08-24 22:32:06 +02:00
Hombre
a54dd81b1a
Merge branch 'master' into gtk3
2016-01-11 00:54:25 +01:00
Hombre
a4d49ee5f2
Setting up blank char policy through astyle.
2016-01-10 18:27:16 +01:00
Hombre
8a9af647db
Comment removed + file astylized
2016-01-10 16:58:36 +01:00
Hombre
f344a2cee2
Fix the Editor's bottom toolbar, create a new MyProgressBar class to
...
make it's width stable, and add 2 pixel space between the main action
widgets (progress bar, preferences, full screen)
2016-01-10 01:35:27 +01:00
Adam Reichold
46d57426bc
Fix one more usage of the deprecated std::auto_ptr that slipped through due to the order merging pull requests.
2016-01-09 14:31:25 +01:00
Adam Reichold
8151e0f5ce
Merge branch 'master' into 'gtk3'
...
Most conflicts seemed to be simple enough. There were a lot of `append_text` to
`append` conversions for `Gtk::ComboBoxText`. The `PopUpCommon` class also saw
a lot of changes with non-trivial conflict resolutions.
2016-01-06 23:56:12 +01:00
Adam Reichold
5fd5d5bece
Remove the soft proof button and internal flag as it was decided not to mix this with the output profile handling.
2016-01-01 19:43:09 +01:00
Hombre
e9141dd98c
Cleaning up the GUI for the monitor profile and rendering intent +
...
output profile rendering intent + soft-proof button.
DCP profile GUI switched from 2x2 array to a single column.
2015-12-18 01:45:59 +01:00
Hombre
32eb6b996c
Adding softproofing. Now the output profile and the new rendering intent
...
profile for the output profile will only be shown when the new softproof
toggle button (bottom of the preview in the Editor panel) will be on.
2015-12-15 01:06:38 +01:00
Adam Reichold
22bffabe7f
Extend the editor panel to support selection of a monitor profile and rendering intent and extend the preferences to provide a default profile and intent for the editor panel.
2015-12-07 23:22:32 +01:00
Beep6581
2e720bdeb8
Merge branch 'master' into gtk3
2015-12-01 18:59:59 +01:00
Adam Reichold
0611939c7a
Remove apparently unused additional preview handler also fixing a memory leak.
2015-11-28 14:52:09 +01:00
Beep6581
35775f3b3f
synced with master (merged master into gtk3)
2015-10-17 16:23:10 +02:00
Desmis
270367c592
Display histogram L in Histogram equalizer
2015-09-14 13:14:28 +02:00
Morgan Hardwood
56a0805bc7
Gtk3 by Hombre, issue 2807
2015-08-12 16:07:19 +02:00
DrSlony
0e0cfb9b25
Formatted all .cc and .h code in rtengine, rtexif and rtgui using astyle
2015-08-11 11:55:03 +02:00
torger
d5ca351c20
Issue 2134: removed obsolete raw highlight preservation setting from GUI (still left in procparams for backwards compatilibility)
2015-07-10 12:00:36 +02:00