205 Commits

Author SHA1 Message Date
Richard Barber
7a258d1a25 mac: remove cout outputs 2020-02-16 23:56:24 -08:00
Richard Barber
4905b03372 mac: add some comments 2020-02-16 23:47:44 -08:00
Richard Barber
910ce572b0 mac:reorder a cout 2020-02-16 23:13:46 -08:00
Richard Barber
af624df798 mac:use another variable name for cache folder 2020-02-16 23:03:48 -08:00
Richard Barber
0770363c6f mac:also build cache dir in options.cc 2020-02-16 22:53:56 -08:00
Richard Barber
12ea3db9cb mac:build pathname in options.cc 2020-02-16 22:36:17 -08:00
Richard Barber
d8d96784a4 mac: set config path in options.cc 2020-02-16 20:21:07 -08:00
luz.paz
7f425e7fe6 Found a few more typos 2019-12-20 06:07:52 -05:00
Ingo Weyrich
cac2eb53ef Further reduction of include dependencies 2019-10-31 20:41:08 +01:00
Ingo Weyrich
6935faa258 Further cleanup of include dependencies 2019-10-30 22:12:06 +01:00
Ingo Weyrich
ba8dda1836 Further cleanup of include dependencies 2019-10-30 16:38:02 +01:00
Ingo Weyrich
068847eb5a Further cleanup of include dependencies 2019-10-29 21:06:27 +01:00
Morgan Hardwood
8f0de49d41 Whitespace cleanup
Cleans up whitespace (tab -> space), alignment and DOS line endings.
2019-10-03 11:43:12 +02:00
Morgan Hardwood
60b2196bce Updated gnu.org links to use HTTPS 2019-09-10 12:34:57 +02:00
Hombre
500fac34cd The svg2png icon cache is now cleared on new minor version
The `version` value from the `Options` file is compared to the harcoded
value (computed at build time) of the running application. If the major
or minor version is different, the `svg2png` folder is cleaned at
startup-time.
2019-09-05 01:09:48 +02:00
Ingo Weyrich
d68b33effc filecatalog: further speedups; also remember last copy/move destination 2019-07-16 20:07:29 +02:00
luz.paz
cc60ea2248 Fix source comment and misc. typos
Found via `codespell -q 3 -I ../rawtherapy-whitelist.txt -S ./rtdata/languages -L hist,fo,reall,bloc,alph`
2019-06-03 17:38:50 -04:00
Hombre57
feb122553e Minor bugfix 2019-04-14 17:19:48 +02:00
Hombre57
89e63639be Making pseudo-HiDPI tweaks optional, disabled by default
(see issue #5276)
2019-04-14 16:58:11 +02: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
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
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
Desmis
db57a02384 Change default outputprofile to RTv4_sRGB 2019-03-02 08:14:35 +01:00
Flössie
0cbc4923bc Relax dependency from procparams.h 2019-02-28 20:44:50 +01:00
heckflosse
cd6da9db0c Use windows setting for visibility of hidden files/folders, closes #5185 2019-02-26 13:21:11 +01:00
heckflosse
8e7522dd5c Merge branch 'dev' into custom-tool-panel 2018-12-17 11:24:33 +01:00
Flössie
1ebbe0a096 Resize baBehav on load (#4828) 2018-12-15 15:12:52 +01:00
heckflosse
c8f6a05d04 Merge branch 'dev' into custom-tool-panel 2018-11-29 14:12:46 +01:00
heckflosse
15c18325c0 Reset parsed extensions when empty, fixes #5040 2018-11-28 17:04:45 +01:00
heckflosse
43b77679d4 Favourites => Favorites, #5016 2018-11-23 16:48:05 +01:00
heckflosse
0ae602bcf0 custom tool panel. Changed naming to 'Favourites'. Added alt-h hotkey. Allow moving of subtools to Favourites 2018-11-23 16:00:57 +01:00
heckflosse
d604abec39 Custom tool panel, first step 2018-11-23 14:36:16 +01:00
U-PC-BUREAU\jacques
d55d3446f6 various improvments to ICC Profile Creator 2018-11-12 12:46:33 +01:00
Hombre
da0830c794 Merge remote-tracking branch 'origin/scrolled-toolbar-fix' into dev 2018-10-09 20:45:01 +02:00
Ingo Weyrich
50a6a32f74
Merge pull request #4821 from Beep6581/issue4772
Always use icons for tab headers, fixes #4772
2018-09-20 10:41:01 +02:00
Roel Baars
c36533704a
Fix for coverity issue 10721 2018-09-20 07:53:10 +02:00
Hombre
95e06d2f6f Merge branch 'dev' into scrolled-toolbar-fix 2018-09-18 20:11:45 +02:00
heckflosse
78989731f5 Always use icons for tab headers, #4772 2018-09-18 11:37:15 +02:00
Hombre
0d61f14bae Added support for GDK_SCROLL_SMOOTH in some widgets
see #4781, #4786
2018-09-15 21:14:48 +02:00
Beep6581
c0a8262d5d
Merge pull request #4802 from Thanatomanic/dev
Modifications to store histogram settings across sessions
2018-09-13 13:03:19 +02:00
Thanatomanic
85d55ebeb6 Modifications to store histogram settings across sessions 2018-09-13 07:46:43 +02:00
Morgan Hardwood
157ee86bfa Initial Preferences window height set to 600px
PR #4716
2018-09-05 10:50:31 +02:00
Beep6581
6b93927ea1
Merge pull request #4742 from Beep6581/nrpref
Removes Noise Reduction settings from Preferences
2018-09-02 15:55:11 +02:00
Morgan Hardwood
5cc53a421e Use hard-coded NR default settings #4327
Now the hard-coded default values of the Noise Reduction settings which
were removed from Preferences are used, instead of reading them from
the options file.

Reverted accidentally-deleted "preview demosaicing method" setting.
2018-09-01 22:59:28 +02:00
Hombre
5d1922ce56 Merge branch 'dev' into 32b-tiff-output-cli 2018-08-30 21:32:26 +02:00
Thanatomanic
770c16e430 Merged with dev, resolved conflicts, fixes to icon refs 2018-08-13 05:11:21 +02:00
U-PC-BUREAU\jacques
00b8701c6b Change model for ACES in option 2018-07-24 08:27:42 +02:00