Commit Graph

21107 Commits

Author SHA1 Message Date
mae
4b24de2866 extend cpp editor's context menu with auto-indent and un-comment-selection
(user request)
2009-07-22 15:33:24 +02:00
Thorbjørn Lindeijer
31d62997c7 Use a sheet on Mac for confirming deletion of a color scheme
By splitting out the confirmation to a different slot, so that the
dialog can be window-modal.

Also changed from Yes/No button to Cancel/Delete button, which is
clearer to the user.

Reviewed-by: Norwegian Rock Cat
2009-07-22 14:46:21 +02:00
mae
d5cd80f91c find support for lazily loaded binary editors. Added
case-insensitive search capatibilities (the default). Slower but
fits better with the other editors.
2009-07-22 14:36:57 +02:00
mae
22d2943c68 Hide mouse cursor from the editor when typing. 2009-07-22 14:36:56 +02:00
mae
ded5d6f36b support lazy data loading in the binary editor (find functionality
still needs porting)
2009-07-22 14:36:56 +02:00
Norwegian Rock Cat
02a157f528 Kill the slash.
If we are going to be uncertain, then let's try to
be somewhat better stylistically about it.
2009-07-22 11:03:07 +02:00
ck
f11185be85 Added dumper auto test for QObjectSignalList. 2009-07-22 11:00:56 +02:00
ck
824d8e24eb Added another missing #include for QStringFileMatcher. 2009-07-22 11:00:27 +02:00
Robert Loehning
2d15fda219 Including QStringMatcher
Reviewed-by: Thorbjørn Lindeijer
2009-07-22 10:51:11 +02:00
Robert Loehning
fb5d652fbf Added ProjectExplorer dependency on Welcome mode
It was trying to build the ProjectExplorer before the Welcome mode,
and failing.

Reviewed-by: Thorbjørn Lindeijer
2009-07-22 10:50:14 +02:00
Oswald Buddenhagen
28a71cfe7f fix comment parsing wrt line continuations 2009-07-21 19:41:44 +02:00
Robert Loehning
6479b201ee Fixed: Mouse-navigation could not be disabled.
Reviewed-By: dt
2009-07-21 18:44:10 +02:00
Kavindra Devi Palaraja
e5076f63df Doc - More of Part 5's documentation (changed some parts to suit the code)
Reviewed-By: TrustMe
2009-07-21 18:16:00 +02:00
con
eec53984fa Prevent deletion of find tool bar when place holder is deleted.
This happens for example when removing a split editor.
2009-07-21 17:52:18 +02:00
hjk
51f20d400c debugger: progress for the trk adapter 2009-07-21 17:42:57 +02:00
hjk
b2051be94d debugger: handle execRun() error result 2009-07-21 17:14:27 +02:00
Thorbjørn Lindeijer
f7ecff569d Fixed margin of search in Help mode to be consistent with other panels
The margin on the other panels is being set to 4, while the search panel
used the default margin.
2009-07-21 16:56:12 +02:00
con
48134939c0 Back to the bottom. 2009-07-21 15:56:04 +02:00
Thorbjørn Lindeijer
1d3c75c706 Format documentation of IVersionControl so that Doxygen recognizes it 2009-07-21 15:40:55 +02:00
dt
ecfb6eaf5a Remove the qmakeStep() function from qt4Project 2009-07-21 15:01:16 +02:00
Thorbjørn Lindeijer
4442ebccfc Think about the poor Mac users, since they can't have sequence shortcuts
Reminded by con.
2009-07-21 14:58:47 +02:00
dt
406d853e2b Move the qmake config settign into qt4project.
One less need for qmakestep.
2009-07-21 14:50:54 +02:00
Daniel Molkentin
62a94773e2 Complete dependencies for new welcome module. 2009-07-21 14:22:17 +02:00
Friedemann Kleint
94f81cb87a Fixed Compilation. 2009-07-21 14:20:40 +02:00
Oswald Buddenhagen
ca55ddafc8 make the feature file search do fewer useless stat()s
qmake ensures that the file name ends with .prf, so there is no point if
we try it without first.
2009-07-21 14:07:19 +02:00
Oswald Buddenhagen
81baf03476 inline parseLine()
this should be marginally faster and it allows turning a few members
into locals.
2009-07-21 14:07:19 +02:00
Oswald Buddenhagen
67e30ed8c9 make excess closing braces non-fatal
and as that happens to be the only syntax error we can get during the
parsing stage, remove the fatal error handling alltogether.
2009-07-21 14:07:19 +02:00
dt
4b6f3d3595 Remove old code 2009-07-21 14:01:56 +02:00
Daniel Molkentin
f8f0c4ce44 Move Welcome Page to separate plugin. 2009-07-21 13:58:27 +02:00
con
95e5bfbda0 Match the new shortcut name at least in the schemes. 2009-07-21 13:50:29 +02:00
con
f800db4de5 Minimal, non-visible tweak. 2009-07-21 13:44:30 +02:00
con
22d41fb37e Add missing find tool bar placeholders. 2009-07-21 13:44:30 +02:00
con
091f372723 Making the find tool bar be more connected to the searched text. 2009-07-21 13:44:30 +02:00
dt
c18d1b3153 Add missing save and restore calls.
Task-Nr: 257765
2009-07-21 13:27:33 +02:00
dt
9d58ea3e7c Sort the session list alphabetically.
Task-Nr: 257986
2009-07-21 13:17:58 +02:00
Thorbjørn Lindeijer
e1362eab38 Set Ctrl+E, R as default shortcut for rewrap paragraph
Suggested by dt.
2009-07-21 12:38:18 +02:00
Henrik Abelsson
ca825d2a96 Fixed the rewrapping not to leave around trailing spaces
Reviewed-by: Thorbjørn Lindeijer
2009-07-21 12:38:17 +02:00
Simon Hausmann
eccc840cce Small cleanups
* Instantiate the FindDialog on demand only.
* When submitting a contact and there was an error, return early to
avoid adding the incomplete contact.
* In the FindDialog's findClicked slot call accept() or reject() on the
dialog, to propagate the acceptance to the caller in
AddressBook::findContact.
* Renamed FindDialog::getFindText to FindDialog::findText()

