aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Finish cleaning up the TTY Process class, and get it setup for close ↵Ken Moore2016-03-10
| | | | notifications as well. Now the TTY Process thing is finished, just need to fix up the binary data display on the widget side of things.
* Now we can send input back to the TTYKris Moore2016-03-10
|
* Now we can successfully read from the pty, needs cleanup on how we displayKris Moore2016-03-10
| | | | the output, and nothing is connected to send data back yet
* Push some debugging for pty readingKris Moore2016-03-10
|
* Fix a freeze when starting the pty process, can't ReadAll() if nothingKris Moore2016-03-09
| | | | exists
* Fix setting up the execvp args, the [0] needs to be the actual program,Kris Moore2016-03-09
| | | | followed by the arguments
* Convert TTYprocess to a QFile, add some testing for execvp (which makesKris Moore2016-03-09
| | | | the shell start, but then terminal hangs)
* Oops, forgot to add the new TtyProcess files in the last commit.Ken Moore2016-03-09
|
* Get a bunch more of the lumina-terminal app written up. Still not quite done ↵Ken Moore2016-03-09
| | | | yet, but getting close.
* Update the window movement routine to use an alternate ICCCM WM request for ↵Ken Moore2016-03-08
| | | | fixing an initial window placement. This allows flux to do the frame matching/adjustments as needed (and seems to be reliable).
* Cleanup all the DESTDIR usage within the project files. Now this can be ↵Ken Moore2016-03-04
| | | | easily used for automated package builders (for a temporary working directory).
* Merge pull request #196 from Nanolx/masterKen Moore2016-03-02
|\ | | | | Update Debian packaging scripts
| * bump debian/changelogChristopher Roy Bratusek2016-03-01
| |
| * build dbgsym packagesChristopher Roy Bratusek2016-03-01
| |
| * Update Debian GNU/Linux packaging scriptsChristopher Roy Bratusek2016-03-01
| | | | | | | | | | | | | | | | * update for recent Linux distribution detection changes * simplify rules * add missing dependency on libqt5svg5 * install usr/share/applications/lumina-support.desktop * install usr/share/Lumina-DE/quickplugins/quick-sample.qml
| * OS-detect.pri: remove Fedora portion, as Fedora's lumina-desktop.spec build ↵Christopher Roy Bratusek2016-03-01
| | | | | | | | file does set all variables on it's own
| * OS-detect.pri: don't forcefully override PREFIXChristopher Roy Bratusek2016-03-01
| |
| * fixup OS-detect.pri so that externally passed variables from qmake actually ↵Christopher Roy Bratusek2016-03-01
|/ | | | take effect
* Remove the "Terminal" and "StartupNotify" entries within the ↵Ken Moore2016-02-26
| | | | lumina-supprot.desktop file (not used for Link-type files anyway). I am leaving the "Categories" entry so that the item appears within the proper menu category, the fact that the "Categories" entry is listed in the spec as only for "Application"-type files appears to be an oversight in the specs and needs to be fixed upstream.
* Fix a typo in the "nl" translation file for lumina-fileinfo.Ken Moore2016-02-26
|
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-02-25
|\
| * Merge pull request #193 from zyixc/Lumina-NLKen Moore2016-02-23
| |\ | | | | | | Add dutch translations
| | * Add dutch translation for i18n/lumina-wmZyixc2016-02-22
| | |
| | * Add dutch translation for i18n/lumina-searchZyixc2016-02-22
| | |
| | * Add dutch translation for i18n/lumina-screenshotZyixc2016-02-22
| | |
| | * Add dutch translation for i18n/lumina-openZyixc2016-02-22
| | |
| | * Add dutch translation for i18n/lumina-infoZyixc2016-02-22
| | |
| | * Add dutch translation for i18n/lumina-fmZyixc2016-02-22
| | |
| | * Add dutch translation for i18n/lumina-fileinfoZyixc2016-02-22
| | |
| | * Add dutch translation for i18n/lumina-desktopZyixc2016-02-22
| | |
| | * Add dutch translation for i18n/lumina-configZyixc2016-02-22
| |/
* / Remove the "-o" options from the reboot/shutdown commands in Lumina - this ↵Ken Moore2016-02-25
|/ | | | bypasses the PC-BSD update system on 11.x
* Tag version 0.9.0-devel on the master branch (corresponds to ↵Ken Moore2016-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 Moore2016-02-19
| | | | hidden/removed right away.
* Fix up a couple other small bugs:Ken Moore2016-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 Moore2016-02-19
| | | | (non-embedded apps).
* Remove the 80-pixel limit to the text shown on task manager buttons ↵Ken Moore2016-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 Moore2016-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 Moore2016-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/luminaKen Moore2016-02-18
|\
| * Merge pull request #185 from Sunderland93/masterKen Moore2016-02-15
| |\ | | | | | | Update override_dh_install, fix #184
| | * Update override_dh_install, fix #184Aleksey Samoilov2016-02-15
| |/ | | | | This PR fix #184
* / Find/switch a bunch of other "delete" calls on QWidgets to the Qt ↵Ken Moore2016-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 Moore2016-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 Moore2016-02-12
| | | | function. This might fix the random issues with desktop crashes on non-FreeBSD systems.
* Merge pull request #182 from vovd/masterKen Moore2016-02-12
|\ | | | | Fix #179
| * Update libluminautils1.installvovd2016-02-12
| |
| * Update libluminautils-dev.installvovd2016-02-12
|/
* Oops - Looks like the Lumina-DE.desktop files was accidentally removed from ↵Ken Moore2016-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 Moore2016-02-10
|
bgstack15