aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix a geometry calculation for panel placements on X monitors which are not ↵Ken Moore2016-04-29
| | | | aligned with the y=0 axis for the top of the monitor.
* Change the image selection box to a partially-transparent grey (good for any ↵Ken Moore2016-04-28
| | | | image type)
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-04-28
|\
| * Have lumina listen to the X root window property changes directly - and ↵Ken Moore2016-04-28
| | | | | | | | update the screen numbers/geometries 50ms after the WM changes the _NET_DESKTOP_GEOMETRY or _NET_WORKAREA properties on it. This bypasses a bug in the QDesktopWidget class where it might not send out the changed() signals when something really did change (noticed this in virtualbox instances in particular).
* | 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
|
* Unhook the stylesheet in the Lumina Theme Engine from the non-desktop ↵Ken Moore2016-04-27
| | | | applications. This prepares us to use a "real" Qt style plugin for application appearances instead of stylesheets for a few lumina-* apps.
* Get colors working with the new terminal. Of course this breaks the font ↵Ken Moore2016-04-27
| | | | weight....
* Merge branch 'master' of https://github.com/pcbsd/luminaJoshDW192016-04-26
|\
| * Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-04-26
| |\
| * | Fix up the detection/closing of the lumina desktop session. Now the user can ↵Ken Moore2016-04-26
| | | | | | | | | | | | log out again.... :-)
* | | Expand lumina icon / text containers to always be a uniforum size. Thanks Ken!JoshDW192016-04-26
| |/ |/|
* | Merge branch 'master' of https://github.com/pcbsd/luminaJoshDW192016-04-26
|\|
| * Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-04-26
| |\
| * | Adjust the FreeBSD appstore shortcut to use the new "appcafe.desktop" entry ↵Ken Moore2016-04-26
| | | | | | | | | | | | (sysadm client).
* | | Make the menu in the settings widget more visually appealing. Balance space ↵JoshDW192016-04-26
| |/ |/| | | | | / make all buttons the same size.
* | Change the default size so that there is no weird window resizing.JoshDW192016-04-26
| |
* | Adds a class name for settingsmenu.cpp. Add a slight margin on qmenu objects.JoshDW192016-04-26
|/
* Some minor updates to lumina-terminal. Enable window transparency (75% ↵Ken Moore2016-04-26
| | | | opaque) for a nice effect.
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-04-26
|\
| * Set a minimum size for the program selection box so it will not squish if a ↵JoshDW192016-04-26
| | | | | | | | filename is too long.
* | 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 the beginnings of a new "lumina-session" wrapper utility for the ↵Ken Moore2016-04-25
| | | | | | sequentual loading of various utilities (WM, DE, screensaver, compositing manager, etc..) Also setup lumina-session to auto-start xcompmgr if it is installed, and adjust the Lumina-DE.desktop xsession entry to launch the session instead of the Lumina-DE binary directly.
* Add a .desktop entry for lumina-textedit.Ken Moore2016-04-25
|
* Fix a couple other files which needed to account for the path changes.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.
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-04-25
|\
| * Get some more of the new WM functional. Still not ready to be used by the ↵Ken Moore2016-04-23
| | | | | | | | faint of heart.
* | Commit a few random changes on my dev system - just to sync up with the repo.Ken Moore2016-04-25
|/
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-04-22
|\
| * Moved common application defaults to their own tab. This should be more ↵JoshDW192016-04-21
| | | | | | | | intuitive.
* | Add some alternate keywords for the c++ syntax rules (built-in functions: ↵Ken Moore2016-04-22
|/ | | | for, while, case, if).
* Fix up the mouse focus when switching tabs around.Ken Moore2016-04-21
|
* Fix up the bracket matching routine to accomodate for nested brackets.Ken Moore2016-04-21
|
* Fix up the syntax rule for highlighting quoted string. Now it will properly ↵Ken Moore2016-04-21
| | | | work for multiple strings on a single line, and ignore escaped quotes as necessary.
* Make the bracket highlighting also check the previous character if nothing ↵Ken Moore2016-04-21
| | | | found for the next character.
* Also make sure the current tab/filename is reflected in the window title for ↵Ken Moore2016-04-21
| | | | the editor.
* Set the width of the "tab" character to be == 8 spaces (UNIX standard)Ken Moore2016-04-21
|
* Another minor change to lumina-textedit: Add a "preprocessor" syntax color, ↵Ken Moore2016-04-21
| | | | and add preprocessor line highlighting to C+++ syntax rules. Also ensure that the defined colors are always up to date, even if a new color is added at some later version.
* Add all the translation files for lumina-textedit.Ken Moore2016-04-21
|
* Get a full color editor/modifier added to the tool. Now all colors can be ↵Ken Moore2016-04-19
| | | | changed at will.
* Get find/replace support fully implemented.Ken Moore2016-04-19
|
* Some more work on lumina-textedit.Ken Moore2016-04-19
|
* Get a lot more of lumina-textedit done. Almost everything is complete now ↵Ken Moore2016-04-19
| | | | except for the color-selection dialog.
* Get almost everything else setup and functional. Now tabs can be ↵Ken Moore2016-04-18
| | | | closed/opened/moved just fine, the line numbers can be enabled/disabled, etc...
* Some more updates to lumina-textedit: Starting to get the buttons all hooked ↵Ken Moore2016-04-15
| | | | up and functional.
* Add a bunch more work on the new lumina-textedit. Putting the tabbed-wrapper ↵Ken Moore2016-04-15
| | | | in place now (not much connected yet). Also add the beginnings of a "Python" set of syntax rules.
* Fix up lumina-xconfig so it works better with multiple (3+) monitors and ↵Ken Moore2016-04-15
| | | | custom settings.
* Make sure that the desktop widget updates itself and any panels on ↵Ken Moore2016-04-15
| | | | screen/resize changes.
bgstack15