- 15 Aug, 2014 1 commit
-
-
Peng Liu authored
Fixed a bug that caused Oracle to be stuck in an infinite loop if the default path checkbox was checked but failed to write.
-
- 11 Aug, 2014 4 commits
-
-
Gavin Bisesi authored
Oracle cards.xml path
-
Gavin Bisesi authored
Fixed Valgrind warnings
-
Gavin Bisesi authored
Registered Only Server
-
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.
-
- 10 Aug, 2014 2 commits
-
-
woogerboy21 authored
-
Gavin Bisesi authored
Clear downloaded images from settings
-
- 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 18 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.
-
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.
-
Peng Liu authored
-
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.
-
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 3 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
-
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
-
Gavin Bisesi authored
Fix compilation warning introduced in #246
-