- Jan 29, 2009
-
-
Jens Bache-Wiig authored
Task: 242757 RevBy: twschulz Details: Mac style reimplements QStyle::event, hence we need to pass it on.
-
Patrick Star authored
Task: - none RevBy: - Thorbjoern AutoTest: - compile Details: - remove font settings stuff, since we overwrite it in coreplugin
-
Thorbjørn Lindeijer authored
Prevented it from re-generating an icon for the large image every time it needed to be drawn.
-
Olli Werwolff authored
-
Olli Werwolff authored
Task: 238307 RevBy: thorbjorn AutoTest: - Details: -
-
con authored
Details: - Seems that we use colons in forms.
-
con authored
Task: - 237690
-
con authored
Details: - No need for form layout anyhow (which looks broken atm).
-
Olli Werwolff authored
-
Olli Werwolff authored
Task: - RevBy: - AutoTest: - Details: If the user wants to add a resource which is not located in the directory/a subdirectory of the qrc-file, he is asked what should be done. If he chose to copy the file to another directory, the check, if this directory is valid ((sub-)directory of the qrc-file) was missing. Added it.
-
Patrick Star authored
Task: - none RevBy: - TrustMe
-
Oswald Buddenhagen authored
This reverts commit 44add9f0. This option is meant to be in "Run Settings" per run configuration.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Olli Werwolff authored
-
Olli Werwolff authored
Fixes: "Add anyway" button must not be shown, when a resource file shall be added and it is not located in the (sub-)directory of the qrc-file Task: - RevBy: thorbjorn AutoTest: - Details: -
-
Thorbjørn Lindeijer authored
The undo/redo was broken due to connections between can{Undo,Redo}Changed() and updateCurrent(). This also caused the weird cursor behaviour. The resource tooltip had the string "Qt::ToolTipRole" prepended to it due to a leftover debug line.
-
Olli Werwolff authored
-
Olli Werwolff authored
Task: 238308 RevBy: - AutoTest: - Details: Only files in unique list are added to the resource file (before file_list was used -> duplicates)
-
Roberto Raggi authored
-
- Jan 28, 2009
-
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
dt authored
-
dt authored
Details: This should improve performance a bit. Instead of starting on indexer per .pro file, schedule and compress updates of ui files. And don't update if we have a full project code model update scheduled anyway. Which helps the startup case.
-
con authored
Details: - Mismatch of kinds in editor and editor factory.
-
con authored
-
hjk authored
-
hjk authored
values
-
Olli Werwolff authored
-
Olli Werwolff authored
Task: 238308 RevBy: eike AutoTest: - Details: Instead of the text and prefix of the file to add, pointers were compared. Thus the function always returned false and duplicates were not recognized. Replaced struct FileList with a class FileList, which is inherited from QList and added the function containsList which checks the needed values.
-
hjk authored
-
hjk authored
-
dt authored
-
dt authored
Details: Hide the widgets which are about to be deleted.
-
dt authored
Task: Found while testing Details: Shadow builds and debugging didn't work.
-