aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro
Commit message (Collapse)AuthorAge
* Get the new syntax rule system all setup and on-par (or better) than we had ↵Ken Moore2017-06-09
| | | | previously. Now we are all set for new rule sets to just be dropped in without worry about recompiling or anything.
* Start the prep-work for making the tabwidget drag-and-drop capable.Ken Moore2017-04-06
|
* Disable the theme engine from the desktop-utilities.Ken Moore2016-11-10
| | | | Also start pruning unneeded libLumina classes from the desktop utils.
* LARGE UPDATE:Ken Moore2016-11-07
| | | | | | | 1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
* Rename all the lumina-textedit i18n filesKris Moore2016-09-20
|
* Add a prompt about reloading a file when it changes by some other utility.Ken Moore2016-08-08
|
* 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.
* 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).
* 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.
* 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