- 17 Dec, 2010 1 commit
-
-
con authored
-
- 02 Dec, 2010 1 commit
-
-
con authored
-
- 23 Nov, 2010 1 commit
-
-
Christian Kandeler authored
The mode we currently use is super paranoid about prime checking, resulting in an unacceptably long key creation time of several minutes. Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=200657 Reviewed-by: kh1 Reviewed-by: dt
-
- 02 Nov, 2010 1 commit
-
-
con authored
-
- 25 Oct, 2010 1 commit
-
-
Oswald Buddenhagen authored
helps lupdate
-
- 21 Oct, 2010 2 commits
-
-
Tobias Hunger authored
Stop navigationwidget from going haywire when faced with old configuration data. This issue could lead to different effects: * A crash * Creator not being able to exit anymore * The sidebar being messed up Task-number: QTCREATORBUG-2780 Reviewed-by: con
-
con authored
We accessed the m_applied member after the dialog already was deleted. Task-number: QTCREATORBUG-2844 Reviewed-by: Friedemann Kleint
-
- 20 Oct, 2010 1 commit
-
-
con authored
The debugger plugin opens an editor in this case, leading to fakevim and cppeditor crashing. This commit doesn't fix the problem's source, but adds safeguards that are sensible anyhow: FakeVim should not register with editors during shutdown, and CppEditor should not unconditionally assume an existing editor manager in the destructor. Reviewed-by: Friedemann Kleint
-
- 15 Oct, 2010 1 commit
-
-
Tim Jenssen authored
- the Nokia Qt SDK UpdateInfo plugin progress should stay in the progress view till the user clicks on it - now the futureprogress knows the difference between: KeepOnFinishTillUserInteraction and KeepOnFinish Reviewed-by: con
-
- 13 Oct, 2010 1 commit
-
-
dt authored
Since bearer mangement uses network manager, the bearer plugin has to use dbus to get the network configuration. Due to a bug in dbus 1.3 this can lead to creator beeing blocked for up to 30 seconds on startup. Task-Nr: QTCREATORBUG-2718 Reviewed-By: con
-
- 11 Oct, 2010 1 commit
-
-
kh1 authored
Task-number: QTCREATORBUG-2694 Reviewed-by: ck
-
- 08 Oct, 2010 5 commits
-
-
Tobias Hunger authored
Fix ignoring temporary files when saving a session. This could crash when opening a session and saving it again if not all open editors were actually shown to the user.
-
Tobias Hunger authored
Do not save temporary editors in the session. Chances are high that files opened in those editors are not around when the session is reopened. Task-number: QTCREATORBUG-2422
-
hjk authored
-
con authored
The action manager was reading the settings before the navigation panels had their commands registered. Task-number: QTCREATORBUG-2005 Reviewed-by: hjk
-
con authored
Reviewed-by: Leena Miettinen
-
- 07 Oct, 2010 1 commit
-
-
hjk authored
-
- 06 Oct, 2010 1 commit
-
-
Christian Kandeler authored
Otherwise we can't sensibly declare slots with a matching parameter.
-
- 05 Oct, 2010 2 commits
-
-
Christian Kandeler authored
-
Tobias Hunger authored
When switching to a editor containing a temporary file do not update the filemanager, even when sync to editor is enabled. Task-number: QTCREATORBUG-2605 Reviewed-by: Thorbjorn Lindeijer
-
- 30 Sep, 2010 2 commits
-
-
Friedemann Kleint authored
Symptom of file name slashification breakage. Reviewed-by: dt Task-number: QTCREATORBUG-2535
-
Friedemann Kleint authored
Fix breakage introduced by 65e95c3a , introducing a writeAccess attribute not properly initialized in the default CT. The GeneratedFile::CustomGeneratorAttribute exists for that purpose. Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Task-number: QTCREATORBUG-2518
-
- 29 Sep, 2010 3 commits
-
-
Tobias Hunger authored
-
Tobias Hunger authored
Merge-request: 2178 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tuomas Puranen authored
Added few new functions to IVersionControl, VCSManager and GeneratedFile to support the funcationality needed by the trac plugin. All the version control plugins updated to have implementations according to the interface changes. Merge-request: 2178 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Merge-request: 2178 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 28 Sep, 2010 1 commit
-
-
Christian Kandeler authored
Workaround for proxy problems on Windows (Qt bug?). Reviewed-by: kh1 (cherry picked from commit f3ac8e43)
-
- 27 Sep, 2010 1 commit
-
-
hjk authored
-
- 24 Sep, 2010 2 commits
-
-
Daniel Molkentin authored
- 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
-
Friedemann Kleint authored
Fix Basefilewizard to use ModeSwitch flag.
-
- 23 Sep, 2010 1 commit
-
-
dt authored
And make use of it to accept on the command line the patterns: "filename" "+45", "filename" ":23", "filename:12" and "filename+42" Task-Nr: QTCREATORBUG-2428
-
- 22 Sep, 2010 1 commit
-
-
dt authored
Readd a few mode switchings that I accidentally removed. Task-Nr: QTCREATORBUG-2405
-
- 17 Sep, 2010 2 commits
- 16 Sep, 2010 3 commits
-
-
hjk authored
Reviewed-By: dt
-
Friedemann Kleint authored
Introduce some more private classes for the coreplugin, use header include convention <QtModule/QClass>, de-qobjectify VariableManager.
-
Friedemann Kleint authored
-
- 15 Sep, 2010 2 commits
-
-
Leandro Melo authored
Sometimes the role is not enough. In some systems we don't have a nice looking widget. The info bar is now always black on light yellow. The fake vim command status is using default colors. Task-number: QTCREATORBUG-2182 Reviewed-by: Thorbjorn Lindeijer
-
Friedemann Kleint authored
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>
-
- 14 Sep, 2010 1 commit
-
-
dt authored
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
-
- 13 Sep, 2010 1 commit
-
-
Friedemann Kleint authored
-