aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/welcome
Commit message (Collapse)AuthorAgeFilesLines
* Update license.hjk2011-04-139-126/+117
|
* It's 2011 now.con2011-01-1210-10/+10
| | | | Reviewed-by: hjk
* Merge branch '2.1'con2010-12-179-63/+99
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/plugins/coreplugin/basemode.cpp src/plugins/coreplugin/basemode.h src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h src/plugins/debugger/cdb/cdbsymbolpathlisteditor.cpp src/plugins/debugger/debuggeragents.cpp src/plugins/debugger/debuggeruiswitcher.cpp src/plugins/debugger/debuggeruiswitcher.h src/plugins/projectexplorer/buildconfigdialog.cpp src/plugins/qmldesigner/components/propertyeditor/colorwidget.cpp src/plugins/qmldesigner/components/propertyeditor/colorwidget.h src/plugins/qmldesigner/designercore/include/enumeratormetainfo.h src/plugins/qmldesigner/designercore/include/modelutilities.h src/plugins/qmldesigner/designercore/include/nodeinstance.h src/plugins/qmldesigner/designercore/include/propertymetainfo.h src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.cpp src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.h src/plugins/qmldesigner/designercore/instances/graphicsviewnodeinstance.cpp src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.cpp src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.h src/plugins/qmldesigner/designercore/instances/nodeinstance.cpp src/plugins/qmldesigner/designercore/instances/qmlviewnodeinstance.cpp src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.cpp src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.h src/plugins/qmldesigner/designercore/metainfo/enumeratormetainfo.cpp src/plugins/qmldesigner/designercore/metainfo/propertymetainfo.cpp src/plugins/qmldesigner/designercore/model/modelutilities.cpp src/plugins/snippets/inputwidget.cpp src/plugins/snippets/snippetscompletion.cpp src/plugins/snippets/snippetscompletion.h src/plugins/snippets/snippetspec.cpp src/plugins/snippets/snippetsplugin.cpp src/plugins/snippets/snippetswindow.cpp src/plugins/snippets/snippetswindow.h src/plugins/texteditor/snippetsparser.cpp src/tools/qml/qmldom/main.cpp tests/manual/trk/runner.cpp tests/manual/trk/trkolddevice.cpp tests/manual/trk/trkolddevice.h tests/manual/trk/trkserver.cpp
| * License headers.con2010-12-179-63/+99
| |
| * Version bump.con2010-12-021-2/+2
| |
* | Merge remote branch 'origin/2.1'dt2010-11-101-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: share/qtcreator/static.pro src/plugins/cppeditor/cppeditor.cpp src/plugins/qmljseditor/qmljseditor.cpp src/plugins/qt4projectmanager/qt-maemo/maemodeployablelistmodel.cpp src/plugins/qt4projectmanager/qt-maemo/maemodeploystepwidget.cpp src/plugins/qt4projectmanager/qt-maemo/maemodeploystepwidget.ui src/plugins/qt4projectmanager/qtoutputformatter.cpp src/plugins/texteditor/generichighlighter/highlightersettings.cpp
| * Replace URL for Forum Nokia Support PageDaniel Molkentin2010-11-041-1/+1
| | | | | | | | Reviewed-by: dt
| * Version bump.con2010-11-021-2/+2
| |
* | dynamically replace creator version during buildOswald Buddenhagen2010-11-031-2/+2
| | | | | | | | | | ... instead of running a sed script over a lot of files on each version increment.
* | centralize addition of pluginspecs to OTHER_FILESOswald Buddenhagen2010-11-031-1/+0
| |
* | Fix exported headers in Core and TextEditor.Friedemann Kleint2010-11-012-7/+3
| | | | | | | | | | | | | | | | | | | | | | - Unexport Core::Internal::MainWindow and remove its includes. - Move RssFetcher from Core::Internal to Core. - Unexport CopyTaskHandler. - Move TextEditor's completion support and Refactor Overlay helper classes from TextEditor::Internal to TextEditor as they are exported. - Move internal BaseTextBlockSelection into private header. - Unexport TextEditorOverlay as they are not used.
* | Merge remote branch 'origin/2.1'Christian Kamm2010-10-113-4/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README doc/qt-html-templates.qdocconf doc/qtcreator.qdoc doc/qtcreator.qdocconf share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec src/app/Info.plist src/plugins/bineditor/BinEditor.pluginspec src/plugins/bookmarks/Bookmarks.pluginspec src/plugins/classview/ClassView.pluginspec src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec src/plugins/coreplugin/Core.pluginspec src/plugins/coreplugin/coreconstants.h src/plugins/cpaster/CodePaster.pluginspec src/plugins/cppeditor/CppEditor.pluginspec src/plugins/cpptools/CppTools.pluginspec src/plugins/cvs/CVS.pluginspec src/plugins/debugger/Debugger.pluginspec src/plugins/debugger/breakhandler.cpp src/plugins/designer/Designer.pluginspec src/plugins/fakevim/FakeVim.pluginspec src/plugins/find/Find.pluginspec src/plugins/genericprojectmanager/GenericProjectManager.pluginspec src/plugins/git/ScmGit.pluginspec src/plugins/helloworld/HelloWorld.pluginspec src/plugins/help/Help.pluginspec src/plugins/imageviewer/ImageViewer.pluginspec src/plugins/locator/Locator.pluginspec src/plugins/mercurial/Mercurial.pluginspec src/plugins/perforce/Perforce.pluginspec src/plugins/projectexplorer/ProjectExplorer.pluginspec src/plugins/qmldesigner/QmlDesigner.pluginspec src/plugins/qmljseditor/QmlJSEditor.pluginspec src/plugins/qmljsinspector/QmlJSInspector.pluginspec src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec src/plugins/regexp/RegExp.pluginspec src/plugins/resourceeditor/ResourceEditor.pluginspec src/plugins/snippets/Snippets.pluginspec src/plugins/subversion/Subversion.pluginspec src/plugins/tasklist/TaskList.pluginspec src/plugins/texteditor/TextEditor.pluginspec src/plugins/vcsbase/VCSBase.pluginspec src/plugins/welcome/Welcome.pluginspec tests/auto/cplusplus/codeformatter/tst_codeformatter.cpp tests/manual/fakevim/fakevim.pro tests/manual/ssh/errorhandling/main.cpp
| * version bump: 2.0.92 -> 2.0.93hjk2010-10-081-2/+2
| |
| * version bump: 2.0.91 -> 2.0.92v2.1.0-betahjk2010-10-071-2/+2
| |
| * Make more room on the welcome page.Daniel Molkentin2010-10-053-4/+4
| |
* | version bump 2.0.91 -> 2.1.81hjk2010-09-301-2/+2
|/ | | | | | Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1 days, and we'd like to have odd subminor for 'working' and even subminor numbers for pure cherry-picking release branches anyway.
* version bump 2.0.90 -> 2.0.91hjk2010-09-271-2/+2
|
* Introduce featured items.Daniel Molkentin2010-09-245-310/+11
| | | | | | | | - Move RSSFetcher to CorePlugin - Rename RSSFetcher to RssFetcher - Make RssFetcher more generic, allow multiple sources to be fetched - Introduce Featured Items on Getting Started page - Introduce dummy entry for Mobile examples, needs implementation once they are ready
* UX Improvement: speed up Welcome plugin loading (initializePlugin)Denis Mingulov2010-09-201-7/+11
| | | | | Merge-request: 178 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
* Further header cleanup.Friedemann Kleint2010-09-162-1/+6
| | | | | | Introduce some more private classes for the coreplugin, use header include convention <QtModule/QClass>, de-qobjectify VariableManager.
* L10n: tr()-fixes, message strings, compiler warnings.Friedemann Kleint2010-09-151-1/+4
| | | | | | | | | Rename 'QML standalone application' to 'QML application' and the 'old-style' QML applications to 'QML Viewer based applications'. For the QML renaming: Rubber-stamped-by: Alessandro Portale <alessandro.portale@nokia.com>
* EditorManager: Change openEditor/activateEditor to not do mode switchingdt2010-09-142-0/+6
| | | | | | | | | | | Also introduce a indirection, modes have now types, edit and debug have the same type, and editors do have a prefered type of modes instead of a prefered mode. That fixes the bug that if the prefered qml editing mode was set to design, then in switching between qml editors would - in Edit Mode: stay in edit mode - in Debug Mode: switch to debug mode
* I10N: First translation fixes for 2.1Friedemann Kleint2010-09-101-1/+1
| | | | | | | Fix README, some spelling errors, remove contractions, exclamation marks, correct some plural forms, join split messages. Add QCoreApplication::translate to non-Q_OBJECT-classes. Fix some lupdate warnings about discarding meta-data (//:).
* Modes: Do the mode switching again like it used to bedt2010-09-071-0/+1
| | | | It's more complicated then expected, to be detangled another day
* Ensure always having a modedt2010-09-061-1/+0
| | | | | Switch to Edit Mode once we constructed it in Core::init(). Switch to a the Welcome Mode in Core::extensionsInitialized. Also works
* replace version 2.1.80 by 2.0.90hjk2010-08-301-2/+2
|
* Add Qt DevNet to link page, dropped QtCentre instead.Daniel Molkentin2010-08-261-3/+3
| | | | Task-number: QTCREATORBUG-2071
* Pedantic cleanup of filename parameters for QIcon constructorAlessandro Portale2010-07-301-1/+1
| | | | | | | | | | | Using more *::Constants::ICON_* where it makes sense and wrapping the file names into QLatin1String where they were missing. The increased usage of the ICON constants needed a few more cross plugin includes of *constants.h, here and there. I think that it is OK, since the dependencies were alredy there icon resource wise.
* Core::Context: compile hot fix for Windows.hjk2010-06-251-3/+1
|
* core: use a class derived from QList<int> instead of a QList<int> for ↵hjk2010-06-252-4/+4
| | | | | | | | Core::Context A mostly mechanical change. Reviewed-By: con
* Version update to match the planned version naming.con2010-06-111-2/+2
|
* Merge remote branch 'origin/2.0'con2010-06-081-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README doc/qt-html-templates.qdocconf doc/qtcreator.qdoc doc/qtcreator.qdocconf src/app/Info.plist src/plugins/bineditor/BinEditor.pluginspec src/plugins/bookmarks/Bookmarks.pluginspec src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec src/plugins/coreplugin/Core.pluginspec src/plugins/coreplugin/coreconstants.h src/plugins/cpaster/CodePaster.pluginspec src/plugins/cppeditor/CppEditor.pluginspec src/plugins/cpptools/CppTools.pluginspec src/plugins/cvs/CVS.pluginspec src/plugins/debugger/Debugger.pluginspec src/plugins/designer/Designer.pluginspec src/plugins/fakevim/FakeVim.pluginspec src/plugins/find/Find.pluginspec src/plugins/genericprojectmanager/GenericProjectManager.pluginspec src/plugins/git/ScmGit.pluginspec src/plugins/helloworld/HelloWorld.pluginspec src/plugins/help/Help.pluginspec src/plugins/locator/Locator.pluginspec src/plugins/mercurial/Mercurial.pluginspec src/plugins/perforce/Perforce.pluginspec src/plugins/projectexplorer/ProjectExplorer.pluginspec src/plugins/qmldesigner/QmlDesigner.pluginspec src/plugins/qmlinspector/QmlInspector.pluginspec src/plugins/qmljseditor/QmlJSEditor.pluginspec src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec src/plugins/regexp/RegExp.pluginspec src/plugins/resourceeditor/ResourceEditor.pluginspec src/plugins/snippets/Snippets.pluginspec src/plugins/subversion/Subversion.pluginspec src/plugins/texteditor/TextEditor.pluginspec src/plugins/vcsbase/VCSBase.pluginspec src/plugins/welcome/Welcome.pluginspec
| * Version bump.con2010-06-071-2/+2
| |
| * Fix F1 on welcome pageDaniel Molkentin2010-06-071-1/+1
| | | | | | | | Reviewed-By: kh1
* | Merge remote branch 'origin/2.0'Oswald Buddenhagen2010-05-281-1/+1
|\|
| * Rewording due to ambiguity. Breaks string freeze.Daniel Molkentin2010-05-271-1/+1
| | | | | | | | Reviewed-by: Oswald Buddenhagen
* | Merge remote branch 'origin/2.0'hjk2010-05-272-8/+21
|\| | | | | | | | | | | | | | | | | | | Conflicts: src/plugins/projectexplorer/miniprojecttargetselector.cpp src/plugins/qmldesigner/designercore/model/modeltotextmerger.cpp src/plugins/qmldesigner/designercore/model/rewriteactioncompressor.cpp src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp src/plugins/qt4projectmanager/qt-maemo/maemosshthread.h tests/manual/gdbdebugger/simple/app.cpp
| * Cache the welcomemode backgroundJens Bache-Wiig2010-05-262-8/+21
| | | | | | | | | | | | | | I now cache the scaled welcomemode background so it feels more responsive when toggeling back and forth between modes. Reviewed-by: joao
* | Merge remote branch 'origin/2.0'con2010-05-122-6/+1
|\| | | | | | | | | Conflicts: src/plugins/cpptools/cppcodecompletion.cpp
| * Optimize welcome mode startup a bitJens Bache-Wiig2010-05-112-6/+1
| | | | | | | | | | | | The scaled pixmap has been reduced in size to speed up the plugin loading and refresh times. Stylesheet has been slightly optimized as well.
* | Merge remote branch 'origin/2.0'con2010-05-111-1/+1
|\| | | | | | | | | Conflicts: src/plugins/texteditor/texteditoractionhandler.cpp
| * Fix text color on combobox popup in welcome screenJens Bache-Wiig2010-05-101-1/+1
| | | | | | | | | | The text color was incorrect for certain dark color schemes, including the latest Ubuntu theme.
* | Merge remote branch 'origin/2.0'con2010-05-054-13/+33
|\|
| * Move RSSFetcher into its own thread.Daniel Molkentin2010-05-054-13/+33
| | | | | | | | | | | | | | This should keep QNAM from blocking the startup in some network setups. Reviewed-by: dt Task-number: QTCREATORBUG-1250
* | Version bump.con2010-04-301-2/+2
|/
* Improve spacing of links on welcome page, News & Support sectionDaniel Molkentin2010-04-271-3/+16
|
* Update welcomepage with a shiny backgroundJens Bache-Wiig2010-04-264-7/+8
| | | | | | | | I introduced some graphical details in the background that replaces the gradient. I also fixed the foreground square a bit to get rid of the blurry line at the bottom. Reviewed-by: danimo
* Fix background color in News & Support tab.Daniel Molkentin2010-04-211-1/+1
|
* Revert "Welcome mode: Base on QScrollArea."Daniel Molkentin2010-04-211-1/+1
| | | | | | No need for scrolling after my last commit. This reverts commit 577057d2a96edc48ad28a1f62285928616bf3d56.
* Welcome mode: Base on QScrollArea.Friedemann Kleint2010-04-161-1/+1
| | | | to able to scroll long lists again.