aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/macros/macros.qbs
Commit message (Collapse)AuthorAgeFilesLines
* Macros: Move plugin class definition to .cpphjk2023-11-131-1/+0
| | | | | Change-Id: I7ac41e64dd4b3b52876aaafd77218c330e220f67 Reviewed-by: Christian Stenger <[email protected]>
* Macro: Inline SaveDialoghjk2023-11-131-2/+0
| | | | | | | | | Not worth the file pair. Also modernize MacroManager a bit. Change-Id: I88f6add3147390e3900beebacc4a3f5255eac7ea Reviewed-by: Christian Stenger <[email protected]>
* Reduce usage of app_version headerEike Ziller2023-06-261-2/+0
| | | | | | | | | | | | Most information is available via Q(Core|Gui)Application. Add an AppInfo structure for the things that are not. This avoids that the information ends up duplicated and hardcoded in the plugins, which is not needed or desired. Change-Id: I4d565e75c42a7b8facafa90c27096ea49359215d Reviewed-by: Alessandro Portale <[email protected]> Reviewed-by: Qt CI Bot <[email protected]>
* Macros: Merge macrooptionswidget.{h,cpp} into macrooptionspage.cpphjk2023-06-011-2/+0
| | | | | Change-Id: I4493d781a503dde252ae6ad4d705e378b5b0ed51 Reviewed-by: Christian Stenger <[email protected]>
* Qbs: Update some qbs filesChristian Stenger2023-02-081-0/+1
| | | | | | | | List respective tr files and while at it shuffle some of the listed files to match common sort order. Change-Id: I73845ad1dae5e8c86d3741067f40b7b2b37e2a6e Reviewed-by: Christian Kandeler <[email protected]>
* Macros: inline savedialog.uihjk2022-07-251-1/+0
| | | | | | Change-Id: If86a77536a19606af2a810a0bde622e71fd18783 Reviewed-by: Alessandro Portale <[email protected]> Reviewed-by: <[email protected]>
* Macros: Inline macrooptionswidget.uihjk2022-07-251-1/+0
| | | | | | Change-Id: Ib35fd2816b7da5d2720f09ca89903549c7d3e66f Reviewed-by: Alessandro Portale <[email protected]> Reviewed-by: <[email protected]>
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
| | | | | | | The respective items are available without it. Change-Id: Idc840cf08e7bec84f561c096afe8de25b1fb8468 Reviewed-by: Joerg Bornemann <[email protected]>
* use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
| | | | | | Change-Id: Iecf32122df41f304ec6df538bb0dd8a263238a86 Reviewed-by: Jake Petroules <[email protected]> Reviewed-by: Joerg Bornemann <[email protected]>
* Qbs/qmake: Fix dependencies of pluginsTobias Hunger2014-02-111-0/+4
| | | | | | | | | ... based on output from dependencyinfo.py script Change-Id: I9532f6d259f15c16b62fae0ca18f8a8cad95bd11 Reviewed-by: Christian Kandeler <[email protected]> Reviewed-by: Christian Stenger <[email protected]> Reviewed-by: Tobias Hunger <[email protected]>
* Core: Merge Find and Locator into Core pluginhjk2014-01-141-2/+0
| | | | | | | Change-Id: I7053310272235d854c9f409670ff52a10a7add8b Reviewed-by: Christian Kandeler <[email protected]> Reviewed-by: Orgad Shaneh <[email protected]> Reviewed-by: Eike Ziller <[email protected]>
* qbs project files: Make use of new qbsSearchPaths property.Christian Kandeler2013-10-091-1/+1
| | | | | Change-Id: I396d970fafea1fd0b4c4d73883796662a1d0064b Reviewed-by: Joerg Bornemann <[email protected]>
* Macros: Remove export macros and move code into Internal namespaceTobias Hunger2013-08-261-1/+0
| | | | | Change-Id: I2f5aa2b15235dfa7f3f002703771dd902d67199e Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* Generalize QT_NO_CAST_FROM_ASCIIOrgad Shaneh2013-01-161-2/+0
| | | | | Change-Id: I2b6c5876cafb7cf19fc3040bc84fd88a90b6c0e0 Reviewed-by: hjk <[email protected]>
* Macros: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-271-0/+2
| | | | | Change-Id: Idd493b3e6e6b9ea2a33aea77d338d690d14d9b47 Reviewed-by: Friedemann Kleint <[email protected]>
* qbs files: Consolidate includePaths in QtcLibrary and QtcPluginOrgad Shaneh2012-10-051-8/+0
| | | | | | | Avoid using "." as includePath when it is unneeded Change-Id: I9bc6f4ebe50409f49782520033fd5f098aed10d0 Reviewed-by: Christian Kandeler <[email protected]>
* qbs files: Sort filesOrgad Shaneh2012-10-031-4/+4
| | | | | Change-Id: I6514deb70162bd52687e6143813bcf1325a797db Reviewed-by: Christian Kandeler <[email protected]>
* qml files: Use buildDirectory as includePath for app_version_headerOrgad Shaneh2012-10-011-2/+2
| | | | | | | Add some missing app_version_header dependencies Change-Id: Ieaa16e9a1bdace9032ef78a3329dfac60d28e99a Reviewed-by: Joerg Bornemann <[email protected]>
* Fix qbs code styleYuchen Deng2012-06-191-4/+1
| | | | | Change-Id: Ia3e4df528d391580064efbeeab75016335a4299d Reviewed-by: Joerg Bornemann <[email protected]>
* qbs files: use Qt5 module dependenciesJoerg Bornemann2012-04-101-1/+1
| | | | | | | | | | Renamed gui -> widgets. Renamed declarative -> quick1. With qbs the usage of qt.widgets and qt.quick1 with Qt4 is supported. Change-Id: I6cadaf34527f1f880d74ced7d2d18dd9801b7de1 Reviewed-by: Alessandro Portale <[email protected]>
* qbs: CleanupOrgad Shaneh2012-02-281-4/+1
| | | | | | | | | * Removed utils, extensionsystem and aggregation dependencies for plugins that depend on Core * Capitalized Find and CPlusPlus Change-Id: I505e5f46976f26da47ad778860f103b173668b1c Reviewed-by: Joerg Bornemann <[email protected]>
* add qbs filesJoerg Bornemann2012-02-201-0/+62
Change-Id: If6bf71797ae81655d24a77e6badb86a77312af38 Reviewed-by: hjk <[email protected]>