Commit Graph

34409 Commits

Author SHA1 Message Date
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
5435b09622 debugger: dumper tests code cosmetics
Mainly squash compiler noise about 'offsetof'.
2009-08-11 15:51:50 +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
ck
49066c709a Debugger: Added auto test for QModelIndex dumper.
Also fixed a bug uncovered by the auto test.
2009-08-11 11:44:23 +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
ck
f7a3fa1253 Debugger: Adapted dumper auto tests to new QObjectPrivate changes.
Also added checks to guard against these kind of changes in the future.
2009-08-11 10:28:24 +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
6d12f9a5a7 Update changes file a bit. 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
ck
d5d53c746a Debugger: Fixed QMapNode dumper. 2009-08-10 16:59:15 +02:00
hjk
a72aab146e debugger: handle 'insert breakpoint' packages in the trk adapter 2009-08-10 16:35:50 +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
Erik Verbruggen
46d4403e69 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-08-10 13:00:50 +02:00
Erik Verbruggen
37d3de8902 Added Objective-C changes to the changelog. 2009-08-10 12:58:51 +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
ck
0ab8f1ed46 Debugger: More dumper auto tests.
Added auto tests for QFileInfo, QHashNode and QLocale dumpers.
2009-08-07 15:28:54 +02:00
Friedemann Kleint
3ccb44157f Fixed building debugging helpers: Added missing gdbmacros_p.h 2009-08-07 15:22:51 +02:00
Friedemann Kleint
1729c2c0c2 Debugger: Improve the helper build mechanism on the settings page.
- Give the controls a tooltip listing file details (date)
- Make building a QtConcurrent task
- Make log window scroll to bottom and pop up on error
- Make the build code pass on error messages about copying the
  source files to the log file
- Clean up the building code string-wise, use QLatin1String and
  translate messages, cache the icons. Use a QSharedPointer for
  the QtVersions in the settings page since they are passed to
  the BuildTask, which may outlive the dialog.
2009-08-07 15:20:05 +02:00
Daniel Molkentin
ef43fbf594 use module-less include file style for the sdk example.
This was proposed by Kavindra and actually it is
probably simpler for newbies. The documentation
already talks about this style, so use it.
2009-08-07 15:05:14 +02:00
Friedemann Kleint
2841e875b4 Revert "Debugger: Improve the helper build mechanism on the settings page."
This reverts commit debb3961c2.
Success cannot be properly detected.
2009-08-07 14:20:27 +02:00
Friedemann Kleint
debb3961c2 Debugger: Improve the helper build mechanism on the settings page.
- Give the controls a tooltip listing file details (date)
- Make building a QtConcurrent task
- Make log window scroll to bottom and pop up on error
- Make the build code pass on error messages about copying the
  source files to the log file
- Clean up the building code string-wise, use QLatin1String and
  translate messages, cache the icons
2009-08-07 14:10:36 +02:00
Thiago Macieira
50fb8bfb03 Don't crash when the /proc/<pid>/stat file failed to open.
This may happen if a process exits after we got the /proc listing. If
we fail to open the file, readAll() returns empty, which means split()
returns an empty list, which means you can't do at(1).
2009-08-07 13:30:35 +02:00
Sergey Belyashov
bd660f9b69 Added possibility to translate "Custom Process Step" item of the combobox in project settings.
Merge-request: 1142
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
2009-08-07 12:42:43 +02:00
Sergey Belyashov
2c9f0e2d91 Added possibility to translate "Add" and "Remove" buttons and "Clear system environment" checkbox in build settings of project.
Merge-request: 1141
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
2009-08-07 11:07:41 +02:00
dt
1010ea5251 Fix another spec not equal bug, squash another case where qmake was run. 2009-08-06 18:49:10 +02:00
dt
16de2eddaa Make generic make step fit in to the new Project settings. 2009-08-06 18:32:37 +02:00
dt
c2ebf585aa Even less debug output. 2009-08-06 18:32:37 +02:00
Daniel Molkentin
6d7a62b9a1 QDesktopService needs handleHelpRequest to be a slot. 2009-08-06 18:05:58 +02:00
Daniel Molkentin
1439742dbb Remove debugging output 2009-08-06 18:05:58 +02:00
ck
e5c38532f5 Debugger: Fixed dumper autotests.
Recent changes to QObject and QSharedPointer broke the dumper
auto tests.
2009-08-06 17:40:53 +02:00