OSDN Git Service

Merge remote branch 'origin/2.1'
authordt <qtc-committer@nokia.com>
Mon, 4 Oct 2010 14:07:46 +0000 (16:07 +0200)
committerdt <qtc-committer@nokia.com>
Mon, 4 Oct 2010 14:07:46 +0000 (16:07 +0200)
Conflicts:
share/qtcreator/templates/mobileapp/app.pro
share/qtcreator/templates/qmlapp/app.pro
src/plugins/cpptools/cpptools.pro

13 files changed:
1  2 
doc/qtcreator.qdoc
share/qtcreator/templates/mobileapp/app.pro
share/qtcreator/templates/qmlapp/app.pro
src/plugins/cpptools/cpptools.pro
src/plugins/debugger/debuggerengine.cpp
src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/debugger/gdb/tcftrkgdbadapter.cpp
src/plugins/debugger/qml/qmlengine.cpp
src/plugins/debugger/qml/qmlengine.h
src/plugins/fakevim/fakevimhandler.cpp
src/plugins/plugins.pro
src/plugins/qt4projectmanager/wizards/mobileapp.cpp
tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp

Simple merge
@@@ -15,15 -15,6 +15,13 @@@ DEFINES += NETWORKACCES
  # TARGETUID3 #
  symbian:TARGET.UID3 = 0xE1111234
  
- symbian:ICON = symbianicon.svg
 +# Smart Installer package's UID
 +# This UID is from the protected range 
 +# and therefore the package will fail to install if self-signed
 +# By default qmake uses the unprotected range value if unprotected UID is defined for the application
 +# and 0x2002CCCF value if protected UID is given to the application
 +#symbian:DEPLOYMENT.installer_header = 0x2002CCCF
 +
  SOURCES += main.cpp mainwindow.cpp
  HEADERS += mainwindow.h
  FORMS += mainwindow.ui
@@@ -20,15 -20,6 +20,13 @@@ DEFINES += NETWORKACCES
  # TARGETUID3 #
  symbian:TARGET.UID3 = 0xE1111234
  
- symbian:ICON = symbianicon.svg
 +# Smart Installer package's UID
 +# This UID is from the protected range 
 +# and therefore the package will fail to install if self-signed
 +# By default qmake uses the unprotected range value if unprotected UID is defined for the application
 +# and 0x2002CCCF value if protected UID is given to the application
 +#symbian:DEPLOYMENT.installer_header = 0x2002CCCF
 +
  # Define QMLJSDEBUGGER to enable basic debugging (setting breakpoints etc)
  # Define QMLOBSERVER for advanced features (requires experimental QmlInspector plugin!)
  #DEFINES += QMLJSDEBUGGER
@@@ -26,7 -26,8 +26,9 @@@ HEADERS += completionsettingspage.h 
      cppfindreferences.h \
      cppcodeformatter.h \
      symbolsfindfilter.h \
-     uicodecompletionsupport.h
++    uicodecompletionsupport.h \
+     insertionpointlocator.h \
+     cpprefactoringchanges.h
  
  SOURCES += completionsettingspage.cpp \
      cppclassesfilter.cpp \
@@@ -44,7 -45,8 +46,9 @@@
      cppfindreferences.cpp \
      cppcodeformatter.cpp \
      symbolsfindfilter.cpp \
-     uicodecompletionsupport.cpp
++    uicodecompletionsupport.cpp \
+     insertionpointlocator.cpp \
+     cpprefactoringchanges.cpp
  
  FORMS += completionsettingspage.ui \
      cppfilesettingspage.ui
Simple merge
Simple merge