Commit Graph

12131 Commits

Author SHA1 Message Date
Beep6581
438885e666 Merge branch 'dev' into ci-maint 2023-08-28 23:18:04 +02:00
Beep6581
a2029ba5d2 Update macos.yml
Use macos-11 image.
2023-08-28 23:12:03 +02:00
Beep6581
0fc342e4dc Update appimage.yml
Use ubuntu-20.04 image.
2023-08-28 23:10:37 +02:00
Beep6581
15144e4cc2 Merge pull request #6703 from Beep6581/om5
OM Digital Solutions OM-5 camconst #6699
2023-08-28 22:51:35 +02:00
Beep6581
0a13b85d1d Merge pull request #6798 from LoKolbasz/film_negative_pick_size
Adjustable picker size in Film Negative tool
2023-08-28 21:58:55 +02:00
Beep6581
3a15743620 Merge pull request #6829 from Lawrence37/profiled-lens-correction-batch-unchanged-bugfix
Show "unchanged" in batch profiled lens correction
2023-08-28 21:51:16 +02:00
Beep6581
7f08287fdd Merge pull request #6831 from Benitoite/patch-27
detects libatomic flags in a cmake module
2023-08-28 21:48:45 +02:00
Richard E Barber
d6f102100b Rename findATOMIC.cmake to FindATOMIC.cmake 2023-08-28 10:06:59 -07:00
Richard E Barber
7a5931135e handle libatomic in cmake module
cmake/modules/findATOMIC.cmake detects libatomic flags. see #6821
2023-08-28 09:43:09 -07:00
Richard E Barber
ea33323d18 Call findATOMIC.cmake
libatomic is required in some builds. see #6821
2023-08-28 09:37:08 -07:00
Richard E Barber
f0b282a695 Create findATOMIC.cmake
Provided by @Floessie  https://github.com/Beep6581/RawTherapee/issues/6821#issuecomment-1678626624
2023-08-28 09:32:43 -07:00
Pandagrapher
d8c0b521ab Modify icons color
- Update icon from color "2a7fff" to "cccccc"
- Update .svg files with last Inkscape version
2023-08-28 17:10:23 +02:00
Lawrence Lee
e6a2654241 Show "unchanged" in batch profiled lens correction 2023-08-27 16:32:30 -07:00
Pandagrapher
e32ad15fe5 Review of rtdata files tree for icons/images 2023-08-27 18:35:13 +02:00
Pandagrapher
b57d1026a3 Merge with 'Beep6581/dev' 2023-08-24 13:48:07 +02:00
Pandagrapher
ce5f77ffc2 Removes debug printf 2023-08-23 13:48:39 +02:00
Pandagrapher
bf988ad274 Updates font management for hidpi
Improvements:
- Cleanup of default options files to use OS font by default
- Comments updates
- Simplify font size management as Pango/Gtk directly manage pt/px conversions

