aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into deskEditorwilliam2015-03-26
|\
| * Actually move the file/dir copy onto itself check earlier in the procedure, ↵Ken Moore2015-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 Moore2015-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/luminaKen Moore2015-03-25
| |\
| | * Add my "work-in-progress" on lumina-wm (screensaver implementation so far) ↵Ken Moore2015-03-25
| | | | | | | | | | | | to GIt. This is *not* ready to be built, much less used yet.
| * | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-03-24
| |\|
| | * Add a new information file: DeveloperGuidelines.txtKen Moore2015-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 Moore2015-03-23
| | | | | | | | | | | | (Contributed by william-os4y)
| | * Update the .gitignore file to exclude the auto-generated files. (Contributed ↵Ken Moore2015-03-23
| | | | | | | | | | | | by william-os4y)
| | * Update some panel plugins so that they minimize empty space when only an ↵Ken Moore2015-03-19
| | | | | | | | | | | | icon is visible.
| | * Oops, forgot to add the new applauncher plugin files to GIT.Ken Moore2015-03-17
| | |
| | * Add a new panel plugin: applauncherKen Moore2015-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 Moore2015-03-16
| | |
| | * Add support for the older WM_NAME and WM_ICON_NAME standards in addition to ↵Ken Moore2015-03-15
| | | | | | | | | | | | the EWMH standards (_NET_WM_NAME, etc..)
| | * Add the ability to increase/decrease the icon size for the applauncher ↵Ken Moore2015-03-14
| | | | | | | | | | | | desktop plugin.
| * | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-03-05
| |\ \
| * | | Adjust the panel settings adjustment routine a bit more. Now it will no ↵Ken Moore2015-03-05
| | | | | | | | | | | | | | | | longer activate the save button when changing tabs on a panel.
* | | | Warn the user is they want to change a elemnt having translated values.william2015-03-16
| | | | | | | | | | | | | | | | In case he wants to still update it, the translated value will be removed.
* | | | remove old comment already tackledwilliam2015-03-16
| | | |
* | | | global.h is required for the LuminaOS.hwilliam2015-03-14
| | | |
* | | | fix issues with pushbuttons (Command, WorkingDir and Icon) concerning the ↵william2015-03-14
| | | | | | | | | | | | | | | | default values
* | | | Merge remote-tracking branch 'upstream/master' into deskEditorwilliam2015-03-14
|\ \ \ \ | | |_|/ | |/| |
| * | | Add a new favoriting system to the Lumina Utils library. This should make ↵Ken Moore2015-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 Moore2015-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 Moore2015-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 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
| |/ / /
* | | | spelling errorwilliam2015-03-13
| | | |
* | | | better window sizewilliam2015-03-13
| | | |
* | | | fix some label nameswilliam2015-03-13
| | | |
* | | | fix: set buttons iconswilliam2015-03-13
| | | |
* | | | set dialog's name and iconwilliam2015-03-13
| | | |
* | | | lCommand: setText() does not flag Modified() automaticallywilliam2015-03-13
| | | |
* | | | fix: when the user click cancel we don't change any valueswilliam2015-03-13
| | | |
* | | | setText() does not flag Modified() automaticallywilliam2015-03-13
| | | |
* | | | default type is Application with capital Awilliam2015-03-13
| | | |
* | | | automatically display correct folder when clicking command buttonwilliam2015-03-13
| | | |
* | | | automatically display the correct folder when clicking on Icon buttonwilliam2015-03-13
| | | |
* | | | detect the type of desktop file and adapt the layout accordinglywilliam os4y2015-03-13
| | | |
* | | | simple editor for .desktop fileswilliam os4y2015-03-13
| | | |
* | | | fix issue #55: inform user whan return code is not nullwilliam os4y2015-03-13
| | | |
* | | | adapt the .gitignore in order to avoid all constructed files.william os4y2015-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
| | |
bgstack15