- 06 Sep, 2014 2 commits
- 04 Sep, 2014 1 commit
-
-
Fabio Bas authored
-
- 19 Aug, 2014 1 commit
-
-
James Turner authored
-
- 11 Aug, 2014 1 commit
-
-
Fabio Bas authored
Running cockatrice in valgrind i didn't found any bad memory leak (good!), but only a few jumps depending on uninitialized variables. Even if the possibility of crashes are remote, it's nice to sort them out.
-
- 08 Aug, 2014 2 commits
- 07 Aug, 2014 7 commits
-
-
Fabio Bas authored
-
Fabio Bas authored
-
Fabio Bas authored
-
Peng Liu authored
Moved the button from the paths section to be below the "Download high-quality card pictures" checkbox. Button now reads "Reset/Clear Downloaded Pictures". Removed "Path to"s from card/token database, hand/stack/table/player info background, and card back labels.
-
Peng Liu authored
Added notification messages informing users of the success or failure of clearing downloaded images.
-
Waleed Khan authored
-
Peng Liu authored
Added a button and the functionality to clear all downloaded images (all images within subfolders at picsPath/downloadedPics) under Settings.
-
- 06 Aug, 2014 1 commit
-
-
Fabio Bas authored
Like M15’s .png that cockatrice wrongly saved as .jpg Additionally, move the QImageReader declaration outside of the inner loop
-
- 05 Aug, 2014 2 commits
-
-
Peng Liu authored
Removed the QLists for determining image format. Instead, using QImageReader, both when downloading/saving and when loading, to determine the correct format (Cockatrice now supports all QImageReader-supported formats). Image loading still uses one for loop to iterate through the QList of paths to folders in which to search for images.
-
Peng Liu authored
Refactored the magic bytes into two QLists: one containing a list of QStrings representing the supported extensions, the other containing a list of QByteArrays representing the magic bytes in hex. Refactored the image loading loop to be two nested for loops: the outer loop iterating through the QList of paths to folders in which to search for images and the inner loop iterating through the QList of supported extensions.
-
- 04 Aug, 2014 3 commits
-
-
Peng Liu authored
Switched back to using QFile instead of QImage for saving as QImage's save function adds overhead to the file size, leaving me unsure whether the original image is affected.
-
Peng Liu authored
-
Fabio Bas authored
/cockatrice/src/main.cpp:162:16: warning: format string is not a string literal (potentially insecure) [-Wformat-security] qDebug("Could not create " + settingsCache->getPicsPath().toUtf8() + "/CUSTOM. Will fall back on default card images.");
-
- 03 Aug, 2014 1 commit
-
-
Peng Liu authored
-
- 02 Aug, 2014 1 commit
-
-
Waleed Khan authored
-
- 01 Aug, 2014 2 commits
- 27 Jul, 2014 4 commits
-
-
Fabio Bas authored
-
Fabio Bas authored
-
pliu037 authored
-
Waleed Khan authored
-
- 26 Jul, 2014 2 commits
- 24 Jul, 2014 6 commits
- 23 Jul, 2014 4 commits
-
-
Fabio Bas authored
-
Fabio Bas authored
-
Fabio Bas authored
-
Waleed Khan authored
-