Bug fix:
- If Preference panel is closed by "cancel", font size was not reinitialized to previously saved one
- Font size was specified in "RawTherapee.css" theme and so user choice could be ignored
2023-08-23 13:43:07 +02:00
Dániel Battyányi
75541d6281 Changes to get the full spot width where needed 2023-08-20 13:59:42 +02:00
Dániel Battyányi
6b6200314f Member functions changed to const
The following member functions and methods of SpotPicker changed to const:
- get_active()
- get_spot_half_width()
- selecterSetup()
- spotButtonTemplate().
2023-08-20 13:38:24 +02:00
Dániel Battyányi
af22f4195d Removed empty destructor 2023-08-20 13:29:49 +02:00
Battyányi Dániel
6715e89696 Merge branch 'dev' into film_negative_pick_size 2023-08-19 19:44:29 +02:00
Lawrence37
a56c11570f Merge pull request #6814 from Lawrence37/multi-editor-tabs-external-editor-bugfix
External editor button: synchronize in multiple editors layout
2023-08-18 21:03:18 -07:00
Dániel Battyányi
3d5810f088 Applied requested changes from review comments 2023-08-19 00:17:10 +02:00
Pandagrapher
58b7d41694 Cleanup of theme selection
For hidpi support, Gtk min version has been increased to 3.24.3. Theme logics based on Gtk version is so now useless
2023-08-16 19:07:39 +02:00
Lawrence37
ac48cc55d8 Better use of cache with inpaint opposed highight reconstruction (#6822)
* Speed up preview when inpaint opposed enabled

Only reprocess from raw if the white balance is changed. Otherwise, a
cache from later in the pipeline can be used.

* Remove unused code

* Fix refresh map bit positions

* Make WB & inpaint opposed refresh less brittle

Co-authored-by: Hombre57 <natureh.510@gmail.com>

---------

Co-authored-by: Hombre57 <natureh.510@gmail.com>
2023-08-15 07:52:38 -07:00
Stephen Shkardoon
23f2a2fc9f Use _WIN32 instead of WIN32 to detect Windows
`WIN32` is not defined when building a 64-bit executable on Windows with Clang. `_WIN32` is the more appropriate option here.
http://web.archive.org/web/20191012035921/http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system contains a handy table/matrix of the options and why this is best.
2023-08-13 17:09:49 +12:00
Lawrence37
9ae8c79c3a Merge pull request #6755 from Lawrence37/lensfun-db-preferences
Edit Lensfun database directory from preferences
2023-08-12 17:43:50 -07:00
Jean-Christophe
e10ec281f1 Merge pull request #6820 from Beep6581/treeview-editable-cells
Fix for Treeview's editable entries incorrectly displayed
2023-08-13 01:37:49 +02:00
Hombre57
83263a3504 Fix for Treeview's editable entries incorrectly displayed 2023-08-13 01:01:18 +02:00
Lawrence37
75741eeabd Merge pull request #5889 from Beep6581/metadata-exiv2
Adopt Exiv2 for metadata handling
2023-08-12 15:58:35 -07:00
Lawrence Lee
db4bfd8695 Add tooltips for LCP & Lensfun dir in preferences 2023-08-12 15:39:59 -07:00
Lawrence Lee
1f7d2d4ebc Remove metadata-exiv2 from pre-dev publishing 2023-08-12 15:10:44 -07:00
Lawrence Lee
7eb7fb210f Merge branch 'dev' into metadata-exiv2 2023-08-12 15:08:42 -07:00
Pandagrapher
bb258e4024 Delete now obsolete "pseudo-hidpi" preference 2023-08-12 18:30:03 +02:00
Pandagrapher
5b2dc59fbf Fix incorrect icon names
- Some icon names still had file extension indicated in their names
- This commit also enable icon name debug messages on console
2023-08-12 18:20:27 +02:00
Pandagrapher
d0743ef359 Merge with 'Beep6581/dev' 2023-08-12 18:03:41 +02:00
Lawrence37
bd94fbd6b6 Merge pull request #6808 from Lawrence37/places-ux
Show favorite places at the top of the list
2023-08-08 19:17:29 -07:00
Beep6581
aa4af96296 Merge pull request #6816 from Benitoite/dev-1
Mac: change -cli ad hoc signature to certified
2023-08-08 23:43:44 +02:00
Richard E Barber
12e60dd6c3 Mac: fix macos_bundle output formatting
Updates message formatting in the bundle script to escaped formatting, eliminating output terminal errors.
2023-08-07 07:06:51 -07:00
U-PCSPECIALIST01\jdesm
269e426cc6 Another change to blendmask 2023-08-07 08:48:08 +02:00
Richard E Barber
6720fa90e7 Mac: change -cli ad hoc signature to certified
*Ventura* no longer supports a distribution ad hoc signatory.  Changes codesign command for the -cli to use developer certificate.
2023-08-07 12:53:33 +07:00
U-PCSPECIALIST01\jdesm
8d437fec38 Change range blmask in iplocallab - thanks to hombre 2023-08-07 07:06:55 +02:00
Lawrence Lee
548907da34 Fix external editor button updates
Make sure the pop-up button is updated in both multiple editors modes.
2023-08-06 16:44:54 -07:00
Lawrence37
0052f08e94 Merge pull request #6794 from Lawrence37/auto-dcp-locale-fix
Fix for Auto-matched camera profile detection when using the English (US) language
2023-08-06 14:52:08 -07:00
Lawrence37
ec24613f3b Merge pull request #6778 from Lawrence37/eos-7d-markii-raw-crop
Improved raw crop for Canon EOS 7D Mark II
2023-08-06 14:48:35 -07:00
Lawrence37
a596de2f44 Merge pull request #6789 from Lawrence37/lang-names
Language names
2023-08-06 14:47:37 -07:00
Lawrence37
ccf8f5a66c Correct the Czech language name 2023-08-06 14:43:58 -07:00
Lawrence37
7e0f0b6636 Merge pull request #6807 from Lawrence37/ilce-7rm2-pdaf-pattern
Fix PDAF lines pattern for Sony ILCE-7RM2
2023-08-06 12:30:10 -07:00
Lawrence Lee
4faea6df7b Merge branch 'dev' into eos-7d-markii-raw-crop 2023-08-06 11:58:30 -07:00
Lawrence37
b7816ff882 Merge pull request #6809 from Lawrence37/external-editor-macos-fix
Fix external editor on macOS
2023-08-06 11:54:52 -07:00