8571 Commits

Author SHA1 Message Date
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
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
Desmis
b5b2c91078 merge with dev 2020-02-06 16:53:11 +01:00
Desmis
e985a5d288 merge with dev 2020-02-06 16:41:40 +01: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
Desmis
a91b9d361e merge with dev 2020-02-06 11:44:03 +01:00
Desmis
a70ab81dcc merge with dev 2020-02-06 11:20:05 +01:00