aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | note user about consequences of not using fluxboxChristopher Roy Bratusek2014-10-06
| | |
| * | minor fixChristopher Roy Bratusek2014-10-06
| | |
| * | make window manager selectable from lumina-config>settings>generalChristopher Roy Bratusek2014-10-06
| |/
* | Disable the usage of the theme engine within lumina-fm for the moment. Still ↵Ken Moore2014-10-07
| | | | | | | | trying to work out some of the functionality and don't want to enable it by default until it is fully ready.
* | Get the new LuminaThemes class working with a sample color theme for Insight ↵Ken Moore2014-10-06
|/ | | | (for testing). The theme loading/usage appears to be working, now I just need to generalize the theme template so that it applies to all the QAbstract* widgets
* Clean up the new global.h usage in all the Lumina subprojects.Ken Moore2014-10-06
| | | | | | | | | | 1) Move the global.h file usage into libLumina exclusively 2) Define a new "LuminaOS::LuminaShare()" function for retrieving the install directory for Lumina (based on the PREFIX/global.h) 3) Change all the other lumina sub directories/projects to use the new LuminaShare() function when necessary. 4) This also fixes up the loading of translations in many of the subprojects (found a bug in the path used in a number of them). Reason: Previous implementation *only* worked if you built lumina from the base directory, causing problems with rebuilding individual pieces of Lumina. This also cleans up the general lumina projects as they only need the LuminaOS class loaded instead of knowing about this other possible OS implementation.
* Merge pull request #14 from Nanolx/masterKen Moore2014-10-06
|\ | | | | proper prefix handling
| * update debian/changelogChristopher Roy Bratusek2014-10-05
| |
| * one missing includeChristopher Roy Bratusek2014-10-05
| |
| * add gitignoreChristopher Roy Bratusek2014-10-05
| |
| * partially revert previous commitChristopher Roy Bratusek2014-10-05
| |
| * auto-create global.hChristopher Roy Bratusek2014-10-05
| | | | | | | | remove unrequired tasks from debian/rules
| * no exec prefix in Lumina-DE.desktopChristopher Roy Bratusek2014-10-05
| |
| * add debian prefix patchChristopher Roy Bratusek2014-10-05
| |
| * fix typoChristopher Roy Bratusek2014-10-05
| |
| * fix prefix in debian/*.installChristopher Roy Bratusek2014-10-05
| |
| * fixes in debian/rulesChristopher Roy Bratusek2014-10-05
| |
| * change debian/source/format to git instead of quiltChristopher Roy Bratusek2014-10-05
| |
| * debian/changelog updateChristopher Roy Bratusek2014-10-05
| |
| * add global.h containing PREFIX and make use of it in all sub-modules,Christopher Roy Bratusek2014-10-05
|/ | | | | add PREFIX and LIBPREFIX to the qmake .pro files (allows to change prefix and libdir using <qmake PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu/> or whatever) update debian packaging scripts accordingly
* Add the template for the new LuminaThemes library class (not integrated into ↵Ken Moore2014-10-04
| | | | | | build yet). This class will provide a consistant look for all Lumina utilities, while also allowing the user ways to easily modify the themes/appearance and have it take effect immediately. I also plan on extending this framework to save the completed stylesheet for *all* Qt-based system applications to use (providing an easy way to customize the feel of the system).
* Make sure to initialize the QApplication before trying to show the error box ↵Ken Moore2014-10-03
| | | | in lumina-open (if the application that got started crashed).
* Large update for the lumina-fm:Ken Moore2014-10-03
| | | | | | 1) Completely update the theming for the application (now it has one) 2) Add a column of "action" buttons that enable/disable depending on what is selected. 3) Add the ability to mark files/dirs as user favorites (for quick access in the user button).
* Clean up the icon/list views in Insight. Now the "icon" view will use ↵Ken Moore2014-10-03
| | | | something close to 64x64 images, and the "list" view will have 20x20 images.
* Update MimeIconProvider.hKen Moore2014-10-02
| | | Make sure that thumbnails only store a tiny version of the image: could have hundreds of these in a directory and we don't want to overload the system memory.
* Add a new dialog to lumina-config for selecting applications:Ken Moore2014-10-01
| | | | This makes it easier for the user to select the application either by icon or name.
* When adding an applauncher plugin to the desktop: prompt for the application ↵Ken Moore2014-10-01
| | | | right then before saving the plugin to the config file.
* Add a Fluxbox Window theme preview to lumina-configKen Moore2014-10-01
|
* Remove the "ONLY_FOR_ARCHS=" line in the makefile for Lumina: there is ↵Ken Moore2014-09-30
| | | | nothing specific to 64-bit systems (probably just a relic from using the PC-BSD ports as the template).
* Finish cleaning up the new directory browser in the userbutton.Ken Moore2014-09-29
|
* Update the user buttons some more:Ken Moore2014-09-29
| | | | 1) Add the ability to browse through the directory tree for the user's home directory, with the ability to "favorite" any of them.
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-09-29
|\
| * Merge pull request #13 from slicer69/masterKen Moore2014-09-25
| |\ | | | | | | Added initial support for Debian/kFreeBSD
| | * Added initial support for Debian/kFreeBSD. This patch has been testedJesse Smith2014-09-24
| | | | | | | | | | | | and shown to build/run on Debian/kFreeBSD, Ubuntu and PC-BSD.
| | * Merge remote-tracking branch 'upstream/master'Jesse Smith2014-09-24
| | |\
| * | | Merge pull request #12 from slicer69/masterKen Moore2014-09-24
| |\| | | | |/ | |/| Updated Debian rules/package files to reflect updated Lumina binaries.
| | * Updated Debian rules/package files to reflect updated Lumina binaries.Jesse Smith2014-09-24
| | | | | | | | | | | | | | | Removed Debian patches that could no longer be applied cleanly. Added initial external device support to Linux in libLumina.
* | | A few updates to plugins:Ken Moore2014-09-29
|/ / | | | | | | | | | | | | | | | | | | | | | | 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>)
* | Merge pull request #11 from slicer69/masterKen Moore2014-09-23
|\| | | | | Enabling building on 32-bit Linux, fixed compiler warning.
| * Applied Debian patch to enable building on 32-bit Linux machines. ProjectJesse Smith2014-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.3Ken Moore2014-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 Moore2014-09-22
| | | | files)
* Adjust how the QApplication is initialized in lumina-open to try and prevent ↵Ken Moore2014-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 Moore2014-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 Moore2014-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 Moore2014-09-19
|
* Make the jpg/png suffix check case-insensitive for showing thumbnail ↵Ken Moore2014-09-19
| | | | previews in lumina-fm.
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-09-16
|\
| * Merge pull request #9 from slicer69/masterKen Moore2014-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 Smith2014-09-15
| | | | | | | | | | | | Fixes launching default apps on Linux.
bgstack15