aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix type-o that caused tag mismatch in translationJameson Little2015-05-07
|
* Merge pull request #110 from grayed/masterKen Moore2015-05-07
|\ | | | | Don't try to free(3) a pointer to stack.
| * Don't try to free(3) a pointer to stack.Vadim Zhukov2015-05-05
| | | | | | | | | | | | | | | | GCC warning helped to spot a real bug: near line 1185 of libLumina/LuminaX11.cpp there is a call: `free(&hints);`, - but the "hints" is allocated on the stack a few lines above. This looks like a copy-paste error, since other free(&hints) instances look like sane (unless I've missed something, of course).
* | Merge pull request #109 from kloun/patch-1Ken Moore2015-05-07
|\ \ | |/ |/| translated lumina-info on ru (русский)
| * translated lumina-info on ru (русский)kloun2015-05-02
|/
* Add a (commented out) experimental feature for tagging all the various ↵Ken Moore2015-05-01
| | | | desktop plugin widgets by the name of the plugin. Leaving this disabled by default until some more testing is performed to see how well it works.
* Add some additional error checking to the new "Open Terminal Here" ↵Ken Moore2015-05-01
| | | | functionality in lumina-fm.
* Merge pull request #104 from william-os4y/fileinfoKen Moore2015-05-01
|\ | | | | LXDG::loadDesktopFile improvement proposition
| * improve the decision regarding valid desktop files by check if Name and Type ↵wi2015-04-30
| | | | | | | | are well present.
* | Merge pull request #105 from william-os4y/fileinfo2Ken Moore2015-05-01
|\ \ | | | | | | patches of lumina-fileinfo when the proposed file is not existing or empty
| * | this patch correct 2 issues with non existing files:wi2015-04-30
| |/ | | | | | | | | | | | | - lumina-fileinfo file (where file is a not existing file) now return expected values - lumina-fileinfo file.desktop (where file.destp is an empty file) now present the correct screen allowing users to enter values of the desktop file Thanks to last fix, users willing to create a desktop file (via lumina-fm -> new file) in their ~/Desktop folder are able to edit it.
* | Merge pull request #108 from william-os4y/fm-termKen Moore2015-05-01
|\ \ | | | | | | this change propose to have the "Open Terminal here" menu in lumina-fm
| * | Merge remote-tracking branch 'upstream/master' into fm-termwi2015-05-01
| |\|
| * | use the termnial application specified by the user as the default-terminal.wi2015-05-01
| | |
| * | Add a contextMenu allowing the user to open a terminal in the selected folderwi2015-04-26
| | |
* | | Update the documentation on the ROADMAP and the plugins available in the ↵Ken Moore2015-05-01
| |/ |/| | | | | comments for the default luminaDesktop.conf
* | Fix/Fix a couple important bugs before announcing 0.8.4-release:Ken Moore2015-04-30
| | | | | | | | | | | | | | | | 1) Desktop plugins are not getting removed. - This appears to be a bug in Qt 5.4.1 from what I can tell (any window buttons in the QMdiSubWindow are non-responsive), but for the moment the user can right-click on the plugin titlebar and select "close" from the menu for the same effect. I have fixed a couple edge cases/situations where forcibly closing/removing a desktop plugin will crash the session (it behaves properly in all situations now from my testing). 2) Disable the panel location limitations in lumina-config since with the new lenght settings it is possible to place panels in any location now (such as two panels on the top - one pinned left and the other pinned right). 3) Fix up the desktop plugin area calculations so they properly handle panels in any configuration. 4) If the desktop area was re-configured, go through and adjust the location/sizing of any desktop plugins (to ensure that they are all within the available space - use the grid alignment procedure).
* | Update README.mdKen Moore2015-04-29
| | | | | | Fix a typo and add additional information about the "Releases" page on GitHub.
* | Rename the lumina-wm directory to lumina-wm-INCOMPLETE so people know it is ↵Ken Moore2015-04-29
| | | | | | | | not ready yet. Also update the readme with the information about the new release.
* | Add the "file:" flag to the beginning of any local file in lumina-open if ↵Ken Moore2015-04-28
| | | | | | | | the app specifically asks for a URL.
* | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-28
|\ \
| * | Improve the x11/lumima port to pull from GitHub releases nowKris Moore2015-04-28
| | |
* | | Tag the version in the master branch of the source tree 0.8.5-devel now ↵Ken Moore2015-04-28
|/ / | | | | | | (since 0.8.4-release was just branched/released).
* | Move the timer to launch the startup applications into the session itself ↵Ken Moore2015-04-28
| | | | | | | | (instead of main.cpp). This should prevent the random occasions when that timer never seems to go off.
* | Tag version 0.8.4-Release in preparation for branching.Ken Moore2015-04-28
| |
* | Update the system window a bit and how it is used in the session. Now there ↵Ken Moore2015-04-28
| | | | | | | | is only a single system window per session, and it is simply shown/hidden as necesary. This allow it to become visible *much* faster than creating the window from scratch every time.
* | Final fix for the new panel window-reactivation routine: only re-activate ↵Ken Moore2015-04-28
| | | | | | | | the window if it is still visible on the screen
* | Add a button to the userbutton "home dir" section for starting a search of ↵Ken Moore2015-04-28
| | | | | | | | the selected directory. Also enable the use of lumina-fileinfo for *any* file within the desktopview plugin.
* | Finish up the conversion of lumina-fm to the new favorites system. Now it is ↵Ken Moore2015-04-28
| | | | | | | | completely ready.
* | Remove the "TabBarAutoHide" usage in lumina-fileinfo for now. Apparently ↵Ken Moore2015-04-28
| | | | | | | | that is new as of Qt 5.4, and some platforms (OpenBSD) do not have that version yet.
* | Add size info to the list in lumina-fileinfo, and disable the desktop file ↵Ken Moore2015-04-27
| | | | | | | | editor (but leave it visible) if the file is not writable by the user.
* | Oops, forgot to change over the userbutton to use the new favorites system ↵Ken Moore2015-04-27
| | | | | | | | for creating/removing favorites.
* | have lumina-fm use the new favorites system for checking if a file is a ↵Ken Moore2015-04-27
| | | | | | | | favorite.
* | Enable the ability to open lumina-fileinfo for any file/directory.Ken Moore2015-04-27
| |
* | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-27
|\ \
| * \ Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-27
| |\ \
| * | | Setup the lumina-desktop to use the new favorites system:Ken Moore2015-04-27
| | |/ | |/| | | | | | | | | | | | | 1) Convert any old system to the new one on login (0.8.4-devel users will need to wait until 0.8.4-release or 0.8.5-devel - the next change to the session version). 2) Update the User Buton plugin to use the new system and streamline when it actually probes the filesystem for changes (makes it even faster) 3) Update the Desktop Bar plugin to use the new system as well.
* | | Add support for lumina-fm to be able to handle all input files (not just ↵Ken Moore2015-04-27
| | | | | | | | | | | | *.desktop shortcuts).
* | | Activate the file properties (lumina-fileinfo) for *any* files now.Ken Moore2015-04-27
| |/ |/|
* | Add two new keybard shortcuts to the default Fluxbox setting:Ken Moore2015-04-27
| | | | | | | | Meta + [Left/Right] -> Arrange windows in a tiling fashion with the currently active window on the [left/right] half of the screen.
* | Oops, forgot to add an icon for the new search menu option.Ken Moore2015-04-27
| |
* | Add support for launching lumina-search on the currently-viewed directory ↵Ken Moore2015-04-27
| | | | | | | | from within lumina-fm
* | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-27
|\ \
| * \ Merge pull request #98 from william-os4y/removetabsKen Moore2015-04-27
| |\ \ | | |/ | |/| since mixing tabs and spaces can generate troubles in some editors, I've...
| | * since mixing tabs and spaces can generate troubles in some editors, I've ↵wi2015-04-26
| |/ | | | | | | removed the tabs
* / Add new variability for lumina-search:Ken Moore2015-04-27
|/ | | | | | | 1) New CLI Usage Flags: lumina-search [-no-excludes] [-dir [<path>]] [-search <term>] These flags allow for a ton of variability with the utility: such as intantly setting the search dir/parameters, or starting a search for an app/dir/file right away. 2) Also put a new checkbox on the config UI to determine whether to save setttings as the new defaults or to use them temporarily. This allows for temporary setting of the search dir/excludes. 3) Make sure to list the current search dir and whether there are any excluded dirs ("Smart" mode) within the status bar when a file search is selected.
* Add support for system-defined default non-mime applications in the ↵Ken Moore2015-04-25
| | | | | | | luminaDesktop.conf file. New Values: session.default.[terminal, filemanager, webbrowser, email]=<binary name or path to *.desktop file>
* Finish getting the new Favorites system cleaned up in libLumina. Now it is ↵Ken Moore2015-04-25
| | | | ready for use in the session/plugins.
* Add (but disable by default) some additional debuggin information. Also turn ↵Ken Moore2015-04-25
| | | | off the debugging for the session/desktop/panel classes by default.
* Fix another bug with the new panel/window activation switcher: do *not* ↵Ken Moore2015-04-25
| | | | re-activate the original window if a new window was activated in the meantime (such as when activating a window with the task manager).
bgstack15