* Warning message about openbox settings path changed.
* startlxqt: Force XDG_CONFIG_DIRS to contain @LXQT_ETC_XDG_DIR@
* Copy openbox defaults at session start.
* Rename openbox/rc.xml to openbox/lxqt-openbox-rc.xml
* Openbox aero snap using mouse wheel over title bar.
* Settings Openbox updated.
* Default key shortcuts added to lxqt-globalkeysd.
* CMakeLists: Use LXQT_GRAPHICS_DIR for graphics
* Add startlxqt man page
* Fixes #807 – Add XDG_CACHE_HOME definition
* startlxqt: optimization of XDG_DATA_DIRS
* corrected indentation
* startlxqt: Set proper prefix for XDG_DATA_DIRS
* Update Greek translation (el) Remove country variant from language code
* Rename LxQt to LXQt everywhere
* CMake: Adds Runtime and Devel install COMPONENTs
* Coding style changes
* Removes no added value comments
* Adds double quotes to everything that may break
* Use GNUINnstallDirs
* Updates the build system to use the Targets infrastructure
* Enable the "leave confirmation dialog" by default
* TryExec to detect proper installed lxqt-session
* Uniforms indentation
* Sets env variable XDG_CONFIG_DIRS
* Drops hardcoded /etc/xdg paths
* Set LibreOffice's plugin env var to kde4
* config: auto-detect succesfully kwin on recent kwin versions
* Updated german translation, replaced Qt4 by Qt in all xsession/translations
* Adds an scalable start-here-lxqt icon
* use LXQt-specific menu file
* Renames some .desktop files
* Portuguese update for .desktop files
* - Unify naming for a unique lxqt. No more suffixes
* Make frost the default theme
* Defines XDG_DATA_HOME and XDG_DATA_DIRS environment variables
* Updates translations infrastructure
* Update the required minimum cmake version
* Clean up CMakeLists.txt and drop Qt 4 support
* Set environment variable GTK_CSD=0 to turn off the default client side decoration for gtk+ 3 programs. (This will not always work if a gtk+3 program explicitly sets a title bar and turns on CSD.)
* Add some more default values for Qt settings.
* Update default config file.
* Add Qt5 support.
* Support Qt5 platform plugin and add some more comments.
* Remove XDG_CURRENT_DESKTOP=Razor from environment variables.
* Set XDG_CURRENT_DESKTOP to LXQt
* remove dead template lines switch OnlyShowIn from Razor -> LXQt stringchanges LxQt -> LXQt
* Use LXQt as desktop name
* Add CPack rules for creating tarball
* Add session.conf and windowmanagers.conf.
* Change XDG_CURRENT_DESKTOP to Razor for now. (May rename to LxQt or something else in the future.)
* Export environment varialbe QT_PLATFORM_PLUGIN=lxqt to let all Qt programs load lxqt-qtplugin and apply lxqt settings.
* Support lxqt-session and add necessary xdg autostart desktop entry files.
* Run lxde-qt with XDG_CURRENT_DESKTOP=RAZOR
* Fix renaming bugs, replacing lxqt-qt with lxde-qt
* Finish the crazy razor=>lxqt renaming tasks.
* Rename dirs and replace razor with lxqt. Install lxqt.conf to /etc/xdg/lxqt and provide theme config.
* Properly set default wallpaper for pcmanfm-qt. Comment out openbox config handling in startlxde-qt since it's not needed.
* Remove custom openbox config file in desktop.conf temporarily until lxsession is fixed.
* Fix file paths, replacing razor with lxqt. * Remove Alt+F2 and Ctrl+Esc from openbox config file to avoid conflicts with lxqt-panel & lxqt-globalkeys.
* Add default configuration files for lxde-qt session.
* window manager detection is shared in session and its config tool
* Razor-session: Improved WM handling. * If WM already running we not start new one. * If is a first start we show WM select dialog.
* session: new argument -w windowmanager
* Polish translation part X
* Garbage in the code.
* Fix: Desktop Menu Specification category must be X-RAZOR.
* Russian translations
* better implementation of razor- menu discovering regarding the XDG standards
* removed unneeded parts after new config gui
* Added razor-application.menu
* New design of the razor-config-session
* fixed desktop files
* fix donfig desktp files install for rpm
* issue #37 - settings restore works
* homepage updated + auto replacement script
* show only in RAZOR; close/undo changes actions
* issue #37 config list widgets: no dnd, no editation
* config tools are registered in config center; desktop file for CC
* "pause" session for a while until all razor modules are set up and running
* Fixed incorrect incude <razorqt/xdgicon.h>
* session config: missing actions
* initial version of "session config". In progress.
* XDG-files are splitted into qtxdg library.
* implementation of issue #19: environment variables for razor-session
* The project uses RazorTheme. All except the desktop, switched to RazorSettings.
* initial support for screensaver/screen locking
* Fixed multithreaded building. Thanks Gustavo.
* fix for install 64bit
* install custom xdg-tools into lib directory (LSB requires it)
* set default razor icon for all apps
* our own (temporary) xdg scripts to handle mime/files directly
* copyrights
* removed obsolete/generated files
* XDG autostart for session; session cleanups
* fixed logout calls; ask for confirmation on power management calls
* Allow to call logout over DBus; removed unneeded file
* typo fixes
* allow more sessions for KDM/GDM. razor-session gets optional argument -c for session config file specification
* better logging for session logout
* session: logout from panel works now; splashscreen removed; internals rearranged to be smaller
* logout from openbox works now. Need review
* session simplified; session autostart user apps; qprocesses termination instead of bruteforce killing
* session's splash dialog is back...
* fixed processes restarting in session
* forgotten paths
* configuration reworked (may require to drop ~/.razor); plugins code split; new plugin: spacer
*
* debug outputs to help finding the session xorg resource consuming issue
* src formatted with astyle -A1
* settings refactored a bit: SHARE_DIR dependen on th CMAKE_INSTALL_PREFIX is defined for the compilation phase (it allows to have more razors installed eg. for development); SHARE_DIR is searched in the startup too; optimized cfg file access (1x vs. 4x as before for every file); redundant conversions merged into Razorsettings; usage of QSettings to read the settings (it does the error handling for us).
* fixed cmake stuff (debug,lib location,do not install .svn,make uninstall,etc.); fixes for qss skinning