- Sep 11, 2009
-
-
con authored
And ensure that the menu items don't vanish from the application menu when they are translated.
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 31, 2009
-
-
con authored
And adapt the device selection list.
-
- Jul 22, 2009
-
-
Norwegian Rock Cat authored
If we are going to be uncertain, then let's try to be somewhat better stylistically about it.
-
- Jul 21, 2009
- Jul 20, 2009
-
-
mae authored
This is a fix for the problem, that some users were unable to figure out how to open projects.
-
- Jul 17, 2009
-
-
con authored
Reviewed-by: Jens Bache-Wiig
-
- Jul 16, 2009
-
-
con authored
-
- Jul 15, 2009
-
-
con authored
-
- Jul 14, 2009
-
-
con authored
-
- Jul 13, 2009
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- Jul 09, 2009
-
-
con authored
-
- Jul 07, 2009
-
-
dt authored
Also cache a lastModified time, so that we don't emit a signal if it didn't change.
-
Norwegian Rock Cat authored
If you call setVisible(true) on the item before it is placed in a hierarchy, it will show as a normal top-level window. On some platforms this isn't really an issue, but with Carbon, the show happens immediately, so you get this flash of a window which is really disturbing. I'm surprised it's not noticed on other platforms. Personally, I'm not sure why we call this at all, but I'm leaving it for the moment.
-
- Jun 23, 2009
-
-
Friedemann Kleint authored
Add a shutdown()-notification to MainWindow and reset the context in it. Task-number: 256386 Reviewed-by:
con <qtc-committer@nokia.com>
-
- Jun 16, 2009
-
-
con authored
Reviewed-by: Trust Me Conflicts: src/libs/cplusplus/CppBindings.cpp src/libs/cplusplus/CppBindings.h src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.h src/plugins/cpptools/cppcurrentdocumentfilter.cpp src/plugins/cpptools/cppcurrentdocumentfilter.h src/plugins/cpptools/cppsemanticsearch.cpp src/plugins/cpptools/cppsemanticsearch.h src/plugins/duieditor/parser/qmljs.g src/plugins/duieditor/parser/qmljsast.cpp src/plugins/duieditor/parser/qmljsast_p.h src/plugins/duieditor/parser/qmljsastfwd_p.h src/plugins/duieditor/parser/qmljsastvisitor.cpp src/plugins/duieditor/parser/qmljsastvisitor_p.h src/plugins/duieditor/parser/qmljsengine_p.cpp src/plugins/duieditor/parser/qmljsengine_p.h src/plugins/duieditor/parser/qmljsgrammar.cpp src/plugins/duieditor/parser/qmljsgrammar_p.h src/plugins/duieditor/parser/qmljslexer.cpp src/plugins/duieditor/parser/qmljslexer_p.h src/plugins/duieditor/parser/qmljsmemorypool_p.h src/plugins/duieditor/parser/qmljsnodepool_p.h src/plugins/duieditor/parser/qmljsparser.cpp src/plugins/duieditor/parser/qmljsparser_p.h src/plugins/duieditor/parser/qmljsprettypretty.cpp src/plugins/duieditor/parser/qmljsprettypretty_p.h src/plugins/duieditor/rewriter/rewriter.cpp src/plugins/duieditor/rewriter/rewriter_p.h src/plugins/duieditor/rewriter/textwriter.cpp src/plugins/duieditor/rewriter/textwriter_p.h src/shared/cplusplus/ASTClone.cpp tests/manual/cplusplus/main.cpp
-
Jason McDonald authored
Reviewed-by: Trust Me
-
- Jun 12, 2009
-
-
Daniel Molkentin authored
Reviewed-by: con
-
- Jun 04, 2009
-
-
con authored
-
con authored
Reviewed-by: Oswald Buddenhagen
-
con authored
Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Jun 03, 2009
-
-
Oswald Buddenhagen authored
- clear up some Q_OS_LINUX vs. Q_OS_UNIX - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise) - use proper #if-#else cascades instead of free-standing #ifs
-
- May 25, 2009
-
-
Thorbjørn Lindeijer authored
Mainly because DocumentStates should be moved there, because it can grow quite large. Backward compatibility is kept.
-
Thorbjørn Lindeijer authored
Potential replacement for QSettings. This database will allow us to save settings incrementially, removing most of the performance issues we're having when our few megabytes of settings are being saved. Not done in the form of a QSettings backend because it doesn't seem the backends can do an incremental update of the settings. Currently used by the QuickOpenPlugin for testing.
-
Daniel Molkentin authored
-
- May 19, 2009
-
-
Friedemann Kleint authored
Added IExternalEditor which knows a kind and a mimetype. Make EditorManager and ProjectExplorer "Open With" query the interface and add the respective kinds. Add "openExternalEditor" to EditorManager. Add External editors for Designer and Linguist, making use of Mac 'open' or Designer's Tcp socket mechanism to ensure files are opened in the same instance (per Qt version). Task-number: 249392 Reviewed-by:
con <qtc-committer@nokia.com>
-
- May 11, 2009
-
-
con authored
They don't have anything to do specifically with file wizards.
-
- May 08, 2009
-
-
mae authored
on QFileInfo to tell us that a file is not writable, but accept that the attempt to save a file might actually fail (:-) ). This solves the NT network domain issue without the insane slowness. The stuff needs more work. We do not have any UI for failing save operations when closing creator (other than it doesn't close). Bad.
-
Alessandro Portale authored
-
- Apr 22, 2009
-
-
Thorbjørn Lindeijer authored
Fixes slowness when switching menus and allows menu actions to be used that have a context that depends on the currently focused object. Reviewed-by: con
-
- Apr 16, 2009
-
-
Thorbjørn Lindeijer authored
Task-number: 247123
-
- Apr 07, 2009
-
-
dt authored
Annoying
-
- Mar 18, 2009
-
-
Friedemann Kleint authored
Fixes: Introduce a cpp settingspage containing file naming conventions (lower case and suffixes). Reorder VCS settings pages. Task: 241959, 248085 RevBy: Optics/Naming checked by con Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
-
- Mar 17, 2009
-
-
Thorbjørn Lindeijer authored
Need to call into the superclass in order not to lose functionality. Was missing in the wizard, hence the many missing occurrences. Reviewed-by: Friedemann Kleint
-
- Mar 12, 2009
-
-
Friedemann Kleint authored
Fixes: Remove "Class" prefix from UI-classes generated by the gui app wizards; give new item dialog home path as default when creating files out of project contexts.
-
- Mar 10, 2009
-
-
hjk authored
-
- Mar 09, 2009
-
-
con authored
-
- Mar 03, 2009
-
-
con authored
RevBy: - dt Details: - This made it impossible to e.g. copy from the output windows. We'll see if adding the editor by default had some user-interation purpose.
-
- Feb 25, 2009
-
-
hjk authored
-