Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #12 from slicer69/master | Ken Moore | 2014-09-24 |
|\ | | | | | Updated Debian rules/package files to reflect updated Lumina binaries. | ||
| * | Updated Debian rules/package files to reflect updated Lumina binaries. | Jesse Smith | 2014-09-24 |
| | | | | | | | | | | Removed Debian patches that could no longer be applied cleanly. Added initial external device support to Linux in libLumina. | ||
* | | Merge pull request #11 from slicer69/master | Ken Moore | 2014-09-23 |
|\| | | | | | Enabling building on 32-bit Linux, fixed compiler warning. | ||
| * | Applied Debian patch to enable building on 32-bit Linux machines. Project | Jesse Smith | 2014-09-22 |
|/ | | | | | | | (.pro) files now support 32-bit and 64-bit Linux builds. Should also build using Clang as well as GCC on Linux. Fixed compiler warning in LDesktop.cpp which might see wrong loop counter used under older compiler. | ||
* | Tag Lumina version 0.6.3 | Ken Moore | 2014-09-22 |
| | | | | This version is mainly a bunch of bugfixes from 0.6.2, but also included backend streamlining, porting to other OS's, and a slightly updated userbutton. | ||
* | Add libjpeg dependency to Lumina port (since the default wallpapers are jpg ↵ | Ken Moore | 2014-09-22 |
| | | | | files) | ||
* | Adjust how the QApplication is initialized in lumina-open to try and prevent ↵ | Ken Moore | 2014-09-22 |
| | | | | | | a seg fault when showing the OSD on FreeBSD 10-Stable. It appears that a QApplication is a *very* special type of class and should not be initialized to a static pointer for the application. | ||
* | Update the appearance/functionality of the userbutton quite a bit in ↵ | Ken Moore | 2014-09-19 |
| | | | | | | | | lumina-desktop. 1) Should now only reload the applications list if the installed apps changed recently, making the menu show up a ton faster. 2) Move the tabs over to the left side of the UI, and remove a lot of empty space. 3) Attempt to have the widget track the mouse and switch to a new tab on mouse-over instead of requiring a click (still in testing - no loss of functionality at the moment). | ||
* | Add support for detecting whether the running user has permission to ↵ | Ken Moore | 2014-09-19 |
| | | | | shutdown/restart the system, and enable/disable those options in the logout menu appropriately. | ||
* | Add the ability to lock the screen from the log out menu in lumina-desktop. | Ken Moore | 2014-09-19 |
| | |||
* | Make the jpg/png suffix check case-insensitive for showing thumbnail ↵ | Ken Moore | 2014-09-19 |
| | | | | previews in lumina-fm. | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2014-09-16 |
|\ | |||
| * | Merge pull request #9 from slicer69/master | Ken Moore | 2014-09-16 |
| |\ | | | | | | | Launch default application represented by icon on Linux | ||
| | * | Updated fix to make sure first Exec entry in a .desktop file is taken. | Jesse Smith | 2014-09-15 |
| | | | | | | | | | | | | Fixes launching default apps on Linux. | ||
| | * | Merge remote-tracking branch 'upstream/master' | Jesse Smith | 2014-09-15 |
| | |\ | | |/ | |/| | |||
| | * | Select the first exec entry from a .desktop file rather than the last. | Jesse Smith | 2014-09-15 |
| | | | | | | | | | | | | Fixes some launch problems on icons with multiple potential launch paths on Linux. | ||
* | | | Make sure to sort applications by name case-insensitively. | Ken Moore | 2014-09-16 |
|/ / | |||
* | | Update the Lumina user button a bit: | Ken Moore | 2014-09-15 |
| | | | | | | | | | | 1) Add a new "All" category that is shown by default for listing applications. 2) Speed up the time to open the user menu by only reloading if more than 30 seconds have passed since the previous time it was opened. | ||
* | | Have lumina-fm save/remember the last-used size and open itself with that ↵ | Ken Moore | 2014-09-15 |
| | | | | | | | | size (if smaller than the screen size). | ||
* | | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2014-09-15 |
|\ \ | |||
| * \ | Merge pull request #8 from ajacoutot/openbsd2 | Ken Moore | 2014-09-14 |
| |\ \ | | | | | | | | | Fix path to lrelease on OpenBSD. | ||
| | * | | Fix path to lrelease on OpenBSD. | Antoine Jacoutot | 2014-09-14 |
| | | | | |||
| * | | | Merge pull request #7 from ajacoutot/openbsd | Ken Moore | 2014-09-13 |
| |\ \ \ | | |/ / | |/| | | Add support for OpenBSD. | ||
| | * | | Add support for OpenBSD. | Antoine Jacoutot | 2014-09-13 |
| |/ / | |||
* / / | Fix a bug in the *.desktop parsing for luminaXDG. It was previously mixing ↵ | Ken Moore | 2014-09-15 |
|/ / | | | | | | | the different "entries" in the file, and now it only uses the required "Desktop Entry" section. | ||
* / | Clean up the usage/detection of the "URGENT" window status, and also move ↵ | Ken Moore | 2014-09-12 |
|/ | | | | the AppStore/ControlPanel/QtConfig shortcut definitions into the LuminaOS class for use in other OS's. | ||
* | Update lumina-config to use the new OS prefix settings. | Ken Moore | 2014-09-12 |
| | |||
* | Update lumina-desktop to use the new LuminaOS shortcuts/prefix settings. | Ken Moore | 2014-09-12 |
| | |||
* | Also fix the PREFIX settings for the new dragonfly OS file. | Ken Moore | 2014-09-12 |
| | |||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2014-09-12 |
|\ | | | | | | | | | Conflicts: libLumina/LuminaXDG.cpp | ||
| * | Merge pull request #5 from mneumann/master | Ken Moore | 2014-09-12 |
| |\ | | | | | | | File went into wrong directory | ||
| | * | File went into wrong directory | Michael Neumann | 2014-09-12 |
| | | | |||
| * | | Merge pull request #4 from mneumann/master | Ken Moore | 2014-09-11 |
| |\| | | | | | | | Port Lumina to DragonFly | ||
| | * | Port Lumina to DragonFly | Michael Neumann | 2014-09-11 |
| | | | |||
* | | | Move all the OS-specific path PREFIX settings into LuminaOS so that we don't ↵ | Ken Moore | 2014-09-12 |
|/ / | | | | | | | have all the different defines all over the place. | ||
* | | Update the *.desktop "Exec=" compliance to the standards as of 9/9/2014 in ↵ | Ken Moore | 2014-09-09 |
| | | | | | | | | LuminaXDG | ||
* | | Update lumina-open to remove some of the other Exec= flags that might be ↵ | Ken Moore | 2014-09-09 |
|/ | | | | available (if not handled previously). | ||
* | Fix a bug where a directory was not getting the input file added to the ↵ | Ken Moore | 2014-09-08 |
| | | | | lumina-fm command properly. | ||
* | Also make sure that lumina-open uses the current locale encoding for ↵ | Ken Moore | 2014-09-08 |
| | | | | translations. | ||
* | Make sure that the translation codec is set to the text codec for the ↵ | Ken Moore | 2014-09-08 |
| | | | | current locale in lumina-fm. | ||
* | Make sure that Insight puts the file path in quotes when opening a file (in ↵ | Ken Moore | 2014-09-08 |
| | | | | case the file has whitespace in the name) | ||
* | Move the temporary brightness setting file into the users .lumina directory. ↵ | Ken Moore | 2014-09-08 |
| | | | | That will let it persist between login sessions, allowing Lumina to automatically return to the previous setting on login. | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2014-09-08 |
|\ | |||
| * | Merge pull request #2 from Nanolx/master | Ken Moore | 2014-09-08 |
| |\ | | | | | | | debian packaging scripts | ||
| | * | add runtime-dependencies | Christopher Roy Bratusek | 2014-09-06 |
| | | | |||
| | * | add long descriptions for packages | Christopher Roy Bratusek | 2014-09-06 |
| | | | |||
| | * | missing build-dependency on libx11-dev | Christopher Roy Bratusek | 2014-09-06 |
| | | | |||
| | * | better version of previous commit | Christopher Roy Bratusek | 2014-09-06 |
| | | | |||
| | * | fix compilation on i386 on Debian | Christopher Roy Bratusek | 2014-09-06 |
| | | | |||
| | * | add missing build-dep on libphonon-dev | Christopher Roy Bratusek | 2014-09-06 |
| | | |