Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | typo fix | Christopher Roy Bratusek | 2016-05-25 |
| | |||
* | update packaging scripts | Christopher Roy Bratusek | 2016-05-25 |
| | |||
* | debian/changelog | Christopher Roy Bratusek | 2016-05-25 |
| | |||
* | Add a note to the OS-detect.pri file that the OS and LINUX_DISTRO variables ↵ | Ken Moore | 2016-05-23 |
| | | | | should not be forcibly defined outside of the Lumina build system. | ||
* | Have the lock button in the start menu use the "LaunchItem()" functio so the ↵ | Ken Moore | 2016-05-20 |
| | | | | menu is closed right away. | ||
* | Merge pull request #225 from HenryHu/master | Ken Moore | 2016-05-20 |
|\ | | | | | use WM_CHANGE_STATE to minimize window | ||
| * | initialize struct before using it | Henry Hu | 2016-05-15 |
| | | |||
| * | use WM_CHANGE_STATE to minimize window | Henry Hu | 2016-05-15 |
| | | |||
* | | Merge pull request #227 from q5sys/master | Ken Moore | 2016-05-20 |
|\ \ | |/ |/| | fix for icon name error | ||
| * | Update MainUI.cpp | q5sys | 2016-05-19 |
| | | | | | | remove '.png' which causes icon not to be found | ||
| * | Update MainUI.cpp | q5sys | 2016-05-19 |
|/ | |||
* | Merge pull request #223 from HenryHu/master | Ken Moore | 2016-05-13 |
|\ | | | | | add 2 options for background image: fit and full | ||
| * | Move background processing into LDesktopBackground class | Henry Hu | 2016-05-12 |
| | | | | | | | | Generate a QPixmap and use it during paintEvent | ||
| * | add 2 options for background image: fit and full | Henry Hu | 2016-05-12 |
| | | |||
* | | Merge pull request #224 from HenryHu/skip_taskbar | Ken Moore | 2016-05-13 |
|\ \ | |/ |/| | Skip windows with SKIP_TASKBAR state in task manager | ||
| * | Skip windows with SKIP_TASKBAR state in task manager | Henry Hu | 2016-05-13 |
|/ | |||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2016-05-11 |
|\ | |||
| * | Fix the loading of icons where the theme uses pure numbers instead of the ↵ | Ken Moore | 2016-05-09 |
| | | | | | | | | <number>x<number> format for directories. | ||
| * | Add a new theme template: Glass | Ken Moore | 2016-05-06 |
| | | | | | | | | This will apply glass-like effects to the desktop icons/panels. (other plugins not themed differently yet) | ||
| * | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2016-05-06 |
| |\ | |||
| * | | Add a check for the existence of the log dir before starting the processes. | Ken Moore | 2016-05-06 |
| | | | |||
* | | | Fix a desktop crash which only seems to happen if you have an existing, but ↵ | Ken Moore | 2016-05-11 |
| |/ |/| | | | | | invalid application listed in the users favorites when the start button is clicked. | ||
* | | 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). | ||
* | | Update LuminaUtils.cpp | Ken Moore | 2016-05-03 |
| | | | | | | Now tag version 0.9.1-devel on the master branch. | ||
* | | Update LuminaUtils.cpp | Ken Moore | 2016-05-03 |
|/ | | | Tag version 0.9.0-Release. | ||
* | 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). | ||
* | Fix a geometry calculation for panel placements on X monitors which are not ↵ | Ken Moore | 2016-04-29 |
| | | | | aligned with the y=0 axis for the top of the monitor. | ||
* | Change the image selection box to a partially-transparent grey (good for any ↵ | Ken Moore | 2016-04-28 |
| | | | | image type) | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2016-04-28 |
|\ | |||
| * | Have lumina listen to the X root window property changes directly - and ↵ | Ken Moore | 2016-04-28 |
| | | | | | | | | update the screen numbers/geometries 50ms after the WM changes the _NET_DESKTOP_GEOMETRY or _NET_WORKAREA properties on it. This bypasses a bug in the QDesktopWidget class where it might not send out the changed() signals when something really did change (noticed this in virtualbox instances in particular). | ||
* | | 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 |
| | |||
* | Unhook the stylesheet in the Lumina Theme Engine from the non-desktop ↵ | Ken Moore | 2016-04-27 |
| | | | | applications. This prepares us to use a "real" Qt style plugin for application appearances instead of stylesheets for a few lumina-* apps. | ||
* | Get colors working with the new terminal. Of course this breaks the font ↵ | Ken Moore | 2016-04-27 |
| | | | | weight.... | ||
* | Merge branch 'master' of https://github.com/pcbsd/lumina | JoshDW19 | 2016-04-26 |
|\ | |||
| * | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2016-04-26 |
| |\ | |||
| * | | Fix up the detection/closing of the lumina desktop session. Now the user can ↵ | Ken Moore | 2016-04-26 |
| | | | | | | | | | | | | log out again.... :-) | ||
* | | | Expand lumina icon / text containers to always be a uniforum size. Thanks Ken! | JoshDW19 | 2016-04-26 |
| |/ |/| | |||
* | | Merge branch 'master' of https://github.com/pcbsd/lumina | JoshDW19 | 2016-04-26 |
|\| | |||
| * | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2016-04-26 |
| |\ | |||
| * | | Adjust the FreeBSD appstore shortcut to use the new "appcafe.desktop" entry ↵ | Ken Moore | 2016-04-26 |
| | | | | | | | | | | | | (sysadm client). | ||
* | | | Make the menu in the settings widget more visually appealing. Balance space ↵ | JoshDW19 | 2016-04-26 |
| |/ |/| | | | | | / make all buttons the same size. | ||
* | | Change the default size so that there is no weird window resizing. | JoshDW19 | 2016-04-26 |
| | | |||
* | | Adds a class name for settingsmenu.cpp. Add a slight margin on qmenu objects. | JoshDW19 | 2016-04-26 |
|/ | |||
* | Some minor updates to lumina-terminal. Enable window transparency (75% ↵ | Ken Moore | 2016-04-26 |
| | | | | opaque) for a nice effect. | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2016-04-26 |
|\ | |||
| * | Set a minimum size for the program selection box so it will not squish if a ↵ | JoshDW19 | 2016-04-26 |
| | | | | | | | | filename is too long. | ||
* | | 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 |
| |