6188 Commits

Author SHA1 Message Date
heckflosse
53bc43459e removed splash files 2016-11-16 09:34:46 +01:00
heckflosse
e923037053 Commited current state to allow tests. Expect colour casts when changin demosaic method or pixelshift frame. In this case, just reload the image 2016-11-16 09:31:35 +01:00
Hombre
2b913bf213 More style fine tuning, including for the Preferences window 2016-11-14 03:06:49 +01:00
Jean-Christophe
6f3f46a4fb Merge pull request #3508 from Beep6581/gtk3-bugfix-fixes
GTK3 fixes, handles issue #3446 and fixes #3495
2016-11-13 23:17:22 +01:00
Morgan Hardwood
642abb6e2d Add spacing between frames and frame contents. 2016-11-12 20:35:52 +01:00
Morgan Hardwood
666698dc02 GTK3 fixes, handles issue #3446 and fixes #3495 2016-11-12 20:13:10 +01:00
Hombre
b3167eadce Merge branch 'gtk3' into gtk3-bugfix 2016-11-12 01:19:27 +01:00
Hombre
024905a8ca Merge branch 'master' into gtk3 2016-11-11 23:05:29 +01:00
Hombre
cbd0060bcd Merge branch 'gtk3' into gtk3-bugfix 2016-11-11 21:28:59 +01:00
Morgan Hardwood
7cb8781910 camconst.json formatting fix 2016-11-11 09:25:29 +01:00
heckflosse
fda15c124e Improve support for Pentax K-1, Olympus E-M1MarkII and Canon G7 X 2016-11-10 20:13:21 +01:00
Floessie
bda2e6bc6c Merge pull request #3504 from Beep6581/fix-clang-warnings
Fix some Clang warnings reported by @Partha1b
2016-11-10 18:21:19 +01:00
Flössie
2d743bfe7f Provide a better std::enable_if<> solution 2016-11-10 18:04:06 +01:00
Hombre
4c26501fd2 Fixing issue #3496 (again) 2016-11-10 01:35:49 +01:00
Flössie
b3bc325934 Add integral Threshold::operator ==(Threshold)
Kudos to @heckflosse for reminding me what C++11 is about. :)
2016-11-09 20:57:23 +01:00
Flössie
4ee191487e Fix uncritical warnings in rtengine/procparams.h 2016-11-09 19:28:14 +01:00
Hombre
2fcc5b75c8 Solving issue #3497, #3500, #3498 and #3483
For issue #3483, the old behavior is restored, i.e. the minimum width of
the ProfilePanel combobox is the maximum width of its content.

Style updated for the Exif and IPTC sub-tabs
2016-11-09 00:09:52 +01:00
Ingo Weyrich
f4b8c0fcc0 Merge pull request #3502 from Beep6581/pentaxhighiso
Pentax: ISO > 65535 was reported as 65535 in info dialog
2016-11-08 20:59:02 +01:00
Flössie
25c67ab3c1 Fix some Clang warnings reported by @Partha1b 2016-11-08 20:23:48 +01:00
heckflosse
59e999fbf5 Used stoi instead of atoi 2016-11-08 15:31:48 +01:00
heckflosse
b5094d9d9f Pentax: ISO > 65535 was reported as 65535 in info dialog 2016-11-08 14:06:11 +01:00
heckflosse
f017603478 Enabled property of a tool shoot be first in tool group of pp3 file. Was not the case for Retinex. Fixed. No Issue 2016-11-08 02:25:34 +01:00
Floessie
03a65f294a Merge pull request #3501 from Beep6581/fix-clang-build
Fix Clang warnings and build failure on OSX 10.12
2016-11-07 20:08:15 +01:00
heckflosse
1c2f94a1b6 pixelshift: simplified combination of frames 2016-11-06 22:43:08 +01:00
Morgan Hardwood
b2757e576b Added rtdata/rt_splash_5.svg and png 2016-11-06 17:26:37 +01:00
Morgan Hardwood
ea6a7748ed Added rtdata/rt_splash_5.svg and png 2016-11-06 17:23:25 +01:00
Flössie
495c0938f4 Fix Clang warnings and build failure on OSX 10.12
Kudos to Partha over at pixls.us for finding and fixing!
2016-11-06 17:09:27 +01:00
heckflosse
5b455702a2 pixelshift: Fixed a bug, cleaned code, parallel decode of frames 2016-11-06 16:42:20 +01:00
Morgan Hardwood
a961325397 Merge commit 'b961e31' into gtk3 2016-11-05 20:43:58 +01:00
Hombre
2bf87d5c5c Fixing issue #3497: "Lockable color picker interacts with info text on
image area"
2016-11-05 19:13:59 +01:00
heckflosse
eaaf841f27 Forgot to add one file 2016-11-04 18:52:06 +01:00
heckflosse
f27241a745 Pentax pixelshift v0.0 2016-11-04 18:27:21 +01:00
heckflosse
2d730572f5 Fixed gui (thanks to Hombre) and cleaned code a bit 2016-11-03 01:27:56 +01:00
heckflosse
81fa149570 small change for Hombre 2016-11-03 00:41:33 +01:00
Hombre
6438645b21 Reverting the "no title when maximized" change, better tab style,
Editor tab icon now correctly set to the left of the label

