Lawrence Lee
bc7d636620
Fix crash when using Japanese on Windows
...
Work around possible GLib bug in string comparison.
2025-02-22 15:00:23 -08:00
Daniel Gao
711f274403
Get rid of relative include paths
...
* Use target_include_directories to specify include paths
* Specify project root (parent of rtgui and rtengine) as include path
* Replace relative includes with normal includes
2024-11-16 17:20:02 -05:00
Pandagrapher
d0743ef359
Merge with 'Beep6581/dev'
2023-08-12 18:03:41 +02:00
Christian-Kr
81b6dd8be4
Refactor code to be more readable.
2023-06-25 08:23:33 +02:00
Christian-Kr
960d1fef1f
Variable done should be set to true inside loop, otherwise one fail will cause to stay in loop forever.
2023-06-19 19:52:25 +02:00
Pandagrapher
eb40593d60
Merge with 'Beep6581/dev'
2022-11-03 17:10:48 +01:00
Morgan Hardwood
cf96139c3a
Review of default #5664
...
Consistently use _TOOLTIP suffix for tooltip keys.
2022-09-23 18:09:44 +02:00
Pandagrapher
89d2bdce5b
Initial commit for real hidpi support
...
Note: This commit has only been tested on MacOS
Changes:
- Icons now use the native hidpi support from Gtk (through Icon Theme)
- Icons are now directly generated from scalable file (i.e. SVG file)
- Widget sizes are scaled based on DPI and scale factor
- Font size is scaled based on DPI and scale factor
2022-08-19 16:47:28 +02:00
Pandagrapher
1e2dc30738
Local adjustments - Fix apply/paste actions with LA
...
- Fixes LA lost when applying partial profile (fixes #6150 )
- Fixes LA behavior when using apply/paste actions: spots are now totally replaced and not anymore merged (fixes #6136 and #6411 )
- Fixes a crash in specific situations when saving/copying a partial number of spots
- Partial paste dialog: Fixes Locallab button remaining inconsistent if all the spots are deselected
2022-07-18 19:03:29 +02:00
rom9
94b5f7232f
Ignored ParamsEdited information when doing a partial profile save.
...
The user-selected params will get saved, overriding any ParamsEdited
filtering.
Fixes #6303
2021-07-27 21:18:08 +02:00
Pandagrapher
1c9d1f522c
Locallab - Fix bad syntax in LocallabParamsEdited vector resize
2021-05-07 18:47:14 +02:00
Thanatomanic
09441c7e54
Correctly apply Local adjustments when loading a pp3 profile
2021-02-28 11:13:21 +01:00
Pandagrapher
8e534877c2
Fix issue where clipboard RT-spots weren't paste with fill mode active
2020-04-18 11:36:01 +02:00
Pandagrapher
4ea4663e34
Merge with 'dev/newlocallab'...
2020-04-16 16:01:53 +02:00
Pandagrapher
209eccba8a
Add improved copy/paste or save/load for Locallab spots
...
Preliminary work: "nbspot" and "id" spot parameters have been removed to
simplify Locallab spots management.
2020-02-20 20:35:29 +01:00
Ingo Weyrich
033d9fe02a
Merge branch 'dev' into newlocallab
2019-11-04 23:01:33 +01:00
Ingo Weyrich
e682b364b5
Further reduction of include dependencies
2019-11-01 14:51:33 +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
Desmis
b3106f3b8b
merge with dev
2019-10-23 07:53:09 +02:00
Ingo Weyrich
45900cbd68
partial save code review
2019-10-21 23:02:48 +02:00
Ingo Weyrich
095b5233a9
partial save code review
2019-10-21 22:50:17 +02:00
Morgan Hardwood
330a7807ed
Partial profile save dialog order
...
If it's a partial profile, it's more intuitive to first allow the user
to choose which parameters to save before showing the Save As dialog.
Closes #5491
2019-10-14 21:31:22 +02:00
Desmis
0711373021
Merge with dev
2019-09-11 08:35:25 +02:00
Morgan Hardwood
60b2196bce
Updated gnu.org links to use HTTPS
2019-09-10 12:34:57 +02:00
Ingo Weyrich
b3e0013e56
Merge branch 'dev' into newlocallab
2019-08-08 16:18:58 +02:00
Ingo Weyrich
41fc34c5c6
Do not assign empty strings on creation of std::string or Glib::ustring
2019-07-31 20:21:16 +02:00
heckflosse
020204e0cb
Merge branch 'dev' into newlocallab
2019-03-12 14:57:17 +01:00
Flössie
57d030881d
More procparams.h
relaxation
2019-03-01 17:40:02 +01:00
Pandagrapher
7ccd901ad1
Merge with branch newlocallab...
2019-01-05 18:07:51 +01:00
Pandagrapher
39c53119eb
Improve batch mode with Locallab
...
Batch mode is now correctly managed by Locallab. It works only if the
pictures have the same control spot number with coherent id
Other improvements:
- If there is no control spot, all Locallab tools are now disabled
2018-12-26 10:31:57 +01:00
Desmis
c3bd22f337
merge with dev
2018-12-19 15:16:18 +01:00
Hombre
71a5521b66
The (custom) entry was added to the combobox at each profile loading
...
See issue #5092
2018-12-13 01:56:36 +01:00
Desmis
d0029e81a4
merge with dev
2018-12-11 07:40:54 +01:00
TooWaBoo
ef4160a7ce
Make "Save Profile" dialog act like other save dialogs
2018-12-09 10:03:30 +01:00
U-PC-BUREAU\jacques
e7448bd084
merge with dev
2018-10-19 19:26:14 +02:00
Flössie
2125f42116
Turn almost all Listeners into abstract interfaces
2018-10-09 20:32:40 +02:00
Morgan Hardwood
0780aa0f8f
Merge branch 'dev' into newlocallab
2018-07-19 23:07:59 +02:00
Morgan Hardwood
10af344672
Merge branch 'dev' into iconcleanup4
2018-07-13 18:14:48 +02:00
Morgan Hardwood
522495f4eb
Icon cleanup #4469 #3547
...
Rebased in new branch to cleanup commit history.
2018-07-13 18:13:35 +02:00
heckflosse
eeebe587ba
Call Histogram matching only if necessary, #4674
2018-07-08 20:24:17 +02:00
Desmis
1062869d01
merge with Dev
2018-03-26 14:59:08 +02:00
luz.paz
b41fea1c6f
Misc. typos
...
Found via `codespell -q 3 -I ../rawtherapy-whitelist.txt --skip="./rtdata/languages"`
2018-03-24 19:42:08 -04:00
Desmis
15ff66fb4c
merge with Dev
2017-10-22 13:27:59 +02:00
heckflosse
41cd29d201
Create PartialProfileDlg (Partial Profile Dialog) on demand instead of in advance when starting rt (saves another few ms when starting rt). fixes #4151
2017-10-19 20:37:03 +02:00
Desmis
acd715dd44
merge with dev...
2017-06-19 12:30:20 +02:00
heckflosse
97e558a040
Fixed some coverity issues
2017-06-12 17:54:34 +02:00
Desmis
f1a90dad54
merge with dev
2017-06-11 18:38:31 +02:00
heckflosse
a24e8475f6
Fixes small memory leaks
2017-06-07 23:40:03 +02:00
heckflosse
a64421fb91
Fix small memory leak
2017-06-07 23:11:06 +02:00