Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Debian: pass buildflags to qmake, fix debug package creation, recude code | Marshall Banana | 2015-03-28 |
| | |||
* | Debian: package descriptions and substituion variables | Marshall Banana | 2015-03-28 |
| | |||
* | Debian: missing dependency libxcb-composite0-dev | darealshinji | 2015-03-28 |
| | |||
* | don't return error after running dh_auto_clean | darealshinji | 2015-03-28 |
| | | | Fix for `W: lumina-desktop source: debian-rules-ignores-make-clean-error line 32` | ||
* | Debian: package dependency fixes | darealshinji | 2015-03-28 |
| | | | | | | | Will fix the following source package issues: E: lumina-desktop source: depends-on-build-essential-package-without-using-version make [build-depends: make] E: lumina-desktop source: depends-on-build-essential-package-without-using-version g++ [build-depends: g++] E: lumina-desktop source: not-binnmuable-all-depends-any lumina-data -> libluminautils1 E: lumina-desktop source: not-binnmuable-all-depends-any lumina-data -> lumina-desktop | ||
* | Oops, fix a leftover forward-slash in the Makefile | Ken Moore | 2015-03-28 |
| | |||
* | Add thumbnail support for image files in the desktopview plugin. | Ken Moore | 2015-03-27 |
| | | | | Also update the port makefile for FreeBSD so that has the proper gstreamer plugins installed for audio support. | ||
* | Update the system tray to use the QScreen->grabWindow() routine instead of ↵ | Ken Moore | 2015-03-27 |
| | | | | the XCB->WindowImage() function which was just removed. | ||
* | Remove the XCB "WindowImage()" function from LuminaX11 - it is not working ↵ | Ken Moore | 2015-03-27 |
| | | | | properly for some reason on FreeBSD11, and using the QScreen->grabWindow(ID) routine *does* work properly for some reason, so just use the Qt function instead from now on (maybe it has better fallback routines?). | ||
* | Clean up a bit of the new XCB system tray embedding process. Still does not ↵ | Ken Moore | 2015-03-27 |
| | | | | fix FreeBSD 11, but it is a lot more reliable now. | ||
* | Update the system tray Embed/Unembed routines to use the XCB library instead ↵ | Ken Moore | 2015-03-27 |
| | | | | of XLib. This bahaves exactly the same on my FreeBSD 10.x system - still need to test a FreeBSD 11.x system. | ||
* | Merge pull request #78 from Nanolx/master | Ken Moore | 2015-03-27 |
|\ | | | | | LuminaOS-Debian #6 | ||
| * | minor string change | Christopher Roy Bratusek | 2015-03-26 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' | Christopher Roy Bratusek | 2015-03-26 |
| |\ | |/ |/| | | | | | Conflicts: libLumina/LuminaOS-Debian.cpp | ||
* | | Streamline quite a bit of the background worker: | Ken Moore | 2015-03-26 |
| | | | | | | | | | | | | 1) Make sure the background routine *only* runs if the directory has changed or been modified (changing the view/config will no longer re-scan the dir) 2) Cleanup the number of translated strings in the dir info routine, and make it easily modified for larger file sizes (already increased to TB now). 3) Ensure that the whole-dir info is re-displayed if the selection is cleared. | ||
* | | Clean up the new filesystemusage functions a bit. Make sure that the ↵ | Ken Moore | 2015-03-26 |
| | | | | | | | | directory is quoted within the command (could be spaces in the path). | ||
* | | Clean up the retcode > 0 "or" usage in main.cpp | Ken Moore | 2015-03-26 |
| | | |||
| * | - updated debian/changelog | Christopher Roy Bratusek | 2015-03-26 |
|/ | | | | | - checksums for LuminaOS-Debian and LuminaOS-Linux - capacity for LuminaOS-Debian | ||
* | Merge pull request #77 from william-os4y/fmNumbers | Ken Moore | 2015-03-26 |
|\ | | | | | include some information about the files in the statusbar | ||
| * | Merge remote-tracking branch 'upstream/master' into fmNumbers | william | 2015-03-26 |
| |\ | |/ |/| | |||
* | | Actually move the file/dir copy onto itself check earlier in the procedure, ↵ | Ken Moore | 2015-03-26 |
| | | | | | | | | that way we can't run into the situation where the dir is removed because of the conflicting destination. | ||
* | | Clean up a couple things in lumina-fm: | Ken Moore | 2015-03-26 |
| | | | | | | | | | | | | 1) Fix the double-run of the background dir checker when changing directories. 2) Add the file overwrite checks to the cut procedures in the backend. 3) If a file/dir is copied onto itself, just skip it rather than erroring. | ||
* | | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-03-25 |
|\ \ | |||
| * | | Add my "work-in-progress" on lumina-wm (screensaver implementation so far) ↵ | Ken Moore | 2015-03-25 |
| | | | | | | | | | | | | to GIt. This is *not* ready to be built, much less used yet. | ||
* | | | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-03-24 |
|\| | | |||
* | | | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-03-05 |
|\ \ \ | |||
* | | | | Adjust the panel settings adjustment routine a bit more. Now it will no ↵ | Ken Moore | 2015-03-05 |
| | | | | | | | | | | | | | | | | longer activate the save button when changing tabs on a panel. | ||
| | | * | display some filesystem's information on the statusbar in a thread safe manier | william | 2015-03-25 |
| | | | | |||
| | | * | update FileSystemCapacity for Linux, Freebsd and DragonflyBSD | william | 2015-03-24 |
| | | | | |||
| | | * | create FileSystemCapacity and put it in LuminaOS | william | 2015-03-24 |
| | | | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into fmNumbers | william | 2015-03-24 |
| | | |\ | | | |/ | | |/| | |||
| | * | | Add a new information file: DeveloperGuidelines.txt | Ken Moore | 2015-03-23 |
| | | | | | | | | | | | | | | | | This file just contains basic information about coding practices and such for people interested in submitting updates or utilities. | ||
| | * | | Add a file removal verification prompt to the slideshow removal button. ↵ | Ken Moore | 2015-03-23 |
| | | | | | | | | | | | | | | | | (Contributed by william-os4y) | ||
| | * | | Update the .gitignore file to exclude the auto-generated files. (Contributed ↵ | Ken Moore | 2015-03-23 |
| | | | | | | | | | | | | | | | | by william-os4y) | ||
| | | * | Add display of the filesystem's capacity in the statusbar | william | 2015-03-21 |
| | | | | |||
| | | * | Add possibility to calculate the file size of the selected items. | william | 2015-03-21 |
| | | | | | | | | | | | | | | | | Refactoring of the procedure | ||
| | | * | Add in statusBar, side to the number of items displayed, the size of the files | william | 2015-03-20 |
| | | | | |||
| | | * | Display the number of items in a directory in the statusBar | william | 2015-03-20 |
| | | | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into fmNumbers | william | 2015-03-20 |
| | | |\ | | | |/ | | |/| | |||
| | * | | Update some panel plugins so that they minimize empty space when only an ↵ | Ken Moore | 2015-03-19 |
| | | | | | | | | | | | | | | | | icon is visible. | ||
| | * | | Oops, forgot to add the new applauncher plugin files to GIT. | Ken Moore | 2015-03-17 |
| | | | | |||
| | * | | Add a new panel plugin: applauncher | Ken Moore | 2015-03-16 |
| | | | | | | | | | | | | | | | | This is a quick shortcut for launching a single application - effectively "pinning" an application to a panel. | ||
| | * | | Add the -o flags to the FreeBSD shutdown/restart commands (works faster) | Ken Moore | 2015-03-16 |
| | | | | |||
| | * | | Add support for the older WM_NAME and WM_ICON_NAME standards in addition to ↵ | Ken Moore | 2015-03-15 |
| | | | | | | | | | | | | | | | | the EWMH standards (_NET_WM_NAME, etc..) | ||
| | * | | Add the ability to increase/decrease the icon size for the applauncher ↵ | Ken Moore | 2015-03-14 |
| | | | | | | | | | | | | | | | | desktop plugin. | ||
| | * | | Add a new favoriting system to the Lumina Utils library. This should make ↵ | Ken Moore | 2015-03-14 |
| | | | | | | | | | | | | | | | | things easier to add/change as necessary in the future (not tied into any of the display classes yet). | ||
| | * | | Allow the favoriting of files in lumina-fm that do *not* conflict with a ↵ | Ken Moore | 2015-03-14 |
| | | | | | | | | | | | | | | | | currently-active favorite with the same name. If the current favorite is stale/broken - go ahead and replace it with the new one. | ||
| | * | | Revert the previous update with regards to the removal of broken "favorite" ↵ | Ken Moore | 2015-03-14 |
| | | | | | | | | | | | | | | | | sym-links. There are many cases where the user would want to keep those links around even when the location it points at is not available at the moment. | ||
| | * | | Truncate the timezone country names to 20 characters. (more than enough to ↵ | Ken Moore | 2015-03-14 |
| | | | | | | | | | | | | | | | | see what the country is) | ||
| | * | | Add the ability to set/use custom timezones on the system - defaulting to ↵ | Ken Moore | 2015-03-14 |
| | | | | | | | | | | | | | | | | the system time (whatever that might be). |