aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* display Items count in the bottom barwilliam os4y2015-02-26
|
* Merge remote-tracking branch 'upstream/master'william os4y2015-02-26
|\
| * Have lumina-search load the icons a moment after the application is done ↵Ken Moore2015-02-25
| | | | | | | | initializing. This should help speed things up a tiny bit on slower systems.
| * Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-02-25
| |\
| | * Merge pull request #59 from Nanolx/lumina-debianKen Moore2015-02-24
| | |\ | | | | | | | | Lumina debian
| | | * lumina-xconfig.install addedChristopher Roy Bratusek2015-02-24
| | | |
| | | * update for lumina 0.8.3Christopher Roy Bratusek2015-02-24
| | |/
| * / Add lumina-xconfig shortcuts into the desktop interface (userbutton, ↵Ken Moore2015-02-25
| |/ | | | | | | | | | | | | settings menu). Clean up/add some desktop/panel "prepareToClose()" routines, and have them run when appropriate. Also add these close routines to the general session cleanup. Add support for a new "--noclean" CLI flag when starting LuminaDE. This flag will tell the session not to close system tray utilities and other applications on session close.
| * Subclass the main QFileSystemModel to provide drag and drop support. This ↵Ken Moore2015-02-24
| | | | | | | | still appears to be able to "drop" items outside the window (for other applications) and has strange behavior in those cases (although non-critical - it does not change the filesystem in any way).
| * Finish up some little things in lumina-xconfig, and add it to the build/port.Ken Moore2015-02-24
| |
| * Clean up the new file creation routine a bit.Ken Moore2015-02-24
| |
| * Merge pull request #58 from william-os4y/addNewFile2Ken Moore2015-02-24
| |\ | | | | | | add "New file" on lumina-fm
| | * add "New file" on lumina-fmwilliam os4y2015-02-23
| | |
| * | Merge pull request #57 from william-os4y/externalDevices2Ken Moore2015-02-24
| |\ \ | | | | | | | | External devices2
| | * | allow to list different type of mounted systems: mfs, nfs, ...william os4y2015-02-22
| | | |
| | * | fix for ExternalDevices on OpenBSDwilliam os4y2015-02-22
| | |/
| * | Add a new utility to the lumina source tree: lumina-xconfigKen Moore2015-02-23
| | | | | | | | | | | | | | | This utility is a front-end to the xrandr utility, and provides the ability to probe/manage various numbers of monitors. NOTE: This utility is *not* tied into the build yet. I still want to do a bit more testing before enabling this by default.
| * | Add an option in lumina-fm to enable/disable loading file thumbnails.Ken Moore2015-02-23
| |/ | | | | | | NOTE: This option does not retroactively remove thumbnails that have already been loaded - it only prevents loading thumbnails in new directories.
* | fix issue #55: inform user whan return code is not nullwilliam os4y2015-02-22
| |
* | adapt the .gitignore in order to avoid all constructed files.william os4y2015-02-22
|/
* Update the ROADMAP to 1.0.0-ReleaseKen Moore2015-02-19
| | | | Also make a couple minor tweaks to lumina-info (mostly commented-out debugging statements)
* Make sure that the second round of mimetype filters is performed ↵Ken Moore2015-02-19
| | | | case-insensitive (case was already taken care of with the first filter).
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-02-19
|\
| * Update README.mdKen Moore2015-02-18
| | | | | | Bump the note about the latest stable version to point to the qt5/0.8.2 branch.
* | Clean up the XGD mime-types detection routine quite a but. Now it should be ↵Ken Moore2015-02-19
|/ | | | much more accurate about special extensions and faster lookups for pre-found mimetypes.
* Now tag 0.8.3-devel on the master branch (in preparation for the next version)Ken Moore2015-02-18
|
* Make sure to kill any leftover windows that did not close properly during ↵Ken Moore2015-02-18
| | | | the session cleanup, and tag version 0.8.2-Release
* Turn off some debugging in lumina-fm by default.Ken Moore2015-02-18
|
* Final fix for the default Lumina theme.Ken Moore2015-02-18
|
* Add a new configuration dialog to lumina-search so that users can ↵Ken Moore2015-02-18
| | | | specify/save the starting point for file searches, as well as setup any directories to exclude from the search routine.
* Update the Lumina-default theme file a bit more.Ken Moore2015-02-18
|
* Clean up the Background of lumina-fm quite a bit:Ken Moore2015-02-18
| | | | | 1) Move all the File operations into a seperate thread (GUI no longer lags when performing long operations). 2) Streamline/simplify the time spent looking for snapshots of a directory (re-use the base snapshot directory found if it is still the same directory - no need to search for it again).
* Ok, *now* the file manager makes sure the slideshow viewer does not change ↵Ken Moore2015-02-18
| | | | the current item when re-loading the files in the directory (caused issues when remvoing files from within the slideshow viewer).
* Use the XCB CloseWindow routine instead of the old XLib routine during the ↵Ken Moore2015-02-17
| | | | session cleanup.
* Fix a couple bugs in the panel settings detection.Ken Moore2015-02-17
|
* Have the clock panel plugin try to use vertical space rather than horizontal ↵Ken Moore2015-02-17
| | | | if the panel is vertical.
* Clean up how the lumina-desktop closes down:Ken Moore2015-02-17
| | | | Now it is run through a "CleanSession" function beforehand to try and safely close down any applications/trays. Als reduce the number of filesystem watchers: only have one in the session itself, which sends out a signal when the desktop settings config file changes (instead of a watcher in every desktop class).
* Clean up some more debugging output from the LPanel class (make it ↵Ken Moore2015-02-17
| | | | switchable in the code like most of the others). Also fix a signal/slot issue with the userbutton (minor).
* Remove some temporary debugging statements.Ken Moore2015-02-17
|
* Fix some panel interactions.Ken Moore2015-02-17
| | | | | 1) Found/fixed a bug with a panel mis-reporting which number it was. 2) Clean up the panel interface management in lumina-config.
* Add the ability to "reset" an application back to defaults in lumina-config ↵Ken Moore2015-02-17
| | | | - and setup the web browser/email/file manager/terminal buttons to use this functionality.
* Clean up a few things in Lumina:Ken Moore2015-02-17
| | | | | | | 1) When finding a file mimetype, try a case-insensitive filter if nothing came out of the case-sensitive search. 2) lumina-fm: when removing a slideshow file, try to automatically go to the next/previous picture instead of index=0; 3) Add a bunch more processEvents() calls to the lumina-fm file operations dialog. This should keep the UI's more responsive and update the visuals more often while running operations on large numbers of files. 4) lumina-fm: Fix another upper->lower case extension issue when checking if a file is supported by Qt's read/write operations.
* Oops, fix another crash with desktop plugins: forgot to disable the ↵Ken Moore2015-02-16
| | | | synctimer when the plugin is closed/removed.
* Clean up some plugin interactions (including an OpenBSD crash with desktop ↵Ken Moore2015-02-12
| | | | plugin interactions).
* Update the Lumina port makefile for FreeBSD to add a multimedia option ↵Ken Moore2015-02-12
| | | | (enabled by default) which installes the gstreamer backend for Qt to play multimedia files.
* Another couple small fixes for the default lumina theme.Ken Moore2015-02-09
|
* Fix the OnlyShowIn= entry to use "LUMINA" (all caps) since that is what is ↵Ken Moore2015-02-05
| | | | also set in the XDG_CURRENT_DESKTOP environment variable.
* Add the ability to set different date/time formats on a session-wide scale, ↵Ken Moore2015-02-05
| | | | and have the clock plugin instantly update to the new format (backwards compatible with no formats set)
* Another bit of cleanup/rearranging in lumina-config.Ken Moore2015-02-05
|
* Re-arrange the lumina-config UI a bit. Now the different sections are ↵Ken Moore2015-02-05
| | | | grouped together a bit more intuitively.
bgstack15