| Commit message (Collapse) | Author | Age |
|
|
|
| |
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)
|
|\ |
|
| |\
| | |
| | | |
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
|