Commit Graph

4279 Commits

Author SHA1 Message Date
Morgan Hardwood
0fe010b452 Added OLYMPUS E-M1MarkII dual-illuminant DCP, closes #3630 2017-02-11 23:57:35 +01:00
Morgan Hardwood
0a7f529b20 Updated NIKON D810 daylight DCP, #3662 2017-02-11 23:49:29 +01:00
Morgan Hardwood
45578f32e6 Added NIKON D80 dual-illuminant DCP, closes #3669 2017-02-11 23:24:44 +01:00
heckflosse
d8baa48e13 fixed compile issue in xtranscompressed 2017-02-11 21:17:22 +01:00
heckflosse
f2bef65be1 small cleanup 2017-02-11 18:28:52 +01:00
heckflosse
d5d8747e5a decode compressed xtrans files 2017-02-11 17:48:59 +01:00
Flössie
79ff7f5997 Replace all add_idle()s with IdleRegister 2017-02-10 21:22:42 +01:00
Flössie
242b7a86cf Fix FreeBSD compile error (fixes #3566) 2017-02-10 20:20:48 +01:00
Flössie
5202f45137 Protect all Crop accesses with cropMutex (fixes #3306) 2017-02-10 20:06:35 +01:00
heckflosse
f9bd9956c0 Removed clang related restriction. Should give a speedup for some parts of rt (denoise for example) when clang is used to build rt 2017-02-10 01:29:02 +01:00
Flössie
824ecaed41 Add IdleRegister to deal with destruction while idle func is queued
This adds a little helper class to `guiutils.*` that unregisters
in-flight idle functions queued by `IdleRegister::add()`. It's best
to call `IdleRegister::destroy()` in the destructor of the class
owning the `IdleRegister` instance. Otherwise make sure, it is the
last member which will be deleted first.

`Resize` now makes use of this new facility in `setDimensions()`, which
also fixes #3673.
2017-02-09 20:25:58 +01:00
heckflosse
281982f329 DNG files from HdrMerge are decoded incorrectly when zlib 1.2.11 is used. fixes #3674 2017-02-07 21:43:10 +01:00
heckflosse
88985c8cb7 There is no disk in drive error messages with Windows gtk3 builds. fixes #3544 2017-02-07 21:18:12 +01:00
Morgan Hardwood
7379111415 win.cmake cleanup, no functional changes yet. 2017-02-06 22:32:18 +01:00
Morgan Hardwood
6558734830 CMake indentation cleanup. 2017-02-06 22:14:40 +01:00
Morgan Hardwood
c4a0604835 Updated release notes to describe development versions. 2017-02-03 11:40:57 +01:00
Morgan Hardwood
50114c1a36 Merge branch 'master' into gtk3 2017-02-01 16:14:34 +01:00
Morgan Hardwood
1077c4ba2e Translation files updated. 2017-02-01 16:14:26 +01:00
Morgan Hardwood
79fc6552b8 Added newline into tooltip PREFERENCES_OUTDIRTEMPLATEHINT 2017-02-01 16:12:49 +01:00
Morgan Hardwood
8ef3005a54 TooWaBlue theme bumped to 2.42, closes #3651 2017-01-31 22:44:48 +01:00
Morgan Hardwood
6c2cd39f30 Added back the TooWaBlue theme + images for GTK+ 3.16-3.18.
https://discuss.pixls.us/t/rawtherapee-5-released-congrats-to-the-team/3133/47
Revert "TooWaBlue updated to 2.31, theme images removed, #3604"

This reverts commit 9f811772a9.
2017-01-31 21:37:09 +01:00
Morgan Hardwood
39e7a653ae Merge branch 'master' into gtk3 2017-01-31 21:16:26 +01:00
Flössie
968d991d97 Fix call to abs() with unsigned int (fixes #3339, #3652) 2017-01-31 20:47:18 +01:00
Morgan Hardwood
82803f2423 Merge branch 'master' into gtk3 2017-01-31 10:29:29 +01:00
Morgan Hardwood
601a05a402 Removed "std=c++11" from release notes. 2017-01-31 10:28:44 +01:00
Hombre
373e93ad4a Merge remote-tracking branch 'origin/master' into gtk3 2017-01-31 00:30:48 +01:00
Hombre
9ce41d8e91 Fix deprecated Glib::RecMutex on Windows + remove useless GThreadEnter
(no issue)
2017-01-31 00:22:54 +01:00
Morgan Hardwood
16f4731e0b Merge branch 'master' into gtk3 2017-01-30 23:45:46 +01:00
Morgan Hardwood
eb14b15ea5 astyle'd rtgui/options.cc to help merge 2017-01-30 23:45:03 +01:00
Morgan Hardwood
9117f5f438 astyle'd rtgui/options.cc to help merge 2017-01-30 23:44:40 +01:00
Beep6581
ebace9dd0f Merge pull request #3648 from Beep6581/versionfix2
Revision of CMake and related files to support meaningful git versions within our extensive use of branches and development builds. #3628
2017-01-30 23:17:28 +01:00
Morgan Hardwood
06c820ea8a Release notes Package Maintainers section updated. 2017-01-30 23:11:14 +01:00
Morgan Hardwood
03919242b1 Consistency between generateReleaseInfo and UpdateInfo.cmake 2017-01-30 22:50:21 +01:00
Beep6581
139df58ade Unimportant typo fixed 2017-01-30 22:47:27 +01:00
Hombre
bc19897bc7 Changed AppId value for InnoSetup installer (#3628) 2017-01-30 01:32:36 +01:00
Morgan Hardwood
f1e253b176 Git version fix for macOS files. 2017-01-29 20:53:03 +01:00
Morgan Hardwood
3809a15d98 Updated splash screen SVG + PNG. 2017-01-28 22:52:56 +01:00
Hombre
52dca96723 Bigfix of InnoSetup parameters (#3628) 2017-01-28 22:39:50 +01:00
Hombre
2356af6246 Bugfix of paths in UpdateInfo.cmake 2017-01-28 03:03:15 +01:00
Morgan Hardwood
cded30dcbb Fix previous commit: Update old name. 2017-01-28 02:32:31 +01:00
Morgan Hardwood
77d5f8779b Cleaned up CMake logic thanks to Hombre, #3628 2017-01-28 02:29:22 +01:00
Morgan Hardwood
e5c00f0a9d Complete revision to how RawTherapee's version is handled in CMake and in other files, #3628 2017-01-27 15:33:05 +01:00
Hombre
7fd699955b Syntax correction in French strings 2017-01-23 21:04:04 +01:00
Morgan Hardwood
7fe7c4f60f Merge branch 'master' into gtk3 2017-01-22 22:19:22 +01:00
Morgan Hardwood
9fbbb052ee Moved rt_splash_5.png/svg into rtdata/images 2017-01-22 22:19:13 +01:00
Morgan Hardwood
5fc26c1e58 Merge branch 'master' into gtk3 2017-01-22 21:55:05 +01:00
Morgan Hardwood
20e3f89abe Final translation file updates. 2017-01-22 21:39:45 +01:00
Morgan Hardwood
9b2ab510f1 Themes updated including stuck-scrollbar workaround by TooWaBoo, closes #3605 2017-01-22 21:37:40 +01:00
Morgan Hardwood
1f2a2542fe RT5 release notes and other text file updates. 2017-01-22 21:20:10 +01:00
Hombre
392e6bd152 Fixed missing label in Preferences (no issue) 2017-01-22 19:59:43 +01:00