| Commit message (Collapse) | Author | Age |
|
|
|
| |
1) Add the ability to browse through the directory tree for the user's home directory, with the ability to "favorite" any of them.
|
|
|
|
|
|
|
|
|
|
|
|
| |
UserButton:
1) When creating links, always create them in ~/.lumina/favorites
2) Scan both the Desktop and the favorites dir for favorite items
3) Distinguish between removing a link and deleting a file
4) Allow for setting links to directories
5) Allow removing links to directories
AppLauncher desktop plugin:
1) Make sure to use the session function for launching an item (makes the mouse cursor show the loading icon).
2) Allow for pre-defining a file path for the launcher (syntax: applauncher::<path to file>)
|
|
|
|
|
|
|
| |
(.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.
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
shutdown/restart the system, and enable/disable those options in the logout menu appropriately.
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
the AppStore/ControlPanel/QtConfig shortcut definitions into the LuminaOS class for use in other OS's.
|
| |
|
| |
|
|
|
|
|
|
| |
application have the same title: make sure to properly select the window that was clicked.
While here, also apply the libLumina dependency order to give preference to the locally/recently compiles libraries during the build if possible in all the lumina tools.
|
|
|
| |
Change the "charging" text to "connected" instead, since if it is at %100 it is no longer technically charging....
|
| |
|
|
|