Replace ipaddress with netaddr
Alternative to ipaddress
Export to Memcached
Export to Redis
Updated README for the first beta.
Reengineered _checkDB() to use garbage.
Reengineered _update().
Added locate() implementation.
Refactored: removed pickle due to memory errors.
The unzip method no longer deletes the input file.
Reengineered _cleanDB() to use garbage.
Updated _checkDB() documentation.
Reengineered _downloadDB().
Added _validate() implementation.
Refactored utils/zip
Refactored _loadDB() implementation.
Removed tabs in utils/io.
Removed utils/zip
Added update implementation.
Added module utils/zip.
Removed unzip. Will be added to utils.
Refactored __loadDB() to use the new database f...
Added __cleanDB() to remove cached databases ma...
Refactored __checkDB()
Added __checkDB implementation.
Added __downloadDB implementation.
Added __loadDB implementation. Still need to ad...
Initial commit
Added Isbndb.com webparser
Added Barnes&Noble webparser
Amazon.com parser now properly handle books not...
Fixed exceptions to handle books not found in I...
Removed debug code from Barnes webparser
Fixed exceptions to handle books not found in A...
Added Amazon.com webparser
Added parameter to indicate whether the given I...
Removed return value freom parseContent
Google parser now properly handle books not found
Amazon.com webparser now removes hyphens from I...
Added isbnlib.utils.IsbnValidator unit tests
Added webparser, a webparsers' Factory. Initial...
Updated Manifest and Readme
Initial commit
Refactored ISBN validators
Added Google Books webparser
Added webparser base abstract class
Fixed indentation
Positioning: Assign each word its relative font size
status: open --> closed
Merge branch 'dev' of github.com:jaschac/qtagcl...
Updated README
Removed unused words_wordExists
Added positioning_generateSpiralCoords to gener...
Removed unused words_addFrequency
Removed unused words_frequencyExists
Removed unused words_addWord. Renamed words_add...
Updated words_getRandomColor documentation
Removed unused words_resetFrequenciesStatus
Removed unused words_getFrequencyWordFontSize
Removed unused words_resetWordsStatus
Removed unused words_setFrequencyWordFontSize
Removed unused words_wordsToFrequencies
Updated documentation for words_findMaxFrequenc...
Removed unused words_wordExists
Removed unused words_getWordStatus. Renamed wor...
Added words_getWordStatus2 to retrieve whether ...
Added words_getWordValue to retrieve the text t...
Added words_getWordFontColor to retrieve the ra...
Added words_setWordStatus2 to change the placed...
Added words_getWordFrequency to retrieve the fr...
Added words_resetWords to reset the placed stat...
Added words_getWords to retrieve a pointer to t...
Added words_addWord2 to initialize new words
Added words_init to initialize all words and th...
Moved colors initialization to word module into...
Fixed words_findMinFrequency so that it now pro...
Updated words_init to give each word its relati...
Fixed words_findMaxFrequency so that it now pro...
Fixed a bug in words_calculateRelativeWordFontS...
Removed debug symbols
Updated version
Fixed deletefileIFexists not properly related t...
Qt: Find out if Qt implements an image collide algorithm
Positioning: Properly handle cannot position words
Qt: Find out how to rotate text
Milestone: 1.0 --> Documentation
GUI: Add menu to pick font among available
Positioning: Implement positioning_wordRandomPosition
Positioning: Add padding around positioned words
Positioning: Assign each word its relative font size
Positioning: Defined words positions
Qt: Find out how to rotate text
Words are now properly randomly coloured
Removed unused prototypes
Frequencies are processed from higher to lower
Removed colors constants
Updated docs
Refactored positioning_positionWord. It now cor...
Updated Makefile
Fixed random word positions being located outsi...