aboutsummaryrefslogtreecommitdiff
path: root/lumina-screenshot/MainUI.ui
Commit message (Collapse)AuthorAge
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
| | | | 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.
* Update MainUI.uiq5sys2016-03-29
| | | re-ordering toolbar
* Update MainUI.uiq5sys2016-03-29
|
* Update MainUI.uiq5sys2016-03-29
| | | changed statustip from snapshot to screenshot so verbiage is the same as everywhere else in the program
* Update MainUI.uiq5sys2016-03-28
| | | fixed error introduced in last commit. Both Save and Quicksave had same shortcut rending Ctrl-S useless. Shortcut for Quicksave changed to Ctrl-Shift-S
* Update MainUI.uiq5sys2016-03-28
| | | added crtl-q shortcut to quit action
* Update MainUI.uiq5sys2016-03-28
| | | added ctrl-e shortcut to edit action
* Update MainUI.uiq5sys2016-03-28
| | | added statustip to edit action
* Update MainUI.uiq5sys2016-03-28
| | | added tooltip to edit function
* Update MainUI.uiq5sys2016-03-28
| | | Changed Crop to Edit since cropping was a narrow view of post processing
* Update MainUI.uiq5sys2016-03-25
| | | added actionEdit
* Update MainUI.uiq5sys2016-03-25
| | | added actionquicksave
* Convert lumina-screenshot to use the XCB interface exclusively (no more ↵Ken Moore2015-08-04
| | | | XLib), and add the option to include/exclude window borders for a single-window screenshot.
* Add support to lumina-screenshot for taking a snap of a single screen (if a ↵Ken Moore2015-08-03
| | | | multi-screen arrangement)
* Remove the context menu on the toolbar in lumina-screenshotKen Moore2015-07-09
|
* Commit a checkpoint on the conversion of Lumina to Qt5.Ken Moore2014-12-18
| | | | It is functional at the moment, but still has a few rough edges with regards to the X11 background interface (due to the move from XLib to XCB in Qt5). This reulst in some of the window manager interactions not behaving properly (such as sticky status on panels).
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15