Commit Graph

62421 Commits

Author SHA1 Message Date
Kai Koehne
457e9b92d7 Adapt default qml template to latest qml changes
anchors.centeredIn has become anchors.centerIn
2009-08-13 13:16:10 +02:00
dt
24bf4c37a5 Fix endless recursion. 2009-08-13 11:47:34 +02:00
hjk
0a560b10ab debugger: work around a bug in gdb/MI in gdb 6.8/Ubuntu
When trying to debug qmake or another bootstrapped application loading the
dumpers failed as they are binarily incompatible. So failing is expected and
fine. However, gdb 6.8-debian produces in this case _two_ responses for
'-exec-continue produces' ('^running' and '^error,msg="Cannot find new threads:
generic error"') which is impossible according to the MI docs. In theory...
2009-08-13 09:57:50 +02:00
Friedemann Kleint
db96f274fc Compile on Windows: Correct dependency specification. 2009-08-13 09:25:33 +02:00
dt
7b007aaf1f Fix path in fakevim.pro 2009-08-12 18:57:34 +02:00
dt
c7b1b499d3 Add missing help_dependencies.pri 2009-08-12 18:32:52 +02:00
dt
45e514ca37 Check/Unchecking useJom should update various makestep config widgets. 2009-08-12 17:02:28 +02:00
dt
bc91346220 Fix flickering finally. 2009-08-12 16:11:06 +02:00
dt
ac3e37fc6e Add explicit support to use jom instead of nmake (which does not support -j)
jom can be found at http://qt.gitorious.org/qt-labs/jom

Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
2009-08-12 15:30:23 +02:00
Bradley T. Hughes
73db6ba48c Compile
INT_MAX needs limits.h
2009-08-12 15:11:05 +02:00
hjk
ec506a5632 debugger: fix linking by removing unneeded slot declaration 2009-08-12 15:09:12 +02:00
hjk
89ffffc183 debugger: use the bineditor to show memory dumps 2009-08-12 14:49:15 +02:00
Daniel Molkentin
0c6b754a06 Nicer tool chain names, also make them translatable just in case. 2009-08-12 14:27:13 +02:00
dt
99232c957d Prepend qmake to the Effective qmake call text edit.
Consistent with the way the summary is written.

Task-Nr: 259513
2009-08-12 13:22:15 +02:00
Friedemann Kleint
ae6ce8e4ae CDB: Improve expanding watch children.
... by storing the children information in an additional watchdata
source bit, thus being able to prove the model wrong in case it
claims children are needed.
2009-08-12 12:07:12 +02:00
Friedemann Kleint
894febbadf Debugger: Make use of the "displayedtype" attribute.
Fix "displayedtype" in CDB, display it elsewhere.
Log debugger settings in DebuggerManager startup.
Acked-by: hjk <qtc-committer@nokia.com>
2009-08-12 11:21:44 +02:00
con
188dbc3a43 API naming.
Reviewed-by: hjk
2009-08-12 10:41:30 +02:00
Oswald Buddenhagen
94c4ea83bc inherit functions from the base config
the base config is read with a separate reader. we saved its variables,
but not its custom function definitions.
2009-08-11 20:37:24 +02:00
Oswald Buddenhagen
8e726a6d58 next attempt at fixing low-level parsing
in particular, fix line continuation processing.

also, reintroduce some error handling. it checks only one condition so
far (malformed assignment statement) and is entirely silent, but that's
all that was necessary for internal robustness.
2009-08-11 20:37:24 +02:00
Oswald Buddenhagen
9efc9ce0e4 make $$_QMAKE_CACHE_ return something useful now that we support it 2009-08-11 20:37:23 +02:00
dt
45c358e888 Fixes: Correctly disable buttons for moving build steps after
add/remove.
2009-08-11 18:10:00 +02:00
dt
63c5a9328e Fix the flickering also for the cmake plugin. 2009-08-11 18:10:00 +02:00
hjk
4d22bd3fde fakevim: compile fix (add missing include) 2009-08-11 16:45:55 +02:00
dt
1aa05ae5e3 Fix flickering in the project pane.
This isn't a nice fix but the least evil version of a hack i could come
up. The source of the flickering is: We have a deeply nested structure
of widgets on the project pane. If we call hide() on such a deeply
nested widget, it will activate() it's parent layout synchronously.
That will then post an event (via updateGeometries() ) to its parent
layout that it needs relayouting. Which then will post to its parent
layout the same. And for each LayoutRequested, there's a painting in
between. The fix instead calls activate() up the chain until we are at
the viewport. This immediately relayouts everything. This adds a non
obvoius potentially for breakeage if the widgets are embedded in a
different widget hierarchy. But well, that's life.
2009-08-11 16:42:04 +02:00
dt
a9fb097ddc Fix a wrong include in cppeditor_dependencies.pri 2009-08-11 16:42:04 +02:00
dt
9f1a81145d Remove duplicated Details button. 2009-08-11 16:42:04 +02:00
con
c06877f278 Implement floating form editor tool support. 2009-08-11 16:38:53 +02:00
con
df31a8742e Fix resetting to default layout in case of floating widgets. 2009-08-11 16:38:53 +02:00
con
1e06df7d40 Add views menu for form editor. 2009-08-11 16:38:53 +02:00
con
0624fb5608 Be more robust wrt restoring settings.
Make sure that we give the QMainWindow always a valid layout before
restoring settings, so if something goes wrong with that, we don't end
up with a broken layout.
2009-08-11 16:38:53 +02:00
hjk
bc61f9ddd9 fakevim: handle block mode for yank, cut and paste 2009-08-11 14:51:35 +02:00
Friedemann Kleint
8dfa8af69b Gitorious Wizard: Add a repository filter field.
... to accommodate for the setup at Nokia.
2009-08-11 14:09:32 +02:00
Friedemann Kleint
e89a3b00d4 Perforce/Subversion: Display diff/annotation with correct encoding. 2009-08-11 11:22:30 +02:00
Friedemann Kleint
556c824a66 Compile warning. 2009-08-11 11:22:10 +02:00
Friedemann Kleint
35ef65191d Debugger: Show address column of stack view. 2009-08-11 08:31:41 +02:00
con
ba219e2a77 Internally use a fancy mainwindow in form editor. 2009-08-10 17:38:19 +02:00
con
a8cc2f6fa4 Need the settings also in form of non-QSettings. 2009-08-10 17:37:18 +02:00
con
4a18ac3484 Add rvct system include path from environment. 2009-08-10 17:36:24 +02:00
con
28b8eda8b7 Some predefined macros for rvct. 2009-08-10 17:23:10 +02:00
hjk
89b3f8216e cpaster: compile fix for namespaced qt plus code cosmetics
QListWidget forward declaration was not namespaced.
2009-08-10 16:35:50 +02:00
Friedemann Kleint
1e64d9f9b2 Version control: Replace per-VCS output panes with a single one.
...and give it some color and formatting.
2009-08-10 15:46:45 +02:00
dt
12981d0c6b Fix not showing all files 2009-08-10 15:11:27 +02:00
kh1
6fed2a9539 Disable the rebuild debug helper button in case of invalid qt version. 2009-08-10 14:36:47 +02:00
Alessandro Portale
50cf8361cd Using QDir::toNativeSeparators when pathes are shown to users. 2009-08-10 12:54:04 +02:00
Erik Verbruggen
5c5ac9c233 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-08-10 12:46:05 +02:00
Erik Verbruggen
ffccb612af Parsing fix for casts in ObjC message expressions. 2009-08-10 12:44:52 +02:00
Kornelia Poenitz
52a40b0d78 FakeVim: Fix yanking in some visual modes
This covers 'Y' in novisual, char and line mode and 'y' in char mode.
Visual block mode is still missing. It also fixes an off-by-one error
when displaying selection in visual char mode.

Reviewed-by: hjk

Merge-request: 1149
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-08-10 11:56:46 +02:00
Sergey Belyashov
ffb9df570c Added possibility to translate special texts in Environment Editor.
Covers <UNSET>, <VARIABLE>, <VALUE>.

Merge-request: 1156
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-08-10 11:56:21 +02:00
Daniel Molkentin
452a565ea2 Do not crash on some system when no proxy is set 2009-08-10 11:41:54 +02:00
Friedemann Kleint
3ccb44157f Fixed building debugging helpers: Added missing gdbmacros_p.h 2009-08-07 15:22:51 +02:00