meld:master commits
-
Adjust data locations for macOS app bundle
The application bundle is relocatable, so the data locations must be set at runtime.
-
Handle missing emblem pixbuf (#887)
There's no good reason this should happen, but rather than crashing here we can reasonably just skip it, given that we've already logged an error to the console, and that this is only either a selection marker or a newest-file indicator.
-
Remove unused constant
-
Fix custom label handling for folder and version-control views (#867)
We already had this handling for file comparisons; it was just missed for the other views.
-
Remove Ctrl+Page Up/Down bindings for horizontal scroll (#879)
We want to use these for tab switching instead of horizontal scroll, since that's a much more useful activity in Meld in general. Also, we've had that as the documented and used shortcut for ages now, so I'm not willing to change it. The effect here is that instead of these shortcuts working sometimes (i.e., in file comparisons, or in folder/VC comparisons when you didn't have the treeview focused) they should now work consistently.