| Commit message (Collapse) | Author | Age |
|
|
|
| |
lumina-fileinfo utilities. This allows the user to copy that information to the clipboard for use elsewhere.
|
|
|
|
| |
the full text of the window title as the tooltip.
|
| |
|
|
|
|
| |
If the "desktopview" plugin is used on the desktop, remove it and trigger the auto-generation of desktop icons instead.
|
|
|
|
| |
list/tree widget currently has focus.
|
|
|
|
| |
registered in the main window, and it passes the signal to the currently-active browser for evaluation/action. This allows the shortcuts to work no matter what window/widget is currently active.
|
|
|
|
| |
shortcut, or in the file menu).
|
|
|
|
| |
class. This flag will let a new instance of the app be spawned - bypassing any exising instance as necessary.
|
|
|
|
| |
DirWidgets within a horizontal scroll area (for column view with lots of columns).
|
|
|
|
| |
from the main process using QtConcurrent. This keeps the ui completely interactive while still loading all the images.
|
|
|
|
| |
tooltip before)
|
|
|
|
| |
tabs&columns), and also fix up the auto-loading of a new browser in column mode when the active tab is *not* the browser tab.
|
|
|
|
| |
duplication of information.
|
|
|
|
| |
(user-desktop) instead of a house.
|
|
|
|
| |
consistency with window title. Also make that tabbar auto-hide if there is only one tab (not an XDG shortcut)
|
| |
|
|
|
|
| |
accidentally get passed through to the loading mechanisms (usually after a drop event or other file operations).
|
|
|
|
|
|
|
| |
1) Put the status label on a line below all the buttons (they get crushed together with multiple columns)
2) Fix the time-based event processing when loading a directory (1/2 second updates now)
3) Update the drag/drop indicator items based on the directory underneath.
4) Fix the F5 keyboard shortcut to refresh a directory.
|
|
|
|
| |
initial/target directories are both within the user's home dir - otherwise treat it as a copy operation.
|
|
|
|
| |
possible for the size of the menu (including active change on resize).
|
|
|
|
| |
instantaneous disk IO stat instead of the system uptime average.
|
|
|
|
| |
icon should always match what was requested for the button.
|
|
|
|
| |
Now you can specify: "INHERITS=<name of theme>" within the theme file and it will replace that line with the contents of the other theme (if it exists). This allows all the lumina-interface-specific settings to be put within the "None" theme, and the Lumina-Default theme just inherits those settings at the outset (a lot easier to maintain/adjust going forward).
|
|
|
|
| |
takes care of readability instead now.
|
|
|
|
|
|
|
| |
1) Adjust the font outlines quite a bit more - now it properly respects the theme settings and adjusts appropriately.
2) Add options to re-size all the desktop icons at the same time (use 16 pixel increments)
3) Adjust the default desktop icon size (use a 64x64 icon be default).
4) Ensure that the applauncher re-scales the icon as necessary to ensure it is the proper size.
|
|
|
|
| |
like I missed it during the big conversion)
|
|
|
|
|
|
|
| |
1) When refreshing a directory - don't re-load any already-loaded thumbnails
2) When loading the directory items or loading thumbnails, don't use a hard-coded item count for when to processEvents, instead use a time-based system (process events every second of loading time). This allows fast systems to use their speed while not penalizing slow systems)
Also disable the use of the backend file cache for lumina-fm: the time saved is so small that it is not worth the risk of missing changes to directory contents on rapid refreshes.
|
| |
|
|
|
|
| |
external utilities. This should catch/break the loop if the external utility stops in some strange way.
|
|
|
|
| |
readable in all situations/backgrounds, as well as accounting for the change in thickness to ensure that the text is not cut off at the edge of the box.
|
| |
|
|
|
|
| |
for any text. This still needs a bit of tweaking, but overall seems to work quite well.
|
|
|
|
| |
file as well. Also remove the "sample" desktop plugin from being included in the build.
|
|
|
|
| |
automatically update the panel plugins (systemdashboard removed, appmenu/userbutton->systemstart)
|
|
|
|
| |
items (speeds things up quite a bit).
|
|
|
|
| |
arguments prevents the app from starting up with any dirs loaded.
|
|
|
|
| |
with clearly labelled categories of applications.
|
|
|
|
| |
to read/use.
|
| |
|
|
|
|
| |
resizing and the startmenu savees it's size between sessions.
|
|
|
|
|
| |
This simply inserts a horizontal/vertical line to help provide separation between panel sections as needed.
Also start moving the project files around: take all the panel plugins and define their files within panel-plugins.pri - will do something similar for desktop-plugins later.
|
|
|
|
| |
plugin by default.
|
|
|
|
| |
basic/detailed list modes in lumina-fm.
|
|
|
|
| |
This is generally only used for internal testing.
|
|
|
|
|
|
| |
1) Make sure the calendar desktop plugin updates the date occasionally.
2) Add the framework for a custom-painted Toolbutton for the applauncher plugin. This will be used to ensure font outlines in the near future.
3) Another small adjustment for new window geometries - run the overall adjustment first - then re-check and see if the window is off the top of the screen before trying the fallback movement routine.
|
| |
|
|
|
|
| |
search paths (needed for wine apps in particular - since they are installed as user).
|
|
|
|
|
|
|
|
| |
1) Add a new ResizeMenu() class to the LuminaUtils library - this class allows the resulting menu to be resizable by the user clicking on an edge and dragging.
2) In the systemstart panel plugin, reverse the location of the shutdown options on the leave page (put them at the bottom next to where the leave button is in the first place)
3) Setup the systemstart plugin to use the new ResizeMenu. It currently does not save the new size to be used for later sessions, but per-session resizing works fine.
4) Quick adjustment to the systemtray icon sizes
5) Quick fix to the detection of a desktop file removal.
|
|
|
|
| |
the bottom instead.
|
|
|
|
|
|
|
| |
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.
|