dt
b847ceab46
Fixes: Set correct OUT_PWD variable, so that we find the ui files.
...
Details: Now it even works for qtc's source.
2009-01-14 17:46:44 +01:00
Daniel Molkentin
9eb124c561
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-14 17:36:04 +01:00
Daniel Molkentin
bd43ebbad2
Fix Windows build: Remove leftover from class removals
2009-01-14 17:35:26 +01:00
dt
ca7193d61f
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-14 17:15:30 +01:00
dt
0cf9ffc031
Fixes: Updating the completion for ui files
...
Details: That is we update all generated headers (which are new or
modfied) in the C++ Engine. Big if, this only works if we find the
correct path for the ui header files. Which is known to sometimes not
work, I'll fix that next.
2009-01-14 17:13:17 +01:00
Jens Bache-Wiig
6b86542ae4
Fixes: Dont override windowsstyle on windows
...
Task: Reported on #qt
RevBy: dt
Details:
This code was only intended for X11, hence we
ifdef it for now. Obviously windows users might
want to use windows style.
2009-01-14 17:05:21 +01:00
Kavindra Palaraja
3d3d01c4a3
Fixes: Documentation - more documentation for selection features
...
RevBy: Discussed with Thorbjorn
2009-01-14 16:53:03 +01:00
Kavindra Palaraja
73f9b1755e
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-14 16:03:00 +01:00
Kavindra Palaraja
7b42be9657
Fixes: Documentation - some extra content and adding the Code Editor page as a placeholder for future content
2009-01-14 16:02:50 +01:00
Daniel Molkentin
e7c998ba30
Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline
2009-01-14 15:48:34 +01:00
Roberto Raggi
653b81427c
Accept gcc attributes in cv-qualifiers.
2009-01-14 15:16:33 +01:00
hjk
266ee2a468
remove ProjectExplorerInterface and ExtensionSystemInterfaces files
2009-01-14 15:08:46 +01:00
mae
aaf7c8bc89
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-14 13:38:49 +01:00
con
48cd14f7b9
Fixes: - HelloWorld compilation
2009-01-14 13:28:46 +01:00
con
fbfcc9a484
Fixes: - ICommand --> Command
...
Details: - Naming convention
2009-01-14 13:18:25 +01:00
con
d9f97aa179
Fixes: - Command --> CommandPrivate
...
Details: - Preparation for ICommand rename
2009-01-14 13:18:24 +01:00
con
1e4c48a173
Fixes: - IActionContainer --> ActionContainer
...
Details: - Conform to naming convention
2009-01-14 13:18:24 +01:00
con
28acadf899
Fixes: - ActionContainer --> ActionContainerPrivate
...
Details: - Preparation for IActionContainer --> ActionContainer
2009-01-14 13:18:23 +01:00
dt
2dda23dabe
Fixes: Bug in the detection wheter the executable on windows is.
...
Task: Found on irc by ferret_svk
Details: Even if CONFIG is debug_and_release we are interested wheter
debug or release is the default.
2009-01-14 13:09:09 +01:00
Roberto Raggi
df56b1069d
Don't add the objc++ keywords to the completion box.
2009-01-14 12:35:55 +01:00
Thorbjørn Lindeijer
cac3bd1716
Sort _ at the end for the code completion
...
The _ is usually used to prefix internal and/or private methods and
members. Having those turn up at the top of the list of suggestions for
completion isn't too useful. Improves the autocompletion for example for
the STL.
Done together with Roberto Raggi.
2009-01-14 12:12:04 +01:00
hjk
d0725e31a4
remove "fat" BaseMode constructor
2009-01-14 12:00:22 +01:00
con
08e7b0f447
Fixes: - Remove unused tool bar container, and unnecessary enum
...
Details: - I'm still not too happy with the whole construction but anyway.
The ToolBarActionContainer was never really used anymore (e.g. you
couldn't create one)
2009-01-14 11:33:10 +01:00
Friedemann Kleint
49c5ef262c
Fixes: Use apply()/finish() of Designer settings page interface
...
RevBy: Thorbjorn
2009-01-14 10:00:58 +01:00
Vitaliy Ivanov
aa68db058d
Typo corrected in external editor settings key
...
Makes Qt Creator read external editor string from .ini
2009-01-14 09:11:17 +01:00
Fred Emmott
ed61e0b5bd
Block the "this file has been changed outside of qt creator" popup in the fakevim ":w" command.
2009-01-13 23:31:08 +00:00
Fred Emmott
3d3ff54ddf
Make ":w" work in fakevim without needing a filename to be specified when file is not new.
...
Unfortunately, the "this file has been edited outside of Qt Creator" dialog pops up.
2009-01-13 23:12:54 +00:00
Daniel Molkentin
d4e65ec874
Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline
2009-01-13 19:34:19 +01:00
Daniel Molkentin
59affcfffc
Bump year in licence header.
2009-01-13 19:22:14 +01:00
Daniel Molkentin
70d6b50fc7
Bump copyright year everywhere.
2009-01-13 19:16:40 +01:00
con
768dd19e5b
Fixes: - API doc for ActionManager and remove some deprecated things
...
Details:
ActionManager::registerAction(qaction, id):
use registerAction(qaction, id, QList<int>() << Core::C_GLOBAL_ID)
ActionManager::addAction/Menu:
use ActionManager::actionContainer + IActionContainer::addAction/Menu
2009-01-13 19:09:03 +01:00
hjk
0ec5f9544f
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-13 18:15:52 +01:00
hjk
1bb1589225
debugger: some code reorganization
2009-01-13 18:15:24 +01:00
Friedemann Kleint
71ef39629c
Windows compile warning
2009-01-13 17:55:02 +01:00
hjk
7c1e732882
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-13 17:42:06 +01:00
hjk
4d5ce2b49c
debugger: move 'Views' menu to menu bar. nobody found it were it was...
2009-01-13 17:41:23 +01:00
Friedemann Kleint
e2ef36a65d
Fixes: Enable multiselection in file list of git submit editor
...
Details: Refactor the git command to be able to run a batch. Run diff and diff --cached in a batch
2009-01-13 17:25:09 +01:00
con
8dfdfc0600
Fixes: - License header
2009-01-13 17:03:14 +01:00
con
5b97ddd3e4
Fixes: - ScriptManagerInterface --> ScriptManager
2009-01-13 16:43:34 +01:00
con
601471bee0
Fixes: - ScriptManager --> ScriptManagerPrivate
2009-01-13 16:43:34 +01:00
hjk
39f1ce0519
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-13 16:38:31 +01:00
hjk
a83421234a
fakevim: refactoring, pimpl FakeVimPlugin
2009-01-13 16:38:05 +01:00
Daniel Molkentin
8fd841c157
build docs on windows
2009-01-13 16:21:11 +01:00
Roberto Raggi
6966d91c7a
ResolveType for compound literals.
2009-01-13 16:04:34 +01:00
Thorbjørn Lindeijer
6d260964d5
Compile fix for gcc 4.3
2009-01-13 16:03:55 +01:00
Thorbjørn Lindeijer
59c8b93309
Modified IOptionsPage interface for Apply button
...
The previous interface wasn't sufficient to properly support the Apply
button, since it didn't separate applying the changes from the cleanup
phase.
Designer settings pages still need some fixing.
Fixes Apply button causing problems for certain plugins, for example the
QuickOpen.
2009-01-13 16:03:55 +01:00
hjk
e6f7cb68a5
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-13 15:57:43 +01:00
hjk
947b680741
fakevim: do something on "Quit"
2009-01-13 15:57:18 +01:00
con
281c462d24
Fixes: - ProgressManagerInterface --> ProgressManager
...
Details: - Conform to conventions.
2009-01-13 15:44:26 +01:00
con
5f3faaff19
Fixes: - ProgressManager --> ProgressManagerPrivate
2009-01-13 15:44:26 +01:00