Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Before activating the panel on mouse-over, save the ID of the currently ↵ | Ken Moore | 2015-04-24 |
| | | | | active window and then re-activate that other window when the mouse leaves the panel. | ||
* | Update the Fluxbox startup command to use the new "-no-slit" and ↵ | Ken Moore | 2015-04-22 |
| | | | | "-no-toolbar" flags. | ||
* | Setup the Lumina panel with mouse tracking, and activate the window when the ↵ | Ken Moore | 2015-04-22 |
| | | | | mouse goes on top of it to prevent possible double-clicks from being necessary to interact with some buttons/tray apps. | ||
* | Fix a bug where the clicking on the currently-active window on the ↵ | Ken Moore | 2015-04-22 |
| | | | | taskmanager will not minimize the window. | ||
* | Merge pull request #95 from Nanolx/master | Ken Moore | 2015-04-22 |
|\ | | | | | Debian: include lumina-fileinfo | ||
| * | typo | Christopher Roy Bratusek | 2015-04-22 |
| | | |||
| * | enable building lumina-fileinfo (Debian) | Christopher Roy Bratusek | 2015-04-22 |
| | | |||
* | | Don't disable the save button on the "defaults" page any more. The autostart ↵ | Ken Moore | 2015-04-22 |
|/ | | | | tab (on that page) queues up changes and needs that button visible. | ||
* | Re-enable lumina-fileinfo within the general lumina build procedure and ↵ | Ken Moore | 2015-04-22 |
| | | | | update the port files as necessary | ||
* | Add support for running "lumina-fileinfo" from the right-click menu in lumina-fm | Ken Moore | 2015-04-22 |
| | |||
* | Make sure that lumina-fileinfo displays an error message if an invalid file ↵ | Ken Moore | 2015-04-22 |
| | | | | type is supplied to the utility. | ||
* | Make sure that lumina-fileinfo is only run on *.desktop files from the ↵ | Ken Moore | 2015-04-22 |
| | | | | desktopview plugin (does not support other types of files yet). | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-04-22 |
|\ | |||
| * | Merge pull request #93 from Nanolx/master | Ken Moore | 2015-04-21 |
| |\ | | | | | | | Updates for Debian | ||
| | * | no lumina-fileinfo dependency yet | Christopher Roy Bratusek | 2015-04-21 |
| | | | |||
| | * | prevent building lumina-fileinfo for now | Christopher Roy Bratusek | 2015-04-21 |
| | | | |||
| | * | add lumina-fileinfo.install (Debian) | Christopher Roy Bratusek | 2015-04-21 |
| | | | |||
| | * | new snapshot (Debian) | Christopher Roy Bratusek | 2015-04-21 |
| | | | |||
| | * | add lumina fileinfo package (Debian) | Christopher Roy Bratusek | 2015-04-21 |
| | | | |||
| | * | lsb_release path for Debian | Christopher Roy Bratusek | 2015-04-21 |
| |/ | |||
* / | Move the initial screen brightness and volume setting routines into the ↵ | Ken Moore | 2015-04-22 |
|/ | | | | session initialization (out of the system dashboard plugin). | ||
* | Clean up the new lumina-fileinfo utility. | Ken Moore | 2015-04-21 |
| | | | | | | | 1) Get it setup for translations 2) Update the project file to work with all the Lumina defines/locations 3) Remove the registration of the *.desktop shortcut (CLI requirements, not a stand-alone app) 4) Clean up the icon/theme usage so if the icon theme gets changed it will be updated in the utility right away. | ||
* | Remove lumina-fileinfo from the overall build (lumina.pro) until it gets ↵ | Ken Moore | 2015-04-21 |
| | | | | tested a bit more. | ||
* | Merge pull request #92 from william-os4y/deskEditor | Ken Moore | 2015-04-21 |
|\ | | | | | I propose you the lumina-fileinfo | ||
| * | test the return code of the command to mv file to refresh the icon. | wi | 2015-04-20 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' into deskEditor | wi | 2015-04-20 |
| |\ | |||
| * | | This is a complete adaptation of lumina-fileinfo. | wi | 2015-04-17 |
| | | | | | | | | | | | | | | | The most important element is that during the loadDEsktopFile we check the content of the file. In case the file does not contains the mandatory elements (cfr http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html) we reject it and ask the user to manually (via an anoter tool) correct it, or to restart from scratch. | ||
| * | | Merge remote-tracking branch 'upstream/master' into deskEditor | wi | 2015-04-17 |
| |\ \ | |||
| * \ \ | Merge remote-tracking branch 'upstream/master' into deskEditor | wi | 2015-04-15 |
| |\ \ \ | |||
| * | | | | Corrections proposed by Ken | wi | 2015-04-14 |
| | | | | | |||
| * | | | | Merge remote-tracking branch 'upstream/master' into deskEditor | wi | 2015-04-14 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge remote-tracking branch 'upstream/master' into deskEditor | wi | 2015-04-12 |
| |\ \ \ \ \ | |||
| * | | | | | | refactring of lumina-fileinfo: | wi | 2015-04-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - detect if a field exist in different language and inform the user - add the inMemoryFile which contains the whole lines of the config. every modifications are stored in there and once the user click "apply" the whole content goes to disk - adapt the changes requested by the user in the inMemoryFile (no more when the user click on "Apply"). | ||
| * | | | | | | have a config directory to store templates | wi | 2015-03-29 |
| | | | | | | | |||
| * | | | | | | put the name lumina-fileinfo | william | 2015-03-26 |
| | | | | | | | |||
| * | | | | | | Merge remote-tracking branch 'upstream/master' into deskEditor | william | 2015-03-26 |
| |\ \ \ \ \ \ | |||
| * | | | | | | | Warn the user is they want to change a elemnt having translated values. | william | 2015-03-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case he wants to still update it, the translated value will be removed. | ||
| * | | | | | | | remove old comment already tackled | william | 2015-03-16 |
| | | | | | | | | |||
| * | | | | | | | global.h is required for the LuminaOS.h | william | 2015-03-14 |
| | | | | | | | | |||
| * | | | | | | | fix issues with pushbuttons (Command, WorkingDir and Icon) concerning the ↵ | william | 2015-03-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default values | ||
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into deskEditor | william | 2015-03-14 |
| |\ \ \ \ \ \ \ | |||
| * | | | | | | | | spelling error | william | 2015-03-13 |
| | | | | | | | | | |||
| * | | | | | | | | better window size | william | 2015-03-13 |
| | | | | | | | | | |||
| * | | | | | | | | fix some label names | william | 2015-03-13 |
| | | | | | | | | | |||
| * | | | | | | | | fix: set buttons icons | william | 2015-03-13 |
| | | | | | | | | | |||
| * | | | | | | | | set dialog's name and icon | william | 2015-03-13 |
| | | | | | | | | | |||
| * | | | | | | | | lCommand: setText() does not flag Modified() automatically | william | 2015-03-13 |
| | | | | | | | | | |||
| * | | | | | | | | fix: when the user click cancel we don't change any values | william | 2015-03-13 |
| | | | | | | | | | |||
| * | | | | | | | | setText() does not flag Modified() automatically | william | 2015-03-13 |
| | | | | | | | | | |||
| * | | | | | | | | default type is Application with capital A | william | 2015-03-13 |
| | | | | | | | | |