Google Image Downloader. Search and download as many images fit your search criteria
Copyright (C) 2009-2010  Marco Bavagnoli - lil.deimos@gmail.com

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.



Compiled and tested with Qt 4.6.2 and 4.5.3

Search with Google image with a search criteria offered by Google, display results and download.
Choose which to remove and download them into a specific folder with specific image naming.



NOTES
In the flow view you could use double click to zoom, and again to close. Right click to get a menù.


------------------------------------------------------------------------------------------------
v 1.2.3
  fixed Safe Search filter

v 1.2.2
  added button to hide top frame
  added italian translation
  added russian and ukrainian translations (thanks to Motsyo Gennadi)
  finally added application icon (thanks to Motsyo Gennadi)
  added an entry menu to set image as wallpaper (only gnome, kde 3.5, win)

v 1.2.1
  restyling
  replace proxyWidgets with pixmapItems for better performances
  contextual menù over items in flow view
  some output messages

v 1.2
  Code completly rewritten
  Multithread class for multiple downloads with a progress bars
  Google class for search images with the ajax google api (max 64 results) or by parsing html public page
  Thumbnails viewer using QGraphicsView in a grid view. Scroll, zoom, panning with mouse.
  Old html view could be choosen instead of graphicsView
  Last session parameters are restored when run program again
  Support for Qt 4.5

v 1.1
  add a link to do a single image download
  fix when removing thumbnail the scroolbar doesn't reset to top

v 1.0.2
  fix searching with non english chars (maybe, need more testing)

v 1.0.1
  RegExp to work with source Google page fixed

v 1.0
  browse and search images like in Google
  search images with criteria like size, domain, content type, color or black and white and safe search
  specify number of results
  starting searching from the image number you like
  view results in a handy grid thumbnail
  choose which images you don't want to download
  browse to the original image web page or only disply it (as in Google)
  download all and save them with progressive number and/or with original image name
