- 29 Jan, 2009 7 commits
-
-
Olli Werwolff authored
Task: - RevBy: thorbjorn AutoTest: - Details: -
-
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
Task: 238307 RevBy: thorbjorn AutoTest: - Details: -
-
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.
-
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
Task: 238308 RevBy: - AutoTest: - Details: Only files in unique list are added to the resource file (before file_list was used -> duplicates)
-
- 28 Jan, 2009 3 commits
-
-
con 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.
-
con authored
-
- 26 Jan, 2009 1 commit
-
-
hjk authored
-