Reviewed-by: Kavindra
2009-07-21 12:05:03 +02:00
Kavindra Devi Palaraja
5cdeac544a Doc - modifying Part 5 to use ui->
Reviewed-By: TrustMe
2009-07-21 11:51:35 +02:00
mae
73a0d143fe rename the QuickOpen action to Locate 2009-07-21 11:42:37 +02:00
Henrik Abelsson
5b49dc9ae8 Fixed wrapping to not take into account the indent level twice
Reviewed-by: Thorbjørn Lindeijer
2009-07-21 11:37:03 +02:00
Friedemann Kleint
9e2f12c737 VCSBase: Add common functionality, make checkout use page lists.
Move GitClient::filterUntrackedFilesOfProject into submit editor.
Make checkout wizards use page lists for greater flexibility.
2009-07-21 11:14:48 +02:00
Thorbjørn Lindeijer
8908c33398 Fixed compile warning about unused variable 2009-07-21 10:51:16 +02:00
Henrik Abelsson
f053ec8c14 Initial support for emacs like fill-paragraph.
Merge-request: 882
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-07-21 10:50:20 +02:00
mae
4eda7c27f3 fix mode bar animation regression 2009-07-21 10:43:07 +02:00
mae
3d87d1828c cleanup 2009-07-21 10:17:52 +02:00
Jens Bache-Wiig
2b24033f14 Fixes: Speed up animation time
Details:
The fade-in is a lot faster now, to
prevent things from feeling unresponsive.
2009-07-20 18:57:27 +02:00
mae
6ffd22649e small code cleanup 2009-07-20 18:53:42 +02:00
Thorbjørn Lindeijer
a81a90fcd5 Fixed the block highlighting with dark backgrounds
Due to multiplying by a factor, it failed to really make any difference.

Done with mae.
2009-07-20 18:22:55 +02:00
mae
c538a814cc visible next/previous navigation buttons for the editor view.
This commit makes the uglyness of our current default arrow
icons visible. The toolbuttons are also too wide.
2009-07-20 17:30:25 +02:00