- Feb 25, 2009
-
-
hjk authored
-
- Feb 19, 2009
-
-
con authored
Task: - 244263 RevBy: - dt
-
- Feb 17, 2009
-
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi
-
- Feb 11, 2009
-
-
con authored
RevBy: - dt
-
Thorbjørn Lindeijer authored
-
- Feb 10, 2009
-
-
Friedemann Kleint authored
RevBy: Eike
-
- Feb 09, 2009
-
-
Friedemann Kleint authored
RevBy: Eike Details: Remove leftover defines/includes
-
- Feb 06, 2009
-
-
Thorbjørn Lindeijer authored
Should be pretty safe to cast the apparently unsigned return value of "sizeof" to a regular integer.
-
- Feb 05, 2009
-
-
dt authored
-
- Feb 04, 2009
-
-
con authored
Details: - Happened in release builds when opening pro files with CONFIG scopes and a non-valid Qt version set.
-
Peter Hartmann authored
RevBy: Thorbjorn Details: calls the newly introduced QLocalServer::removeServer() function before listening. The problem was: When the socket file was left there after the application quit (e.g. because of not closing it or when the app crashed), the first call to listen failed with "address already in use" error. Before, listen() would delete that file in that case, but that behavior changed and the "removeServer()" method introduced instead.
-
- Feb 03, 2009
-
-
hjk authored
RevBy: dt Details: create QDir objects ony when needed
-
- Feb 02, 2009
-
-
con authored
-
- Jan 29, 2009
-
-
Olli Werwolff authored
Task: - RevBy: thorbjorn AutoTest: - Details: -
-
Roberto Raggi authored
-
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)
-
- Jan 28, 2009
-
-
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
-
- Jan 26, 2009
-
-
hjk authored
-