Commit Graph

2735 Commits

Author SHA1 Message Date
con
5c9778e7ad Be less picky about "qmake --version" output.
Older qmake versions have different output, don't be case sensitive.
Problems were reported with Qt Embedded 4.1.4.
2009-04-24 10:20:23 +02:00
Roberto Raggi
915510b87e Merge ../mainline into dui-editor 2009-04-24 09:07:38 +02:00
mae
dfd2c5dbc3 small block highlighting cleanup for the no-wrapping case with overlong lines 2009-04-23 20:11:00 +02:00
mae
a180345b16 make move line up/down only move the selected line if the end of the selection
is at the beginning of the next block. Join the undo commands for subsequent moves.
2009-04-23 19:24:57 +02:00
mae
341d8d5622 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-04-23 17:30:12 +02:00
Oswald Buddenhagen
840cf145f3 don't oversize sessions frame when it is smaller than the projects frame 2009-04-23 17:30:23 +02:00
mae
a71436649c removed the folding ribbon from the default configuration, instead
turned a new block highlighting mechanism on.
2009-04-23 17:28:53 +02:00
Oswald Buddenhagen
f933f52111 use pixel font sizes
the qt layout system is pixel-based, so using point sizes doesn't work
for anyone with a different resolution (DPI) than me
2009-04-23 16:49:55 +02:00
con
94512b82a4 Compile. 2009-04-23 16:13:26 +02:00
dt
fe78b08864 Refactoring: findSystemQt can now be called for any environemnt
and returns the full path to qmake. This is step 1 towards the cmake
plugin not using its own code to find the dumper.
2009-04-23 16:05:51 +02:00
dt
a8cf650e73 Fixes a crash reported on irc
With splitted views move splitters, sometimes it crashes.
2009-04-23 16:03:57 +02:00
jasplin
160247834a Revert "Workaround backspace issue for now"
This reverts commit ebfcd35ace.
Qt 4.5 commit b51dd5a7b328291c5dbda540ce228e7d867662cb eliminates the
need for this workaround for now.
2009-04-23 14:46:23 +02:00
dt
37e382b3bd Don't use the QtVersionManger::instance() where it isn't needed.
Allows removing getting the instance once.
2009-04-23 14:36:47 +02:00
dt
a2b29a5ec2 Make the public interface of QtVersionManager smaller
Move 3 functions to private, declare 2 which don't need any instance to
staic methods.
2009-04-23 14:25:47 +02:00
dt
71cff0702b Refactroring: Small change to make the function more readeable 2009-04-23 14:23:30 +02:00
dt
7074769387 Remove setPrependPath() and prependPath() from qtversion
They aren't used anymore.
2009-04-23 13:48:05 +02:00
dt
b6114dfa49 Refactoring: Rename QtDirWidget to QtOptionsPageWidget
More accurate name.
2009-04-23 13:23:46 +02:00
dt
4274156bdb Refactoring: Split up qtversionmanager.(h|cpp) into two files
QtOptionsPage now has its own page.
2009-04-23 12:52:51 +02:00
dt
66868d4725 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-04-23 12:28:34 +02:00
Roberto Raggi
ee7c48c0f5 Merge ../mainline into dui-editor 2009-04-23 09:51:01 +02:00
Friedemann Kleint
9789ee4af1 Make CDB work for release builds.
Cleanup, remove unused options page file.
2009-04-23 09:25:57 +02:00
mae
4d708fa408 new text editor option "Highlight blocks" 2009-04-22 20:04:38 +02:00
mae
ebfcd35ace Workaround backspace issue for now 2009-04-22 18:37:43 +02:00
Oswald Buddenhagen
f48f23c89d fully-fledged webkit-free welcome mode
pros:
- the non-webkit version is not castrated any more
- i18n should become simpler
  - but need to make the buttons non-labels for optimal results
- if we introduce delayed loading of the help plugin, we would get
  webkit loading out of the startup's critical path alltogether

