| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
They do not work (crash as soon as calling the hunspell library).
The hunspell functions are just commented out at the moment so that the library is not needed for the build until such time as the hunspell integration works.
|
| |
|
|
|
|
| |
Main change being that when opening the file select dialog it will automatically re-highlight the current file.
|
|
|
|
|
| |
1. Support the forward/back keyboard shortcuts to switch between tabs (Alt+[Left/Right] typically).
2. Make sure that the "drag" start of a tab is when the cursor leaves the entire window - not just the tab bar.
|
| |
|
|
|
|
|
| |
If popup warnings are disabled just close the app (never automatically change the underlying file(s) - this can be disastrous)
Add status reporting to all the "Save" functions so that it returns false if the user cancelled it.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Make the tabs start dragging after pulling the tab out of the entire TabWidget, not just the tab bar itself.
|
| |
|
|
|
|
|
| |
Drags will start on *middle click + drag*, and utilities the standardized uri-list mimetype for transfer to other applications with support it.
NOTE: In testing, the return code for a successful drop/accept on another applications still seems to return the "ignore" action rather than the move action. This may be a problem in Qt 5.7.1 - not sure yet.
|
| |
|
| |
|
| |
|
|
|
|
| |
in lumina-textedit.
|
|
|
|
| |
user about them.
|
|
|
|
| |
Now you can see which column the cursor is on if the user needs to keep under a particular number.
|
|
|
|
| |
for particular users.
|
|
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
|