(see issue #3446)
2016-11-03 00:36:35 +01:00
heckflosse
89901f4b36 reworked pixelshift code and temporary removed Fuji S5 dual frame support 2016-11-03 00:01:47 +01:00
heckflosse
6276b17be2 Fix segfault 2016-11-02 02:47:54 +01:00
Hombre
d8593469ee Adding 'Image Number' to the Bayer Raw tool 2016-11-02 02:06:40 +01:00
Hombre
965cadb52e New batch of update for issue 3446
This commit include :
- cleanup rtgui/retinex.cc file (constructor only) and switched to
Gtk::Grid (the new standard) instead of Gtk::Box. This however doesn't
solve the issue of the Transmission curves in the Retinex tool, with
wrong resize of the Frame when folding/unfolding the curves.
- better alignment of the Histogram panel now with 4px of padding on the
left and right side
- Threshold selector now use the Scale's Trough style to draw its box
and sliders
- Curve's background are darker and restricted to the curve diagram
- Diagonal and Flat curves has been converted to Gtk::Grid as well
- A special color is now used for unsensitive Threshold selector and
Sclaes widgets
- Gap around the main Window has been removed on windows to circumvent a
bug in Gtk3, but the window can now only be maximized (usual use case)
or resized vertically by the top border only.
- Buttons at the bottom of the Editor panel has now the same height
2016-11-01 20:39:41 +01:00
heckflosse
742d7ee037 Small corrections to set the number of the frame to be extracted from raw file 2016-11-01 16:46:57 +01:00
heckflosse
aca3b5aa82 Fix bug when requesting a nonexistant frame from Fuji RAF 2016-11-01 16:33:59 +01:00
heckflosse
405e9a29a2 set frame number before identify 2016-11-01 15:09:36 +01:00
heckflosse
a6876e258a Fixed compilation error 2016-11-01 14:25:17 +01:00
heckflosse
3f13a98135 Prepare rtengine to allow extraction of individual frames from multi frame raw files (i.e. Pentax pixel shift) 2016-11-01 02:20:43 +01:00
Beep6581
b961e31401 Merge pull request #3491 from Beep6581/colt-fix
Fixes Preferences > Color Management layout, #3488
2016-10-31 22:48:37 +01:00
Ingo Weyrich
880d030548 Merge pull request #3490 from Beep6581/twonewcams
better support for Pentax K-70 and XiaoYI M1
2016-10-31 18:17:18 +01:00
heckflosse
7fe9297c01 better support for Pentax K-70 and XiaoYI M1 2016-10-31 14:43:35 +01:00
Morgan Hardwood
d2526e0f94 Formatting, spelling, grammar and structural changes to camconst.json 2016-10-31 12:04:34 +01:00
Morgan Hardwood
789235188a camconst.json updated by iliasg, #3298 2016-10-31 09:32:12 +01:00
heckflosse
b766110427 Merge branch 'master' into gtk3 2016-10-30 23:04:32 +01:00