- Nov 25, 2010
-
-
con authored
-
- Nov 23, 2010
-
-
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
-
- Nov 18, 2010
-
-
con authored
Was introduced by the fix for QTCREATORBUG-965 Task-number: QTCREATORBUG-3116 Reviewed-by: dt
-
- Nov 17, 2010
-
-
Oswald Buddenhagen authored
make it provide a macroExpander() instead of a resolve() function. this detaches the actual variable management from the string manipulation.
-
Oswald Buddenhagen authored
this is less confusing, because it doesn't look like an environment variable expansion under unix. the syntax is a hybrid of printf format specifiers and braced unix variable expansions.
-
- Nov 15, 2010
-
- Nov 12, 2010
- Nov 11, 2010
-
-
con authored
Introduces a ICore::userInterfaceLanguage method, which centralizes the previous qApp property hack for help and designer integration. Reviewed-by: Friedemann Kleint
-
Erik Verbruggen authored
-
- Nov 08, 2010
-
-
con authored
-
- Nov 05, 2010
-
-
Christian Kandeler authored
-
- Nov 04, 2010
-
-
Oswald Buddenhagen authored
-
- Nov 03, 2010
-
-
Oswald Buddenhagen authored
... instead of running a sed script over a lot of files on each version increment.
-
Oswald Buddenhagen authored
-
Christian Kandeler authored
-
Tobias Hunger authored
Krazy was complaining about those.
-
Tobias Hunger authored
Krazy complained about those.
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
Clean icore.h.
-
con authored
We were handling it ourselves, now we let saveGeometry and saveState do its job. This also takes care of making the geometry valid for offscreen saved states. Task-number: QTCREATORBUG-1689
-
con authored
-
- Nov 01, 2010
-
-
Friedemann Kleint authored
- 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.
-
con authored
qtLibraryTarget is only defined if used with TEMPLATE=lib, which makes it fail in pri files that are used for app pro files. The tests still don't run because of run time linking issues.
-
Friedemann Kleint authored
Reviewed-by: dt Task-number: QTCREATORBUG-2947
-
- Oct 28, 2010
-
-
Takumi ASAKI authored
TextEditor will now recognize an UTF-8 BOM. A setting to determine what to do on saving has been added as well - the options are "Always Add", "Keep Already Present" and (mostly for completeness) "Always Delete". Note: if encoding is "System", "Always Add" doesn't work, because there is no API to know what the System encoding is. Task-number: QTCREATORBUG-1857 Merge-request: 2180 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
-
- Oct 25, 2010
-
-
Oswald Buddenhagen authored
helps lupdate
-
con authored
Share the (user)settings object between plugin manager and Qt Creator core.
-
Christian Kandeler authored
Written-by: Tobias Hunger
-
Tobias Hunger authored
Completely hide the sidebar if no navigation widgets are available at all.
-
Tobias Hunger authored
-
- Oct 22, 2010
-
-
con authored
* Editor manager should abort closing core, if there's a ICoreListener that aborts closing of a editor. * Don't save state of temporary editors, and don't save them as open in a splitter. So restoring the editor manager state won't try to reopen temporary editors. Task-number: QTCREATORBUG-2845 Task-number: QTCREATORBUG-2841 Reviewed-by: Tobias Hunger
-
- Oct 21, 2010
-
-
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
-
- Oct 20, 2010
-
-
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
-
con authored
We actually only want to change the tool tip. Reviewed-by: Thorbjørn Lindeijer
-
con authored
Confusion between native and internal path representation (i.e. backslashes). File names should always be "portable" internally. Reviewed-by: Robert Loehning
-
- Oct 19, 2010
-
-
Tobias Hunger authored
When choosing an example from the welcome screen and the user cancels loading the project: * Do not switch to edit mode * Do not load main.cpp * Do not pop up help Task-number: QTCREATORBUG-2774 Reviewed-by: Daniel Molkentin
-
- Oct 15, 2010
-
-
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
-
- Oct 13, 2010
-
-
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
-