3759 Commits

Author SHA1 Message Date
Flössie
b7738afe22 Replace Adjuster::delay by Adjuster::setDelay() 2020-08-02 11:20:10 +02:00
Flössie
d4807891f0 WIP: DelayedConnection<> 2020-08-01 18:48:07 +02:00
Lawrence Lee
1e73135d51 Add perspective edit button to toolbar
The perspective control lines edit mode no longer piggybacks on the hand
tool button on the toolbar.
2020-07-31 21:58:00 -07:00
Ingo Weyrich
6c9c603ab8
Merge pull request #5593 from rfranke/issue1474
Open inspector fullscreen and exploit monitor resolution, see #1474, #5591
2020-07-28 18:24:50 +02:00
Lawrence Lee
6df69b3786 Improve performance of histogram/waveform updates
Only perform calculations for the currently shown scope.
Cache the waveform so it can be reused when the scope is resized.
Increase speed of waveform rendering.
2020-07-26 13:27:17 -07:00
Lawrence Lee
99b7a557c9 Enable RGB bars for waveform 2020-07-25 13:05:10 -07:00
Lawrence Lee
5eb6961049 Adjust waveform padding
Remove padding from left and right sides and add padding to top and
bottom sides to improve visibility of extreme pixel values.
2020-07-24 17:03:10 -07:00
Lawrence Lee
4cbd622569 Add initial implementation of waveform 2020-07-21 22:45:10 -07:00
Lawrence Lee
2804480585 Change cursors used in control line edit mode
Panning cursor is the open hand icon and draw cursor is the crosshair
icon.
2020-07-20 16:55:14 -07:00
Lawrence Lee
a56c1fbb07 Add tooltips to control lines buttons 2020-07-20 15:30:01 -07:00
Desmis
746be18164 Added histogram lab adjustments LC CL 2020-07-19 11:48:55 +02:00
Ingo Weyrich
5935a3ef88
Merge pull request #5850 from Beep6581/cppcheck_cleanups
make some files cppcheck clean
2020-07-17 14:54:54 +02:00
Ingo Weyrich
6cb29be31c further cleanups 2020-07-16 21:44:00 +02:00
Ingo Weyrich
6caf33a589 Some fixes suggested by @Floessie 2020-07-16 11:35:41 +02:00
Desmis
a6800d3037 Update background contrast cuve all masks 2020-07-16 10:34:57 +02:00
Desmis
3a5213454f Correct bad hue calculation in locallabtools 2020-07-15 18:32:32 +02:00
Desmis
fb4434f15a Update background with luma for exposure 2020-07-15 12:40:50 +02:00
Desmis
7ce4d0eb52 Update background with luma and chroma ref for L C curves Color and Light 2020-07-15 11:38:03 +02:00
Desmis
af0b83be81 Update backgroung with hue ref for H curves Color and Light 2020-07-15 08:46:03 +02:00
Desmis
0a857b4dd4 Improvment to GUI exposure and ColorLight curve H 2020-07-14 09:00:49 +02:00
Desmis
b6b03fd975 GUI part CH curve 2020-07-13 17:08:19 +02:00
Lawrence Lee
ef405eeb1d Apply astyle to rtgui/controllines.* 2020-07-12 15:44:58 -07:00
Lawrence Lee
06caf40598 Move control lines code to new files 2020-07-12 15:19:10 -07:00
Lawrence Lee
cef97eefea Simplify tooltip for perspective control lines
Only show how to draw new lines and delete a single line. Move the
tooltip activation area to the label.
2020-07-12 11:36:14 -07:00
Thanatomanic
c949da7d28 Remove some unneccessary comments in histogrampanel.cc 2020-07-12 07:27:38 +02:00
Thanatomanic
c364e20635 Fix the RGB bar readout in histogram 2020-07-12 07:26:29 +02:00
Thanatomanic
dced61b619 Cosmetic change to histogram: added padding. Some minor code improvement 2020-07-12 07:01:51 +02:00
Lawrence Lee
4f8aa2db2b Add perspective control lines to history
Allows undoing and redoing of changes to the control lines.
2020-07-11 13:34:05 -07:00
Ingo Weyrich
3339e71b04 Merge branch 'dev' into bayer_bilinear 2020-07-11 11:49:27 +02:00
Desmis
738ad15af4 Others changes to labels and french 2020-07-11 07:44:30 +02:00
Desmis
41712058fd Clean code locallabtools 2020-07-10 08:56:41 +02:00
Lawrence Lee
eb548f1aff Make control lines part of processing parameters 2020-07-09 11:43:23 -07:00
Yaroslav Isakov
70c052cc76 Make libcanberra optional
It is the only X11 dep in RawTherapee, so here is an option to
compile without libcanberra. This will completely disables sounds
for long operations on Linux, but canberra is enabled by default.
2020-07-09 16:39:26 +02:00
Desmis
37615dfdb7 Simplify 2 GUI tooltip 2020-07-09 10:36:55 +02:00
Desmis
b7fa705580 Change label CBDL tooltip - simplify GUI tooltip 2020-07-09 10:26:09 +02:00
Desmis
bc596090ec French label contrsat W 2020-07-09 08:55:55 +02:00
Desmis
2a361536ef Change label frame wavelet 2020-07-09 08:51:01 +02:00
Desmis
89a9fcce0d Some changes to labels fr and color light 2020-07-09 08:14:01 +02:00
Lawrence Lee
7f647d188c Fix cppcheck warnings 2020-07-08 11:57:04 -07:00
Lawrence Lee
a7f397541a Make control line type automatically set
Perspective control line type is automatically set when first drawn. The
type is determined by the line's angle. Buttons for specifying which
line type to draw are removed.
2020-07-08 11:46:28 -07:00
Desmis
e2d0483250 Suppress forgotten in settings Laplace checkbox 2020-07-08 17:52:46 +02:00
Desmis
90343fe82f Simplify in normal color Light and exposure with slider structure 2020-07-07 18:09:26 +02:00
Desmis
89a9d1125c Add in settings enable disable Spot 2020-07-07 08:20:34 +02:00
Desmis
4d49d142aa Simplify interface settings with hide/show tools 2020-07-06 12:26:09 +02:00
Lawrence Lee
98678c1f48 Use smart pointers 2020-07-05 16:37:49 -07:00
Desmis
78ab547801 change scope exposure 2020-07-05 09:44:34 +02:00
Desmis
fd43ed28fe change exposure with Laplacian 2020-07-05 08:33:40 +02:00
Desmis
ccbabb8498 Change label weakening decay - suppress f to DCR label - change order add tool 2020-07-02 08:12:34 +02:00
Desmis
39d185a586 Improvment to exposure inverse and tooltips 2020-06-30 11:19:35 +02:00
Desmis
5998a25a33 Enable exposure when shadows slider different zero 2020-06-29 16:22:30 +02:00