- 07 Aug, 2014 4 commits
-
-
Gavin Bisesi authored
Added style guide.
-
Waleed Khan 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
-
- 30 Jul, 2014 4 commits
-
-
Gavin Bisesi authored
Disable some usercontextmenu actions if the user is offline; fix #234
-
Gavin Bisesi authored
-
Gavin Bisesi authored
Fix building with debug
-
Gavin Bisesi authored
Fix #110: Price column is removed when the setting is disabled.
-
- 27 Jul, 2014 4 commits
-
-
Fabio Bas authored
-
Fabio Bas authored
-
pliu037 authored
-
Waleed Khan authored
-
- 26 Jul, 2014 2 commits
- 25 Jul, 2014 2 commits
-
-
Fabio Bas authored
-
Gavin Bisesi authored
Fix issue mentioned in #152: price updater loads all cards now.
-
- 24 Jul, 2014 4 commits
-
-
Waleed Khan authored
-
Fabio Bas authored
-
Fabio Bas authored
-
Fabio Bas authored
-