Commit Graph

50929 Commits

Author SHA1 Message Date
dt
bcdad2197d Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-16 17:33:35 +01:00
dt
00951b6b96 More progress on the CMake plugin
Made the cmake plugin even more usable by implementing:
Pop up a wizard if there is a .user file but no .cbp file. (Fixes empty
project reported on irc.)
Pop up a wizard if the .cbp file is older then the CMakeLists.txt file,
thus reparsing the file. (Note: There is a bug that we need to actually
also check the last modified of all included files.)
Reparse the cbp file to add new RunConfigurations / delete no longer
existing RunConfigurations and update those that have changed.-
Show a nicer title in the Projects/RunConfiguration pane
2009-03-16 17:33:05 +01:00
Thorbjørn Lindeijer
d4de7d47ab Fixed standard text editor actions for generic project files editor 2009-03-16 16:16:40 +01:00
Thorbjørn Lindeijer
383178ff95 Use the global font settings in GenericProjectFilesEditor 2009-03-16 16:16:40 +01:00
Thorbjørn Lindeijer
132328791d Some reformatting to improve readability 2009-03-16 16:16:40 +01:00
hjk
ff3fe49a14 debgugger: remove dead code 2009-03-16 14:22:13 +01:00
hjk
6083988bae Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-16 13:19:01 +01:00
hjk
f73a4d5fd8 Fixes: debugger: try accessing compiled-in dumpers when attaching to an
external application
2009-03-16 13:16:17 +01:00
Roberto Raggi
e0d91157fc Update the project 2009-03-16 12:52:22 +01:00
Roberto Raggi
f7812edfe1 Update the project. 2009-03-16 12:42:16 +01:00
Roberto Raggi
dd76a16fe1 --debug 2009-03-16 12:42:09 +01:00
Roberto Raggi
7564559c4a --debug 2009-03-16 12:31:58 +01:00
Roberto Raggi
a720d967ff Parse only c/c++ files. 2009-03-16 12:31:34 +01:00
Roberto Raggi
af29d0608e --debug 2009-03-16 12:16:10 +01:00
Roberto Raggi
f9308dcc05 Fixed the wizard and removed some obsolete code. 2009-03-16 12:13:00 +01:00
Roberto Raggi
e10bda6f9a Create nodes for the project files. 2009-03-16 11:49:57 +01:00
Roberto Raggi
d06aa363c4 Merge branch 'master' of ../mainline into genericprojectmanager 2009-03-16 11:36:22 +01:00
Roberto Raggi
8b0e0ba6c0 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-16 11:36:12 +01:00
Roberto Raggi
7c537a81ff Introduced editors for .files and .includes files. 2009-03-16 11:35:54 +01:00
Thorbjørn Lindeijer
da4fcfbaf2 Fixed switching header/source with additional dots in the filename
For example when a file was called test.something.cpp, it would search
for test.h instead of test.something.h.
2009-03-16 11:27:45 +01:00
hjk
408b533d08 Fixes: fakevim: implement 'x' and 'd' in (character) visual mode 2009-03-16 11:17:40 +01:00
hjk
a10d60a42f Fixes: fakevim: implement 'x' in visual line mode 2009-03-16 09:06:11 +01:00
dt
5d14ef86e8 Fixes: Compile fix
Details:  Patch by Kris Wong
2009-03-13 18:31:21 +01:00
dt
e8e6e24208 Fixes: Add instructions for compilation to the README
Details:  Requested in irc.
2009-03-13 17:36:31 +01:00
Roberto Raggi
8c83a8f7f2 Merge branch 'master' of ../mainline into genericprojectmanager 2009-03-13 15:53:31 +01:00
Roberto Raggi
4f4f149266 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-13 15:52:46 +01:00
dt
7fef10810a Fixes: All cmake projects use CMakeLists.txt as the name
Task:     246282
Details:  call setFolderName()
2009-03-13 15:46:30 +01:00
dt
c3dcfeafba Fixes: Make CMakeProject a friend of CmakeProjectNode
Details:  Makes sense removes a few using declarations.
2009-03-13 15:45:30 +01:00
Roberto Raggi
d690a844b4 Imrpvoed the importer. 2009-03-13 15:12:54 +01:00
dt
3006495403 Fixes: Make opening complex projects 6 times faster.
Details:  Optimize addFileNodes and addFolderNodes. Probably has no
effect for qt4projectmanager.
2009-03-13 13:55:59 +01:00
con
e8161ebd02 Fixes: Copy from help sidebar doesn't work 2009-03-13 12:10:28 +01:00
con
fcc271b616 Fixes: Change order of recent session and project
RevBy:    Thorbjørn
2009-03-13 10:56:20 +01:00
con
a58e6f7e59 Fixes: Make qmake generate install target for docs 2009-03-13 10:31:30 +01:00
Roberto Raggi
78210a5cc2 Merge branch 'master' of ../mainline into genericprojectmanager 2009-03-13 10:08:38 +01:00
Roberto Raggi
619060464f Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-13 10:07:07 +01:00
Roberto Raggi
4300ebcd63 load the generated project. 2009-03-12 18:31:50 +01:00
hjk
e60befd66f Fixes: fakevim: implement hlsearch 2009-03-12 18:05:36 +01:00
Roberto Raggi
79169238b1 Fun with Core::IWizard. 2009-03-12 17:53:25 +01:00
hjk
782f42354b Fixes: fakevim: fix undo after insert 2009-03-12 17:25:43 +01:00
hjk
4d55a30533 Fixes: quickopen: sort matches starting with the search term towards the
top
RevBy: con
2009-03-12 16:57:21 +01:00
Roberto Raggi
37f7e5dbee Added a way to refresh the project. 2009-03-12 16:31:40 +01:00
dt
2823160cae Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-12 15:54:12 +01:00
dt
b2ee911e1a Fixes: Add a linedit for make arguments for the cmake makestep.
Details:  One of the more common simple wishes, so just implement it.
2009-03-12 15:51:44 +01:00
hjk
a82081c9b9 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-12 15:49:47 +01:00
hjk
2b0bc30e8d Fixes: qworkbench.pri: make the gnu linker bail out on non-selfcontained libraries. 2009-03-12 15:49:09 +01:00
Roberto Raggi
752a641304 Don't convert the include paths 2009-03-12 15:47:51 +01:00
Roberto Raggi
f167218d13 Initialize defines and includePaths 2009-03-12 15:28:33 +01:00
Roberto Raggi
4e6428bbd5 Use .creator as extension for the project files. 2009-03-12 15:28:13 +01:00
con
aef500cb5c Fixes: Compile. 2009-03-12 15:11:27 +01:00
con
444a0b0e1e Fixes: subdir.file not supported
Task:     247566
RevBy:    dt
2009-03-12 15:11:27 +01:00