| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
1) Implement the file dropping on the desktop
2) Fix the panel painting routine to ensure the proper "fake" transparency is applied.
3) Add a missing include line in the panel "applauncher" plugin.
4) Fix the initial desktop icon size setting.
|
|
|
|
|
|
|
|
|
| |
- Now the desktop plugins are drag-and-drop based, resulting in the user being able to simply drag the plugins around as necessry.
- All the plugins now have a special context menu (right-click, or click and hold the left mouse button for 1/2 second), which provides options to start moving/resizing the plugin as well as the removal option.
Known Issues:
- The cross-application drop event for files is currently flagged as valid - but does not actually run anything yet (to be finished up soon)
- Hidden panels are not being updated when plugins are moved around yet - resulting in some screen artifacting on the panel. (to be fixed soon)
|
|
|
|
| |
removing the button directly.
|
| |
|
|
|
|
| |
Also turn off some debuging information from the system tray plugin.
|
| |
|
|
|
|
| |
panels "detecting" when the mouse leaves the window.
|
|
|
|
| |
issues when trying to install the debug version of apps. Instead, the makefiles should be generated with the command "qmake[-qt5] CONFIG+=debug". That will set the debug flag for the Makefile and allow the user to run make and "make install" normally (but with debugging enabled)
|
|
|
|
| |
from the lumina-desktop.pro file for now.
|
|
|
|
| |
with debugging symbols included. The standard "make" will be exactly the same.
|
|
|
|
| |
ensure that the process was started first before going into the "wait loop" afterwards. This should fix race conditions where Lumina was trying to call an application which was not installed on the system, or the application does not startup for some reason.
|
|
|
|
| |
the no-frame movement routine if the window is at the top of the screen.
|
|
|
|
| |
class.
|
|
|
|
| |
lumina-config.
|
|
|
|
| |
check/verifications. This should fix the issue with *some* windows appearing with exactly the title bar off-screen.
|
|
|
|
| |
the dir loads - it gets rebuild later on when loading the items into the viewer.
|
|
|
|
| |
directory up front with placeholder icons for image files - then kicks off a background thumbnail process afterwards to gradually convert the placeholders into thumbnails. This allows the user to instantly start to browse/use the directory while the thumbnails are still being loaded (if on a slow system or have tons of large image files to read).
|
|
|
|
| |
after creating new files/dirs (just in case the filesystem does not report changes properly), and ensure that clicking the slideshow/player buttons always opens the player (even if an invalid file is selected at that moment).
|
|
|
|
| |
given window is "sticky" in which case it always returns the current workspace.
|
|
|
|
| |
file within the directory getting changed.
|
|
|
|
|
| |
1) When copying/cutting files, also place a copy of the file list into the standard text/uri-list mimetype (with the local file URL syntax: file://) - This allows the files to be seen by other applications (if supported)
2) Also update the drag/drop functionality to use the standard text/uri-list format for all drag/drop operations. This allows movement of files between apps (such as moving a local file into a web-based file paste site).
|
|\ |
|
| | |
|
| |\
| | |
| | | |
Tidier wording, and punctuation, in BootSplash.cpp
|
| |/
| |
| | |
Primarily: 'Workspace' in lieu of 'Desktop(s)', and 'Applications' in lieu of 'System Applications'. Plus other minor changes to wording. Ellipses (…) – with leading space, see for example http://english.stackexchange.com/a/28208/11504
|
|/
|
|
|
| |
1) The XCB event filter should not use the Damage ID in event detection, because each individual tray app uses their own damage ID and not the tray ID.
2) Fix the "back" button icon in the start menu plugin.
|
|
|
|
| |
earlier commit.
|
|
|
|
| |
desktopview plugin a bit more.
|
|
|
|
| |
better handle inputs which are provided in the "file://" syntax.
|
|
|
|
| |
ready to be distributed yet, only the basic application wrapper is functional (no terminal functionality yet).
|
|
|
|
| |
when the list of snapshots has changed and will reload the snapshots shown in the UI on demand.
|
|
|
|
| |
for opening a terminal in a directory.
|
|
|
|
|
|
|
|
| |
particular directory. It appears that most Linux-DE terminal apps do not properly apply the universal "-e" flag, so add special handling of the following terminal applications:
mate-terminal, lxterminal, gnome-terminal, xfce4-terminal, konsole
This makes those application work properly now, but it *could* break in the future if the app devs decide to modify the CLI flags for their app.
|
|
|
|
| |
behind by Qt Designer - caused a compile warning)
|
|
|
|
| |
before it appears. This will sync it up with the current system settings - in case the workspace was changed earlier by some other method.
|
|
|
|
| |
snapshots were removed while the user was browsing the dir.
|
|
|
|
|
| |
1) Desktop Switcher -> Workspace Switcher
2) Home Button -> Show Desktop
|
|
|
|
| |
to the grid, item sizes are a bit bigger than the icon width, and the icon increase/decrease code works better.
|
| |
|
|
|
|
| |
session. Now when a submenu on the panel is closed somehow or a window was modified with the task manager, it will properly find/activate the right window again.
|
|
|
|
| |
down to 10% - this prevents the user from completely blacking out their screen by accident.
|
|
|
|
| |
before starting up the Lumina session. That variable causes Qt to load other theme engines/plugins - preving the desktop from loading properly.
|
|
|
|
| |
image has been previewed. This prevents a long loading time if tons of wallpapers are setup for rotations.
|
|
|
|
| |
Found out that (at least on FreeBSD 10.2 right now), the xcb_damage_create() routine does absolutely nothing (no damage events ever sent out when the window changes). Switching this back to the Xlib XDamageCreate() routine makes it work perfectly again. Need to ask about this upstream and see if this is a known bug/regression in the XCB libraries.
|
|
|
|
| |
more distinct from the main days area
|
|
|
|
| |
gets a single-instance dir request.
|
| |
|
|
|
|
| |
calculating the path to switch to a new snapshot. Also disable the "go up" functionality if going to a snapshot where the current dir does not exist.
|
|
|
|
|
|
|
|
|
| |
1) WinKey+L - lock screen
2) WinKey+Space - launch lumina-search
3) WinKey+PgUp - Volume up
4) WinKey+PgDown - Volume down
5) WinKey+Home - Brightness Up
6) WinKey+End - Brightness Down
|
|
|
|
| |
CQTreeWidgetItem (assumes the DirWidget::DetailTypes enumeration always matches the column ordering) - but since re-ordering the columns is not a user-configurable yet, this does not cause any problems at the moment (need to find a way to embed the column type into the QTreeWidgetItem - no easy way to get the correlation at teh moment within the CQTreeWidgetItem routine)
|