aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils
Commit message (Collapse)AuthorAge
* Move the lumian-fileinfo desktop file into the "Utility" category instead of ↵Ken Moore2016-08-01
| | | | system.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-06-30
|\
| * Fix the symlink creation routine so it works properly if INSTALL_ROOT is setup.Ken Moore2016-06-30
| |
| * Fix the symlink creation routine in lumina-textedit to work with package ↵Ken Moore2016-06-28
| | | | | | | | systems.
* | Setup lumina-fileinfo that that it can be used to create brand-new ↵Ken Moore2016-06-30
|/ | | | application registrations within the user's local applications dir. Also have it install it's own .desktop registrations on the system at install time.
* Allow the "save file as" option to always be available (not dependant on ↵Ken Moore2016-06-27
| | | | changes to the file).
* Add keyboard shortcut for showing/hiding hidden filesq5sys2016-06-23
|
* Have lumina-textedit also create a sym-link called "lte" for the ↵Ken Moore2016-06-20
| | | | lumina-textedit binary. This makes it a lot easier to use the editor from the command line.
* Fix where localization files get installed via the main source tree ↵Ken Moore2016-06-20
| | | | | | (accounts for the change to SHARE/lumina-desktop rather than SHARE/Lumina-DE). Also fix the wallpaper dir detection routine within lumina-config (same issue - install dir change broke the path detection).
* Oops - forgot to add a couple new .desktop files to the git repo.Ken Moore2016-06-20
|
* Another round of small bug fixes/tweaks:Ken Moore2016-06-16
| | | | | | | | | | 1) Fix up the desktopbar plugin to work with the new file locations for configs. 2) Fix up the replacement of the "~/" prefix on a file path with the users home dir. 3) Add default favorites for the ~/[Documents, Downloads, Pictures, Videos] directories. 4) Add the ability to specify quicklaunch apps within luminaDesktop.conf (almost the same as the favorites options). 5) Another couple tweaks for the Glass theme. 6) Have the non-applauncher desktop plugins fill in from the bottom-right of the screen. This provides automatic separation between the auto-generated launchers and other plugins. 7) Add a second, auto-hidden panel at the top of the primary screen by default with the desktopbar plugin there (for instance access to favorites & ~/Desktop files/dirs)
* Another large batch of updates:Ken Moore2016-06-14
| | | | | 1) Move the "runtime" directory in the users home to the XDG_CONFIG_HOME/lumina-desktop rather than ~/.lumina 2) Update the Glass theme a bit more.
* Large update to the project files:Ken Moore2016-06-14
| | | | | 1) Move from "NO_I18N" to "WITH_I18N". This will ensure that the source version of the localizations are not installed unless explicitly requested (since the "real" localization files are in the lumina-i18n repo - these source files are theauto-generated ones before getting sent up to the pootle localization system). 2) Add a few more .desktop files for the various Lumina utilities.
* Cleanup a bit more of the lumina-terminal. Color support is now in (with ↵Ken Moore2016-06-11
| | | | "xterm" set as the termcap interface), line wrapping is in as needed, the background is a bit more opaque now, and tabs close properly now.
* Make sure the text on the terminal is visible.Ken Moore2016-06-10
|
* Remove the initialization of a (now) unused settings file.Ken Moore2016-06-08
|
* Adjust the last couple utilities to use the new application/[terminal/email] ↵Ken Moore2016-06-08
| | | | mimetypes.
* Make sure that lumina-fm will also remove broken symlinks when deleting a ↵Ken Moore2016-06-06
| | | | directory.
* Fix a bunch of little things with the desktop:Ken Moore2016-06-02
| | | | | | | | | 1) Reset which dirs are watched for apps to be installed into every time the watcher updates (fixes the detection of KDE apps getting installed/removed) 2) Add a new LuminaUtils function for converting a .desktop or binary name into a full path (searching all the various system dirs until it finds the file) 3) Convert the luminaDesktop.conf parser to allow relative paths/filenames for favorite/default apps 4) Update the default luminaDesktop.conf file quite a bit so there are app actually setup out of box. 5) Update the luminaDesktop.conf parser to properly set mimetypes as needed. 6) Fix the install location of the lumina-fm icon.
* Update MainUI.cppq5sys2016-05-19
| | | remove '.png' which causes icon not to be found
* Update MainUI.cppq5sys2016-05-19
|
* Have lumina-screenshot use the current window stacking order for determining ↵Ken Moore2016-05-04
| | | | which window is under the mouse click (in the case of layered windows at the click point).
* Make the "quicksave" option in lumina-screenshot a bit more flexible with ↵Ken Moore2016-05-02
| | | | regard to which dir the screenshot is saved.
* Adjust the single-replace logic in lumina-textedit. Have it replace the ↵Ken Moore2016-05-02
| | | | current selection match, and find the next one (don't replace the next one until the user can see it highlighted first).
* Change the image selection box to a partially-transparent grey (good for any ↵Ken Moore2016-04-28
| | | | image type)
* Completely change how lumina-screenshot shows the image a bit. Now it is all ↵Ken Moore2016-04-28
| | | | QImage based, allows the user to zoom in/out on the screenshot, and crop the image all before saving to disk.
* Add "bool" to the C++ syntax highlighting.Ken Moore2016-04-27
|
* Get colors working with the new terminal. Of course this breaks the font ↵Ken Moore2016-04-27
| | | | weight....
* Some minor updates to lumina-terminal. Enable window transparency (75% ↵Ken Moore2016-04-26
| | | | opaque) for a nice effect.
* Add in all the translation files for lumina-terminalKen Moore2016-04-26
|
* Oops - forgot to "git add" the new lumina-session files.Ken Moore2016-04-26
|
* Add a .desktop entry for lumina-textedit.Ken Moore2016-04-25
|
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15