- Sep 10, 2009
-
-
con authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 12, 2009
-
-
con authored
Reviewed-by: hjk
-
- Aug 10, 2009
-
-
hjk authored
QListWidget forward declaration was not namespaced.
-
- Jul 31, 2009
-
-
Friedemann Kleint authored
-
Erik Verbruggen authored
-
Maurice Kalinowski authored
check for errorstring of the correct variable
-
Maurice Kalinowski authored
- cannot list and does not need any preferences, as there is only one server
-
Maurice Kalinowski authored
after fetching a codesnippet, we should switch to edit mode and open the editor
-
Maurice Kalinowski authored
each protocol needed to create the editor on their own. Instead emit fetchDone and let the plugin instantiate it for every protocol
-
- Jul 27, 2009
-
-
Maurice Kalinowski authored
- created protocol class as basis for different paste servers - removed custom classes and replaced functionality with simple QHttp* usage - removed poster and fetcher classes copied from cpaster application. It not getting updated anyways in creator - Known issue: Listing does not update, when user changes protocol - TODO: add pastebin.ca support. Code is done already, just needs to be placed inside plugin.
-
- Jul 13, 2009
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- 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 04, 2009
-
-
con authored
-
- 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
-
- Jun 02, 2009
-
-
con authored
-
- May 18, 2009
-
-
Alessandro Portale authored
Putting CPaster settings into a GroupBox
-
- May 12, 2009
-
-
Thorbjørn Lindeijer authored
Setting a parent makes sure the dialog is correctly centered and shares the taskbar entry.
-
- May 11, 2009
-
-
Enrico Ros authored
-
- May 08, 2009
-
-
Alessandro Portale authored
-
- Apr 20, 2009
-
-
Oswald Buddenhagen authored
-
con authored
-
- Apr 08, 2009
- 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 05, 2009
-
-
con authored
Task: - 244529 Details: - It just doesn't work in Mac menus (at least not with Qt, but I suspect it's some Mac thingy), so just don't do it.
-
- Mar 04, 2009
-
-
Daniel Molkentin authored
Task: - RevBy: Thorbjorn AutoTest: -
-
hjk authored
-
- Feb 27, 2009
-
- Feb 25, 2009
- Feb 24, 2009
-
-
con authored
-
- Feb 20, 2009
-
-
hjk authored
in place RevBy: con
-
- Feb 13, 2009
-
-
lowinu authored
RevBy: andre Details: - the settings have not been taken into respect so far.
-
- Feb 04, 2009
- Jan 26, 2009
-
-
hjk authored
-
- Jan 21, 2009
-
-
Thorbjørn Lindeijer authored
Many singletons have their own instance() method, in which case there is no need to use ICore::instance() to get access to them.
-