rfranke
a064a225e0
Support more scroll devices for inspector window
...
- introduce step increment for non-mac
- don't close pinned window on button press anymore
2020-01-12 20:55:15 +01:00
rfranke
6604ab1b7c
Enhance inspector window with scrolling and pinning
...
- 2D scrolling during 1:1 view (tested with mac trackpad)
- click to pin inspector window
- another click or ESC to hide inspector window
- 'z' or 'F' to switch to 1:1 view, 'f' to switch to scaled view
2020-01-04 18:35:15 +01:00
rfranke
c3c382e56e
Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into issue1474
2020-01-03 20:25:48 +01:00
rfranke
3deff849ef
Hide inspector window during initialization, thanks to @heckflosse
2020-01-03 16:46:00 +01:00
rfranke
c4e21438a1
Open inspector fullscreen and exploit monitor resolution, see #1474 , #5591
...
- filecatalog.cc: add shortcuts
'f' for image on full screen
'Shift' 'f' for 100% crop on full screen
(synchronization with mouse move as before with dual monitors)
- filepanel.cc: don't create inspector tab
- inspector.cc, inspector.h:
create separate window for inspector
scale image if requested
exploit device scaling for full monitor resolution under macOS
2020-01-03 10:37:22 +01:00
Ingo Weyrich
7c2aa2405b
Startup crashes in LensProfilePanel::LFDbHelper, fixes #5577 , thanks to @dlichtenberger for the fix
2020-01-02 23:01:37 +01:00
Ingo Weyrich
a62b0f8040
Use gtk_show_uri, fixes #5578 , thanks to @Floessie for the patch
2019-12-28 13:05:18 +01:00
Beep6581
73655b6099
Merge pull request #5567 from Beep6581/help-btn
...
Added help button to main menu #5566
2019-12-20 19:59:06 +01:00
luz.paz
7f425e7fe6
Found a few more typos
2019-12-20 06:07:52 -05:00
luz.paz
765499bf55
Fix doxygen typo and other various typos
2019-12-19 20:46:35 -05:00
Morgan Hardwood
56de2e7a07
Help button - new icon, simplified code #5567
2019-12-17 10:38:04 +01:00
Ingo Weyrich
abac9856e7
Apply internal default profile (neutral) instead of user defined default profiles for missing parts of existing profile when loading a raw file which already has a .pp3, fixes #5564
2019-12-17 00:44:01 +01:00
Morgan Hardwood
9a0cae0357
Clear progress bar when opening in external editor
...
The last step remained visible in the progress bar when invoking the external editor.
Fixes #5475
2019-12-16 23:47:54 +01:00
Morgan Hardwood
d6f65dc8e2
Added help button to main menu #5566
...
Opens RawPedia in the default URI handler
2019-12-16 23:43:09 +01:00
Ingo Weyrich
4a25633bd7
Do not gray out adjusters when automatic is enabled, fixes #5565
2019-12-16 14:35:40 +01:00
Flössie
5852ee02b9
Make LFDatabase::findModifier()
non-static
2019-12-02 08:20:25 +01:00
Ingo Weyrich
3748133cd2
Fix some vavorite tab issues
2019-11-30 22:19:33 +01:00
Ingo Weyrich
04b08741ee
Further cleanups
2019-11-27 18:55:20 +01:00
Ingo Weyrich
79431ffa1d
Some changes suggested by @Floessie
2019-11-26 19:42:48 +01:00
Ingo Weyrich
2a4891827d
Some cleanups
2019-11-26 15:25:11 +01:00
Ingo Weyrich
ff9eeb4744
Capture Sharpening missing from Parameters to save partial processing profile dialog box, fixes #5487
2019-11-21 18:09:14 +01:00
Ingo Weyrich
3be7016517
Capture sharpening: Remove range adjuster and introduce
2019-11-13 21:05:24 +01:00
Ingo Weyrich
e525f5bec1
Capture sharpening: added range-adjuster to exclude bright areas from sharpening
2019-11-12 14:37:15 +01:00
Ingo Weyrich
d32c570383
Capture sharpening: removed gamma
2019-11-10 16:05:24 +01:00
Ingo Weyrich
587652283d
further reduction of include dependencies, also finalised some classes
2019-11-09 16:51:54 +01:00
Ingo Weyrich
e5258e6f60
reduce rtgui/inspector.h dependencies
2019-11-08 20:22:18 +01:00
Ingo Weyrich
e7cbca7d4f
Merge branch 'dev' into reduce-include-dependencies
2019-11-03 21:40:27 +01:00
Ingo Weyrich
e66ed090a7
remove two accidently committed files
2019-11-03 14:53:57 +01:00
Ingo Weyrich
6335b68a80
Further reduction of include dependencies
2019-11-03 14:52:42 +01:00
Ingo Weyrich
b3b1008270
Further reduction of include dependencies
2019-11-02 17:29:26 +01:00
Ingo Weyrich
afeca7f5f9
Fix lgtm issues
2019-11-02 00:18:48 +01:00
Ingo Weyrich
f02f5c4a69
Fix two lgtm issues
2019-11-01 22:57:20 +01:00
Ingo Weyrich
c1f9120ef4
Further reduction of include dependencies
2019-11-01 21:20:52 +01:00
Ingo Weyrich
b58d38fc62
Fix clang warnings
2019-11-01 17:17:29 +01:00
Ingo Weyrich
d731e172c2
Further reduction of include dependencies
2019-11-01 16:15:59 +01:00
Ingo Weyrich
e682b364b5
Further reduction of include dependencies
2019-11-01 14:51:33 +01:00
Ingo Weyrich
962f81f6bc
Further reduction of include dependencies
2019-11-01 12:51:08 +01:00
Ingo Weyrich
785273e7bf
Further reduction of include dependencies
2019-11-01 01:03:30 +01:00
Ingo Weyrich
cac2eb53ef
Further reduction of include dependencies
2019-10-31 20:41:08 +01:00
Ingo Weyrich
284fe57159
Further reduction of include dependencies
2019-10-31 13:29:12 +01:00
Flössie
add5c790d6
#pragma once
for our headers plus drive-by formatting
2019-10-31 10:20:50 +01:00
Flössie
aacea7046c
Fix Clang warnings plus some cleanups
2019-10-31 08:56:38 +01:00
Ingo Weyrich
6935faa258
Further cleanup of include dependencies
2019-10-30 22:12:06 +01:00
Ingo Weyrich
4dcee23cb3
Fix broken lgtm build
2019-10-30 18:06:30 +01:00
Ingo Weyrich
ba8dda1836
Further cleanup of include dependencies
2019-10-30 16:38:02 +01:00
Ingo Weyrich
1acca23fe1
Further cleanup of include dependencies
2019-10-29 22:45:26 +01:00
Ingo Weyrich
068847eb5a
Further cleanup of include dependencies
2019-10-29 21:06:27 +01:00
Ingo Weyrich
ed161c6288
Reduce rawimage.h dependencies
2019-10-29 15:21:02 +01:00
Ingo Weyrich
c11087c28d
Cleanup curves.h includes
2019-10-29 14:15:45 +01:00
Ingo Weyrich
3aa84c48da
Forward declare ColorTemp
2019-10-29 12:33:14 +01:00