* Added build dependency qtbase5-dev * Added dependency cmake (>= 3.0.2) * Switch Architecture to any again
		
			
				
	
	
		
			196 lines
		
	
	
		
			9.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			196 lines
		
	
	
		
			9.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| lxqt-build-tools-0.2.0 / 2016-10-30
 | |
| ===================================
 | |
| 
 | |
|   * Bump minor to 2 (#7)
 | |
|   * Added Qt5Core to README.md (#6)
 | |
|   * Adds an LXQtConfigVars module
 | |
|   * Adds superbuild support
 | |
|   * README.md: Update dependencies
 | |
| 
 | |
| 0.1.0 / 2016-10-14
 | |
| ==================
 | |
| 
 | |
|   * Release 0.1.0: Update changelog
 | |
|   * Adds LXQtCreatePortableHeaders module
 | |
|   * Authors and license (#2)
 | |
|   * Add README.md
 | |
|   * Make lxqt-build-tools be usable
 | |
| 
 | |
| 0.0.0 / 2016-09-30
 | |
| ==================
 | |
| 
 | |
|   * Remove cpack (#107)
 | |
|   * Bump version ot 0.11.0 (#105)
 | |
|   * Settings: Add "homemade" XDG_CONFIG_DIRS support
 | |
|   * translations: Change default translations repository
 | |
|   * Don't lock the screen when it's already locked.
 | |
|   * LXQtTranslateTs.cmake: Enable PULL_TRANSLATIONS by default
 | |
|   * LXQtTranslateTs.cmake: Use/update template in remote repo
 | |
|   * .gitignore: Cleanup
 | |
|   * build: Use external translations
 | |
|   * translations: Fix external translations logic
 | |
|   * translations: Add external translations support
 | |
|   * Adds CMAKE_INSTALL_PREFIX to the LXQt Theme search paths
 | |
|   * LXQtCompilerSettings: Add QT_USE_QSTRINGBUILDER to the compile definitions
 | |
|   * TranslateDesktopTs: Adds UPDATE_OPTIONS options
 | |
|   * TranslateDesktop: Remove lupdate absolute option
 | |
|   * TranslateDesktop: Use -a switch in grep commands
 | |
|   * Use CMAKE_INSTALL_FULL_DATAROOTDIR
 | |
|   * Add LXQT_GRAPHICS_DIR directory definition
 | |
|   * Adds FindXdgUserDirs CMake find_package module
 | |
|   * Release 0.10.0
 | |
|   * pluginTranslation: removed using QStringLiteral as it was causing SEGFAULT in static finalization time
 | |
|   * pluginTranslation: add some symbol for referencing (for file to be not stripped out in static linking time)
 | |
|   * Adds "automatic" plugin translations loader support
 | |
|   * Rename LxQt to LXQt everywhere
 | |
|   * Handles CMake policy CMP0063
 | |
|   * Adds an lxqt_enable_target_exceptions() CMake function
 | |
|   * Adds LXQtCompilerSettings CMake module
 | |
|   * LXQtCreatePkgConfigFile.cmake: Makes install COMPONENT configurable
 | |
|   * LXQtTranslateTs.cmake Adds install COMPONENT option
 | |
|   * Adds Runtime install COMPONENT
 | |
|   * Fixes an SuperBuild/NormalBuild FTBFS
 | |
|   * CMake: Use CMAKE_AUTOUIC, drop qt5_wrap()
 | |
|   * CMake: Quote variables
 | |
|   * CMake: Removes unused variables
 | |
|   * Removes LIB_INSTALL_DIR CACHE PATH variable
 | |
|   * Use relative paths in install DESTINATION
 | |
|   * Marks link libraries as PUBLIC
 | |
|   * Use target_compile_definitions() instead of add_definitions()
 | |
|   * Make Release the default build type
 | |
|   * Simplifies build type matching
 | |
|   * lxqt-config.cmake.in: Use find_dependency()
 | |
|   * Updates the build system to the Targets infrastructure
 | |
|   * Sort .desktop translations. Fix typos in the comments. Remove local dir artifact.
 | |
|   * pkg-config: Adds Qt5Xdg to the required dependencies
 | |
|   * Updates lxqt_create_pkgconfig_file()
 | |
|   * Stops using Qt5Xdg dropped stuff
 | |
|   * Adds LXQT_DATA_DIR configuration variable
 | |
|   * Moves the about dialog to lxqt-about
 | |
|   * debug: showing qDebug()/qWarning() only in "debug" build
 | |
|   * debug: strip debug messages in "release" build
 | |
|   * Remove AddPluginDialog as it is no longer used
 | |
|   * Add KDevelop4 project type to .gitignore
 | |
|   * require c++11 support
 | |
|   * Release 0.9.0
 | |
|   * - Remove KF5 from prefix. This will fix compilation when KDE framework headers are not in standard paths.
 | |
|   * i18n/i10n: Updates documentation and behavior
 | |
|   * remove lxqtleave from liblxqt
 | |
|   * lxqt_translate_desktop: pass -h instead of --no-filename to grep which is compatible with Busybox
 | |
|   * add executable to handle leave actions
 | |
|   * lxqt_translate_desktop: Updates code to cope with the cmake-policy CMP0054
 | |
|   * - Use simple approach to data dir. Current setup of code not allows both   qt4 and qt5 cohexists, and data files are same for both libraries.   If a different data dir is required for specifics reason, is possible   to set in cmake run -DLXQT_LIBRARY_NAME:STRING="string"
 | |
|   * Adds the LxQt::SingleApplication class.
 | |
|   * CMakeLists.txt maintenaince
 | |
|   * Fixes yet another translations install dir mistake
 | |
|   * Fixes translations install dir
 | |
|   * Use the new LXQtTranslate modules.
 | |
|   * Fixes Qt5LinguistToolsMacros file extension bug
 | |
|   * Copied Qt5LinguistToolsMacros.cmake
 | |
|   * Removes cmake commented code
 | |
|   * Removes duplicates add_definitions()
 | |
|   * Removes lxqt_translate_desktop() from the _use.cnake
 | |
|   * Adds Qt5TranslationLoader cmake module
 | |
|   * Fix HtmlDelegate and move it to its own file. Also get rid of X11 on CMakeLists.txt.
 | |
|   * Delete XfitMan class. Fixes lxde/lxde-qt#226
 | |
|   * Don't update (extract) translations by default.
 | |
|   * Includes all LXQt translation modules
 | |
|   * Adds automatic translations loaders for LXQt libs and apps
 | |
|   * Adds LXQtTranslateDesktop module
 | |
|   * Adds the LXQtranslateTs cmake module
 | |
|   * Clean up CMakeLists.txt and drop Qt 4 support
 | |
|   * Release v0.8.0
 | |
|   * Updates translations installation and search paths
 | |
|   * Generate source.ts when updating translations
 | |
|   * Don't translate uic generated files
 | |
|   * Add -locations absolute option to lupdate so our *.ts files can contain informations about the source lines.
 | |
|   * Add code to update the *.ts files when the UPDATE_TRANSLATIONS option is turned on.
 | |
|   * remove magic from cmake. USE_QT5 should be the only trigger
 | |
|   * Use the "new" CMake FIND_PACKAGE case policy
 | |
|   * Add include(${QTXDG_USE_FILE}) to Qt5 also.
 | |
|   * Use the "new" CMake FIND_PACKAGE case policy
 | |
|   * Adds missing libqtxdg dependency
 | |
|   * Don't allow #include <lxqt-qt5/lxqtxxxxx.h>
 | |
|   * Updates the Qt4 and Qt5 library names and related stuff
 | |
|   * Use the same header namespace everywhere
 | |
|   * Don't use undefined variables
 | |
|   * Find liblxqt dependencies automatically
 | |
|   * Removes another duplicated installation of a file
 | |
|   * Removes duplicate installation of a file
 | |
|   * Fixes extra misleading slashes in path names
 | |
|   * Cleans commented unneeded stuff
 | |
|   * Fix a typo in variable name
 | |
|   * Fix broken build of qt4 version
 | |
|   * Use newer version of cmake 2.8.9
 | |
|   * Detect the path of qmake correctly for Qt5.
 | |
|   * Fix after merging from master, by removing dupplicated items
 | |
|   * Merge branch 'master' of https://github.com/lxde/liblxqt into qt5
 | |
|   * Update qt5 porting
 | |
|   * Install pkgconfig file to /usr/local/libdata/pkgconfig when FreeBSD is detected.
 | |
|   * Set link directories properly
 | |
|   * Release 0.7.0
 | |
|   * Release 0.6.99 (0.7.0pre alpha)
 | |
|   * Add CPack rules for creating tarball
 | |
|   * Don't append library suffix to library path and use it by default
 | |
|   * CMakeLists.txt: Adds quotes to the lib string
 | |
|   * Respect standard LIB_INSTALL_DIR
 | |
|   * Reformats CMakeLists.txt to fit in an 80x24 terminal
 | |
|   * Removes blank lines
 | |
|   * Use cmake export functionality.
 | |
|   * Retain old CMAKE_CXX_FLAGS while adding visibility stuff. Add -Wl,-no-undefined -Wall flags to ensure correctness.
 | |
|   * Use gcc visibility feature to decrease number of exported symbols to half.
 | |
|   * Qt5 support (step 1)
 | |
|   * Fix renaming bugs, replacing lxqt-qt with lxde-qt
 | |
|   * Finish the crazy razor=>lxqt renaming tasks.
 | |
|   * Intree build
 | |
|   * Rename razor to lxqt and fix XdgDir header inclusion.
 | |
|   * Fix namespace for LxQt::xFitMan() to avoid undefined reference when linking with liblxqt.
 | |
|   * The Translatator class added, all translations moved to /usr/<local>/share/lxde/transalations
 | |
|   * Descriptions for translators
 | |
|   * Simplify translations script
 | |
|   * Simplify translations script
 | |
|   * All public files has lxqt prefix
 | |
|   * Razorsettings => LxQt::Settings
 | |
|   * RazorPluginInfo => LxQt::PluginInfo
 | |
|   * RazorNotification => LxQt::Notification
 | |
|   * RazorGridLayout => LxQt::GridLayout
 | |
|   * RazorAutostartEntry => LxQt::AutostartEntry
 | |
|   * RazorApplication => LxQt::Application
 | |
|   * RazorConfigDialog=>LxQt::ConfigDialog
 | |
|   * RazorAboutDlg => LxQt::AboutDialog
 | |
|   * RazorPower => LxQt::Power
 | |
|   * Cmake find_package files
 | |
|   * Fix broken CMakeLists.txt and make the lib compile again.
 | |
|   * Make liblxqt (original librazorqt) compiles independently.
 | |
|   * Old files removed
 | |
|   * Rotated widget added
 | |
|   * libraries: Removes unneeded include(RazorLibSuffix)
 | |
|   * ProgramFinder: a set of functions to check if programs are installed
 | |
|   * Improved razorpanellayout and new razorgridlayout.
 | |
|   * Add autostart entry API into the library
 | |
|   * Added "Copy to clipboard" button to razor-about->technical information.
 | |
|   * Fix components missing translations
 | |
|   * Translators info & refactoring of the About dialog
 | |
|   * Fixed librazorqt.qm directory
 | |
|   * Translations for librazorqt
 | |
|   * Implement new RazorNotification class
 | |
|   * Remove RazorNotification classes (no license/copyright)
 | |
|   * fixed #277 cmake installs private class
 | |
|   * Remove custom settings, use razor ones
 | |
|   * Moving notification client library to razorqt
 | |
|   * Revert "Global shortcuts now based on PSI code."
 | |
|   * Global shortcuts now based on PSI code
 | |
|   * RazorApplication class implemented; all modules ported to this class
 | |
|   * Create a "standardized" configuration dialog
 | |
|   * XdgAutoStart rewriten (lgpl2+)
 | |
|   * menus are adopted to the new backends; old code removed; check for running razor-session to allow/disallow "logout" item
 | |
|   * New power engine & razor-power program
 | |
|   * SVK translation finalized
 | |
|   * implemented #70: pkg-config for libs
 | |
|   * razorqt: add find_package(X11) as ${X11_X11_LIB} is used
 | |
|   * New doxygen ifrastructure
 | |
|   * missing translations in CMakeLists
 | |
|   * XdgDesktopFile is implicitly shared
 | |
|   * huge refactoring of the libraries build organization
 |