| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
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)
|
|\ |
|
| |\
| | |
| | | |
Solves issue 11400
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use the global variable sessionsettings_config_file in all places that
must be used.
QSettings::setPath was already setted so it's not needed. Deleted.
Instead using variable for date and time format in case user settings
aren't setted, now we go to Qt::DefaultLocaleShortDate. To perform this
operation, we must work with Date and Time separately. Now
DirWidget::date_format is an QStringList, first item for date and second
for time. The QDateTime with format "yyyyMMddhhmmsszzz" is stored on
whatsThis variable for being used in sort operations.
CQTreeWidgetItem operator< function has been simplified. Now, to check
dates, we used the value stored in whatsThis.
|
| | |
| | |
| | |
| | | |
The functions to set dates on lumina-FM now use user preferred settings.
|
| | | |
|
|/ /
| |
| |
| | |
[top/bottom][left/right], tile, stretch (stretch is default - same as before).
|
| |
| |
| |
| | |
"dev-tools" directory and is *not* indended to be used/packaged/distributed by anyone (just a simple app to run to perform some basic tests for system tray icons).
|
| | |
|
| | |
|
| |
| |
| |
| | |
have "Lumina" included in the name.
|
| |
| |
| |
| | |
adjust the theme files accordingly.
|
|/
|
|
| |
This plugins is an overall "start" menu for the system, combining the functionality of the userbutton and the system dashboard into a single unified interface.
|
|\
| |
| | |
Solves issue 11233
|
|/
|
|
|
|
|
|
| |
A new class has been created for manage the files displayed in
QTreeWidget.
This class inherits from QTreeWidgetItem and only redefines the
operator< function. Now it's possible order by size and dates.
|
|
|
|
| |
(needed for the recent change to lumina-fileinfo)
|
|
|
|
| |
This returns true if the system is in the middle of applying updates and cannot be powered off at the present time.
|
|
|
|
| |
clean up the "cancelling" of a file operation.
|
|
|
|
| |
at the users home dir.
|
|
|
|
| |
routine in LuminaUtils.
|
| |
|
|\
| |
| | |
Solves issue 11232
|
| |
| |
| |
| |
| |
| | |
After parsing the CIDR, if it's empty then we put "/". Now,it's possible
to go to "/" using "up arrow"
Now, we check if CIDR finishes in "/" AND CIDR is bigger than 1.
|
|\ \
| |/
|/| |
Solves the issue 11073
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Qt follows symlinks in Unix when size function is used. As a result, if
you have several symlinks that points to big files, the information will
be "wrong". It's better to avoid call size on symlinks and lost several
hundred of bytes instead of get the size of the same file several times.
If needed, lstat systemcall can be used to get symlinks real size.
|
| |
| |
| |
| |
| | |
Now directories displays the size correctly. In addition, number of
files and directories are displayed too.
|
| |
| |
| |
| | |
"detailed" text of the message box - otherwise it causes size issues if there are lots of items.
|
|\ \ |
|
| |\ \
| | |/
| |/| |
libLumina changes for DragonFly
|
| | | |
|
| |/ |
|
|/ |
|
|
|
|
| |
installed.
|
|
|
|
|
|
|
| |
1) The LWindow class seems to function properly for embedding/controlling a window now.
2) Add a "testwin" CLI flag to simply run a text of the window class (with a sample window). This allows testing without having to stop the currently running WM.
3) Setup the XCB access class so it is globally accessible to the individual classes in the WM (no need to constantly be passing the structure around).
4) Already include built-in support for simple window animations/effects (3-lines per effect is all that is needed). Will need to define animation flags/settings for use later, probably with an abstracted function to "performAnimation(type, size)"
|
|
|
|
| |
adding new functions for the window manager (direct access/control - not requests).
|
|
|
|
| |
Rosenburg for putting them together!
|
| |
|
|
|
|
|
| |
1) Move the processEvents call down to every 15 items instead of 20 (just in case a slower system)
2) recalculate the relative snapshot path on every snapshot slider change (fixes a random issue where it uses the previous dir calculation, not the current dir path).
|
|
|
|
|
|
| |
through X to something else).
Also fix a minor bug in saving/loading the last history item for a browser.
|
|
|
|
| |
XDGDesktop structure now, instead of using the regex's and template files like before. This also makes it easier to update later, since there are more information fields in the XDGDesktop structure than lumina-fileinfo currently handles (TryExec, Actions, ShowIn, etc).
|
|
|
|
| |
possible relative path to an absolute path (for input path validation/checking).
|
|
|
|
| |
file.
|
|
|
|
| |
structure itself.
|
|
|
|
| |
for the various .cpp files later instead of this possible conflict.
|
| |
|
| |
|
|
|
|
| |
every 20 items, but be sure to processEvents after clearing the widget before the item loop is started (to ensure it is blanked out right away).
|