Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Clean up some of the Lumina theme watcher usage (add a 1/2 second delay ↵ | Ken Moore | 2015-03-12 |
| | | | | after file change before loading the new settings). | ||
* | Adjust the QPixmap::grabWindow routine to work better on Qt5 (that function ↵ | Ken Moore | 2015-03-12 |
| | | | | was moved into QScreen) | ||
* | Add some debugging to the system tray image painting routine. | Ken Moore | 2015-03-12 |
| | |||
* | Make sure to load any specific icons for *.desktop files in lumina-fm. | Ken Moore | 2015-03-12 |
| | |||
* | Just a bit of cleanup in libLumina and adjust the deskopview plugin a bit ↵ | Ken Moore | 2015-03-11 |
| | | | | for non-valid *.desktop files. | ||
* | Convert the windowImage routine to XCB from XLib, and set the desktop ↵ | Ken Moore | 2015-03-11 |
| | | | | | | | (system tray) to use the new routine. Also setup the desktop to use the new XCB routine for window icons as well. Both are tested on 10.x and appear to work perfectly. | ||
* | Add a new XCB-based function for fetching the _NET_WM_ICON information as a ↵ | Ken Moore | 2015-03-11 |
| | | | | QIcon (untested) | ||
* | Ensure that on session-start the audio volume is reset back to the ↵ | Ken Moore | 2015-03-10 |
| | | | | previously-used value before starting the login chimes. | ||
* | Clean up the rest of the xrandr parsing to account for some other variations ↵ | Ken Moore | 2015-03-05 |
| | | | | in the output. | ||
* | Update the lumina-xconfig screen resolution detection routine to be a bit ↵ | Ken Moore | 2015-03-05 |
| | | | | more flexible with the output of xrandr - it seems like it can use a couple different output formats. | ||
* | Fix a bug with resolving sym-links during the search for ZFS snapshots. Now ↵ | Ken Moore | 2015-03-05 |
| | | | | it will always start with the canonical path (no sym links or redundant paths). | ||
* | Oops, apparently I forgot the line which copies a *.desktop "Path=" value ↵ | Ken Moore | 2015-03-04 |
| | | | | into the data structure. lumina-open was already set to use the path properly if it exists, so no other changes to use this value necessary. | ||
* | Make sure that Fluxbox get prompted to reload configs as well after the ↵ | Ken Moore | 2015-03-03 |
| | | | | Lumina session detects screen modifications/changes. | ||
* | Fix an issue with how the panel configuration was adjusting the "other" ↵ | Ken Moore | 2015-03-02 |
| | | | | panel settings - the change was bouncing back and triggering the first panel adjustment again - changing locations back to top/bottom instead of where they were set originally. | ||
* | Enable a bunch of debugging in the lumina-fm background worker. Something in ↵ | Ken Moore | 2015-03-02 |
| | | | | ther is crashing on occasion - still not sure what yet. | ||
* | Disable the shutdown/restart buttons on PC-BSD systems if the system is in ↵ | Ken Moore | 2015-03-02 |
| | | | | the middle of performing updates. | ||
* | Update how lumina-open detects applications which are registered on the ↵ | Ken Moore | 2015-02-27 |
| | | | | system for a particular mimetype. Now it uses the manual method (checking each *.desktop file for that particular mimetype - since it has to load all of them anyway), as well as use the results of any matches in the <XDG_DATA_DIRS>/applications/mimeinfo.cache file. | ||
* | Have lumina-search load the icons a moment after the application is done ↵ | Ken Moore | 2015-02-25 |
| | | | | initializing. This should help speed things up a tiny bit on slower systems. | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-02-25 |
|\ | |||
| * | Merge pull request #59 from Nanolx/lumina-debian | Ken Moore | 2015-02-24 |
| |\ | | | | | | | Lumina debian | ||
| | * | lumina-xconfig.install added | Christopher Roy Bratusek | 2015-02-24 |
| | | | |||
| | * | update for lumina 0.8.3 | Christopher Roy Bratusek | 2015-02-24 |
| |/ | |||
* / | Add lumina-xconfig shortcuts into the desktop interface (userbutton, ↵ | Ken Moore | 2015-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 Moore | 2015-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 Moore | 2015-02-24 |
| | |||
* | Clean up the new file creation routine a bit. | Ken Moore | 2015-02-24 |
| | |||
* | Merge pull request #58 from william-os4y/addNewFile2 | Ken Moore | 2015-02-24 |
|\ | | | | | add "New file" on lumina-fm | ||
| * | add "New file" on lumina-fm | william os4y | 2015-02-23 |
| | | |||
* | | Merge pull request #57 from william-os4y/externalDevices2 | Ken Moore | 2015-02-24 |
|\ \ | | | | | | | External devices2 | ||
| * | | allow to list different type of mounted systems: mfs, nfs, ... | william os4y | 2015-02-22 |
| | | | |||
| * | | fix for ExternalDevices on OpenBSD | william os4y | 2015-02-22 |
| |/ | |||
* | | Add a new utility to the lumina source tree: lumina-xconfig | Ken Moore | 2015-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 Moore | 2015-02-23 |
|/ | | | | NOTE: This option does not retroactively remove thumbnails that have already been loaded - it only prevents loading thumbnails in new directories. | ||
* | Update the ROADMAP to 1.0.0-Release | Ken Moore | 2015-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 Moore | 2015-02-19 |
| | | | | case-insensitive (case was already taken care of with the first filter). | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-02-19 |
|\ | |||
| * | Update README.md | Ken Moore | 2015-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 Moore | 2015-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 Moore | 2015-02-18 |
| | |||
* | Make sure to kill any leftover windows that did not close properly during ↵ | Ken Moore | 2015-02-18 |
| | | | | the session cleanup, and tag version 0.8.2-Release | ||
* | Turn off some debugging in lumina-fm by default. | Ken Moore | 2015-02-18 |
| | |||
* | Final fix for the default Lumina theme. | Ken Moore | 2015-02-18 |
| | |||
* | Add a new configuration dialog to lumina-search so that users can ↵ | Ken Moore | 2015-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 Moore | 2015-02-18 |
| | |||
* | Clean up the Background of lumina-fm quite a bit: | Ken Moore | 2015-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 Moore | 2015-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 Moore | 2015-02-17 |
| | | | | session cleanup. | ||
* | Fix a couple bugs in the panel settings detection. | Ken Moore | 2015-02-17 |
| | |||
* | Have the clock panel plugin try to use vertical space rather than horizontal ↵ | Ken Moore | 2015-02-17 |
| | | | | if the panel is vertical. | ||
* | Clean up how the lumina-desktop closes down: | Ken Moore | 2015-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). |