11299 Commits

Author SHA1 Message Date
Richard Barber
c6579a4efc mac:fix a codesign stmnt 2020-02-17 07:32:19 -08:00
Richard Barber
c9f887281e mac: truncate homedir 2020-02-17 06:55:18 -08:00
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
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
Benitoite
2acf13a62a
Update main.yml 2020-02-15 15:37:42 -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
Benitoite
a65b6e6edb
Remove COMMAND_ECHO STDOUTs 2020-02-11 06:52:27 -08: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
Benitoite
4790eb08b3
Epoch -> epoch 2020-02-10 09:45:39 -08: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
1925e821b3
Merge pull request #17 from Beep6581/dev
Merge with Beep6581/RawTherapee/dev
2020-02-09 14:29:14 -08: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
Benitoite
80eb85215a
Appends build-unique info to AboutThisBuild.txt 2020-02-09 05:05:30 -08:00
Benitoite
8170b6ed75 cmake: gather and display build information
Displays unique info: the build OS, the build zulu datetime, the build epoch, and a uuid during cmake configuration.
2020-02-09 05:02:50 -08: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
Ingo Weyrich
54fdc848f0 Merge branch 'dev' into newlocallab 2020-02-08 11:23:54 +01:00
Flössie
fcbb9f55b6 Fix non-Apple build 2020-02-08 08:45:38 +01:00
Ingo Weyrich
8356fd44e3 Merge branch 'dev' into newlocallab 2020-02-07 22:16:11 +01:00
Benitoite
5dc1c1dce2
Mac: install_name change after CheckLink 2020-02-07 13:10:32 -08:00