cons:
- the page might be a bit harder to modify for some
2009-04-22 18:22:31 +02:00
dt
095337836a Refactoring: Split up QtVersionManager into gui and non gui
The settings page does not need to be exported and should be seperate
from the actual manager. This also makes further refactorings of
QtVersionManager easier and of QtDirWidget.
More to come.
2009-04-22 18:05:55 +02:00
Thorbjørn Lindeijer
b4245ac15c Prevent changing the context object just because the menu is activated
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
2009-04-22 17:42:28 +02:00
Friedemann Kleint
52915776cd Make CDB load custom dumpers.
Load in a 'well-defined' (temporary) breakpoint
at main().
2009-04-22 17:28:26 +02:00
dt
b6c05a334c Refactoring: Move QtVersionManager instance() into the ProjectExplorer
And add a instance() method to it.
2009-04-22 16:51:38 +02:00
Roberto Raggi
6827896fda Added missing files. 2009-04-22 15:35:08 +02:00
Roberto Raggi
df16c1b687 Initial work on the DUI editor-plugin. 2009-04-22 15:21:04 +02:00
dt
8f738dfcc8 Add the *.pluginspec to OTHER_FILES so that we can use Locator for them
Hopefully i didn't miss a plugin.
2009-04-22 15:06:58 +02:00
dt
8f22417244 Refactoring: Move QtVersionManager to ProjectExplorer.
The Debugger, cmake and Qt4 plugin all need it. More refactoring to it
coming.
2009-04-22 14:52:35 +02:00
dt
ef8e69d96a Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-04-22 12:18:04 +02:00
Oswald Buddenhagen
e81e94cb44 fix non-shadow builds 2009-04-22 11:34:55 +02:00
Oswald Buddenhagen
cc99206bae reset excutable bits 2009-04-22 02:42:51 +02:00
con
23d0cb3180 Merge commit 'origin/1.1'
Conflicts:
	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/debugger/Debugger.pluginspec
	src/plugins/debugger/gdbengine.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/perforce/Perforce.pluginspec
	src/plugins/projectexplorer/ProjectExplorer.pluginspec
	src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
	src/plugins/qtscripteditor/QtScriptEditor.pluginspec
	src/plugins/quickopen/QuickOpen.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
2009-04-21 17:50:31 +02:00
con
35218bbe20 Add missing type information into gdb calls.
The missing type information lead to non-relocatable debugging helpers
on the Mac.

Reviewed-by: Oswald Buddenhagen
v1.1.0
2009-04-21 16:13:13 +02:00
hjk
e0f7b845aa debugger: use & in "p (char*)&qDumpOutBuffer". This improves the
situation in release builds a bit as we get at least a list of
(afterwards failing) dumpers.
(cherry picked from commit 01284f2160)
2009-04-21 16:05:51 +02:00
Thorbjørn Lindeijer
b6d7fecf80 Fixed navigation with F2 when at the start of a word
Reviewed-by: con
2009-04-21 15:58:48 +02:00
Friedemann Kleint
471d31ac9c CDB refactoring, introduce typedefs to remove version numbers.
Log exceptions with stacktrace.
2009-04-21 12:30:12 +02:00
Friedemann Kleint
6e9a237c76 Compilation with Min GW. 2009-04-21 08:43:45 +02:00
dt
25135e9e2f Long dead code. It even used the QWorkbench namespace.
And there seems to be no value in the code anyway.
2009-04-20 18:06:02 +02:00
dt
af6257971d Refactoring: Renamed Qt4BuildConfigWidget to Qt4ProjectConfigWidget 2009-04-20 17:59:44 +02:00
dt
9689582ee6 Refacotring: Move BuildConfiguration into internal namespace.
It should not be used outside of the ProjectExplorer and is likewise not
exported.
2009-04-20 17:59:42 +02:00
dt
10482c81a4 Refactoring for (Q)MakeBuildStepFactory
Rename (Q)MakeBuildStepFactory to (Q)MakeStepFacotry
Move the factories to the same files as (Q)MakeStep
Delete the old qmakebuildstepfactory.(h|cpp)
2009-04-20 17:59:40 +02:00
dt
84ee1653f4 Allow changing the build directory, and reparse.
Task:  250418

This also moves us closer to supporting multiple build configurations
properly.
2009-04-20 17:59:36 +02:00
con
57bf55dec9 Regression: Recent project menu doesn't show file paths
Task-number: 251307
2009-04-20 17:35:07 +02:00
Oswald Buddenhagen
a94dbf943b make ts - this time with the right qt version 2009-04-20 17:10:48 +02:00
Oswald Buddenhagen
7a722e2c54 protect against "make ts" with too old linguist tools
... which i of course promptly managed to do. argh.
2009-04-20 17:07:30 +02:00
Oswald Buddenhagen
98f04ed255 add japanese translation
by axasia
2009-04-20 16:51:10 +02:00