Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make sure the text on the terminal is visible. | Ken Moore | 2016-06-10 |
| | |||
* | Remove the initialization of a (now) unused settings file. | Ken Moore | 2016-06-08 |
| | |||
* | Adjust the last couple utilities to use the new application/[terminal/email] ↵ | Ken Moore | 2016-06-08 |
| | | | | mimetypes. | ||
* | Make sure that lumina-fm will also remove broken symlinks when deleting a ↵ | Ken Moore | 2016-06-06 |
| | | | | directory. | ||
* | Fix a bunch of little things with the desktop: | Ken Moore | 2016-06-02 |
| | | | | | | | | | 1) Reset which dirs are watched for apps to be installed into every time the watcher updates (fixes the detection of KDE apps getting installed/removed) 2) Add a new LuminaUtils function for converting a .desktop or binary name into a full path (searching all the various system dirs until it finds the file) 3) Convert the luminaDesktop.conf parser to allow relative paths/filenames for favorite/default apps 4) Update the default luminaDesktop.conf file quite a bit so there are app actually setup out of box. 5) Update the luminaDesktop.conf parser to properly set mimetypes as needed. 6) Fix the install location of the lumina-fm icon. | ||
* | Update MainUI.cpp | q5sys | 2016-05-19 |
| | | | remove '.png' which causes icon not to be found | ||
* | Update MainUI.cpp | q5sys | 2016-05-19 |
| | |||
* | Have lumina-screenshot use the current window stacking order for determining ↵ | Ken Moore | 2016-05-04 |
| | | | | which window is under the mouse click (in the case of layered windows at the click point). | ||
* | Make the "quicksave" option in lumina-screenshot a bit more flexible with ↵ | Ken Moore | 2016-05-02 |
| | | | | regard to which dir the screenshot is saved. | ||
* | Adjust the single-replace logic in lumina-textedit. Have it replace the ↵ | Ken Moore | 2016-05-02 |
| | | | | current selection match, and find the next one (don't replace the next one until the user can see it highlighted first). | ||
* | Change the image selection box to a partially-transparent grey (good for any ↵ | Ken Moore | 2016-04-28 |
| | | | | image type) | ||
* | Completely change how lumina-screenshot shows the image a bit. Now it is all ↵ | Ken Moore | 2016-04-28 |
| | | | | QImage based, allows the user to zoom in/out on the screenshot, and crop the image all before saving to disk. | ||
* | Add "bool" to the C++ syntax highlighting. | Ken Moore | 2016-04-27 |
| | |||
* | Get colors working with the new terminal. Of course this breaks the font ↵ | Ken Moore | 2016-04-27 |
| | | | | weight.... | ||
* | Some minor updates to lumina-terminal. Enable window transparency (75% ↵ | Ken Moore | 2016-04-26 |
| | | | | opaque) for a nice effect. | ||
* | Add in all the translation files for lumina-terminal | Ken Moore | 2016-04-26 |
| | |||
* | Oops - forgot to "git add" the new lumina-session files. | Ken Moore | 2016-04-26 |
| | |||
* | Add a .desktop entry for lumina-textedit. | Ken Moore | 2016-04-25 |
| | |||
* | Rearrange the Lumina source tree quite a bit: | Ken Moore | 2016-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. |