Commit Graph

6745 Commits

Author SHA1 Message Date
dt
ed9454836f Fix unload action in context menu.
Was showing the wrong projectname.

Reviewed-By: danimo
2010-03-29 16:30:20 +02:00
dt
412486c2d0 Fix resizing of Show Commit dialog 2010-03-29 16:30:20 +02:00
Friedemann Kleint
93eb7d7be0 VCS[git]: Refuse to show sha 000000 or ^xxxx.
Task-number: QTCREATORBUG-978
2010-03-29 16:24:48 +02:00
dt
255206db6b Make the custom executable dialog only resizable in the width 2010-03-29 16:19:32 +02:00
dt
c0e2370fb1 Make the find dialog only resizable in the width 2010-03-29 16:19:32 +02:00
hjk
a699e6d56a debugger: put sort marker on the right column 2010-03-29 16:19:29 +02:00
Tobias Hunger
6c45e45488 Fix Release being displayed as Debug
* Simplify code a bit, too.
2010-03-29 17:12:48 +02:00
Tobias Hunger
840d1587ad Comment out capability setting in generated pro-file
* Comment out TARGET.CAPABILITY in symbian section
 * Use += to append to already set capabilities instead of
   overwritting them.
2010-03-29 17:05:28 +02:00
hjk
c17619ed02 debugger: replace -exec-until with the old tbreak + continue combo. 2010-03-29 15:59:52 +02:00
hjk
67eb9c0802 fakevim: add Shift-{Left,Right} as aliases for b and e 2010-03-29 15:59:52 +02:00
Kai Koehne
48d195969d QmlProjectFiles: Dramatically reduce number of watched fs entities
Only watch directories, and not single files. Also, share one
FileSystemWatcher between projects & FileFilter items.

This fixes the issue that the process runs out of file handles e.g.
when loading a .qmlproject file containing all of qt examples & demos.

