debian/0000775000000000000000000000000012321206172007164 5ustar debian/qtcreator.docs0000664000000000000000000000002312321175503012040 0ustar LGPL_EXCEPTION.TXT debian/README.source0000664000000000000000000000527412321175503011356 0ustar NOTE: This overview is based on XStrikeForce git-usage Wiki page that may be found at http://wiki.debian.org/XStrikeForce/git-usage . ## New upstream version (new upstream branch) Upstream development of Qt Creator seems to follow a principle of branching the development source and stabilizing it via cherry-pick. This introduces some problems as consecutive releases may not follow each other in history. The solution is to "trick" git by merging history but not merging actual code. In the following example we assume to latest debian version is on the debian-1.2 branch based on latest upstream tag v1.2.1 First, we make sure to be on the correct branch, and sync upstream and debian Git repositories, * git checkout debian-1.2 * git fetch upstream * git pull Upstream has created a new branch they called upstream/1.3.0 and they have tagged v1.3.0 on it. So, first we need a new debian branch for the release by checking out the upstream 1.3.0 as a new branch * git checkout -b debian-1.3 v1.3.0 Now, we only want to merge Debian changes and *ignore* upstream changes in the 1.2.x branch as they are superseded by 1.3.x changes anyway. Thus we 'fake' merge the latest upstream release into our history. This effectively tells Git that all the upstream changes were included in current branch, without actually merging the code. * git merge -s ours v1.2.1 Following the fake merge, we need to merge out work into the current branch, * git merge debian-1.2 This merge actually merges code changes so it is likely there will be a few conflicts to resolve. After the conflicts are resolved, commit the merge, * git commit ## New upstream patch version (same upstream branch, some patches) Here we assume that upstream continues to work on same branch as their last tagged release. In this example, the assumption is that v1.3.1 follows v.1.3.0 in history. This allows us to easily merge * git checkout debian-1.3 * git merge v1.3.1 Fixing any conflicts here, and committing, * git commit NOTE: If the merge results in large amounts of conflicts, it is likely that upstream version 1.3.1 is not based directly on 1.3.0 (ie. different branch) ## Verifying merges The simplest way to verify a merge is to look at a diff from current HEAD of the debian branch to the latest upstream tag. For example, git diff v1.3.0 If the diff contains a lot of non-Debian specific changes, then it is likely something went wrong in the large attempted merge. To undo changes, use git reset --hard HEAD^ to undo last commit and try again. If changes were not yet committed, a simple git reset --hard will reset the working directory back to last commit. (look in `git reset --help` for usage examples) debian/qtcreator.lintian-overrides0000664000000000000000000000065112321175503014555 0ustar qtcreator: script-with-language-extension usr/bin/qtcreator.sh qtcreator: image-file-in-usr-lib qtcreator: binary-without-manpage usr/bin/qml2puppet qtcreator: binary-without-manpage usr/bin/qmlpuppet qtcreator: binary-without-manpage usr/bin/qtcreator.sh qtcreator: binary-without-manpage usr/bin/qtcreator_process_stub qtcreator: binary-without-manpage usr/bin/qtpromaker qtcreator: binary-without-manpage usr/bin/sdktool debian/qtcreator.10000664000000000000000000000150112321175503011252 0ustar .TH QTCREATOR 1 "March 5, 2009" .SH NAME qtcreator \- Integrated Development Environment for Qt .SH SYNOPSIS .B qtcreator .RI [ options ] " file(s)" .br .SH DESCRIPTION .B Qt Creator is a lightweight, cross-platform integrated development environment (IDE) designed to make development with the Qt application framework faster and easier. .SH OPTIONS .TP .B \-help Show summary of options. .TP .B \-version Show version of program. .TP .B \-client Attempt to connect to already running instance. .TP .B \-noload \fI\fB Do not load \fI\fB .TP .B file(s) Files to load. .SH SEE ALSO .br The full documentation is available in /usr/share/qtcreator/doc .SH AUTHOR This manual page was written by Adam Majer and Jeremy Laine , for the Debian project (and may be used by others). debian/copyright0000664000000000000000000003372312321175503011132 0ustar This package was debianized by: Adam Majer Fathi Boudra Jeremy Lainé Jonathan Riddell on Sun, 18 Jan 2009 14:42:22 +0100 It was downloaded from: http://www.qtsoftware.com Upstream Authors: Digia Plc and/or its subsidiary(-ies) Copyright: Digia Plc and/or its subsidiary(-ies) Research In Motion AudioCodes Ltd Kläralvdalens Datakonsult ABa KDAB Group company Openismus GmbH Apple Computer Inc. BogDan Vatra Brian McGillion Hugues Delorme Konstantin Tokarev Lukas Holecek Vasiliy Sorokin Dmitry Savchenko The Botan Project Scott James Remnant Free Software Foundation Joel Birch David Gouch Fawzi Mohamed Sebastian Vuorinen Stefan Lang Robin Pedersen Miquel Sabate Anders Lund Jan Villat Dominik Haumann Matthew Woehlke Alex Turbov License: Commercial License Usage Licensees holding valid commercial Qt licenses may use this file in accordance with the commercial license agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Digia. For licensing terms and conditions see http://qt.digia.com/licensing. For further information use the contact form at http://qt.digia.com/contact-us. GNU Lesser General Public License Usage Alternatively, this file may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation and appearing in the file LICENSE.LGPL included in the packaging of this file. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. In addition, as a special exception, Digia gives you certain additional rights. These rights are described in the Digia Qt LGPL Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this package. On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. Digia Qt LGPL Exception version 1.1 As an additional permission to the GNU Lesser General Public License version 2.1, the object code form of a "work that uses the Library" may incorporate material from a header file that is part of the Library. You may distribute such object code under terms of your choice, provided that: (i) the header files of the Library have not been modified; and (ii) the incorporated material is limited to numerical parameters, data structure layouts, accessors, macros, inline functions and templates; and (iii) you comply with the terms of Section 6 of the GNU Lesser General Public License version 2.1. Moreover, you may apply this exception to a modified version of the Library, provided that such modification does not involve copying material from the Library into the modified Library's header files unless such material is limited to (i) numerical parameters; (ii) data structure layouts; (iii) accessors; and (iv) small macros, templates and inline functions of five lines or less in length. Furthermore, you are not required to apply this additional permission to a modified version of the Library. Copyright for Botan, a C++ crypto library. Version 1.8.8 Copyright (C) 1999-2004 The Botan Project. All rights reserved. Copyright (C) 1999-2009 Jack Lloyd 2001 Peter J Jones 2004-2007 Justin Karneges 2005 Matthew Gregan 2005-2006 Matt Johnston 2006 Luca Piccarreta 2007 Yves Jerschow 2007-2008 FlexSecure GmbH 2007-2008 Technische Universitat Darmstadt 2007-2008 Falko Strenzke 2007-2008 Martin Doering 2007 Manuel Hartl 2007 Christoph Ludwig 2007 Patrick Sona All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The source code of Botan C++ crypto library can be found in QtCreator/src/libs/3rdparty Copyright for ClassView and ImageViewer plugins Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). All rights reserved. Copyright (c) 2013 Denis Mingulov. Contact: http://www.qt-project.org/ This file is part of Qt Creator. You may use this file under the terms of the BSD license as follows: "Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." Copyright for Open Source front-end for C++, enhanced for use in Qt Creator: src/libs/cplusplus/Macro.cpp src/libs/cplusplus/Macro.h src/libs/cplusplus/PreprocessorEnvironment.cpp src/libs/cplusplus/PreprocessorEnvironment.h src/libs/cplusplus/pp-cctype.h src/libs/cplusplus/pp-engine.cpp src/libs/cplusplus/pp-engine.h src/libs/cplusplus/pp-macro-expander.h src/libs/cplusplus/pp-scanner.cpp src/libs/cplusplus/pp-scanner.h src/libs/cplusplus/pp.h src/shared/cplusplus/* excluding: - src/shared/cplusplus/Array.cpp - src/shared/cplusplus/LiteralTable.cpp - src/shared/cplusplus/ObjectiveCAtKeywords.cpp - src/shared/cplusplus/PrettyPrinter.cpp - src/shared/cplusplus/PrettyPrinter.h © 2005, 2008 Roberto Raggi MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. The MIT License also applies to: doc/templates/scripts/jquery.js doc/templates/scripts/superfish.js doc/titlecase/to-title-case.js doc/titlecase/jquery.js tests/manual/appwizards/htmlimportscenario_01/jquery-1.5.min.js The following files: src/libs/zeroconf/* Are licensed under BSD-3-clause license: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright for *.qdoc: 2013 Digia Plc and/or its subsidiary(-ies). GNU Free Documentation License Alternatively, this file may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation and appearing in the file included in the packaging of this file. . On Debian systems, the complete text of the GFDL-1.3 license can be found in `/usr/share/common-licenses/GFDL-1.3`, Copyright for doc/examples/* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). You may use this file under the terms of the BSD license as follows: "Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." Copyright for Ubuntu plugin files: debian/patches/qtcreator-plugin-ubuntu.patch debian/patches/qtcreator-plugin-ubuntu-buildchanges.patch debian/qtcreator-plugin-ubuntu-images.tar.gz Copyright 2013 Canonical Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. The Debian packaging is: © 2009-2010, Adam Majer © 2009-2010, Fathi Boudra © 2009-2010, Jeremy Lainé © 2009-2010, Jonathan Riddell © 2013, Timo Jyrinki and is licensed under the GNU General Public License version 3, see `/usr/share/common-licenses/GPL-3'. debian/patches/0000775000000000000000000000000012321205456010617 5ustar debian/patches/botan_system_lib.diff0000664000000000000000000000741312321175503015012 0ustar Description: Use the system botan library instead of the bundled one. Author: Felix Geyer --- a/src/libs/3rdparty/botan/botan.pri +++ b/src/libs/3rdparty/botan/botan.pri @@ -1,56 +1,2 @@ -INCLUDEPATH *= $$PWD/.. -HEADERS += $$PWD/botan.h - -equals(USE_SYSTEM_BOTAN, 1) { - DEFINES += USE_SYSTEM_BOTAN - CONFIG += link_pkgconfig - PKGCONFIG += botan-1.10 -} else { - -SOURCES += $$PWD/botan.cpp - -CONFIG += exceptions - -DEPENDPATH += . - -DEFINES += BOTAN_DLL= -unix:DEFINES += BOTAN_TARGET_OS_HAS_GETTIMEOFDAY BOTAN_HAS_ALLOC_MMAP \ - BOTAN_HAS_ENTROPY_SRC_DEV_RANDOM BOTAN_HAS_ENTROPY_SRC_EGD BOTAN_HAS_ENTROPY_SRC_FTW \ - BOTAN_HAS_ENTROPY_SRC_UNIX BOTAN_HAS_MUTEX_PTHREAD BOTAN_HAS_PIPE_UNIXFD_IO -*linux*:DEFINES += BOTAN_TARGET_OS_IS_LINUX BOTAN_TARGET_OS_HAS_CLOCK_GETTIME \ - BOTAN_TARGET_OS_HAS_DLOPEN BOTAN_TARGET_OS_HAS_GMTIME_R BOTAN_TARGET_OS_HAS_POSIX_MLOCK \ - BOTAN_HAS_DYNAMICALLY_LOADED_ENGINE BOTAN_HAS_DYNAMIC_LOADER -macx:DEFINES += BOTAN_TARGET_OS_IS_DARWIN -*g++*:DEFINES += BOTAN_BUILD_COMPILER_IS_GCC -*clang*:DEFINES += BOTAN_BUILD_COMPILER_IS_CLANG -*icc*:DEFINES += BOTAN_BUILD_COMPILER_IS_INTEL - -CONFIG(x86_64):DEFINES += BOTAN_TARGET_ARCH_IS_X86_64 - -win32 { - DEFINES += BOTAN_TARGET_OS_IS_WINDOWS \ - BOTAN_TARGET_OS_HAS_LOADLIBRARY BOTAN_TARGET_OS_HAS_WIN32_GET_SYSTEMTIME \ - BOTAN_TARGET_OS_HAS_WIN32_VIRTUAL_LOCK BOTAN_HAS_DYNAMICALLY_LOADED_ENGINE \ - BOTAN_HAS_DYNAMIC_LOADER BOTAN_HAS_ENTROPY_SRC_CAPI BOTAN_HAS_ENTROPY_SRC_WIN32 \ - BOTAN_HAS_MUTEX_WIN32 - - win32-msvc* { - QMAKE_CXXFLAGS += -wd4251 -wd4290 -wd4250 - DEFINES += BOTAN_BUILD_COMPILER_IS_MSVC BOTAN_TARGET_OS_HAS_GMTIME_S _SCL_SECURE_NO_WARNINGS - } else { - QMAKE_CFLAGS += -fpermissive -finline-functions -Wno-long-long - QMAKE_CXXFLAGS += -fpermissive -finline-functions -Wno-long-long - } - LIBS += -ladvapi32 -luser32 -} - -unix:*-g++* { - QMAKE_CFLAGS += -fPIC -ansi -fpermissive -finline-functions -Wno-long-long - QMAKE_CXXFLAGS += -fPIC -ansi -fpermissive -finline-functions -Wno-long-long - QMAKE_CXXFLAGS_HIDESYMS -= -fvisibility-inlines-hidden # for ubuntu 7.04 -} - -linux*|freebsd* { - LIBS += -lrt $$QMAKE_LIBS_DYNLOAD -} -} +CONFIG += link_pkgconfig +PKGCONFIG += botan-1.10 --- a/src/libs/ssh/sshcryptofacility.cpp +++ b/src/libs/ssh/sshcryptofacility.cpp @@ -37,6 +37,11 @@ #include "sshpacket_p.h" #include +#include +#include +#include +#include +#include #include #include --- a/src/libs/ssh/sshcryptofacility_p.h +++ b/src/libs/ssh/sshcryptofacility_p.h @@ -31,9 +31,11 @@ #define SSHCRYPTOFACILITY_P_H #include +#include #include #include +#include namespace QSsh { namespace Internal { --- a/src/libs/ssh/sshkeyexchange.cpp +++ b/src/libs/ssh/sshkeyexchange.cpp @@ -36,6 +36,12 @@ #include "sshincomingpacket_p.h" #include +#include +#include +#include +#include +#include +#include #ifdef CREATOR_SSH_DEBUG #include --- a/src/libs/ssh/sshkeygenerator.cpp +++ b/src/libs/ssh/sshkeygenerator.cpp @@ -35,6 +35,11 @@ #include "sshpacket_p.h" #include +#include +#include +#include +#include +#include #include #include --- a/src/libs/ssh/sshkeypasswordretriever_p.h +++ b/src/libs/ssh/sshkeypasswordretriever_p.h @@ -30,6 +30,7 @@ #define KEYPASSWORDRETRIEVER_H #include +#include #include debian/patches/series0000664000000000000000000000022112321175503012026 0ustar # Debian patches 02_use_x-terminal-emulator.diff botan_system_lib.diff no-Werror.diff # Ubuntu patches rpath_nonlinux.diff disable_plugins.diff debian/patches/rpath_nonlinux.diff0000664000000000000000000000413512321175503014523 0ustar Author: Pino Toscano Description: Enable RPATH also on kFreeBSD and Hurd qtcreator's plugins use RPATH to locate the qtcreator libraries, so enable it also on kFreeBSD and Hurd. Last-Update: 2012-05-19 Forwarded: no --- src/qtcreatorplugin.pri | 4 ++-- src/rpath.pri | 2 +- src/tools/qtcreatorwidgets/qtcreatorwidgets.pro | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) --- a/src/rpath.pri +++ b/src/rpath.pri @@ -5,7 +5,7 @@ QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/PlugIns/ QMAKE_LFLAGS += -Wl,-rpath,@loader_path/../,-rpath,@executable_path/../ } -} else:linux-* { +} else:linux-*|glibc-*|hurd-* { #do the rpath by hand since it's not possible to use ORIGIN in QMAKE_RPATHDIR # this expands to $ORIGIN (after qmake and make), it does NOT read a qmake var QMAKE_RPATHDIR += \$\$ORIGIN --- a/src/qtcreatorplugin.pri +++ b/src/qtcreatorplugin.pri @@ -118,7 +118,7 @@ QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/PlugIns/$${PROVIDER}/ QMAKE_LFLAGS += -Wl,-rpath,@loader_path/../../,-rpath,@executable_path/../ } -} else:linux-* { +} else:linux-*|glibc-*|hurd-* { #do the rpath by hand since it's not possible to use ORIGIN in QMAKE_RPATHDIR QMAKE_RPATHDIR += \$\$ORIGIN QMAKE_RPATHDIR += \$\$ORIGIN/.. @@ -132,7 +132,7 @@ TEMPLATE = lib CONFIG += plugin plugin_with_soname -linux*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF +linux*|glibc-*|hurd-*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF !macx { target.path = $$QTC_PREFIX/$$IDE_LIBRARY_BASENAME/qtcreator/plugins/$$PROVIDER --- a/src/tools/qtcreatorwidgets/qtcreatorwidgets.pro +++ b/src/tools/qtcreatorwidgets/qtcreatorwidgets.pro @@ -13,7 +13,7 @@ IDE_LIBRARY_BASENAME = lib } -linux-*||win32 { +linux-*||win32||glibc-*||hurd-* { # form abs path to qtcreator lib dir QTC_LIBS=$$dirname(OUT_PWD) QTC_LIBS=$$dirname(QTC_LIBS) @@ -21,7 +21,7 @@ QTC_LIBS=$$QTC_LIBS/$$IDE_LIBRARY_BASENAME/qtcreator } -linux-*{ +linux-*|glibc-*|hurd-*{ QMAKE_RPATHDIR *= $$QTC_LIBS } debian/patches/02_use_x-terminal-emulator.diff0000664000000000000000000000072412321175503016536 0ustar Description: use x-terminal-emulator on Debian based distributions Author: Fathi Boudra --- src/libs/utils/consoleprocess_unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/src/libs/utils/consoleprocess_unix.cpp +++ b/src/libs/utils/consoleprocess_unix.cpp @@ -335,6 +335,7 @@ static const Terminal knownTerminals[] = { + {"x-terminal-emulator", "-e"}, {"xterm", "-e"}, {"aterm", "-e"}, {"Eterm", "-e"}, debian/patches/no-Werror.diff0000664000000000000000000000124312321175503013342 0ustar Author: Pino Toscano Description: Disable -Werror in Debian builds. Having -Werror in CXXFLAGS means that any warning becomes a fatal error; considering new compiler versions may add new warnings and potentially make valid code not compile anymore, just remove -Werror altogether. Last-Update: 2013-09-04 Forwarded: not-needed --- a/src/shared/qbs/src/lib/lib.pro +++ b/src/shared/qbs/src/lib/lib.pro @@ -23,7 +23,6 @@ win32:CONFIG(debug, debug|release):TARGET = $${TARGET}d win32-msvc*|win32-icc:QMAKE_CXXFLAGS += /WX -else:*g++*|*clang*|*icc*:QMAKE_CXXFLAGS += -Werror !disable_rpath { macx:QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/ debian/patches/disable_plugins.diff0000664000000000000000000000412012321175503014611 0ustar Description: Disable plugins in order to use alternative one This patch disables QtC's current upstream CMake,Valgrind,Qnx and Remotelinux plugin so that qtcreator-plugin-[cmake|valgrind|qnx|remotelinux] can be installed instead. . The Ubuntu's plugins will be presented to upstream when it's fully functional, to consider how to get the improvements to be part of a future release of Qt Creator. Author: Benjamin Zeller Author: Zoltan Balogh === modified file 'src/plugins/plugins.pro' --- a/src/plugins/plugins.pro 2014-03-06 10:25:09 +0000 +++ b/src/plugins/plugins.pro 2014-03-31 08:57:03 +0000 @@ -24,7 +24,6 @@ debugger \ help \ cpaster \ - cmakeprojectmanager \ autotoolsprojectmanager \ fakevim \ designer \ @@ -41,11 +40,8 @@ analyzerbase \ qmljstools \ macros \ - remotelinux \ android \ - valgrind \ todo \ - qnx \ clearcase \ baremetal \ ios === modified file 'src/plugins/plugins.qbs' --- a/src/plugins/plugins.qbs 2014-03-06 10:25:09 +0000 +++ b/src/plugins/plugins.qbs 2014-03-31 08:57:31 +0000 @@ -13,7 +13,6 @@ "bookmarks/bookmarks.qbs", "classview/classview.qbs", "clearcase/clearcase.qbs", - "cmakeprojectmanager/cmakeprojectmanager.qbs", "coreplugin/coreplugin.qbs", "coreplugin/images/logo/logo.qbs", "cpaster/cpaster.qbs", @@ -46,17 +45,14 @@ "qmljstools/qmljstools.qbs", "qmlprofiler/qmlprofiler.qbs", "qmlprojectmanager/qmlprojectmanager.qbs", - "qnx/qnx.qbs", "qmakeprojectmanager/qmakeprojectmanager.qbs", "qtsupport/qtsupport.qbs", - "remotelinux/remotelinux.qbs", "resourceeditor/resourceeditor.qbs", "subversion/subversion.qbs", "tasklist/tasklist.qbs", "texteditor/texteditor.qbs", "todo/todo.qbs", "updateinfo/updateinfo.qbs", - "valgrind/valgrind.qbs", "vcsbase/vcsbase.qbs", "welcome/welcome.qbs" ].concat(project.additionalPlugins) debian/control0000664000000000000000000001102612321175542010575 0ustar Source: qtcreator Section: devel Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Adam Majer , Fathi Boudra , Jeremy Lainé , Build-Depends: debhelper (>= 9), g++-4.7 [armhf], libbotan1.10-dev, libglib2.0-dev, libgstreamer-plugins-base0.10-dev, libicu-dev, libqt5clucene5 (>= 5.2.0~), libqt5designer5 (>= 5.2.0~), libqt5designercomponents5 (>= 5.2.0~), libqt5help5 (>= 5.2.0~), libqt5opengl5-dev (>= 5.2.0~), libqt5script5 (>= 5.2.0~), libqt5scripttools5 (>= 5.2.0~), libqt5sql5-sqlite (>= 5.2.0~), libqt5svg5 (>= 5.2.0~), libqt5svg5-dev (>= 5.2.0~), libqt5webkit5-dev (>= 5.1.1~), libqt5widgets5 (>= 5.2.0~), libsqlite3-dev, libx11-dev, libxml2-dev, libxslt1-dev, pkg-config, qt5-default, qt5-qmake (>= 5.2.0~), qtbase5-private-dev (>= 5.2.0~), qtdeclarative5-dev-tools (>= 5.2.0~), qtdeclarative5-private-dev (>= 5.2.0~), qtlocation5-dev, qtscript5-private-dev (>= 5.2.0~), qtsensors5-dev, qttools5-dev-tools (>= 5.2.0~), qttools5-private-dev (>= 5.2.0~), qtxmlpatterns5-dev-tools (>= 5.2.0~), Standards-Version: 3.9.3 Homepage: http://qt-project.org/ Vcs-Browser: http://git.debian.org/?p=collab-maint/qt-creator.git Vcs-Git: git://git.debian.org/collab-maint/qt-creator.git Vcs-Bzr: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/qtcreator Package: qtcreator Architecture: any Depends: libbotan-1.10-0, libqt5concurrent5, libqt5declarative5, libqt5designercomponents5, libqt5help5, libqt5printsupport5, libqt5script5, libqt5sql5-sqlite, libqt5svg5, libqt5xml5, qtdeclarative5-controls-plugin, ${misc:Depends}, ${shlibs:Depends}, Recommends: g++, gdb, make, qmlscene, qt5-default, qt5-qmake, qtbase5-dev, qtbase5-dev-tools, qtcreator-doc, qtcreator-plugin-cmake, qtcreator-plugin-remotelinux, qtcreator-plugin-valgrind, qtcreator-plugin-qnx, qtdeclarative5-dev, xterm | x-terminal-emulator, Breaks: qtcreator-plugin-ubuntu (<= 2.9.0~), Suggests: cmake, git, kdelibs5-data, qtquick1-5-dev, qtquick1-5-dev-tools, subversion, ubuntu-sdk, Description: lightweight integrated development environment (IDE) for Qt Qt Creator is a new, lightweight, cross-platform integrated development environment (IDE) designed to make development with the Qt application framework even faster and easier. . It includes: * An advanced C++ code editor * Integrated GUI layout and forms designer * Project and build management tools * Integrated, context-sensitive help system * Visual debugger * Rapid code navigation tools * Supports multiple platforms Package: qtcreator-dbg Priority: extra Architecture: any Section: debug Depends: qtcreator (= ${binary:Version}), ${misc:Depends}, Description: debugging symbols for Qt Creator IDE Qt Creator is a new, lightweight, cross-platform integrated development environment (IDE) designed to make development with the Qt application framework even faster and easier. . This package contains the debugging symbols for Qt Creator IDE. Package: qtcreator-doc Architecture: all Section: doc Depends: ${misc:Depends}, Suggests: qt4-dev-tools, qt4-doc, Description: documentation for Qt Creator IDE Qt Creator is a new, lightweight, cross-platform integrated development environment (IDE) designed to make development with the Qt application framework even faster and easier. . This package contains the documentation for Qt Creator IDE. Package: qtcreator-dev Architecture: all Depends: qtcreator (= ${binary:Version}), libicu-dev, ${misc:Depends}, Description: Qt Creator plugin development files This package contains the developer files for Qt Creator plugin evelopment debian/rules0000775000000000000000000000472712321175503010261 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 ifneq (,$(filter $(DEB_HOST_ARCH),armhf)) export GCC47 := "QMAKE_CXX=g++-4.7" else export GCC47 := endif DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed export QMAKE_CFLAGS_RELEASE := $(CFLAGS) export QMAKE_CFLAGS_DEBUG := $(CFLAGS) export QMAKE_CXXFLAGS_RELEASE := $(CXXFLAGS) export QMAKE_CXXFLAGS_DEBUG := $(CXXFLAGS) export QMAKE_LFLAGS_RELEASE := $(LDFLAGS) export QMAKE_LFLAGS_DEBUG := $(LDFLAGS) export QT_SELECT := qt5 # Upstream changelog upstream_changes := $(wildcard dist/changes-*) %: dh $@ --parallel --list-missing --dbg-package=qtcreator-dbg --buildsystem=qmake --builddirectory=builddir override_dh_auto_configure: mkdir -p builddir cd builddir ; \ qmake QMAKE_CFLAGS_RELEASE="$(QMAKE_CFLAGS_RELEASE)" \ QMAKE_CFLAGS_DEBUG="$(QMAKE_CFLAGS_DEBUG)" \ QMAKE_CXXFLAGS_RELEASE="$(QMAKE_CXXFLAGS_RELEASE)" \ QMAKE_CXXFLAGS_DEBUG="$(QMAKE_CXXFLAGS_DEBUG)" \ QMAKE_LFLAGS_RELEASE="$(QMAKE_LFLAGS_RELEASE)" \ QMAKE_LFLAGS_DEBUG="$(QMAKE_LFLAGS_DEBUG)" \ QMAKE_STRIP=: \ PREFIX=/usr/ \ $(CURDIR) $(GCC47) IDE_LIBRARY_BASENAME=lib/$(DEB_HOST_MULTIARCH) IDE_PACKAGE_MODE=1 USE_SYSTEM_BOTAN=1 $(extra_configure_opts) override_dh_auto_install: ifneq (,$(filter qtcreator-doc,qtcreator-dev, $(shell dh_listpackages))) dh_auto_build -- qch_docs endif dh_auto_install --destdir=debian/tmp/usr dh_auto_build -- install_docs INSTALL_ROOT=$(CURDIR)/debian/tmp/usr mkdir -p debian/tmp/usr/src/qtcreator/ find | egrep -v '^\.\/doc|^\.\/share|^\.\/\.pc|^\.\/debian|^\.\/tests|^\.\/share|cmakeprojectmanager|valgrind|qnx|remotelinux|Qnx' | grep "\.pri\$$\|\.h\$$\|\.xsl\$$" | xargs -I{} cp --parents -r "{}" debian/tmp/usr/src/qtcreator cd debian/tmp/usr/src/qtcreator; cp -r builddir/* .; rm -R builddir override_dh_auto_clean: dh_auto_clean # make sure the bundles botan lib isn't used during the build rm -f src/libs/3rdparty/botan/botan.cpp src/libs/3rdparty/botan/botan.h override_dh_installdocs: dh_installdocs -pqtcreator $(upstream_changes) dh_installdocs --remaining-packages override_dh_makeshlibs: # qtcreator doesn't provide any public libraries override_dh_builddeb: dh_builddeb -- -Zxz debian/Nokia-QtCreator.xml0000664000000000000000000000106412321175503012655 0ustar Qt QMake Profile Qt Resource File debian/watch0000664000000000000000000000020412321175503010214 0ustar version=3 http://download.qt-project.org/official_releases/qtcreator/([\d\.]*)/([\d\.]*)/qt-creator-opensource-src-([^-]*)\.tar\.gz debian/not-installed0000664000000000000000000000053412321175503011671 0ustar # Installed through qtcreator.install in usr/lib/qtcreator ./usr/share/qtcreator/gdbmacros/Makefile ./usr/share/qtcreator/gdbmacros/gdbmacros.o ./usr/share/qtcreator/gdbmacros/libgdbmacros.so ./usr/share/qtcreator/gdbmacros/libgdbmacros.so.1 ./usr/share/qtcreator/gdbmacros/libgdbmacros.so.1.0 ./usr/share/qtcreator/gdbmacros/libgdbmacros.so.1.0.0 debian/qtcreator.links0000664000000000000000000000133012321175503012232 0ustar # Needed for source code of gdbmacros usr/share/common-licenses/LGPL-2.1 usr/share/qtcreator/dumper/LICENSE.LGPL usr/share/common-licenses/LGPL-2.1 usr/share/qtcreator/gdbmacros/LICENSE.LGPL usr/share/common-licenses/LGPL-2.1 usr/share/qtcreator/qml/qmldump/LICENSE.LGPL usr/share/common-licenses/LGPL-2.1 usr/share/qtcreator/qml/qmlobserver/LICENSE.LGPL usr/share/doc/qtcreator/LGPL_EXCEPTION.TXT usr/share/qtcreator/dumper/LGPL_EXCEPTION.TXT usr/share/doc/qtcreator/LGPL_EXCEPTION.TXT usr/share/qtcreator/gdbmacros/LGPL_EXCEPTION.TXT usr/share/doc/qtcreator/LGPL_EXCEPTION.TXT usr/share/qtcreator/qml/qmldump/LGPL_EXCEPTION.TXT usr/share/doc/qtcreator/LGPL_EXCEPTION.TXT usr/share/qtcreator/qml/qmlobserver/LGPL_EXCEPTION.TXT debian/qtcreator-doc.install0000664000000000000000000000007612321175503013331 0ustar usr/share/doc/qtcreator/qtcreator.qch usr/share/qtcreator/doc debian/source/0000775000000000000000000000000012321205456010470 5ustar debian/source/format0000664000000000000000000000001412321175503011675 0ustar 3.0 (quilt) debian/qtcreator.install0000664000000000000000000017661712321175503012605 0ustar debian/Nokia-QtCreator.xml usr/share/mime/packages/ debian/qtcreator.desktop usr/share/applications/ src/plugins/qmlprojectmanager/QmlProjectManager.mimetypes.xml usr/share/mime/packages/ usr/bin/qml2puppet usr/bin/qtcreator usr/bin/qtcreator.sh usr/bin/qtcreator_process_stub usr/bin/qtpromaker usr/bin/sdktool usr/lib/*/qtcreator/libAggregation.* usr/lib/*/qtcreator/libCPlusPlus.* usr/lib/*/qtcreator/libExtensionSystem.* usr/lib/*/qtcreator/libGLSL.* usr/lib/*/qtcreator/libLanguageUtils.* usr/lib/*/qtcreator/libQmlDebug.so usr/lib/*/qtcreator/libQmlDebug.so.* usr/lib/*/qtcreator/libQmlEditorWidgets.* usr/lib/*/qtcreator/libQmlJS.* usr/lib/*/qtcreator/libQtcSsh.so usr/lib/*/qtcreator/libQtcSsh.so.* usr/lib/*/qtcreator/libUtils.* usr/lib/*/qtcreator/libqbscore.so usr/lib/*/qtcreator/libqbscore.so.1 usr/lib/*/qtcreator/libqbscore.so.1.1 usr/lib/*/qtcreator/libqbscore.so.1.1.1 usr/lib/*/qtcreator/libzeroconf.* usr/lib/*/qtcreator/plugins/QtProject/AnalyzerBase.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Android.pluginspec usr/lib/*/qtcreator/plugins/QtProject/AutotoolsProjectManager.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Bazaar.pluginspec usr/lib/*/qtcreator/plugins/QtProject/BinEditor.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Bookmarks.pluginspec usr/lib/*/qtcreator/plugins/QtProject/CVS.pluginspec usr/lib/*/qtcreator/plugins/QtProject/ClassView.pluginspec usr/lib/*/qtcreator/plugins/QtProject/ClearCase.pluginspec usr/lib/*/qtcreator/plugins/QtProject/CodePaster.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Core.pluginspec usr/lib/*/qtcreator/plugins/QtProject/CppEditor.pluginspec usr/lib/*/qtcreator/plugins/QtProject/CppTools.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Debugger.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Designer.pluginspec usr/lib/*/qtcreator/plugins/QtProject/DiffEditor.pluginspec usr/lib/*/qtcreator/plugins/QtProject/FakeVim.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Find.pluginspec usr/lib/*/qtcreator/plugins/QtProject/GLSLEditor.pluginspec usr/lib/*/qtcreator/plugins/QtProject/GenericProjectManager.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Git.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Help.pluginspec usr/lib/*/qtcreator/plugins/QtProject/ImageViewer.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Ios.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Locator.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Macros.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Mercurial.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Perforce.pluginspec usr/lib/*/qtcreator/plugins/QtProject/ProjectExplorer.pluginspec usr/lib/*/qtcreator/plugins/QtProject/PythonEditor.pluginspec usr/lib/*/qtcreator/plugins/QtProject/QbsProjectManager.pluginspec usr/lib/*/qtcreator/plugins/QtProject/QmakeProjectManager.pluginspec usr/lib/*/qtcreator/plugins/QtProject/QmlDesigner.pluginspec usr/lib/*/qtcreator/plugins/QtProject/QmlJSEditor.pluginspec usr/lib/*/qtcreator/plugins/QtProject/QmlJSTools.pluginspec usr/lib/*/qtcreator/plugins/QtProject/QmlProfiler.pluginspec usr/lib/*/qtcreator/plugins/QtProject/QmlProjectManager.pluginspec usr/lib/*/qtcreator/plugins/QtProject/QtSupport.pluginspec usr/lib/*/qtcreator/plugins/QtProject/ResourceEditor.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Subversion.pluginspec usr/lib/*/qtcreator/plugins/QtProject/TaskList.pluginspec usr/lib/*/qtcreator/plugins/QtProject/TextEditor.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Todo.pluginspec usr/lib/*/qtcreator/plugins/QtProject/VcsBase.pluginspec usr/lib/*/qtcreator/plugins/QtProject/Welcome.pluginspec usr/lib/*/qtcreator/plugins/QtProject/libAnalyzerBase.so usr/lib/*/qtcreator/plugins/QtProject/libAndroid.so usr/lib/*/qtcreator/plugins/QtProject/libAutotoolsProjectManager.so usr/lib/*/qtcreator/plugins/QtProject/libBazaar.so usr/lib/*/qtcreator/plugins/QtProject/libBinEditor.so usr/lib/*/qtcreator/plugins/QtProject/libBookmarks.so usr/lib/*/qtcreator/plugins/QtProject/libCVS.so usr/lib/*/qtcreator/plugins/QtProject/libClassView.so usr/lib/*/qtcreator/plugins/QtProject/libClearCase.so usr/lib/*/qtcreator/plugins/QtProject/libCodePaster.so usr/lib/*/qtcreator/plugins/QtProject/libCore.so usr/lib/*/qtcreator/plugins/QtProject/libCppEditor.so usr/lib/*/qtcreator/plugins/QtProject/libCppTools.so usr/lib/*/qtcreator/plugins/QtProject/libDebugger.so usr/lib/*/qtcreator/plugins/QtProject/libDesigner.so usr/lib/*/qtcreator/plugins/QtProject/libDiffEditor.so usr/lib/*/qtcreator/plugins/QtProject/libFakeVim.so usr/lib/*/qtcreator/plugins/QtProject/libFind.so usr/lib/*/qtcreator/plugins/QtProject/libGLSLEditor.so usr/lib/*/qtcreator/plugins/QtProject/libGenericProjectManager.so usr/lib/*/qtcreator/plugins/QtProject/libGit.so usr/lib/*/qtcreator/plugins/QtProject/libHelp.so usr/lib/*/qtcreator/plugins/QtProject/libImageViewer.so usr/lib/*/qtcreator/plugins/QtProject/libIos.so usr/lib/*/qtcreator/plugins/QtProject/libLocator.so usr/lib/*/qtcreator/plugins/QtProject/libMacros.so usr/lib/*/qtcreator/plugins/QtProject/libMercurial.so usr/lib/*/qtcreator/plugins/QtProject/libPerforce.so usr/lib/*/qtcreator/plugins/QtProject/libProjectExplorer.so usr/lib/*/qtcreator/plugins/QtProject/libPythonEditor.so usr/lib/*/qtcreator/plugins/QtProject/libQbsProjectManager.so usr/lib/*/qtcreator/plugins/QtProject/libQmakeProjectManager.so usr/lib/*/qtcreator/plugins/QtProject/libQmlDesigner.so usr/lib/*/qtcreator/plugins/QtProject/libQmlJSEditor.so usr/lib/*/qtcreator/plugins/QtProject/libQmlJSTools.so usr/lib/*/qtcreator/plugins/QtProject/libQmlProfiler.so usr/lib/*/qtcreator/plugins/QtProject/libQmlProjectManager.so usr/lib/*/qtcreator/plugins/QtProject/libQtSupport.so usr/lib/*/qtcreator/plugins/QtProject/libResourceEditor.so usr/lib/*/qtcreator/plugins/QtProject/libSubversion.so usr/lib/*/qtcreator/plugins/QtProject/libTaskList.so usr/lib/*/qtcreator/plugins/QtProject/libTextEditor.so usr/lib/*/qtcreator/plugins/QtProject/libTodo.so usr/lib/*/qtcreator/plugins/QtProject/libVcsBase.so usr/lib/*/qtcreator/plugins/QtProject/libWelcome.so usr/lib/*/qtcreator/plugins/Sander/BareMetal.pluginspec usr/lib/*/qtcreator/plugins/Sander/libBareMetal.so usr/lib/*/qtcreator/qmldesigner/libcomponentsplugin.so usr/lib/*/qtcreator/qmldesigner/libqtquickplugin.so usr/share/icons/hicolor/128x128/apps/QtProject-qtcreator.png usr/share/icons/hicolor/16x16/apps/QtProject-qtcreator.png usr/share/icons/hicolor/24x24/apps/QtProject-qtcreator.png usr/share/icons/hicolor/256x256/apps/QtProject-qtcreator.png usr/share/icons/hicolor/32x32/apps/QtProject-qtcreator.png usr/share/icons/hicolor/48x48/apps/QtProject-qtcreator.png usr/share/icons/hicolor/512x512/apps/QtProject-qtcreator.png usr/share/icons/hicolor/64x64/apps/QtProject-qtcreator.png usr/share/qtcreator/debugger/LGPL_EXCEPTION.TXT usr/share/qtcreator/debugger/LICENSE.LGPL usr/share/qtcreator/debugger/boosttypes.py usr/share/qtcreator/debugger/creatortypes.py usr/share/qtcreator/debugger/dumper.cpp usr/share/qtcreator/debugger/dumper.h usr/share/qtcreator/debugger/dumper.pro usr/share/qtcreator/debugger/dumper.py usr/share/qtcreator/debugger/dumper_p.h usr/share/qtcreator/debugger/gdbbridge.py usr/share/qtcreator/debugger/lldbbridge.py usr/share/qtcreator/debugger/misctypes.py usr/share/qtcreator/debugger/pdumper.py usr/share/qtcreator/debugger/qttypes.py usr/share/qtcreator/debugger/stdtypes.py usr/share/qtcreator/debugger/test/dumpertest.pro usr/share/qtcreator/debugger/test/main.cpp usr/share/qtcreator/designer/templates.xml usr/share/qtcreator/designer/templates/Dialog_with_Buttons_Bottom.ui usr/share/qtcreator/designer/templates/Dialog_with_Buttons_Right.ui usr/share/qtcreator/designer/templates/Dialog_without_Buttons.ui usr/share/qtcreator/designer/templates/Main_Window.ui usr/share/qtcreator/designer/templates/Widget.ui usr/share/qtcreator/externaltools/lrelease.xml usr/share/qtcreator/externaltools/lupdate.xml usr/share/qtcreator/externaltools/qmlscene.xml usr/share/qtcreator/externaltools/qmlviewer.xml usr/share/qtcreator/externaltools/sort.xml usr/share/qtcreator/externaltools/vi.xml usr/share/qtcreator/generic-highlighter/alert.xml usr/share/qtcreator/generic-highlighter/autoconf.xml usr/share/qtcreator/generic-highlighter/bash.xml usr/share/qtcreator/generic-highlighter/cmake.xml usr/share/qtcreator/generic-highlighter/css.xml usr/share/qtcreator/generic-highlighter/doxygen.xml usr/share/qtcreator/generic-highlighter/dtd.xml usr/share/qtcreator/generic-highlighter/html.xml usr/share/qtcreator/generic-highlighter/ini.xml usr/share/qtcreator/generic-highlighter/java.xml usr/share/qtcreator/generic-highlighter/javadoc.xml usr/share/qtcreator/generic-highlighter/perl.xml usr/share/qtcreator/generic-highlighter/ruby.xml usr/share/qtcreator/generic-highlighter/valgrind-suppression.xml usr/share/qtcreator/generic-highlighter/xml.xml usr/share/qtcreator/generic-highlighter/yacc.xml usr/share/qtcreator/glsl/glsl_120.frag usr/share/qtcreator/glsl/glsl_120.vert usr/share/qtcreator/glsl/glsl_120_common.glsl usr/share/qtcreator/glsl/glsl_es_100.frag usr/share/qtcreator/glsl/glsl_es_100.vert usr/share/qtcreator/glsl/glsl_es_100_common.glsl usr/share/qtcreator/qbs/lib/qbs/plugins/libqbs_cpp_scanner.so usr/share/qtcreator/qbs/lib/qbs/plugins/libqbs_qt_scanner.so usr/share/qtcreator/qbs/share/qbs/examples/app-and-lib/app/app.qbs usr/share/qtcreator/qbs/share/qbs/examples/app-and-lib/app/main.cpp usr/share/qtcreator/qbs/share/qbs/examples/app-and-lib/app_and_lib.qbs usr/share/qtcreator/qbs/share/qbs/examples/app-and-lib/lib/lib.cpp usr/share/qtcreator/qbs/share/qbs/examples/app-and-lib/lib/lib.qbs usr/share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication.qbs usr/share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication.xcodeproj/project.pbxproj usr/share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/AppDelegate.h usr/share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/AppDelegate.m usr/share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication-Info.plist usr/share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication-Prefix.pch usr/share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/en.lproj/Credits.rtf usr/share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/en.lproj/InfoPlist.strings usr/share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/en.lproj/MainMenu.xib usr/share/qtcreator/qbs/share/qbs/examples/cocoa-application/CocoaApplication/main.m usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication.qbs usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication.xcodeproj/project.pbxproj usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.h usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.m usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Info.plist usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Prefix.pch usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/Default-568h@2x.png usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/Default.png usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/Default@2x.png usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.h usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.m usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.h usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.m usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/DetailViewController_iPad.xib usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/DetailViewController_iPhone.xib usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/InfoPlist.strings usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/MasterViewController_iPad.xib usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/MasterViewController_iPhone.xib usr/share/qtcreator/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/main.m usr/share/qtcreator/qbs/share/qbs/examples/collidingmice/collidingmice.qbs usr/share/qtcreator/qbs/share/qbs/examples/collidingmice/images/cheese.jpg usr/share/qtcreator/qbs/share/qbs/examples/collidingmice/main.cpp usr/share/qtcreator/qbs/share/qbs/examples/collidingmice/mice.qrc usr/share/qtcreator/qbs/share/qbs/examples/collidingmice/mouse.cpp usr/share/qtcreator/qbs/share/qbs/examples/collidingmice/mouse.h usr/share/qtcreator/qbs/share/qbs/examples/examples.qbs usr/share/qtcreator/qbs/share/qbs/examples/helloworld-complex/hello.qbs usr/share/qtcreator/qbs/share/qbs/examples/helloworld-complex/src/foo.cpp usr/share/qtcreator/qbs/share/qbs/examples/helloworld-complex/src/foo.h usr/share/qtcreator/qbs/share/qbs/examples/helloworld-complex/src/main.cpp usr/share/qtcreator/qbs/share/qbs/examples/helloworld-complex/src/specialfeature.cpp usr/share/qtcreator/qbs/share/qbs/examples/helloworld-complex/src/specialfeature.h usr/share/qtcreator/qbs/share/qbs/examples/helloworld-minimal/hello.qbs usr/share/qtcreator/qbs/share/qbs/examples/helloworld-minimal/main.cpp usr/share/qtcreator/qbs/share/qbs/examples/helloworld-qt/hello.qbs usr/share/qtcreator/qbs/share/qbs/examples/helloworld-qt/main.cpp usr/share/qtcreator/qbs/share/qbs/imports/qbs/FileInfo/fileinfo.js usr/share/qtcreator/qbs/share/qbs/imports/qbs/Probes/BinaryProbe.qbs usr/share/qtcreator/qbs/share/qbs/imports/qbs/Probes/FrameworkProbe.qbs usr/share/qtcreator/qbs/share/qbs/imports/qbs/Probes/IncludeProbe.qbs usr/share/qtcreator/qbs/share/qbs/imports/qbs/Probes/PathProbe.qbs usr/share/qtcreator/qbs/share/qbs/imports/qbs/Probes/PkgConfigProbe.qbs usr/share/qtcreator/qbs/share/qbs/imports/qbs/Probes/utils.js usr/share/qtcreator/qbs/share/qbs/imports/qbs/base/Application.qbs usr/share/qtcreator/qbs/share/qbs/imports/qbs/base/CppApplication.qbs usr/share/qtcreator/qbs/share/qbs/imports/qbs/base/DynamicLibrary.qbs usr/share/qtcreator/qbs/share/qbs/imports/qbs/base/QmlApp.qbs usr/share/qtcreator/qbs/share/qbs/imports/qbs/base/StaticLibrary.qbs usr/share/qtcreator/qbs/share/qbs/imports/qbs/base/qmlapplicationviewer/qmlapplicationviewer.h usr/share/qtcreator/qbs/share/qbs/imports/qbs/base/qmlapplicationviewer/qmlapplicationviewer_qt4.cpp usr/share/qtcreator/qbs/share/qbs/imports/qbs/base/qmlapplicationviewer/qmlapplicationviewer_qt4.h usr/share/qtcreator/qbs/share/qbs/imports/qbs/base/qmlapplicationviewer/qmlapplicationviewer_qt5.cpp usr/share/qtcreator/qbs/share/qbs/imports/qbs/base/qmlapplicationviewer/qmlapplicationviewer_qt5.h usr/share/qtcreator/qbs/share/qbs/modules/Qt/QtModule.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/axcontainer/axcontainer.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/axserver/axserver.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/concurrent/concurrent.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/core/core.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/core/moc.js usr/share/qtcreator/qbs/share/qbs/modules/Qt/dbus/dbus.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/declarative/declarative.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/designer/designer.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/designercomponents/designercomponents.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/enginio/enginio.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/gui/gui.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/help/help.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/multimedia/multimedia.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/multimediawidgets/multimediawidgets.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/network/network.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/opengl/opengl.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/phonon/phonon.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/printsupport/printsupport.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/qml/qml.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/qtfunctions.js usr/share/qtcreator/qbs/share/qbs/modules/Qt/quick/quick.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/script/script.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/sql/sql.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/svg/svg.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/test/test.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/webkit/webkit.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/webkitwidgets/webkitwidgets.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/widgets/widgets.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/xml/xml.qbs usr/share/qtcreator/qbs/share/qbs/modules/Qt/xmlpatterns/xmlpatterns.qbs usr/share/qtcreator/qbs/share/qbs/modules/cpp/CppModule.qbs usr/share/qtcreator/qbs/share/qbs/modules/cpp/DarwinGCC.qbs usr/share/qtcreator/qbs/share/qbs/modules/cpp/GenericGCC.qbs usr/share/qtcreator/qbs/share/qbs/modules/cpp/UnixGCC.qbs usr/share/qtcreator/qbs/share/qbs/modules/cpp/bundle-tools.js usr/share/qtcreator/qbs/share/qbs/modules/cpp/darwin-tools.js usr/share/qtcreator/qbs/share/qbs/modules/cpp/gcc.js usr/share/qtcreator/qbs/share/qbs/modules/cpp/genericunix-gcc.qbs usr/share/qtcreator/qbs/share/qbs/modules/cpp/ios-gcc.qbs usr/share/qtcreator/qbs/share/qbs/modules/cpp/linux-gcc.qbs usr/share/qtcreator/qbs/share/qbs/modules/cpp/msvc.js usr/share/qtcreator/qbs/share/qbs/modules/cpp/osx-gcc.qbs usr/share/qtcreator/qbs/share/qbs/modules/cpp/path-tools.js usr/share/qtcreator/qbs/share/qbs/modules/cpp/windows-mingw.qbs usr/share/qtcreator/qbs/share/qbs/modules/cpp/windows-msvc.qbs usr/share/qtcreator/qbs/share/qbs/modules/cpp/windows.js usr/share/qtcreator/qbs/share/qbs/modules/ib/IBModule.qbs usr/share/qtcreator/qbs/share/qbs/modules/qbs/common.qbs usr/share/qtcreator/qbs/share/qbs/modules/utils.js usr/share/qtcreator/qml-type-descriptions/builtins.qmltypes usr/share/qtcreator/qml-type-descriptions/qbs-bundle.json usr/share/qtcreator/qml-type-descriptions/qmlproject-bundle.json usr/share/qtcreator/qml-type-descriptions/qmlproject.qmltypes usr/share/qtcreator/qml-type-descriptions/qmlruntime.qmltypes usr/share/qtcreator/qml-type-descriptions/qmltypes-bundle.json usr/share/qtcreator/qml-type-descriptions/qt-labs-folderlistmodel.qmltypes usr/share/qtcreator/qml-type-descriptions/qt-labs-gestures.qmltypes usr/share/qtcreator/qml-type-descriptions/qt-labs-particles.qmltypes usr/share/qtcreator/qml-type-descriptions/qt4QtQuick1-bundle.json usr/share/qtcreator/qml-type-descriptions/qt5QtQuick1-bundle.json usr/share/qtcreator/qml-type-descriptions/qt5QtQuick2-bundle.json usr/share/qtcreator/qml-type-descriptions/qtmobility-connectivity.qmltypes usr/share/qtcreator/qml-type-descriptions/qtmobility-contacts.qmltypes usr/share/qtcreator/qml-type-descriptions/qtmobility-feedback.qmltypes usr/share/qtcreator/qml-type-descriptions/qtmobility-gallery.qmltypes usr/share/qtcreator/qml-type-descriptions/qtmobility-location.qmltypes usr/share/qtcreator/qml-type-descriptions/qtmobility-messaging.qmltypes usr/share/qtcreator/qml-type-descriptions/qtmobility-organizer.qmltypes usr/share/qtcreator/qml-type-descriptions/qtmobility-publishsubscribe.qmltypes usr/share/qtcreator/qml-type-descriptions/qtmobility-sensors.qmltypes usr/share/qtcreator/qml-type-descriptions/qtmobility-serviceframework.qmltypes usr/share/qtcreator/qml-type-descriptions/qtmobility-systeminfo.qmltypes usr/share/qtcreator/qml-type-descriptions/qtmultimediakit.qmltypes usr/share/qtcreator/qml-type-descriptions/qtwebkit.qmltypes usr/share/qtcreator/qml/qmldump/Info.plist.in usr/share/qtcreator/qml/qmldump/LGPL_EXCEPTION.TXT usr/share/qtcreator/qml/qmldump/LICENSE.LGPL usr/share/qtcreator/qml/qmldump/main.cpp usr/share/qtcreator/qml/qmldump/qmldump.pro usr/share/qtcreator/qml/qmldump/qmlstreamwriter.cpp usr/share/qtcreator/qml/qmldump/qmlstreamwriter.h usr/share/qtcreator/qml/qmlpuppet/commands/changeauxiliarycommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/changeauxiliarycommand.h usr/share/qtcreator/qml/qmlpuppet/commands/changebindingscommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/changebindingscommand.h usr/share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.h usr/share/qtcreator/qml/qmlpuppet/commands/changeidscommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/changeidscommand.h usr/share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.h usr/share/qtcreator/qml/qmlpuppet/commands/changestatecommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/changestatecommand.h usr/share/qtcreator/qml/qmlpuppet/commands/changevaluescommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/changevaluescommand.h usr/share/qtcreator/qml/qmlpuppet/commands/childrenchangedcommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/childrenchangedcommand.h usr/share/qtcreator/qml/qmlpuppet/commands/clearscenecommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/clearscenecommand.h usr/share/qtcreator/qml/qmlpuppet/commands/commands.pri usr/share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.h usr/share/qtcreator/qml/qmlpuppet/commands/componentcompletedcommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/componentcompletedcommand.h usr/share/qtcreator/qml/qmlpuppet/commands/createinstancescommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/createinstancescommand.h usr/share/qtcreator/qml/qmlpuppet/commands/createscenecommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/createscenecommand.h usr/share/qtcreator/qml/qmlpuppet/commands/debugoutputcommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/debugoutputcommand.h usr/share/qtcreator/qml/qmlpuppet/commands/endpuppetcommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/endpuppetcommand.h usr/share/qtcreator/qml/qmlpuppet/commands/informationchangedcommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/informationchangedcommand.h usr/share/qtcreator/qml/qmlpuppet/commands/pixmapchangedcommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/pixmapchangedcommand.h usr/share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.h usr/share/qtcreator/qml/qmlpuppet/commands/removepropertiescommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/removepropertiescommand.h usr/share/qtcreator/qml/qmlpuppet/commands/removesharedmemorycommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/removesharedmemorycommand.h usr/share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.h usr/share/qtcreator/qml/qmlpuppet/commands/statepreviewimagechangedcommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/statepreviewimagechangedcommand.h usr/share/qtcreator/qml/qmlpuppet/commands/synchronizecommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/synchronizecommand.h usr/share/qtcreator/qml/qmlpuppet/commands/tokencommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/tokencommand.h usr/share/qtcreator/qml/qmlpuppet/commands/valueschangedcommand.cpp usr/share/qtcreator/qml/qmlpuppet/commands/valueschangedcommand.h usr/share/qtcreator/qml/qmlpuppet/container/addimportcontainer.cpp usr/share/qtcreator/qml/qmlpuppet/container/addimportcontainer.h usr/share/qtcreator/qml/qmlpuppet/container/container.pri usr/share/qtcreator/qml/qmlpuppet/container/idcontainer.cpp usr/share/qtcreator/qml/qmlpuppet/container/idcontainer.h usr/share/qtcreator/qml/qmlpuppet/container/imagecontainer.cpp usr/share/qtcreator/qml/qmlpuppet/container/imagecontainer.h usr/share/qtcreator/qml/qmlpuppet/container/informationcontainer.cpp usr/share/qtcreator/qml/qmlpuppet/container/informationcontainer.h usr/share/qtcreator/qml/qmlpuppet/container/instancecontainer.cpp usr/share/qtcreator/qml/qmlpuppet/container/instancecontainer.h usr/share/qtcreator/qml/qmlpuppet/container/propertyabstractcontainer.cpp usr/share/qtcreator/qml/qmlpuppet/container/propertyabstractcontainer.h usr/share/qtcreator/qml/qmlpuppet/container/propertybindingcontainer.cpp usr/share/qtcreator/qml/qmlpuppet/container/propertybindingcontainer.h usr/share/qtcreator/qml/qmlpuppet/container/propertyvaluecontainer.cpp usr/share/qtcreator/qml/qmlpuppet/container/propertyvaluecontainer.h usr/share/qtcreator/qml/qmlpuppet/container/reparentcontainer.cpp usr/share/qtcreator/qml/qmlpuppet/container/reparentcontainer.h usr/share/qtcreator/qml/qmlpuppet/html/welcome.html usr/share/qtcreator/qml/qmlpuppet/images/template_image.png usr/share/qtcreator/qml/qmlpuppet/images/webkit.png usr/share/qtcreator/qml/qmlpuppet/instances/instances.pri usr/share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.cpp usr/share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.h usr/share/qtcreator/qml/qmlpuppet/interfaces/commondefines.h usr/share/qtcreator/qml/qmlpuppet/interfaces/interfaces.pri usr/share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceclientinterface.h usr/share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceglobal.h usr/share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceglobal.h usr/share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.cpp usr/share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/Info.plist.in usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/anchorchangesnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/anchorchangesnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/behaviornodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/behaviornodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/childrenchangeeventfilter.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/childrenchangeeventfilter.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/componentnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/componentnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/dummycontextobject.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/dummycontextobject.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/dummynodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/dummynodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/graphicalnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/graphicalnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/graphicalnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/graphicalnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/instances.pri usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/layoutnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/layoutnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/layoutnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/layoutnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/nodeinstancemetaobject.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/nodeinstancemetaobject.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/nodeinstanceserver.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/nodeinstanceserver.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/nodeinstancesignalspy.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/nodeinstancesignalspy.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/objectnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/objectnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/positionernodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/positionernodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qmlpropertychangesnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qmlpropertychangesnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qmlstatenodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qmlstatenodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qmltransitionnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qmltransitionnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5informationnodeinstanceserver.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5informationnodeinstanceserver.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceclientproxy.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceclientproxy.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceserver.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceserver.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5previewnodeinstanceserver.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5previewnodeinstanceserver.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5testnodeinstanceserver.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5testnodeinstanceserver.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quickitemnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quickitemnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quickwindownodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quickwindownodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quickwindownodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quickwindownodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/servernodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/servernodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri usr/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pro usr/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppetmain.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/Info.plist.in usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/anchorchangesnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/anchorchangesnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/behaviornodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/behaviornodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/childrenchangeeventfilter.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/childrenchangeeventfilter.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/componentnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/componentnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/dummycontextobject.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/dummycontextobject.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/dummynodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/dummynodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/graphicsobjectnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/graphicsobjectnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/instances.pri usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/instances.pri usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/nodeinstancemetaobject.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/nodeinstancemetaobject.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/nodeinstanceserver.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/nodeinstanceserver.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/nodeinstancesignalspy.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/nodeinstancesignalspy.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/objectnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/objectnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/positionernodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/positionernodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmlgraphicsitemnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmlgraphicsitemnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmlpropertychangesnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmlpropertychangesnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmlstatenodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmlstatenodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmltransitionnodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmltransitionnodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4informationnodeinstanceserver.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4informationnodeinstanceserver.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4nodeinstanceclientproxy.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4nodeinstanceclientproxy.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4nodeinstanceserver.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4nodeinstanceserver.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4previewnodeinstanceserver.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4previewnodeinstanceserver.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4rendernodeinstanceserver.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qt4rendernodeinstanceserver.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/servernodeinstance.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/servernodeinstance.h usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppet.pri usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppet.pro usr/share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppetmain.cpp usr/share/qtcreator/qml/qmlpuppet/qmlpuppet_utilities.pri usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentHorizontalButtons.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentVerticalButtons.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/AnchorButtons.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/BoolButtonRowButton.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Button.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ButtonRow.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ButtonRow2.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ButtonRowButton.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/CheckBox.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorButton.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorCheckButton.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorEditor.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorLogic.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ComboBox.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Constants.js usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/CustomComboBoxStyle.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/CustomSpinBoxStyle.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExpandingSpacer.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExtendedFunctionButton.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FlickableSection.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontComboBox.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontStyleButtons.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/GradientLine.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/GroupBox.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/HueSlider.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/IconLabel.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Label.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/LineEdit.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/OriginControl.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/RoundedPanel.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ScrollView.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SecondColumnLayout.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Section.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SectionLayout.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SliderSpinBox.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SpinBox.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/StandardTextSection.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Tab.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/TabView.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/UrlChooser.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentbottom-h-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentbottom-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentcenterh-h-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentcenterh-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentleft-h-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentleft-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentmiddle-h-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentmiddle-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentright-h-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmentright-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmenttop-h-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/alignmenttop-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/anchor-bottom.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/anchor-fill.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/anchor-horizontal.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/anchor-left.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/anchor-right.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/anchor-top.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/anchor-vertical.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/apply.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/bold-h-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/bold-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/cancel.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/down-arrow.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/expression.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/icon_color_gradient.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/icon_color_none.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/icon_color_solid.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/italic-h-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/italic-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/placeholder.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/strikeout-h-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/strikeout-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/submenu.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/underline-h-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/underline-icon.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/up-arrow.png usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/qmldir usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/BooleanEditorTemplate.template usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/ColorEditorTemplate.template usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/IntEditorTemplate.template usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RealEditorTemplate.template usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/StringEditorTemplate.template usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/TemplateTypes.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/UrlEditorTemplate.template usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AdvancedSection.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/BorderImageSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ColumnSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlickableSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlipableSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GridSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GridViewSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ImageSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutSection.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ListViewSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/MouseAreaSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/PathViewSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/QtObjectPane.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/RectangleSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/RowSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TargetComboBox.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextEditSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSection.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Window/WindowSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/emptyPane.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/project.qmlproject usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/qmldir usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/BooleanEditorTemplate.template usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/ColorEditorTemplate.template usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/IntEditorTemplate.template usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RealEditorTemplate.template usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/StringEditorTemplate.template usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/TemplateTypes.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/UrlEditorTemplate.template usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/BorderImageSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlickableSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlipableSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GridSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GridViewSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ImageSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ListViewSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/MouseAreaSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/PathViewSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/QtObjectPane.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/RectangleSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/RowSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextEditSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextSpecifics.qml usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/emptyPane.qml usr/share/qtcreator/qmlicons/Qt/16x16/BorderImage.png usr/share/qtcreator/qmlicons/Qt/16x16/BusyIndicator.png usr/share/qtcreator/qmlicons/Qt/16x16/Button.png usr/share/qtcreator/qmlicons/Qt/16x16/ButtonColumn.png usr/share/qtcreator/qmlicons/Qt/16x16/ButtonRow.png usr/share/qtcreator/qmlicons/Qt/16x16/CheckBox.png usr/share/qtcreator/qmlicons/Qt/16x16/ChoiceList.png usr/share/qtcreator/qmlicons/Qt/16x16/ColorAnimation.png usr/share/qtcreator/qmlicons/Qt/16x16/Component.png usr/share/qtcreator/qmlicons/Qt/16x16/CountBubble.png usr/share/qtcreator/qmlicons/Qt/16x16/DatePickerDialog.png usr/share/qtcreator/qmlicons/Qt/16x16/Flickable.png usr/share/qtcreator/qmlicons/Qt/16x16/Flipable.png usr/share/qtcreator/qmlicons/Qt/16x16/FocusScope.png usr/share/qtcreator/qmlicons/Qt/16x16/GridView.png usr/share/qtcreator/qmlicons/Qt/16x16/Image.png usr/share/qtcreator/qmlicons/Qt/16x16/InfoBanner.png usr/share/qtcreator/qmlicons/Qt/16x16/Item.png usr/share/qtcreator/qmlicons/Qt/16x16/ListButton.png usr/share/qtcreator/qmlicons/Qt/16x16/ListDelegate.png usr/share/qtcreator/qmlicons/Qt/16x16/ListView.png usr/share/qtcreator/qmlicons/Qt/16x16/MoreIndicator.png usr/share/qtcreator/qmlicons/Qt/16x16/MouseArea.png usr/share/qtcreator/qmlicons/Qt/16x16/PageIndicator.png usr/share/qtcreator/qmlicons/Qt/16x16/ParallelAnimation.png usr/share/qtcreator/qmlicons/Qt/16x16/PathView.png usr/share/qtcreator/qmlicons/Qt/16x16/PauseAnimation.png usr/share/qtcreator/qmlicons/Qt/16x16/ProgressBar.png usr/share/qtcreator/qmlicons/Qt/16x16/PropertyChanges.png usr/share/qtcreator/qmlicons/Qt/16x16/RadioButton.png usr/share/qtcreator/qmlicons/Qt/16x16/RatingIndicator.png usr/share/qtcreator/qmlicons/Qt/16x16/Rectangle.png usr/share/qtcreator/qmlicons/Qt/16x16/SequentialAnimation.png usr/share/qtcreator/qmlicons/Qt/16x16/Slider.png usr/share/qtcreator/qmlicons/Qt/16x16/State.png usr/share/qtcreator/qmlicons/Qt/16x16/Switch.png usr/share/qtcreator/qmlicons/Qt/16x16/TabBar.png usr/share/qtcreator/qmlicons/Qt/16x16/TabButton.png usr/share/qtcreator/qmlicons/Qt/16x16/Text.png usr/share/qtcreator/qmlicons/Qt/16x16/TextArea.png usr/share/qtcreator/qmlicons/Qt/16x16/TextEdit.png usr/share/qtcreator/qmlicons/Qt/16x16/TextField.png usr/share/qtcreator/qmlicons/Qt/16x16/TextInput.png usr/share/qtcreator/qmlicons/Qt/16x16/TimePickerDialog.png usr/share/qtcreator/qmlicons/Qt/16x16/ToolBar.png usr/share/qtcreator/qmlicons/Qt/16x16/Transition.png usr/share/qtcreator/qmlicons/Qt/16x16/Tumbler.png usr/share/qtcreator/qmlicons/Qt/16x16/TumblerButton.png usr/share/qtcreator/qmlicons/Qt/16x16/TumblerColumn.png usr/share/qtcreator/qmlicons/Qt/16x16/TumblerDialog.png usr/share/qtcreator/qmlicons/Qt/16x16/Window.png usr/share/qtcreator/qmlicons/Qt/16x16/item-icon16.png usr/share/qtcreator/qmlicons/QtWebkit/16x16/WebView.png usr/share/qtcreator/schemes/MS_Visual_C++.kms usr/share/qtcreator/schemes/Xcode.kms usr/share/qtcreator/snippets/cpp.xml usr/share/qtcreator/snippets/qml.xml usr/share/qtcreator/snippets/text.xml usr/share/qtcreator/styles/darkvim.xml usr/share/qtcreator/styles/default.xml usr/share/qtcreator/styles/grayscale.xml usr/share/qtcreator/styles/inkpot.xml usr/share/qtcreator/styles/intellij.xml usr/share/qtcreator/templates/html5app/app.pro usr/share/qtcreator/templates/html5app/html/index.html usr/share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.cpp usr/share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.h usr/share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.pri usr/share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/navigationcontroller.cpp usr/share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/navigationcontroller.h usr/share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/touchnavigation.pri usr/share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webnavigation.cpp usr/share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webnavigation.h usr/share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchevent.cpp usr/share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchevent.h usr/share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchnavigation.cpp usr/share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchnavigation.h usr/share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchphysics.cpp usr/share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchphysics.h usr/share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchphysicsinterface.cpp usr/share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchphysicsinterface.h usr/share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchscroller.cpp usr/share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/webtouchscroller.h usr/share/qtcreator/templates/html5app/main.cpp usr/share/qtcreator/templates/qml/qtquick_1_1/main.qml usr/share/qtcreator/templates/qml/qtquick_1_1/main.qmlproject usr/share/qtcreator/templates/qml/qtquick_1_1/template.xml usr/share/qtcreator/templates/qml/qtquick_2_0/main.qml usr/share/qtcreator/templates/qml/qtquick_2_0/main.qmlproject usr/share/qtcreator/templates/qml/qtquick_2_0/template.xml usr/share/qtcreator/templates/qml/qtquickcontrols_1_0/main.qml usr/share/qtcreator/templates/qml/qtquickcontrols_1_0/main.qmlproject usr/share/qtcreator/templates/qml/qtquickcontrols_1_0/template.xml usr/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.cpp usr/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.h usr/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_plugin.pro usr/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_resources.qrc usr/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_single.cpp usr/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_single.h usr/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_widget.cpp usr/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_widget.h usr/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_widget_include.pri usr/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_widget_lib.pro usr/share/qtcreator/templates/qt4project/main.cpp usr/share/qtcreator/templates/qt4project/mywidget.cpp usr/share/qtcreator/templates/qt4project/mywidget.h usr/share/qtcreator/templates/qt4project/mywidget_form.cpp usr/share/qtcreator/templates/qt4project/mywidget_form.h usr/share/qtcreator/templates/qt4project/widget.ui usr/share/qtcreator/templates/qtquick/qtquick_1_1/app.pro usr/share/qtcreator/templates/qtquick/qtquick_1_1/main.cpp usr/share/qtcreator/templates/qtquick/qtquick_1_1/qml/app/main.qml usr/share/qtcreator/templates/qtquick/qtquick_1_1/qtquick1applicationviewer/qtquick1applicationviewer.cpp usr/share/qtcreator/templates/qtquick/qtquick_1_1/qtquick1applicationviewer/qtquick1applicationviewer.h usr/share/qtcreator/templates/qtquick/qtquick_1_1/qtquick1applicationviewer/qtquick1applicationviewer.pri usr/share/qtcreator/templates/qtquick/qtquick_1_1/template.xml usr/share/qtcreator/templates/qtquick/qtquick_2_0/app.pro usr/share/qtcreator/templates/qtquick/qtquick_2_0/main.cpp usr/share/qtcreator/templates/qtquick/qtquick_2_0/qml/app/main.qml usr/share/qtcreator/templates/qtquick/qtquick_2_0/qtquick2applicationviewer/qtquick2applicationviewer.cpp usr/share/qtcreator/templates/qtquick/qtquick_2_0/qtquick2applicationviewer/qtquick2applicationviewer.h usr/share/qtcreator/templates/qtquick/qtquick_2_0/qtquick2applicationviewer/qtquick2applicationviewer.pri usr/share/qtcreator/templates/qtquick/qtquick_2_0/template.xml usr/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/app.pro usr/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/main.cpp usr/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/qml/app/main.qml usr/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/qtquick2controlsapplicationviewer/qtquick2controlsapplicationviewer.cpp usr/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/qtquick2controlsapplicationviewer/qtquick2controlsapplicationviewer.h usr/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/qtquick2controlsapplicationviewer/qtquick2controlsapplicationviewer.pri usr/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/template.xml usr/share/qtcreator/templates/shared/app.desktop usr/share/qtcreator/templates/shared/deployment.pri usr/share/qtcreator/templates/shared/icon64.png usr/share/qtcreator/templates/shared/icon80.png usr/share/qtcreator/templates/shared/manifest.aegis usr/share/qtcreator/templates/wizards/README.txt usr/share/qtcreator/templates/wizards/codesnippet/main.cpp usr/share/qtcreator/templates/wizards/codesnippet/project.pro usr/share/qtcreator/templates/wizards/codesnippet/wizard.xml usr/share/qtcreator/templates/wizards/helloworld/console.png usr/share/qtcreator/templates/wizards/helloworld/main.cpp usr/share/qtcreator/templates/wizards/helloworld/project.pro usr/share/qtcreator/templates/wizards/helloworld/wizard_sample.xml usr/share/qtcreator/templates/wizards/listmodel/listmodel.cpp usr/share/qtcreator/templates/wizards/listmodel/listmodel.h usr/share/qtcreator/templates/wizards/listmodel/wizard_sample.xml usr/share/qtcreator/templates/wizards/plaincapp/common/console.png usr/share/qtcreator/templates/wizards/plaincapp/common/main.c usr/share/qtcreator/templates/wizards/plaincapp/qbs/project.qbs usr/share/qtcreator/templates/wizards/plaincapp/qbs/wizard.xml usr/share/qtcreator/templates/wizards/plaincapp/qmake/project.pro usr/share/qtcreator/templates/wizards/plaincapp/qmake/wizard.xml usr/share/qtcreator/templates/wizards/plaincppapp/common/console.png usr/share/qtcreator/templates/wizards/plaincppapp/common/main.cpp usr/share/qtcreator/templates/wizards/plaincppapp/qbs/project.qbs usr/share/qtcreator/templates/wizards/plaincppapp/qbs/wizard.xml usr/share/qtcreator/templates/wizards/plaincppapp/qmake/project.pro usr/share/qtcreator/templates/wizards/plaincppapp/qmake/wizard.xml usr/share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec.in usr/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.cpp usr/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.h usr/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.pro usr/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin_global.h usr/share/qtcreator/templates/wizards/qtcreatorplugin/mypluginconstants.h usr/share/qtcreator/templates/wizards/qtcreatorplugin/qtcreator_logo_24.png usr/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.xml usr/share/qtcreator/templates/wizards/qtquick1-extension/lib.png usr/share/qtcreator/templates/wizards/qtquick1-extension/object.cpp usr/share/qtcreator/templates/wizards/qtquick1-extension/object.h usr/share/qtcreator/templates/wizards/qtquick1-extension/plugin.cpp usr/share/qtcreator/templates/wizards/qtquick1-extension/plugin.h usr/share/qtcreator/templates/wizards/qtquick1-extension/project.pro usr/share/qtcreator/templates/wizards/qtquick1-extension/qmldir usr/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml usr/share/qtcreator/templates/wizards/qtquick2-extension/lib.png usr/share/qtcreator/templates/wizards/qtquick2-extension/object.cpp usr/share/qtcreator/templates/wizards/qtquick2-extension/object.h usr/share/qtcreator/templates/wizards/qtquick2-extension/plugin.cpp usr/share/qtcreator/templates/wizards/qtquick2-extension/plugin.h usr/share/qtcreator/templates/wizards/qtquick2-extension/project.pro usr/share/qtcreator/templates/wizards/qtquick2-extension/qmldir usr/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml usr/share/qtcreator/templates/wizards/scriptgeneratedproject/generate.pl usr/share/qtcreator/templates/wizards/scriptgeneratedproject/wizard_sample.xml usr/share/qtcreator/translations/qtcreator_*.qm usr/share/qtcreator/welcomescreen/develop.qml usr/share/qtcreator/welcomescreen/dummydata/examplesModel.qml usr/share/qtcreator/welcomescreen/dummydata/pagesModel.qml usr/share/qtcreator/welcomescreen/dummydata/projectList.qml usr/share/qtcreator/welcomescreen/dummydata/sessionList.qml usr/share/qtcreator/welcomescreen/dummydata/tutorialsModel.qml usr/share/qtcreator/welcomescreen/examples.qml usr/share/qtcreator/welcomescreen/examples_fallback.xml usr/share/qtcreator/welcomescreen/images_areaofinterest.xml usr/share/qtcreator/welcomescreen/qtcreator_tutorials.xml usr/share/qtcreator/welcomescreen/tutorials.qml usr/share/qtcreator/welcomescreen/welcomescreen.qml usr/share/qtcreator/welcomescreen/welcomescreen.qmlproject usr/share/qtcreator/welcomescreen/widgets/Button.qml usr/share/qtcreator/welcomescreen/widgets/ComboBox.qml usr/share/qtcreator/welcomescreen/widgets/CustomColors.qml usr/share/qtcreator/welcomescreen/widgets/CustomFonts.qml usr/share/qtcreator/welcomescreen/widgets/CustomTab.qml usr/share/qtcreator/welcomescreen/widgets/CustomizedGridView.qml usr/share/qtcreator/welcomescreen/widgets/Delegate.qml usr/share/qtcreator/welcomescreen/widgets/LeftSideBar.qml usr/share/qtcreator/welcomescreen/widgets/LinkedText.qml usr/share/qtcreator/welcomescreen/widgets/LinksBar.qml usr/share/qtcreator/welcomescreen/widgets/Logo.qml usr/share/qtcreator/welcomescreen/widgets/NativeText.qml usr/share/qtcreator/welcomescreen/widgets/PageCaption.qml usr/share/qtcreator/welcomescreen/widgets/PageLoader.qml usr/share/qtcreator/welcomescreen/widgets/ProjectItem.qml usr/share/qtcreator/welcomescreen/widgets/RecentProjects.qml usr/share/qtcreator/welcomescreen/widgets/SearchBar.qml usr/share/qtcreator/welcomescreen/widgets/SessionItem.qml usr/share/qtcreator/welcomescreen/widgets/Sessions.qml usr/share/qtcreator/welcomescreen/widgets/SideBar.qml usr/share/qtcreator/welcomescreen/widgets/Tabs.qml usr/share/qtcreator/welcomescreen/widgets/ToolTip.qml usr/share/qtcreator/welcomescreen/widgets/dummydata/context/ExampleDelegate.qml usr/share/qtcreator/welcomescreen/widgets/dummydata/context/ExampleGridView.qml usr/share/qtcreator/welcomescreen/widgets/dummydata/examplesModel.qml usr/share/qtcreator/welcomescreen/widgets/dummydata/mockupTags.qml usr/share/qtcreator/welcomescreen/widgets/dummydata/pagesModel.qml usr/share/qtcreator/welcomescreen/widgets/dummydata/tabsModel.qml usr/share/qtcreator/welcomescreen/widgets/images/arrowBig.png usr/share/qtcreator/welcomescreen/widgets/images/arrow_down.png usr/share/qtcreator/welcomescreen/widgets/images/arrow_up.png usr/share/qtcreator/welcomescreen/widgets/images/bullet.png usr/share/qtcreator/welcomescreen/widgets/images/dropshadow.png usr/share/qtcreator/welcomescreen/widgets/images/icons/adressbook.png usr/share/qtcreator/welcomescreen/widgets/images/icons/blogs.png usr/share/qtcreator/welcomescreen/widgets/images/icons/buildrun.png usr/share/qtcreator/welcomescreen/widgets/images/icons/clone.png usr/share/qtcreator/welcomescreen/widgets/images/icons/components.png usr/share/qtcreator/welcomescreen/widgets/images/icons/ddays09.png usr/share/qtcreator/welcomescreen/widgets/images/icons/ddays10.png usr/share/qtcreator/welcomescreen/widgets/images/icons/ddays11.png usr/share/qtcreator/welcomescreen/widgets/images/icons/ddays12.png usr/share/qtcreator/welcomescreen/widgets/images/icons/delete.png usr/share/qtcreator/welcomescreen/widgets/images/icons/developing_with_qt_creator.png usr/share/qtcreator/welcomescreen/widgets/images/icons/onlineCommunity.png usr/share/qtcreator/welcomescreen/widgets/images/icons/qt_sdk.png usr/share/qtcreator/welcomescreen/widgets/images/icons/qtquick.png usr/share/qtcreator/welcomescreen/widgets/images/icons/qwidget.png usr/share/qtcreator/welcomescreen/widgets/images/icons/rename.png usr/share/qtcreator/welcomescreen/widgets/images/icons/userGuide.png usr/share/qtcreator/welcomescreen/widgets/images/icons/videoIcon.png usr/share/qtcreator/welcomescreen/widgets/images/info.png usr/share/qtcreator/welcomescreen/widgets/images/mockup/designer-examples.png usr/share/qtcreator/welcomescreen/widgets/images/mockup/desktop-examples.png usr/share/qtcreator/welcomescreen/widgets/images/mockup/draganddrop-examples.png usr/share/qtcreator/welcomescreen/widgets/images/mockup/itemview-examples.png usr/share/qtcreator/welcomescreen/widgets/images/mockup/layout-examples.png usr/share/qtcreator/welcomescreen/widgets/images/mockup/mainwindow-examples.png usr/share/qtcreator/welcomescreen/widgets/images/mockup/network-examples.png usr/share/qtcreator/welcomescreen/widgets/images/mockup/opengl-examples.png usr/share/qtcreator/welcomescreen/widgets/images/mockup/penguin.png usr/share/qtcreator/welcomescreen/widgets/images/mockup/qtscript-examples.png usr/share/qtcreator/welcomescreen/widgets/images/mockup/thread-examples.png usr/share/qtcreator/welcomescreen/widgets/images/background.png usr/share/qtcreator/welcomescreen/widgets/images/more.png usr/share/qtcreator/welcomescreen/widgets/images/new.png usr/share/qtcreator/welcomescreen/widgets/images/open.png usr/share/qtcreator/welcomescreen/widgets/images/project.png usr/share/qtcreator/welcomescreen/widgets/images/qtcreator.png usr/share/qtcreator/welcomescreen/widgets/images/sessions.png usr/share/qtcreator/welcomescreen/widgets/images/tab.png usr/share/qtcreator/welcomescreen/widgets/qmldir debian/changelog0000664000000000000000000007156712321206135011055 0ustar qtcreator (3.0.1-0ubuntu4) trusty; urgency=medium [ Zeller Benjamin ] * Replace qnx, valgrind and remotelinux plugins with derived versiond -- Zoltán Balogh Wed, 09 Apr 2014 11:23:44 +0300 qtcreator (3.0.1-0ubuntu3) trusty; urgency=medium * Rebuild against Qt Webkit 5.1.1 -- Timo Jyrinki Thu, 13 Mar 2014 14:23:24 +0000 qtcreator (3.0.1-0ubuntu2) trusty; urgency=medium * Make qtcreator-plugin-cmake a Recommends instead -- Timo Jyrinki Fri, 07 Mar 2014 12:23:32 +0000 qtcreator (3.0.1-0ubuntu1) trusty; urgency=low [ Michał Sawicz ] * Refresh patches: - debian/patches/02_use_x-terminal-emulator.diff - debian/patches/botan_system_lib.diff - debian/patches/no-Werror.diff - debian/patches/rpath_nonlinux.diff [ Timo Jyrinki ] * New upstream release. * Drop Qt V8 dependency * Bump other dependencies to 5.2 * Drop workaround_welcome_plugin.patch - not needed with Qt 5.2 * Refresh botan patch * Drop Qt Quick 1 dependency for now (fails to build) * Update watch file * Update *.install * Add a dependency on qtdeclarative5-controls-plugin QtC now needs [ Zoltan Balogh ] * Replace CMake plugin with a derived one - Add debian/patches/disable_cmake_plugin.diff to disable QtC's - Clean qtcreator-dev package - Depend on qtcreator-plugin-cmake to install the alternative plugin - To be sorted out with upstream when Ubuntu's modifications ready -- Timo Jyrinki Fri, 07 Mar 2014 08:15:39 +0000 qtcreator (2.8.1-0ubuntu1) trusty; urgency=low [ Pino Toscano ] * Disable -Werror when building, as could potentially break depending on compiler/architecture; patch no-Werror.diff. [ Timo Jyrinki ] * New upstream release. (LP: #1181192) * Drop patches: - debian/patches/prefer_qmake_to_qmake-qt4.patch, merged upstream - debian/patches/03_fix_DOCPATH.diff, not needed anymore * Refresh patches: - debian/patches/botan_system_lib.diff - debian/patches/rpath_nonlinux.diff * Create qtcreator-dev to be able to build plugins from external sources * Pick 2.8 changes from Debian: - Manually call qmake in order to avoid a FTBFS due to dh passing -nocache. Upstream uses caches to put default data for building, so we need them. - Compiler flags * Update *.install, drop qtcreator.install.linux as not needed anymore * No need for override_dh_shlibdeps anymore, dropped * Install 'qmlproject' extension handling mimetype (LP: #1233099) -- Timo Jyrinki Fri, 08 Nov 2013 08:10:13 +0200 qtcreator (2.7.1-0ubuntu10) saucy; urgency=low [ Juhapekka Piiroinen ] * Create qtcreator-dev to be able to build plugins from external sources [ Timo Jyrinki ] * Drop Ubuntu plugins, they will come from lp:qtcreator-plugin-ubuntu * Fix debian/rules grep call * Omit also qtcreator-dev from the packages to create docs for -- Timo Jyrinki Thu, 05 Sep 2013 07:41:16 +0300 qtcreator (2.7.1-0ubuntu9) saucy; urgency=low * debian/patches/qtcreator-plugin-ubuntu.patch: - Update to latest version to truly fix (LP: #1215133) -- Timo Jyrinki Wed, 28 Aug 2013 16:39:01 +0300 qtcreator (2.7.1-0ubuntu8) saucy; urgency=low * Depend on libqt5scripttools5 from the Ubuntu plugin (LP: #1215172) * Install Cordova and QML project file mime tipes (LP: #1213969) * Depend on libqt5scripttools5 from the Ubuntu plugin (LP: #1215172) -- Timo Jyrinki Wed, 28 Aug 2013 14:20:53 +0300 qtcreator (2.7.1-0ubuntu7) saucy; urgency=low * debian/patches/qtcreator-plugin-ubuntu.patch: - Support manifest format which is compatible with click hooks (LP: #1214623) - The title is filled with the application name in the manifest (LP: #1214626) - The description field is added to the manifest file (LP: #1214612) - Some initial work on #1215133: Replace "_" with "-" in the name of the security manifest file - Replace "_" with "-" in the name of the security manifest file (LP: #1215133) - Enable Click packaging for Cordova projects (LP: #1216046) -- Timo Jyrinki Mon, 26 Aug 2013 09:48:45 +0300 qtcreator (2.7.1-0ubuntu6) saucy; urgency=low * Re-enable the workaround patch accidentally disabled. -- Timo Jyrinki Thu, 22 Aug 2013 05:30:09 +0000 qtcreator (2.7.1-0ubuntu5) saucy; urgency=low * debian/patches/qtcreator-plugin-ubuntu.patch: - Separate runtime data files away to different source, making this patch smaller - Fixed screenshot feature - Improved testability of the Qt Creator ubuntu plugin - Fixing issues with the click packaging - Fixed packaging issues caused by the new name of the cordova plugin - Renamed package qtcreator-plugin-cordovaqt to qtcreator-plugin-ubuntu-cordova - Handle cordova template code in the projectypes.json when the template is not installed - Fixed click package installation on device - Added menu items to Build > Ubuntu Touch > click - Changed packaging tab to use the QActions available from menu items - Fixed package build and deployment script * debian/patches/qtcreator-plugin-ubuntu-buildchanges.patch: - Remove the addition of now separate files * qtcreator-plugin-ubuntu-images.tar.gz: - Recreate with the less content now needed * debian/control: - Depend on qtcreator-plugin-ubuntu-(cordova-)common from plugins - Transitional package for qtcreator-plugin-cordovaqt * debian/*.install: - Modify to take into account the separated common files -- Timo Jyrinki Tue, 06 Aug 2013 12:19:33 +0000 qtcreator (2.7.1-0ubuntu4) saucy; urgency=low * qtcreator-plugin-ubuntu-images.tar.gz - recreated images tarball, there was an oversized icon included in the last. -- Ken VanDine Mon, 29 Jul 2013 10:59:51 -0400 qtcreator (2.7.1-0ubuntu3) saucy; urgency=low * debian/patches/qtcreator-plugin-ubuntu.patch: - fix for the build and deploy script -- Ken VanDine Wed, 24 Jul 2013 14:07:53 -0400 qtcreator (2.7.1-0ubuntu2) saucy; urgency=low * debian/patches/qtcreator-plugin-ubuntu.patch: - Added new menu item GPG to Tools > Ubuntu Touch - Added Pastebin tab which points to pastebin.ubuntu.com - Install API docs locally instead of using online docs (LP: #1202977) - Checks if the offline documents are installed and uses those ones if available. Fallback is the online docs. - Fix application wizard meta information for cordova app template. - cordovaqt was rebranded to cordova-ubuntu - Added support for 'click' packaging - Introduced Packaging tab - Execute apt-get update; apt-get upgrade before installing packages (LP: #1200515) - Refixed HTML formating and items list for HTML5 - Tabbed UI template uses deprecated interfaces (LP: #1197537) - Updated HTML5 Touch UI template to use ubuntu-html5-theme - App developer community IRC tab - API documentation tab - Ubuntu Touch Wiki tab - Added CoreApps tab * debian/control - qtcreator-plugin-ubuntu: Added depends for click, ubuntu-ui-toolkit-doc, and ubuntu-ui-toolkit-examples - Updated build deps. * debian/patches/qtcreator-plugin-ubuntu-buildchanges.patch - added ubuntu cordova plugin -- Ken VanDine Tue, 23 Jul 2013 10:58:17 -0400 qtcreator (2.7.1-0ubuntu1) saucy; urgency=low * Add devscripts dependency to qtcreator-plugin-ubuntu (LP: #1170685) * New upstream release. - Build against Qt 5.0.2 (LP: #1180392) * debian/patches/workaround_welcome_plugin.patch: - Fixes compatibility issue with Qt 5.0.2 (LP: #1179920) * debian/control: - Build-depend on libqt5help5 - Add needed new dependencies to Ubuntu plugin * debian/patches/qtcreator-plugin-ubuntu.patch: - Fix unreliable DEB info access bug (LP: #1170692) - add the html folder to the project in HTML5 template - change the hybrid application template to a QML backend plugin template - support source packages with multiply binary packages - Time settings cloning from host - Enhanced device detection - Improved ssh authentication (LP: #1171063) - Disable menu items not usable for a specific project - Enable orientation support in templates - More descriptive text than "please wait..." when enableing development mode (LP: #1169830) - fix automatic ssh connection failure (LP: #1171063) - Added menu items for "make check" and "make autopilot" - Make Qt Creator plugins compatible with flipped device image. - Cordova plugin merged - Cordova HTML5 application template added - Unity Scope template for Saucy - The Ubuntu specific screen is refactored - Ubuntu Project Manager and Ubuntu Run Control extensions - New project type .ubuntuproject - Support for release specific feature control to application templates json file. - Backend template automatic configuration - Added support for upercase/lowercase/capital DISPLAYNAME for application templates. - Improved backend template, changed structure and added an unit test - QtC source code is put to the source tree - Added check to application template for autopilot installation - Integrate tests inside the application templates (LP: #1172241) - When searching in the dash, 'Ubuntu SDK' should find Qt Creator (LP: #1180192) - Qt Creator should be renamed 'Ubuntu SDK' (LP: #1180193) - Remove duplicate Welcome view (LP: #1180195) - Missing example QML code for using the "QML Extension Library" (LP: #1181125) - Remove qt5libs package generation (LP: #1186220) - Separate Ubuntu plugin from QtCreator sources (LP: #1186230) - Have the UI Toolkit gallery launchable from Qt Creator (LP: #1186996) - All edited files should be saved when Run on device is selected (LP: #1169831) - Application debug output from device is not realtime (LP: #1194099) - Device-search script does not handle "no permissions" (LP: #1194107) - The active project is deployed (LP: #1169832) - Revert changes in qtcreator.desktop - Updated HTML5 Touch UI template. - CordovaQt renamed to cordovaqt-2.3 * debian/source/include-binaries: - Add ubuntu-qtcreator.png * Build with g++-4.7 on armhf to prevent FTBFS -- Timo Jyrinki Mon, 08 Jul 2013 12:48:04 +0300 qtcreator (2.7.0-0ubuntu3) raring; urgency=low [ Juhapekka Piiroinen ] * Update Ubuntu plugin to bzr144 - Updated Welcome Tab UI (LP: #1160852) - Updated Devices Tab UI (LP: #1155108) - Create build-deps package (LP: #1157204) - Support for cloning network settings from host to device (LP: #1157201) - Added a simple HTML application template (LP: #1159736) - Updated application templates (LP: #1166950) - Reorganized menu items - Fixed terminal emulator (LP: #1159095) - Added support for QML Project packaging and deployment - Relicensed to LGPL 2.1 (LP: #1157028) - Update debian/control [ Ken VanDine ] * Updated Ubuntu plugin to bzr153 - Added Qt/QML hybrid template - A dynamic detection of qml application dependencies on packaging - Modified refactored menu.json to include only script executions, instead of having scripts embedded. - fixed application execution on device [ Timo Jyrinki ] * Fix debian/watch * debian/patches/add_lgpl3_license.patch: - Drop, not needed anymore after plugin relicensing to LGPL 2.1 * Update debian/copyright to reflect the relicensing * Update Ubuntu plugin to bzr160 - Remove dependencies to equivs and devscripts - Fixed Close Application On Device. - Automatic dependency check - Added architecture change sed for qml projects - Fixed Close all apps script -- Timo Jyrinki Fri, 12 Apr 2013 09:01:33 +0000 qtcreator (2.7.0-0ubuntu2) raring; urgency=low * Add debian/patches/prefer_qmake_to_qmake-qt4.patch: - With qtchooser, 'qmake' should be the nr. 1 qmake executable to consider, since it's the user preferred qmake version. (LP: #1135336) -- Timo Jyrinki Thu, 04 Apr 2013 05:56:35 +0000 qtcreator (2.7.0-0ubuntu1) raring; urgency=low * New upstream release. (LP: #1153527) * Add Ubuntu plugin bzr114 as a new package qtcreator-plugin-ubuntu (LP: #1135418) * Refresh patch: - botan_system_lib.diff * Update *.install * Update debian/copyright * Add patch debian/patches/add_lgpl3_license.patch: - Include until plugin properly relicensed * Add Provides/Conflicts/Replaces to ease upgrade for PPA users * Remove Pre-Depends, not needed on Ubuntu * Add Vcs-Bzr for moving the packaging to ~kubuntu-packagers -- Timo Jyrinki Mon, 25 Mar 2013 08:47:56 +0000 qtcreator (2.7.0~beta-0ubuntu2) raring; urgency=low * Fix run time dependencies Qt4 -> Qt5 (LP: #1134647) -- Timo Jyrinki Thu, 28 Feb 2013 14:47:11 +0200 qtcreator (2.7.0~beta-0ubuntu1) raring; urgency=low * New upstream beta release * Update *.install * debian/control: - Build against Qt5 - Update home page * Require Qt 5.0.1 for functional Quick 2 support * Add lintian-overrides * Refresh patch: - botan_system_lib.diff * Drop upstreamed patch: - revert_6f7ce3f4.diff -- Timo Jyrinki Thu, 14 Feb 2013 09:22:00 +0000 qtcreator (2.6.0-0ubuntu2) raring; urgency=low * Link Qt Creator against the system botan library instead of using the bundled one. - Add botan_system_lib.diff and revert_6f7ce3f4.diff, slightly adapted from openSUSE. - Build-depend on libbotan1.10-dev and pkg-config. - Fixes FTBFS on non-X86 architectures. * Enable IDE_PACKAGE_MODE so the HelloWorld and UpdateInfo plugins are not built. -- Felix Geyer Mon, 12 Nov 2012 11:33:55 +0100 qtcreator (2.6.0-0ubuntu1) raring; urgency=low * New upstream release. * Fix the watch file. * Update Homepage. * Update install files. * Refresh patches. * Drop 04_vcs_log_fix_cursor.diff, Use_bzr_branch_instead_of_bzr_clone.patch and Fix_revno_detection_in_bzr_log.patch: merged upstream. * Build-depend on libx11-dev. -- Felix Geyer Sun, 11 Nov 2012 16:06:21 +0100 qtcreator (2.5.2-0ubuntu1) quantal; urgency=low * New upstream release. * Re-apply Ubuntu delta that has been inadvertently dropped in the last upload: - Build qtcreator out-of-source. - Don't call dh_makeshlibs as qtcreator doesn't provide any public shared libraries. - Compress binary packages with xz. -- Felix Geyer Fri, 17 Aug 2012 20:09:31 +0200 qtcreator (2.5.0-1ubuntu1) quantal; urgency=low * Merge with Debian unstable, remaining changes: - Recommend, not Suggest g++. - Keep 04_vcs_log_fix_cursor.diff -- Jonathan Thomas Fri, 08 Jun 2012 12:44:29 -0400 qtcreator (2.5.0-1) unstable; urgency=low * New upstream release. [ Pino Toscano ] * Fix the installation of the upstream changelogs: use dh_installdocs for them, and install them only in qtcreator. * Build the documentation only when qtcreator-doc is being built too. * Remove unuseful ${shlibs:Depends} from qtcreator-dbg. * Enable RPATH also on kFreeBSD and Hurd; patch rpath_nonlinux.diff. (Closes: #672527) -- Fathi Boudra Thu, 10 May 2012 21:57:24 +0300 qtcreator (2.5.0-0ubuntu1) quantal; urgency=low * New upstream release. * Switch to debhelper compat level v9. * Refresh bzr patches. -- Felix Geyer Wed, 09 May 2012 18:31:04 +0200 qtcreator (2.5.0~rc-1) unstable; urgency=low * New upstream release. * Add patches, cheery-picked upstream: - Use_bzr_branch_instead_of_bzr_clone.patch - Fix_revno_detection_in_bzr_log.patch * Update debian/control: - bump debhelper build dependency to 9. - bump build dependencies to Qt >= 4.8.1. - bump Standards-Version to 3.9.3 (no changes needed). * Update installed files and adjust paths for multiarch. -- Fathi Boudra Wed, 02 May 2012 09:47:02 +0300 qtcreator (2.4.1-0ubuntu2) precise; urgency=low [ Aurélien Gâteau ] * 06_bzr_log_no_false_positive.diff: Correctly detect revno in "short" and "line" log formats [ Felix Geyer ] * Install /usr/bin/qmlprofiler. -- Felix Geyer Wed, 21 Mar 2012 18:31:57 +0100 qtcreator (2.4.1-0ubuntu1) precise; urgency=low * New upstream release. * Add patches by Aurélien Gâteau to improve bzr integration. * Build qtcreator out-of-source. * Drop 01_fix_installation_paths.diff, not needed anymore. -- Felix Geyer Thu, 02 Feb 2012 12:08:40 +0100 qtcreator (2.4.0-1) experimental; urgency=low * New upstream release (Closes: #653634): - FTBFS: error: no matching function for call to 'qMin(double&, qreal)'. (Closes: #638813) * Drop patches: - install_application_icons_according_to_freedesktop_spec.diff merged upstream. - 01_fix_installation_paths.diff use INSTALL_ROOT=$(CURDIR)/debian/tmp/usr to avoid to refresh this patch continously. - 04_append_Debian_search_path_for_pre-built_gdbmacros.diff we don't ship pre-built gdbmacros anymore. * Update debian/compat: bump to 9 for multiarch support. * Update debian/control: - bump build dependencies to Qt >= 4.8.0, version with multiarch support. - fix Homepage. (Closes: 627890) - add qt4-qmlviewer to Recommends. - add g++ to Suggests. (Closes: #649212) - suggests git instead of git-core (transitional package). * Update debian/rules: - remove QMAKE export using qmake_qt4 buildsystem (requires debhelper >= 8.9.1) - remove pre-built gdbmacros to simplify multiarch support. - install the documentation, not handled by make install. - do not remove bin/qtcreator.sh in override_dh_auto_clean target. - drop override_dh_{makeshlibs,shlibdeps}, Qt Creator provides private libraries only. * Add missing binaries: usr/lib/qmldesigner/*.so and usr/bin/qmlpuppet.* (Closes: #618339, #633915) * Enable multiarch support and update debian/*.install files accordingly. * Fix debian/watch file: download the tarball instead of zip archive. -- Fathi Boudra Thu, 29 Dec 2011 22:11:49 +0200 qtcreator (2.4.0-0ubuntu1) precise; urgency=low * New upstream release. * Fix watch file to download .tar.gz instead of .zip files. * Refresh 01_fix_installation_paths.diff. -- Felix Geyer Thu, 15 Dec 2011 16:04:20 +0100 qtcreator (2.4.0~rc-0ubuntu1) precise; urgency=low * New upstream release candidate. * Drop 04_fix_ftbfs_arm_qreal.diff, merged upstream. * Refresh 01_fix_installation_paths.diff. * Compress binary packages with xz. -- Felix Geyer Fri, 18 Nov 2011 16:18:49 +0100 qtcreator (2.4.0~beta-0ubuntu3) precise; urgency=low * Fix FTBFS on armel. - Add 04_fix_ftbfs_arm_qreal.diff * Compile docs only when the qtcreator-doc package is actually built. -- Felix Geyer Wed, 09 Nov 2011 08:45:01 +0100 qtcreator (2.4.0~beta-0ubuntu2) precise; urgency=low * Change the Suggests: git-core to a suggests on git. The git-core package is a transitional package to the git package now. -- Jonathan Thomas Fri, 04 Nov 2011 22:09:57 -0400 qtcreator (2.4.0~beta-0ubuntu1) precise; urgency=low * New upstream beta release. * Refresh patches. * Drop install_application_icons_according_to_freedesktop_spec.diff, fixed upstream. * qtcreator recommends g++. (LP: #881062) * Simplify install files. * Don't build the "dumper" library since it's only needed on Mac OS. - Drop 04_append_Debian_search_path_for_pre-built_gdbmacros.diff * Don't disable qmldesigner on armel anymore as it hopefully builds fine now. * Remove qtcreator.postinst since it's a noop. * Export build flags in debian/rules. * Fix Homepage field. * Don't call dh_makeshlibs as qtcreator doesn't provide any public shared libraries. -- Felix Geyer Fri, 04 Nov 2011 16:11:03 +0100 qtcreator (2.2.1-1ubuntu4) oneiric; urgency=low * Fix FTBFS with multiarch Qt library path. (LP: #832811) - Pass IDE_LIBRARY_BASENAME=lib/$(DEB_HOST_MULTIARCH) to configure. - Replace DEB_HOST_MULTIARCH variable in install files. * Fix FTBFS on armel: don't try to install the qmldesigner plugin. -- Felix Geyer Fri, 26 Aug 2011 15:41:22 +0200 qtcreator (2.2.1-1ubuntu3) oneiric; urgency=low * Add qt4-qmlviewer to Recommends. (LP: #776138) * On armel, add QMLDESIGNER_DISABLE to CONFIG instead of replacing it. -- Felix Geyer Mon, 01 Aug 2011 23:52:10 +0200 qtcreator (2.2.1-1ubuntu2) oneiric; urgency=low * Install qmldesigner plugins (/usr/lib/qmldesigner/*.so). (LP: #819270) -- Felix Geyer Mon, 01 Aug 2011 19:51:30 +0200 qtcreator (2.2.1-1ubuntu1) oneiric; urgency=low * Merge from debian unstable * 05_dont_build_qmldesigner_on_armel.diff, debian/rules, debian/qtcreator.install.armel: - try to not build qmldesigner on armel: many qreal/float typing issue and qmldesigner isn't suited for armel anyway * debian/qtcreator.install, debian/qtcreator.install.linux: - install qmlpuppet to get qmldesigner working (LP: #752713) -- Didier Roche Fri, 22 Jul 2011 11:03:38 +0200 qtcreator (2.2.1-1) unstable; urgency=low * New upstream release. * Add Qt Creator debug package. -- Fathi Boudra Thu, 23 Jun 2011 12:26:27 +0300 qtcreator (2.2.0-2) unstable; urgency=low * Add QML Designer plugin: - build depends on libqt4-private-dev. - update debian/qtcreator.install file. * Add kdelibs5-data to Suggests. Qt Creator can use kate syntax highlighting definitions. * Add debian/qtcreator.install.linux: ptracepreload plugin is available on linux only. -- Fathi Boudra Wed, 22 Jun 2011 09:19:32 +0300 qtcreator (2.2.0-1) unstable; urgency=low * New upstream release (Closes: #627889): - fix ftbfs on kfreebsd. (Closes: #600652) * Add install_application_icons_according_to_freedesktop_spec.diff patch. * Update debian/rules: - build depends on libqtwebkit-dev >= 2.1.0~2011week13-2. This version contains a fix to define QT_WEBKIT and display correctly documentation in Qt Creator Help plugin. - bump Standards-Version to 3.9.2 (no changes needed). * Update debian/qtcreator.desktop: set InitialPreference=9. -- Fathi Boudra Fri, 17 Jun 2011 20:47:08 +0300 qtcreator (2.2.0~beta-1) unstable; urgency=low * New upstream release. * Update 01_fix_installation_paths.diff to apply on 2.2.0~beta and fix qtpromaker path. * Update debian/qtcreator.install file. -- Fathi Boudra Thu, 31 Mar 2011 11:39:45 +0300 qtcreator (2.1.0-1) unstable; urgency=low * New upstream release. * Update debian/control: add libqtwebkit-dev build dependency. -- Fathi Boudra Wed, 16 Feb 2011 08:49:10 +0200 qtcreator (2.1.0~rc1-1) experimental; urgency=low * New upstream release. * Update debian/control: - bump libqt4-dev build dependency to 4:4.7.1. * Remove QTCREATOR_WITH_QML=1 environment variable - enabled by default. -- Fathi Boudra Sat, 11 Dec 2010 15:17:02 +0200 qtcreator (2.1.0~beta1-1) experimental; urgency=low * New upstream release. * Update debian/rules: - remove QTCREATOR_WITH_QML export, enabled by default. - remove plugins exclusion from dh_shlibdeps. (Closes: #597647) * Update qtcreator.install file. -- Fathi Boudra Sat, 09 Oct 2010 19:55:37 +0300 qtcreator (2.0.1-1) experimental; urgency=low * New upstream release. * Update 01_fix_installation_paths.diff patch. * Update qtcreator.install file. * Update debian/control: - bump libqt4-dev build dependency to 4:4.7.0~rc1. - bump Standards-Version to 3.9.1 (no changes needed). * Enable Qml support with QTCREATOR_WITH_QML environment variable. -- Fathi Boudra Wed, 25 Aug 2010 14:26:11 +0300 qtcreator (2.0.0-1) experimental; urgency=low * New upstream release. * Switch to dpkg-source 3.0 (quilt) format. * Switch Debian changes to patches. It makes derivatives distributions happy. * Update debian/control: - drop cdbs build dependency. - bump libqt4-dev build dependency to 4:4.7.0~beta2. - bump Standards-Version to 3.9.0 (no changes needed). - cleanup long description. (Closes: #528567) * Update debian/rules: convert to dh usage. * Update debian/qtcreator.install file. -- Fathi Boudra Thu, 08 Jul 2010 17:39:46 +0300 qtcreator (1.3.1-2) unstable; urgency=low * Upload to unstable. * Bump debhelper build dependency to 7.4.15. * Bump Standards-Version to 3.8.4 (no changes needed). * Update copyright years. * Remove lintian overrides - unused. * Cleanup debian/rules: remove lintian warnings fix - fixed upstream. * Add debian/watch file. -- Fathi Boudra Tue, 18 May 2010 16:28:06 +0300 qtcreator (1.3.1-1) experimental; urgency=low * New upstream release. * Add epoch to build-depends. (closes: #565786) -- Adam Majer Tue, 19 Jan 2010 14:31:57 -0600 qtcreator (1.3.0-1) experimental; urgency=low * New upstream release: + added CVS and QML plugins. + some translations were added for international users. + plugin API/ABI modified. * README.source added as an explanation how to merge new upstream releases. * Bump build depends to Qt 4.6. * Bump Standards-Version to 3.8.3. No changes required. * Install the latest upstream changelog only. -- Adam Majer Sat, 26 Dec 2009 23:17:34 -0600 qtcreator (1.2.1-3) unstable; urgency=low [ Fathi Boudra ] * Add missing dependency on libqt4-help. Thanks to André Wöbbeking for the notice. [ Adam Majer ] * Add missing dependency on libqt4-sql-sqlite without which help file is not accessible. This was noticed missing in Ubuntu bug #388129. -- Fathi Boudra Fri, 28 Aug 2009 10:36:51 +0200 qtcreator (1.2.1-2) unstable; urgency=low * Use the pre-built gdbmacros for Debian's Qt installation only. Qt Creator will no longer errenously try to use the pre-built gdbmacros for all Qt installations. -- Adam Majer Thu, 30 Jul 2009 09:18:51 -0500 qtcreator (1.2.1-1) unstable; urgency=low * New upstream release. [ Fathi Boudra ] * Re-add installation of gdbmacros. Debian is shipped with a known Qt version and we should provide a ready to use debugger helper for this version. * Install libDebuggingHelper. [ Adam Majer ] * Move the gdbmacros helper under /usr/lib/qtcreator. * Build gdbmacros from the correct .pro file. * Install upstream changelogs. -- Fathi Boudra Wed, 15 Jul 2009 12:37:19 +0200 qtcreator (1.2.0-1) unstable; urgency=low * New upstream release. + Includes git patches to 1.2.x tree until 2009-07-07. [ Fathi Boudra ] * Bump Standard-Version to 3.8.2. No changes needed. * Update debian/rules: - Remove translations build. Infrastructure for translations added upstream. - Improve clean target by removing extra directories. - Remove dh_desktop call. Deprecated. - Add qt4-demos to Recommends. The combobox in the welcome page relies on qt4-docs and qt4-demos being installed. * Update debian/qtcreator.install. * Fix wrapper target path moved to bin/bin.pro. * Fix static and translations target installation. [ Adam Majer ] * Removed some lintian errors from overrides. They should not be ignored. * Remove installation of gdbmacros. This needs to be compiled per version of Qt. Qt Creator automates this process and will compile and install the debugging helper in the user's local directory. The compilation routine is in the Tools -> Options -> Qt 4 -> Version window. * Install the LGPL_EXCEPTION.TXT in addition to mentioning it in copyright as gdbmacros source code that is copied to user's local directory requires a license. -- Adam Majer Sun, 12 Jul 2009 18:52:19 -0500 qtcreator (1.1.0-1) unstable; urgency=low * New upstream release. * Bump Standard-Version to 3.8.1. No changes needed. * Update debian/rules: - adjust clean target to not remove qtcreator wrapper script. * Update debian/qtcreator.install. * Fix qtcreator wrapper/target installation. * Update debian/rules to move and rename the debugging helper library. * Update debian/qtcreator.desktop: - fix missing icon. - remove duplicate mimetype entry. -- Fathi Boudra Fri, 24 Apr 2009 00:01:08 +0200 qtcreator (1.0.0-1) experimental; urgency=low * Initial release (Closes: #509213). -- Fathi Boudra Fri, 06 Mar 2009 13:14:21 +0100 debian/qtcreator.desktop0000664000000000000000000000054212321175503012567 0ustar [Desktop Entry] Exec=qtcreator %F Icon=QtProject-qtcreator Type=Application Terminal=false Name=Qt Creator GenericName=Integrated Development Environment MimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.nokia.qt.qmakeprofile;application/vnd.nokia.xml.qt.resource; Categories=Qt;Development;IDE; InitialPreference=9 debian/qtcreator.manpages0000664000000000000000000000002312321175503012703 0ustar debian/qtcreator.1 debian/compat0000664000000000000000000000000212321175503010365 0ustar 9 debian/qtcreator-dev.install0000664000000000000000000000002212321175503013331 0ustar usr/src/qtcreator