Beep6581
e5dba2e890
Remove intrusive tooltips, issue #3537 ( #3538 )
...
* Remove intrusive tooltips - TP_SHARPENING_TOOLTIP
* Remove TP_SHARPENING_TOOLTIP from default
2016-12-16 11:38:26 +01:00
heckflosse
bbabe9bca8
Revert "pixelshift: Simplified code and added 2 checkboxes"
...
This reverts commit 3870f6d35d
.
2016-12-15 18:54:42 +01:00
heckflosse
3870f6d35d
pixelshift: Simplified code and added 2 checkboxes
2016-12-15 18:45:34 +01:00
Hombre
1901f3a440
Fix issue #3173 , patch from Floessie in issue #3446
2016-12-13 23:47:13 +01:00
Hombre
a7d4f76364
Merge branch 'gtk3' into gtk3-bugfix
2016-12-13 23:04:25 +01:00
Hombre
e1c5e76c10
Merge branch 'master' into gtk3
2016-12-13 23:00:47 +01:00
Flössie
23f17bd9bc
Fully check thumb data size ( #3529 )
...
Also, take rotation into account when falling back to
`Thumbnail::loadFromRaw()`.
2016-12-13 20:44:05 +01:00
Hombre
3b3a14bb93
Name added to the History panel and Snapshots treeview (issue #3446 )
...
+ gap added in the File Panel's fast export tab, filter tab and around
History panel.
2016-12-12 21:49:21 +01:00
heckflosse
7dcf89808f
Merged master into pixelshift
2016-12-12 14:25:57 +01:00
Hombre
e6aff9cbf7
Tweaked some space here and there, thanks to Beep6581 (issue #3446 )
2016-12-12 01:18:27 +01:00
Hombre
1f080e0438
Bugfix: RT could crash while displaying Color Pickers (no issue)
2016-12-11 17:17:36 +01:00
Hombre
6bd0dbacfe
Solving isse #3524
2016-12-11 00:23:38 +01:00
Hombre57
f3f317e5bd
Issue #3446 : Updated Gtk3.18 theme
...
Harcoded style has been reintroduced for Gtk < 3.20 only ; a cleanup
will have to be done once Gtk3.18 support will be dropped.
2016-12-06 01:33:03 +01:00
heckflosse
98b405368f
pixelshift: Added green 7x7 correction grid
2016-12-05 20:39:28 +01:00
heckflosse
49aa9f0c4e
pixelshift: Added new red/blue stddev adjusters for test
2016-12-05 15:34:05 +01:00
Morgan Hardwood
5ecd50b1cd
Merge branch 'master' into gtk3
2016-12-05 12:01:45 +01:00
heckflosse
4820437c46
pixelshift: added checkbox to test red/blue cross check
2016-12-02 22:41:09 +01:00
heckflosse
27a537aba4
pixelshift: fixed possible crash bug in 1x1 and 1x2 mode
2016-12-02 14:57:14 +01:00
Hombre
b1e7dcbf4a
Updated GUI
2016-12-02 02:58:09 +01:00
heckflosse
4ba6e7d5f7
pixelshift: model specific default values. Caution: you need to press reset buttons for pixelshift adjusters of existing profiles once!
2016-12-01 19:45:54 +01:00
heckflosse
981a534920
Fixes #3517 , build fails when using libcairo 1.15
2016-11-29 13:11:42 +01:00
Hombre
8094ce7c99
Solving issue #3483
2016-11-29 01:11:14 +01:00
heckflosse
313e770cfe
pixelshift: optional vertical red/blue check
2016-11-28 15:21:45 +01:00
heckflosse
8afb267fe9
pixelshift: changed behaviour of correction amount, now 0 is 1x1 for green, 1 is 1x2 for green, no changes for other values
2016-11-27 21:55:27 +01:00
heckflosse
ac5bad2de1
pixelshift: optional red/blue check
2016-11-27 18:42:58 +01:00
Hombre
a4703c54b4
Reverted some code to hardcode some style for Gtk3.18 only.
2016-11-26 22:54:41 +01:00
Hombre
6676e3d271
BUGFIX: The selected theme was not necessarilly used.
2016-11-25 22:41:41 +01:00
heckflosse
b4ef423acd
pixelshift: show mask only, Speedup for adaptive motion detection
2016-11-25 18:22:26 +01:00
Hombre
330cd49840
Making the vertical ProgressBar fill bottom up (see #3446 )
2016-11-24 23:50:26 +01:00
heckflosse
520557912b
pixelshift: changed formula for adaptive motion detection
2016-11-22 16:35:11 +01:00
heckflosse
fb043e9f5d
pixelshift: experimental changes for Ilias :)
2016-11-21 21:38:14 +01:00
heckflosse
8bb958eb19
pixelshift: committed some experimental changes for testing
2016-11-21 01:33:59 +01:00
Hombre
17ff228177
Making the codified theme file name mandatory ( #3446 )
...
...which mean that TooWaBlue.css can't be loaded until it has been
reworked and renamed to the new mechanism. The default theme will be
loaded instead.
2016-11-20 12:33:47 +01:00
Hombre
55759c04e3
See #3446 : the theme filenames now includes a code for version handling.
...
The theme filename must use a template, that will be explained with this
example:
mytheme-GTK3-20_22.css
Everything before -GTK3... is the theme (short) name, the [-GTK3-] is a
mandatory part, 20 is the included version where support begins and 22
is the included version where the support ends. One of this two version
parameters can be ommited (but not both of course), which make RT
understand "is compatible from all version up to xx" (e.g.
mytheme-GTK3-_22.css) or "is compatible from version yy and above" (e.g.
mytheme-GTK3-20_.css)
The RawTherapee-GTK3-_19.css comes 'as is' from the gtk3 branch and has
still to be tuned.
2016-11-20 02:22:03 +01:00
Morgan Hardwood
0ebac85970
Non-monospace font for Release Notes.
2016-11-19 18:58:41 +01:00
Hombre
7209f4f1c9
Previous behavior for Profile Panel's combobox size restored
...
See issue #3300 and #3446 .
2016-11-17 20:09:31 +01:00
Hombre
0ab931c287
From issue #3446 : remove the "Use system theme" option + slight rework
...
of the Preferences general panel.
2016-11-17 01:50:03 +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
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
Hombre
4c26501fd2
Fixing issue #3496 (again)
2016-11-10 01:35:49 +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
Flössie
25c67ab3c1
Fix some Clang warnings reported by @Partha1b
2016-11-08 20:23:48 +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
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
2d730572f5
Fixed gui (thanks to Hombre) and cleaned code a bit
2016-11-03 01:27:56 +01:00