Hombre57
89e63639be
Making pseudo-HiDPI tweaks optional, disabled by default
...
(see issue #5276 )
2019-04-14 16:58:11 +02:00
Hombre57
ace5a01136
Setting 12pt as base font size for MacOS (see issue #5282 )
2019-04-14 11:10:01 +02:00
Hombre57
d01d99481d
Suppress baseDPI and baseHiDPI hardcoded values
...
Should fix the issue reported here :
https://discuss.pixls.us/t/test-rawtherapee-5-6-rc1/12073/13
2019-04-11 22:23:07 +02:00
Morgan Hardwood
bb58e65ffc
Revision of Lens/Geometry and CA labels
...
Closes #5132
2019-04-10 13:31:21 +02:00
Morgan Hardwood
5bddcb45da
Queue language key and string fixes
...
https://discuss.pixls.us/t/solved-change-of-queue-output-directory-not-taken-fully-into-account-if-no-f/11975
2019-04-03 16:24:55 +02:00
Morgan Hardwood
977af213b9
Queue template parsing OOB access fix by Flössie
...
https://discuss.pixls.us/t/change-of-queue-output-directory-not-taken-fully-into-account-if-no-f/11975/4
2019-04-02 21:10:16 +02:00
Morgan Hardwood
aa379308e3
Tweaked filmstrip scrolling to be less jumpy
...
Now the centering a thumb happens only if less than half of the next/prev
thumbnail is visible. #5174
2019-04-01 12:46:56 +02:00
heckflosse
1e2356b938
Improve curve visibility logic.
...
Automatically open first non linear curve for L*a*b*, RGB and HSV.
2019-03-31 23:29:25 +02:00
Morgan Hardwood
7c091280d4
Indentation fix - spaces instead of tabs
2019-03-30 19:30:29 +01:00
Ingo Weyrich
0a09097baf
Fix copy/paste bug
2019-03-30 16:14:31 +01:00
Hombre
390594f39e
Fix bug in OPIcon class
...
Thanks to @Floessie for the fix
2019-03-26 22:53:33 +01:00
Hombre
b76b630ec8
Line endings in edit
files converted to Unix format
2019-03-26 22:26:16 +01:00
Flössie
fc10dc5f77
Merge branch 'dev' into rtsurface-cleanup
2019-03-25 19:09:15 +01:00
Flössie
14020ed356
Fix wrong const
s in editcallbacks.h
( #5239 )
2019-03-25 18:57:30 +01:00
Morgan Hardwood
5b50b2d059
Various interface fixes, closes #5211
2019-03-25 01:53:07 +01:00
Beep6581
ddd9cd979a
Merge pull request #5237 from lvreclp/batchque_file_overwrite
...
Fixed file overwrite from queued items
2019-03-24 21:03:39 +01:00
Hombre
a749047dd3
editcallbacks
file updated as requested by @Floessie in #5239
...
Merge branch 'splitted-edit-file' into dev
2019-03-24 20:48:33 +01:00
Hombre
29196fb57c
Fix RTImage cached data cleanup (see #3636 )
2019-03-24 20:45:05 +01:00
Hombre
f60711b65b
Code cleanup of editcallbacks.h/.cc for more safety
2019-03-24 01:40:25 +01:00
luz.paz
ba840dd260
Misc. typos and whitespace fixes
...
Found via `codespell -q 3 -I ../rawtherapy-whitelist.txt -S ./rtdata`
`rawtherapy-whitelist.txt` consists of:
```
adn
amin
autor
ba
byteorder
cas
childs
developpement
dum
foto
fro
inbetween
interm
ist
iten
ith
lonly
nd
ois
optio
preserv
skipp
som
spred
substracted
tbe
tim
uint
unselect
```
2019-03-22 06:38:00 -04:00
Hombre
108b69ae22
"edit.h/.cc" splitted to limit rebuilding dependencies
2019-03-22 00:09:37 +01:00
Flössie
363385a838
Streamline RTSurface
and fix potential bug in updateImages()
2019-03-21 21:27:04 +01:00
Flössie
fe74625d78
Fix const correctness of RTSurface::get()
2019-03-21 20:55:31 +01:00
Flössie
84ce72841e
Decouple rtengine/
from rtgui/edit.h
2019-03-21 20:50:43 +01:00
Oleg Koncevoy
d2e6a3a44a
Fixed file overwite from queued items
2019-03-21 19:32:31 +02:00
Hombre
d059caa7de
Enhancing RTSurface: 'surface' now private
2019-03-19 20:45:12 +01:00
Hombre
757af312d2
Suppress 'rtwindow.h' from main-cli.cc
2019-03-19 02:02:12 +01:00
Hombre
619ca4fe53
Fix icon size of the WB combobox, fix unsensitive button color,
...
fix progress bar, fix folder line spacing.
See PR #5215
2019-03-16 00:07:03 +01:00
Hombre
52dcd08b97
Merge branch 'dev' into hidpi-icons
2019-03-13 01:00:14 +01:00
Hombre
4c904967b2
Debug output removed + less wasted space in GUI + grey icon for the
...
editor tab (completely removed in "Multiple Editor on Own Window" mode).
See #3547
2019-03-13 00:23:41 +01:00
Morgan Hardwood
7f49b96a8a
Fix Windows compilation and InnoSetup
2019-03-12 00:05:27 +01:00
Beep6581
038207235e
Merge pull request #5183 from Beep6581/centeredthumb
...
Center selected thumb in Filmstrip #5174
2019-03-11 19:49:10 +01:00
Floessie
17bec0a2e5
Merge pull request #5197 from Beep6581/relax-procparam-dependency
...
Relax dependency from `procparams.h`
2019-03-11 15:14:00 +01:00
Morgan Hardwood
df2c6b0bcb
Default to using defaults by default
2019-03-10 23:49:28 +01:00
Morgan Hardwood
b29651c5f2
Makes Next/Prev buttons work same as F3/F4 #5183
2019-03-10 23:26:17 +01:00
Morgan Hardwood
2155cf76f0
Refactored as suggested by Floessie #5183
2019-03-10 22:29:32 +01:00
heckflosse
88a8c9829d
Set default tiles per thread value to 2, #5203
2019-03-10 22:15:09 +01:00
Flössie
9fe6bcaab1
Merge branch 'dev' into relax-procparam-dependency
2019-03-10 12:54:04 +01:00
heckflosse
b0a7b5fed3
tiles per thread for some more tiled algorithms, #5203
2019-03-09 18:47:02 +01:00
Flössie
51f06dfa6d
Explicitly destroy static Glib::RefPtr<>
s on exit ( fixes #3636 )
2019-03-09 12:06:54 +01:00
heckflosse
77475a3827
configurable tiles per thread also for rcd, #5203
2019-03-03 17:29:19 +01:00
heckflosse
b83069fd51
Allow user-defined setting for raw ca correction tiles per thread
2019-03-03 14:52:44 +01:00
Ingo Weyrich
9c9728ac95
Merge pull request #5202 from Beep6581/xtransborder
...
Improve xtrans border
2019-03-03 14:09:03 +01:00
Desmis
db57a02384
Change default outputprofile to RTv4_sRGB
2019-03-02 08:14:35 +01:00
Flössie
3074803688
Fix init order
2019-03-01 20:31:22 +01:00
Flössie
57d030881d
More procparams.h
relaxation
2019-03-01 17:40:02 +01:00
heckflosse
520a3709bf
Allow user defined border for xtrans, #5198
2019-03-01 14:47:55 +01:00
Hombre
2d0b376ae9
Merge branch 'dev' into hidpi-icons
2019-02-28 21:57:44 +01:00
Hombre
d66437dd98
Updated RawTherapee theme, now works in HiDPI mode
...
see issue #3547
2019-02-28 21:30:20 +01:00
Flössie
0cbc4923bc
Relax dependency from procparams.h
2019-02-28 20:44:50 +01:00