Skip to content

Commit 661a880

Browse files
authored
Merge branch 'darktable-org:master' into _crawler
2 parents bec1063 + 2ed91dc commit 661a880

File tree

7 files changed

+462
-322
lines changed

7 files changed

+462
-322
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ changes (where available).
153153
- Check added to ensure view has changed before processing GUI events
154154
preventing hang on start.
155155

156+
- return an empty table (nil) for a non-existent tag accessed by index
157+
158+
- return an empty table (nil) when a tag contains no images with the tag
159+
156160
### Add action support for Lua
157161

158162
### Other Lua changes

data/themes/darktable.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ spinbutton button,
366366
textview
367367
{
368368
background-color: alpha(@fg_color, 0.09);
369-
margin: 0.07em;
369+
margin: 0.07em 0.4em 0.07em 0.07em;
370370
}
371371

372372
.combo,
@@ -584,7 +584,7 @@ dialog .sidebar row:selected:hover label,
584584
/* Set modules name header */
585585
#module-header
586586
{
587-
border-bottom: 1px solid @plugin_bg_color;
587+
border-bottom: 1px solid shade(@plugin_bg_color, 1.05);
588588
padding: 0.5em;
589589
}
590590

@@ -2344,7 +2344,7 @@ Details :
23442344
{
23452345
background-color: @grey_20;
23462346
border: 1px solid;
2347-
border-radius: 25px;
2347+
border-radius: 25px;
23482348
}
23492349
#splashscreen-header
23502350
{

packaging/windows/darktable.iss.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; \
122122
Filename: "{app}\bin\{#MyAppName}"; WorkingDir: "{app}"; Tasks: quicklaunchicon
123123

124124
[Run]
125+
Filename: "https://docs.darktable.org/usermanual/development/"; \
126+
Description: "Open darktable user manual"; \
127+
Flags: postinstall shellexec runasoriginaluser
128+
125129
Filename: "{app}\bin\{#MyAppExeName}"; \
126130
Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; \
127131
Flags: nowait postinstall skipifsilent

0 commit comments

Comments
 (0)