Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add dutch translation for i18n/lumina-search | Zyixc | 2016-02-22 |
| | |||
* | Add dutch translation for i18n/lumina-screenshot | Zyixc | 2016-02-22 |
| | |||
* | Add dutch translation for i18n/lumina-open | Zyixc | 2016-02-22 |
| | |||
* | Add dutch translation for i18n/lumina-info | Zyixc | 2016-02-22 |
| | |||
* | Add dutch translation for i18n/lumina-fm | Zyixc | 2016-02-22 |
| | |||
* | Add dutch translation for i18n/lumina-fileinfo | Zyixc | 2016-02-22 |
| | |||
* | Add dutch translation for i18n/lumina-desktop | Zyixc | 2016-02-22 |
| | |||
* | Add dutch translation for i18n/lumina-config | Zyixc | 2016-02-22 |
| | |||
* | Tag version 0.9.0-devel on the master branch (corresponds to ↵ | Ken Moore | 2016-02-19 |
| | | | | 0.8.8-Release-p1 on qt5/0.8.8 branch) | ||
* | Ensure that on logout all the desktop elements (except the wallpaper) gets ↵ | Ken Moore | 2016-02-19 |
| | | | | hidden/removed right away. | ||
* | Fix up a couple other small bugs: | Ken Moore | 2016-02-19 |
| | | | | | 1) Ensure the clock plugin does not resize smaller than the time display. 2) Enforce a 40 character limit for task manager button text. | ||
* | Change around the X property notification requested for standard windows ↵ | Ken Moore | 2016-02-19 |
| | | | | (non-embedded apps). | ||
* | Remove the 80-pixel limit to the text shown on task manager buttons ↵ | Ken Moore | 2016-02-18 |
| | | | | (non-grouped). This allows the buttons to be as large as needed to fit the text, then shrink down automatically when more windows/buttons are opened up. | ||
* | Make sure the new windows are registeres with the Lumina session so we can ↵ | Ken Moore | 2016-02-18 |
| | | | | see property/focus changes on them. This allows the task manager to see when a window title changes and update appropriately. | ||
* | For the clock plugin, add a smarter minimum width based on the time format ↵ | Ken Moore | 2016-02-18 |
| | | | | chosen. This should prevent the clock from changing sizes regularly if the font is not mono-spaced or non-padded seconds/minutes is desired. | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2016-02-18 |
|\ | |||
| * | Merge pull request #185 from Sunderland93/master | Ken Moore | 2016-02-15 |
| |\ | | | | | | | Update override_dh_install, fix #184 | ||
| | * | Update override_dh_install, fix #184 | Aleksey Samoilov | 2016-02-15 |
| |/ | | | | | This PR fix #184 | ||
* / | Find/switch a bunch of other "delete" calls on QWidgets to the Qt ↵ | Ken Moore | 2016-02-18 |
|/ | | | | deleteLater() function instead. This seems to fix the start menu category change crash with Qt 5.5.1 | ||
* | Fix the "amixer" command used to set the volume in the generic "Linux" ↵ | Ken Moore | 2016-02-12 |
| | | | | support class. This was based on a fix posted in Github issue #180 (by texstar). | ||
* | Change a lot of "delete" calls on QWidgets to the safer "->deleteLater()" Qt ↵ | Ken Moore | 2016-02-12 |
| | | | | function. This might fix the random issues with desktop crashes on non-FreeBSD systems. | ||
* | Merge pull request #182 from vovd/master | Ken Moore | 2016-02-12 |
|\ | | | | | Fix #179 | ||
| * | Update libluminautils1.install | vovd | 2016-02-12 |
| | | |||
| * | Update libluminautils-dev.install | vovd | 2016-02-12 |
|/ | |||
* | Oops - Looks like the Lumina-DE.desktop files was accidentally removed from ↵ | Ken Moore | 2016-02-10 |
| | | | | the project file (so the session startup files was not getting installed) | ||
* | Update the port Makefile for Lumina 0.8.8-Release (FreeBSD port). | Ken Moore | 2016-02-10 |
| | |||
* | Tag Lumina version 0.8.8-Release | Ken Moore | 2016-02-10 |
| | |||
* | Don't try to pull screen geom in debug output when we dont validate | Kris Moore | 2016-02-10 |
| | | | | the screen number. Let updateDesktops() handle that debug output | ||
* | Re-enable the timer for checkDesktop() | Kris Moore | 2016-02-10 |
| | | | | | Can't find a way to reliably duplicate the crash we are seeing here, if it pops up down the road we will check further. | ||
* | Run the updateDesktops() immediately instead of on delay | Kris Moore | 2016-02-08 |
| | |||
* | Disable DEBUG | Kris Moore | 2016-02-07 |
| | |||
* | Further cleanup of updateDesktops(), fix spacing / indentation and | Kris Moore | 2016-02-07 |
| | | | | change some logic which seems to fix up any remaining segfaults | ||
* | Increase the delay before checkingDesktop setup, since we can get | Kris Moore | 2016-02-06 |
| | | | | | | | into a weird race condition where xorg is still deleting / adding screens, in the middle of Lumina trying to re-apply desktops to them. Also, put sanity check on DESKTOPS.length() | ||
* | Fix a bug with Lumina-DE segfaulting during wakeup on some specific | Kris Moore | 2016-02-06 |
| | | | | | | cards / monitors. Caused problems on my 4K displayport here, and possibly other video-card / monitor combos where the screen is marked as removed when the monitor goes to sleep. | ||
* | Change the icon used for the "show desktop" plugin to match the icon the ↵ | Ken Moore | 2016-02-05 |
| | | | | plugin uses when loaded on the panel. | ||
* | Convert the ZFS snapshot timestamp label into a button with a dropdown menu ↵ | Ken Moore | 2016-02-05 |
| | | | | of all the snapshots by name (same time-ordered list: oldest->newest). This allows the user to go into a specific snapshot instead of using the time slider. | ||
* | A few small fixes to lumina-desktop: | Ken Moore | 2016-02-05 |
| | | | | | 1) When loading the "pt" locale code - pass it to QLocale as "pt_PT" so the native language translation some out properly (European portuguese, not brazilian) 2) Add a new button for the audio controls in the start menu for muting/unmuting the audio. | ||
* | Cleanup lumina-config a bit: | Ken Moore | 2016-02-05 |
| | | | | | | 1) Add an "all files" option to the background file selector dialog (just in case the file has an alternate extension/syntax). 2) Add options to select a directory (single/recursive) when looking for background files. 3) Clean up a lot of commented-out code from the mainUI file. | ||
* | Tinker with the resizeMenu class to try and bypass a bug in Qt 5.5.1 ↵ | Ken Moore | 2016-02-04 |
| | | | | (QWidget embedded in a QWidgetAction does not receive mouse-over events properly). Also ensure that when resizing the menu, the grabbed side cannot go beyond the opposite side. | ||
* | Clean up the thumbnail loading routine a bit more in lumina-fm. Due to the ↵ | Ken Moore | 2016-02-04 |
| | | | | multi-threaded nature of the loader function, we need to use signals/slots to return the newly-loaded QIcon to the main widget/thread. | ||
* | When moving a screen left/right, don't change the resolution (same physical ↵ | Ken Moore | 2016-02-04 |
| | | | | monitor - just internal location change). | ||
* | Cleanup how the ~/Desktop/* shortcuts are removed a bit. Now it catches ↵ | Ken Moore | 2016-02-04 |
| | | | | these special files and only runs the QFile::remove() function on it (just like deleteing the file from teh CLI), and the plugin itself is removed by the update routine later on after the filesystem watcher sees the change. | ||
* | Quick patch to skip the desktop removal routine if the number of available X ↵ | Ken Moore | 2016-02-04 |
| | | | | monitors is 0 (displayport/4K issue?). | ||
* | Fix a bug linking when an older libLumina is installed on the | Kris Moore | 2016-02-03 |
| | | | | system | ||
* | Merge pull request #178 from harcobbit/master | Ken Moore | 2016-02-03 |
|\ | | | | | Fix one typo. Using delete with new [] is undefined. | ||
| * | Fix one typo. Using delete with new [] is undefined. | Carlos Bohórquez | 2016-02-02 |
|/ | |||
* | Disable the quickwidget desktop plugin. The QML embedding systems are still ↵ | Ken Moore | 2016-02-02 |
| | | | | not robust enough for normal use - and no other contributors seem interested in writing QML plugins anyway. | ||
* | Bump the copyright year to -2016 in the LICENSE files. | Ken Moore | 2016-02-02 |
| | |||
* | Change the $${PRO_FILE_PWD} variable to just $${PWD}. This seems to fix path ↵ | Ken Moore | 2016-02-02 |
| | | | | issues when setting the lib/include paths. | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2016-02-02 |
|\ |