Basic implementation of FileSystemWatcher was copied from
ProjectExplorer::FileWatcher - however the FileWatcher is only
for files (and not directories), and also monitors the last
change date etc.
2010-03-29 15:57:06 +02:00
Tobias Hunger
c01122fa89 Fix shadowbuild location 2010-03-29 16:49:57 +02:00
Tobias Hunger
f1abcaf79d Small logic fix 2010-03-29 16:49:56 +02:00
Tobias Hunger
bc7e3f2c64 Hide label in TargetSetupPage when not needed 2010-03-29 16:49:56 +02:00
Friedemann Kleint
6d6d59fc43 FolderNavigationWidget: Fix file watcher leaks.
by modifying it to change the root path of
the model instead of changing the top index
of the view. Depends on fix for QTBUG-8632.
2010-03-29 15:48:17 +02:00
Roberto Raggi
678f7d3e94 Fixed `look at symbol under cursor' when symbol is a Qt method (e.g. a signal).
Done with: erikv
2010-03-29 15:31:42 +02:00
dt
a67e88993b Add LIBS-paths to PATH before running on windows.
On windows when linking to a library via -L/some/path, the library is
found in /some/path while linking. But running that app fails, since it
can't find the library. We now adjust PATH to include all paths from
LIBS and thus the library is found.
2010-03-29 15:17:19 +02:00
dt
58497e46a6 Fix restoring of default sessions
They appeared to be always empty.

Task-Nr: QTCREATORBUG-977
2010-03-29 15:17:19 +02:00
dt
e813f28093 Export ProjectExplorer::Task again.
Accidentally removed that while moving the class.

Reviewed-By: con
2010-03-29 15:17:19 +02:00
Tobias Hunger
6218ab3c82 Update projectloadwizard
* Handle shadowbuild directories
 * Refactor the code

Reviewed-by: dt
2010-03-29 16:01:25 +02:00
Tobias Hunger
14eeb631a6 Add target setup page for the wizards to use
* This page differs from the targetspage as it supports
   importing of existing builds and will replace the
   targetspage in time.

Reviewed-by: dt
2010-03-29 16:01:04 +02:00
Friedemann Kleint
6903f13bf3 CPaster: Revive pastebin.com
-Pass simplified type based on mimetype to paste for highlighting.
-Remove QHttp from CodePaster and pastebin.com in favour of QNetwork.
-Implement new pastebin.com protocol
-Implement listing via parsing the HTML-page for pastebin.com
2010-03-29 14:54:25 +02:00
Christiaan Janssen
7a1546d485 QmlDesigner.VisualEditor: Styled scrollbars 2010-03-29 14:14:43 +02:00
Jens Bache-Wiig
0af4d51b7a Fix text alignment issue with rtl mode
Multi-line text is not currently supported with text eliding
and the current beahvior is that it breaks in reverse mode.
I will simply remove the eliding flag for now.
2010-03-29 13:43:12 +02:00
Christiaan Janssen
b253675ec8 QmlDesigner.VisualEditor: visual editor now uses its own stylesheet 2010-03-29 13:39:05 +02:00
Erik Verbruggen
e934ae4a73 Fixed dynamic property default values. 2010-03-29 13:01:22 +02:00
Roberto Raggi
4ee8a199af Introduced Document::isQmlDocument() and Document::isJSDocument(). 2010-03-29 12:56:25 +02:00
Roberto Raggi
fd8581b07f Ensure the completion box is initialized before computing its size hint. 2010-03-29 12:20:56 +02:00
Christiaan Janssen
f5468b608f QmlDesigner.StatesEditor: Changed color of button for adding states in order to match the new background color 2010-03-29 12:14:10 +02:00
Jens Bache-Wiig
b97d5c5c32 Fix tab clipping problem with corner widgets
The help mode ended up looking a bit broken due to removing
the leftmost pixel of tabbars. I simply disabled it when
corner widgets are present.
2010-03-29 11:36:36 +02:00
Roberto Raggi
7c04d11f44 Automagically hide the completion box when the text under cursor matches the only item in the completion box. 2010-03-29 10:49:21 +02:00
Roberto Raggi
cbf1fe8c3a Fixed possible crash when using completion when completing code in invalid documents. 2010-03-29 10:45:18 +02:00
Alessandro Portale
15cc297052 Fix a broken user visible path on Windows.
Use native directory delimiters when showing a path to the user.

Reviewed-by: TrustMe
2010-03-28 22:02:28 +02:00
Alessandro Portale
e807e4f140 Compile fix. Added CdbOptionsPage::categoryIcon(). 2010-03-26 19:06:10 +01:00
hjk
1dc68b8f22 fakevim: hot fix for the 'must change tabsize in fakevim, too'-problem 2010-03-26 17:56:35 +01:00
Thorbjørn Lindeijer
cdf6b22821 Moved CMake settings page under Projects category 2010-03-26 17:47:31 +01:00
Thorbjørn Lindeijer
2d21060bc9 Added icons to options dialog categories
Some categories do not have icons yet, unfortunately.
2010-03-26 17:47:31 +01:00
Thorbjørn Lindeijer
d6b67fb290 Reorganized Options dialog into categories and tabs
Instead of using a tree based options hierarchy.

Task-number: QTCREATORBUG-954
Reviewed-by: Friedemann Kleint
2010-03-26 17:47:31 +01:00
Thorbjørn Lindeijer
510cae2019 Updated ICore documentation to recent additional contexts API change
Reviewed-by: con
2010-03-26 17:47:30 +01:00
Friedemann Kleint
a4e3139688 Further love for Cpaster plugin
Introduce capabilities flags for Protocols, disable controls
in Pasteview accordingly. Work towards making PasteBin.com
work.
2010-03-26 17:42:23 +01:00
dt
5d6074c81a Fix compile 2010-03-26 17:41:49 +01:00
dt
f4b85b1134 Replace "set build/run configuration" menus with select target command
Which opens the target selector in the bottom left.
2010-03-26 17:34:59 +01:00
dt
cbe46198ad ActionManager support for iconVisibleInMenu 2010-03-26 17:34:59 +01:00
hjk
0bf506b7c2 debugger: take advantage of Apple gdb's resolve-pending-breakpoint messages 2010-03-26 16:54:32 +01:00
hjk
0dfa97f5b1 debugger: fix color of launching progress bar in case of failure 2010-03-26 16:54:32 +01:00
Lasse Holmstedt
62d1d6bf73 Fixed crash with debugger when qml inspector is not enabled as plugin 2010-03-26 16:43:39 +01:00
dt
d41745c78a Use startup project not current project for building
Except in the context menu
2010-03-26 16:11:30 +01:00
dt
a8ae7b985d Fix message from Project Desktop
Reviewed-By: Robert Loehning
2010-03-26 16:11:30 +01:00
dt
3e0c6e3ce3 setStartupProject(0) now works as it should
Remove code that tries to be clever, I'm pretty sure it's better this
way.
2010-03-26 16:11:30 +01:00
Tobias Hunger
8418e6c038 Add symbian and mobility to pro files for QtGui Apps
* If we are building a mobility app:
    * Add MOBILITY api support
    * Add symbian specific stuff (UID3, etc)

Reviewed-by: aportale
2010-03-26 15:53:33 +01:00