aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/welcome/Welcome.json.in
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-01-06 21:41:46 +0100
committerhjk <hjk@qt.io>2017-01-13 15:38:14 +0000
commit16944277d2aa2cdab194ec05de6c8e2d5ee814cd (patch)
tree65be67b94d693eaf5874880aa60241015acc8c6c /src/plugins/welcome/Welcome.json.in
parent36d1a75118ad31861b64272716d189090e0b4e4d (diff)
Welcome: Start some performance improvements
This is essentially a widgets based re-implementation of the current design. It is still using the QAIM based interface layer between to the real data and display even though this is not needed with this approach. Removal of this layer would further reduce code size and cycle counts. For now: old new Load time 215ms 182ms delete 22ms 2ms Change-Id: I90d779a60a47a78399eaad0f1bc032d39f3ae3c0 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/plugins/welcome/Welcome.json.in')
-rw-r--r--src/plugins/welcome/Welcome.json.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/welcome/Welcome.json.in b/src/plugins/welcome/Welcome.json.in
index 60f79a59fe7..f9cfb3f18eb 100644
--- a/src/plugins/welcome/Welcome.json.in
+++ b/src/plugins/welcome/Welcome.json.in
@@ -13,7 +13,7 @@
\"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html.\"
],
\"Category\" : \"Qt Creator\",
- \"Description\" : \"Default Welcome Screen Plugin.\",
+ \"Description\" : \"Secondary Welcome Screen Plugin.\",
\"Url\" : \"http://www.qt.io\",
$$dependencyList
}