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
Richard Barber
8b1438f23d
mac: also set RT_SETTINGS and RT_CACHE
2020-02-16 14:53:36 -08:00
Benitoite
209f8a5921
mac: sets the Resources font folder
...
Sets a directory of fonts to use by the app @ Contents/Resources/etc/fonts (https://developer.apple.com/documentation/bundleresources/information_property_list/atsapplicationfontspath?language=objc )
2020-02-16 11:33:16 -08:00
Richard Barber
338c2aacce
mac:bundle simplification cont'd
2020-02-16 06:08:12 -08:00
Benitoite
e0b23b4387
Merge pull request #18 from Beep6581/dev
...
Merge dev into patch-22
2020-02-16 01:50:57 -08:00
Benitoite
7b215e83a3
mac: bundle simplification
2020-02-15 18:07:30 -08:00
Benitoite
ba388cc196
revert UpdateInfo.cmake
2020-02-15 18:04:24 -08:00
Benitoite
debf97126b
revert AboutThisBuild.txt
2020-02-15 18:02:14 -08:00
Richard Barber
9d24423c77
mac: simplify bundle structure
2020-02-15 15:56:20 -08:00
Morgan Hardwood
12b1d8f767
Polish translation updated by bwisn, closes #5653
2020-02-15 14:47:34 +01:00
Flössie
1069c890f5
Incorporate FreeBSD fix from @mandree ( #5651 ) plus a little hardening
2020-02-14 11:44:57 +01:00
Ingo Weyrich
67ca8e2c19
further aehistograms cleanup
2020-02-13 16:34:45 +01:00
Ingo Weyrich
06be849a31
Finally eliminate aehistograms cache folder, #4904
2020-02-13 16:07:30 +01:00
Ingo Weyrich
30317f4133
use std::fabs, hopefully fixes #5651
2020-02-12 23:38:07 +01:00
Ingo Weyrich
562b19bb5c
Silence -Wunused-macros warning in dcraw.cc, #3558
2020-02-12 21:08:03 +01:00
Flössie
1c0033f798
Collapse all tools on first start ( fixes #4776 )
...
I had to remove the `isVisible` check in `MyExpander::set_expanded()`
because it would trigger in Wavelet and Retinex for unknown reasons.
One inner expander in CIECAM isn't covered by the tool states, and the
way they are distributed to Wavelet and Retinex won't allow for further
tool states in those tools. We should consider to move the tool states
for sub-tools (like Wavelet, Retinex, and CIECAM) to seperate keys in
the `options` file.
2020-02-12 09:04:55 +01:00
Ingo Weyrich
40018b1e9a
Merge pull request #5613 from Beep6581/fix-double-promotion
...
Fix double promotion
2020-02-10 23:00:54 +01:00
Ingo Weyrich
b4c0bb3acb
More double promote fixes
2020-02-10 20:06:43 +01:00
Ingo Weyrich
f0b5ca02e7
More double promote fixes
2020-02-10 16:22:42 +01:00
Ingo Weyrich
2c831a11a7
more double promote fixes
2020-02-09 23:34:12 +01:00
Benitoite
3349aa041a
mac: include .so objects in routine
2020-02-09 13:25:45 -08:00
Benitoite
cb09e78e81
mac: convert case statement to if
2020-02-09 12:21:47 -08:00
Benitoite
9115addbc2
mac: copy correct AboutThisBuild.txt into bundle
2020-02-09 11:25:21 -08:00
Ingo Weyrich
b627adea3a
Merge branch 'dev' into fix-double-promotion
2020-02-09 16:45:20 +01:00
Ingo Weyrich
0aec0fe0e9
Merge pull request #5610 from Beep6581/mlsharpen_review
...
review mlsharpen
2020-02-09 15:52:02 +01:00
Ingo Weyrich
d9a62aa27a
Fix LGTM alerts
2020-02-09 14:14:46 +01:00
Ingo Weyrich
acdb3c32dd
MLsharpen: cleanup
2020-02-09 12:02:57 +01:00
Ingo Weyrich
dc98f069cb
Merge branch 'dev' into mlsharpen_review
2020-02-09 11:31:55 +01:00
Benitoite
344e9862ef
mac: append bundle-time to AboutThisBuild.txt
...
Appends a section of information to uniquely identify a particular bundle.
2020-02-08 13:14:37 -08:00
Beep6581
37bfa836f1
Merge pull request #5646 from scx/icons
...
Install additional icons
2020-02-08 16:09:32 +01:00
scx
291abfd7a7
Install additional icons
...
- Install 32x32 icon
- Install 64x64 icon
- Install scalable icon
2020-02-08 12:56:40 +01:00
Benitoite
d796f70caf
Mac: fix os deployment target compilation flags
...
Uses `${CMAKE_OSX_DEPLOYMENT_TARGET}` instead of `10.9`
2020-02-08 02:52:31 -08:00
Flössie
fcbb9f55b6
Fix non-Apple build
2020-02-08 08:45:38 +01:00
Benitoite
5dc1c1dce2
Mac: install_name change after CheckLink
2020-02-07 13:10:32 -08:00
Ingo Weyrich
97dfa4e4af
Some more -Wunused-macros fixes
2020-02-07 22:01:58 +01:00
Benitoite
fefb9c43b9
macos_bundle.sh: fix libpixbuf and immodules
...
Fixes building libpixbuf and immodules database by modifying install names later on.
2020-02-07 12:45:24 -08:00
Beep6581
849aa07995
Merge pull request #5641 from Benitoite/patch-21
...
macOS: update to macosx_bundle.sh
2020-02-07 21:03:56 +01:00
Ingo Weyrich
8f291c3ff2
Be -Wunused-macros clean
2020-02-07 20:18:35 +01:00
Benitoite
0bec7719fe
macos: fix some script errors by re-ordering ops
2020-02-07 10:49:01 -08:00
Ingo Weyrich
aae22fcc86
Merge pull request #5617 from Beep6581/devirtualize
...
devirtualize method calls by declaring classes and methods final
2020-02-07 17:06:30 +01:00
Ingo Weyrich
f7fd7e578b
Merge pull request #5611 from Beep6581/reduce_include_dependencies
...
reduce some include dependencies
2020-02-07 17:05:57 +01:00
Beep6581
113f0961d5
Merge pull request #5639 from Benitoite/patch-20
...
CMakeLists.txt LENSFUNDBDIR partial regress
2020-02-07 17:05:09 +01:00
Ingo Weyrich
4221fdf31e
fix regression in Canon sRAW/mRAW black level computation, taken from ART, fixes #5638
2020-02-07 13:52:25 +01:00
Benitoite
1150a4352f
Re-enable a private LENSFUNDBDIR on Win32 and UNIX
...
Restores a few lines in CMakeLists.txt 2cc8918
removed for non-APPLE systems.
2020-02-07 00:47:24 -08:00
Morgan Hardwood
9bcebf54d5
Merge branch 'merge_5.8_back_to_dev' into dev
2020-02-06 12:05:03 +01:00
Morgan Hardwood
cd1e96b41c
Changes to merge release 5.8 back into dev
2020-02-06 12:04:28 +01:00
Beep6581
44f2400993
Merge pull request #5539 from mattiaverga/klt
...
Fix linking against system klt
2020-02-06 09:53:35 +01:00