aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Truncate the timezone country names to 20 characters. (more than enough to ↵Ken Moore2015-03-14
| | | | see what the country is)
* Add the ability to set/use custom timezones on the system - defaulting to ↵Ken Moore2015-03-14
| | | | the system time (whatever that might be).
* Make sure to clean up any broken sym-links in the favorites directory when ↵Ken Moore2015-03-13
| | | | the user button is clicked. This needs to be automated/moved once the new favorites system is set in place later.
* Merge branch 'master' of https://github.com/pcbsd/luminaKen Moore2015-03-13
|\
| * Merge pull request #67 from william-os4y/checksumKen Moore2015-03-13
| |\ | | | | | | add checksum for OpenBSD (this is in fact a copy of the code from freeBSD)
| | * add checksum for OpenBSD (this is in fact a copy of the code from freeBSD)william2015-03-13
| |/
* / Make sure the file removals are multi-selection aware in lumina-fm.Ken Moore2015-03-13
|/
* Add a couple more checks to the notepad plugin so that it does not ↵Ken Moore2015-03-13
| | | | update/change the current UI for a programmatic save of the info to disk.
* Make sure that files visible in the userbutton have the appropriate icons ↵Ken Moore2015-03-13
| | | | based on the mimetype.
* Add Checksum support for FreeBSD, and tie it into lumina-fm.Ken Moore2015-03-12
|
* Change the icon used for the "favorite files" button. Now it matches the ↵Ken Moore2015-03-12
| | | | Userbutton icon.
* Add a new error dialog to lumina-open so that there is a graphical ↵Ken Moore2015-03-12
| | | | notification if the input file could not be used for some reason.
* Make the XDG Exec= field code substitutions a bit more robust for missing ↵Ken Moore2015-03-12
| | | | | | fields in the *.desktop file. Also fix a bug in lumina-open where the field code substitutions were not happening for non-default applications.
* Merge branch 'master' of https://github.com/pcbsd/luminaKen Moore2015-03-12
|\
| * Merge pull request #65 from Nanolx/masterKen Moore2015-03-12
| |\ | | | | | | Lumina Debian #5
| | * final fixChristopher Roy Bratusek2015-03-12
| | |
| | * fix typoChristopher Roy Bratusek2015-03-12
| | |
| | * add debian/lumina-data.installChristopher Roy Bratusek2015-03-12
| | |
| | * debian packaging:Christopher Roy Bratusek2015-03-12
| | | | | | | | | | | | | | | | | | - drop lumina-core - add lumina-data - make lumina-desktop replace lumina-core
| | * debian packaging:Christopher Roy Bratusek2015-03-12
| |/ | | | | | | | | - new upstream snapshot - add qt5-configuration-tool wrapper for Lumina-DE (use qt5ct QT_QPA_PLATFORMTHEME if /usr/bin/qt5ct exists and LUMINA_USE_QT5CT is TRUE in /etc/defaul/lumina-qt5ct)
* / Tweak the fallback behavior of the %c field code replacement routine for a ↵Ken Moore2015-03-12
|/ | | | *.desktop Exec generation.
* Update a bunch of icons in the desktop session, and also add a few abilities ↵Ken Moore2015-03-12
| | | | | | | | | to the desktopview plugin: 1) Multi-item selection 2) cut/copy files to clipboard 3) delete files 4) increase/decrease icon sizes
* Clean up some of the Lumina theme watcher usage (add a 1/2 second delay ↵Ken Moore2015-03-12
| | | | after file change before loading the new settings).
* Adjust the QPixmap::grabWindow routine to work better on Qt5 (that function ↵Ken Moore2015-03-12
| | | | was moved into QScreen)
* Add some debugging to the system tray image painting routine.Ken Moore2015-03-12
|
* Make sure to load any specific icons for *.desktop files in lumina-fm.Ken Moore2015-03-12
|
* Just a bit of cleanup in libLumina and adjust the deskopview plugin a bit ↵Ken Moore2015-03-11
| | | | for non-valid *.desktop files.
* Convert the windowImage routine to XCB from XLib, and set the desktop ↵Ken Moore2015-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 Moore2015-03-11
| | | | QIcon (untested)
* Ensure that on session-start the audio volume is reset back to the ↵Ken Moore2015-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 Moore2015-03-05
| | | | in the output.
* Update the lumina-xconfig screen resolution detection routine to be a bit ↵Ken Moore2015-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 Moore2015-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 Moore2015-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 Moore2015-03-03
| | | | Lumina session detects screen modifications/changes.
* Fix an issue with how the panel configuration was adjusting the "other" ↵Ken Moore2015-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 Moore2015-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 Moore2015-03-02
| | | | the middle of performing updates.
* Update how lumina-open detects applications which are registered on the ↵Ken Moore2015-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 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
| |
bgstack15