Commit Graph

2267 Commits

Author SHA1 Message Date
dt
278ff78040 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-12 18:26:52 +01:00
dt
920ce6f8fb Fixes: Correctly restore RunConfigurations
Details:  Copy and paste error
2009-01-12 18:26:26 +01:00
Thorbjørn Lindeijer
c077ef28d8 Make project dependencies dialog accessible again
Not entirely sure about the location of the menu entry. Also, the dialog
is in dire need of a redesign.
2009-01-12 18:02:26 +01:00
Friedemann Kleint
59e9078bcc Windows Link 2009-01-12 17:57:16 +01:00
dt
5c6c442883 Fixes: Add install target and don't create runconfigurations for targets without executable.
Details:  One step at a time.
2009-01-12 17:51:50 +01:00
Friedemann Kleint
17daca603a Fixes: Use a model for the submit file list (to resolve the git diff mess) 2009-01-12 17:44:04 +01:00
con
349c055d47 Fixes: - API documentation for ICore
Details:  - And do some simplification/consistency.
2009-01-12 17:21:07 +01:00
dt
71ea85dfee Fixes: Add the ability to add command line arguments to the cmake command line
Task:     CMake support
Details:  we don't pass those to the cbp file generation, that might create problems.
2009-01-12 16:01:49 +01:00
dt
cc4e0e3ad1 Fixes: Correctly restore BuildSteps and add configuration options to the cmakestep.
Details:  Forgot to add the factories, also the configuration options for the cmakestep don't work atm.
2009-01-12 15:29:05 +01:00
Thorbjørn Lindeijer
6c1e557d70 Changed coreplugin resource prefix to "/core"
It still read "/qworkbench", the research project name for Qt Creator.

Reviewed-by: con
2009-01-12 15:23:22 +01:00
dt
0b21f2898f Fixes: Various stuff in the cmake project.
Details:  Not yet usable, but at least you get a list of build targets now.
2009-01-12 15:10:33 +01:00
Thorbjørn Lindeijer
54d9d0d46a Fixed crash due to missing initialization
Reviewed-by: mae
2009-01-12 13:53:28 +01:00
Thorbjørn Lindeijer
116358163e Tweaked default colors for diff highlighting
Now with commonly used red and green colors, and without the ugly bright
green for locations.
2009-01-12 13:53:28 +01:00
hjk
408a3c1b3f Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-09 17:58:15 +01:00
hjk
fb8e1bb205 fakevim: listen to editor opening and closing 2009-01-09 17:57:48 +01:00
Friedemann Kleint
05033a9d36 Fixes: Show untracked files in git submit dialog
Details: Move routine to get project file list into VCSBase, use it in p4 and git to filter submit lists.
2009-01-09 17:52:41 +01:00
hjk
fb93fdaea2 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-09 17:31:53 +01:00
hjk
b1f4889ac4 fakevim: use tab settings from creator base text editor 2009-01-09 17:31:20 +01:00
Roberto Raggi
599cdcfa06 More ObjC++ 2009-01-09 16:55:51 +01:00
hjk
5f9669d8d2 fakevim: mv handler.{cpp,h} fakevimhandler.{cpp,h} 2009-01-09 16:54:06 +01:00
hjk
33438d4403 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-09 16:49:03 +01:00
hjk
80748aa73b fakevim: begin work on tab/space configuration 2009-01-09 16:48:36 +01:00
Friedemann Kleint
94d646a206 Fixes: Added dbl-click handling for remote branches
Task:
RevBy:
AutoTest:
Details: Moved code to create a local branch from model to dialog which is slightly better since all the modifying app code is there.
2009-01-09 16:27:42 +01:00
hjk
5632709e0a Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-09 15:36:40 +01:00
hjk
67f31135e5 fakevim: provide a means to see configuration variables 2009-01-09 15:36:02 +01:00
Thorbjørn Lindeijer
f3f813806a Make disabled code a bit less light by default
Otherwise it's really hard to read and sometimes you just need to edit
it a bit.
2009-01-09 15:33:20 +01:00
hjk
f3a0d9b4e0 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-09 15:15:41 +01:00
hjk
94cb5b4017 fakevim: handle Ctrl-H 2009-01-09 15:15:09 +01:00
Thorbjørn Lindeijer
9b35e32e85 Register stop action globally
Default shortcut is Ctrl+Shift+R now, but maybe there's something better
or more widely accepted. No menu entry yet.
2009-01-09 13:21:11 +01:00
Thorbjørn Lindeijer
ce1d728b9a Some code reorganization
Changing nothing, just preventing next patch to be scrambled by it.
2009-01-09 13:21:11 +01:00
hjk
816b83feed use ',' as "Escape to Application" schortcut 2009-01-09 12:51:10 +01:00
hjk
e83cf9727c grab Escape and Ctrl-R etc for fakevim when activated 2009-01-09 12:21:53 +01:00
dt
7e9cf0f3e0 Merge commit 'origin/master' 2009-01-08 18:30:23 +01:00
hjk
c8c362aa7d fix some cases where deletions were not recorded in the undo stack 2009-01-08 17:58:42 +01:00
dt
8c9e938385 Fixes: Crash in the flat model on certain changes to the pro file.
Task:     240180
Details:  Hopefully fixes a few crashes people have reported.
2009-01-08 17:44:48 +01:00
hjk
5b500bec79 code cleanup 2009-01-08 17:40:27 +01:00
hjk
2ed47d3284 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-08 17:22:50 +01:00
hjk
3f53aa16fb handle ! at least in visual line mode 2009-01-08 17:21:51 +01:00
Thorbjørn Lindeijer
2c0a52098e Whoops, forgot to remove an include 2009-01-08 17:10:39 +01:00
dt
cda38c23f1 Fixes: Do not pop up the Application Output if run in the debugger.
Task:     Reported on irc.
Details:  I think this is nicer, while debugging, you probably need
those extra pixels for the other views. We need some flash on the
application button to make it more obvious that something was added to
it.
2009-01-08 16:59:46 +01:00
Thorbjørn Lindeijer
57ab0b9e8e Changed categories used for pro file highlighting
Now reuses the colors set for Type and Keyword for the variables and
functions respectively. Having the categories Variable and Function in
the fonts and color settings was confusing.
2009-01-08 16:15:25 +01:00
Thorbjørn Lindeijer
171a3bb8d2 Fixed compilation problem with gcc 3.3
Reviewed-by: Roberto Raggi
2009-01-08 15:09:21 +01:00
hjk
ef05697fdb Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-08 13:43:50 +01:00
Daniel Molkentin
0225cc85ca centralize runstep definitions further 2009-01-08 13:24:34 -08:00
hjk
95fbb4842b handle 'P' 2009-01-08 13:43:24 +01:00
hjk
cab13a5a6d Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-08 13:16:51 +01:00
hjk
ef259344c5 make the key handlers return a bool indication whether they acted on the
key or not.
2009-01-08 13:16:04 +01:00
dt
dfa436ef3b Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-08 13:04:00 +01:00
Roberto Raggi
b2ff63145b Added objcEnabled()/setObjcEnabled() to SimpleLexer. 2009-01-08 12:56:07 +01:00
hjk
7b47bd48e1 add some test code for the yet-to-be-born QLinkedList dumper 2009-01-08 11:02:04 +01:00