Commit Graph

72811 Commits

Author SHA1 Message Date
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
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
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