- 08 Aug, 2014 6 commits
-
-
Gavin Bisesi authored
Removed a servatrice memleak
-
Gavin Bisesi authored
Fix #259
-
Fabio Bas authored
Should help make valgrind’s log a bit cleaner
-
Fabio Bas authored
-
Daenyth authored
I should probably bust this out to a method.
-
Daenyth authored
Cherry-picked b9cb61abd05f83c67740aafa5e1e6939143547e4
-
- 07 Aug, 2014 14 commits
-
-
Gavin Bisesi authored
Picurl handling
-
Fabio Bas authored
-
Fabio Bas authored
-
Fabio Bas authored
-
Gavin Bisesi authored
Added section on memory management to CONTRIBUTING.md.
-
Waleed Khan authored
-
Gavin Bisesi authored
Fix #258: Dashes to spaces.
-
Waleed Khan authored
-
Gavin Bisesi authored
Add icon to oracle
-
Gavin Bisesi authored
Added style guide.
-
Waleed Khan authored
-
Fabio Bas authored
-
Gavin Bisesi authored
add success notification to oracle; fixes #134
-
Fabio Bas authored
-
- 06 Aug, 2014 3 commits
-
-
Gavin Bisesi authored
Handle PNGs (and other image formats)
-
Peng Liu authored
-
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 7 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
-
Gavin Bisesi authored
Fix compilation warning introduced in #246
-
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.");
-
Gavin Bisesi authored
Added schema for cards.xml and tokens.xml in xsd format
-
Gavin Bisesi authored
Fix #248: the token dialog generates cards irrespective of their case and punctuation
-
Gavin Bisesi authored
Picture path/CUSTOM folder creation
-
- 03 Aug, 2014 1 commit
-
-
Peng Liu authored
-
- 02 Aug, 2014 1 commit
-
-
Waleed Khan authored
-
- 01 Aug, 2014 2 commits
- 31 Jul, 2014 4 commits
-
-
Gavin Bisesi authored
Added better support for custom card images
-
Fabio Bas authored
-
Fabio Bas authored
-
Gavin Bisesi authored
Add back support for custom picture urls in cards.xml
-