- Mar 29, 2010
-
-
mae authored
Reviewed-by: jbache
-
mae authored
-
mae authored
Reviewed-by: Roberto Raggi
-
Jarek Kobus authored
-
Jarek Kobus authored
-
con authored
out icon as well.
-
dt authored
Was showing the wrong projectname. Reviewed-By: danimo
-
dt authored
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-978
-
dt authored
-
dt authored
-
Jarek Kobus authored
-
hjk authored
-
Tobias Hunger authored
* Simplify code a bit, too.
-
Tobias Hunger authored
* Comment out TARGET.CAPABILITY in symbian section * Use += to append to already set capabilities instead of overwritting them.
-
hjk authored
-
hjk authored
-
Kai Koehne authored
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.
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Friedemann Kleint authored
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.
-
Roberto Raggi authored
Done with: erikv
-
dt authored
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.
-
dt authored
They appeared to be always empty. Task-Nr: QTCREATORBUG-977
-
dt authored
Accidentally removed that while moving the class. Reviewed-By: con
-
Tobias Hunger authored
* Handle shadowbuild directories * Refactor the code Reviewed-by: dt
-
Tobias Hunger authored
* This page differs from the targetspage as it supports importing of existing builds and will replace the targetspage in time. Reviewed-by: dt
-
Friedemann Kleint authored
-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
-
Christiaan Janssen authored
-
Roberto Raggi authored
-
Jens Bache-Wiig authored
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.
-
Christiaan Janssen authored
-
Erik Verbruggen authored
-
Roberto Raggi authored
-
Erik Verbruggen authored
-
Roberto Raggi authored
-
Christiaan Janssen authored
QmlDesigner.StatesEditor: Changed color of button for adding states in order to match the new background color
-
Erik Verbruggen authored
-
Jens Bache-Wiig authored
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.
-