~wallch/wallpaper-changer/trunk

« back to all changes in this revision

Viewing changes to src/tools/glob.h

  • Committer: Alex Solanos
  • Date: 2015-08-18 17:06:11 UTC
  • Revision ID: alexsol.developer@gmail.com-20150818170611-0t0118wfwoipzjrr
Added rotation and scaling features to location tagging. Also it now
really works.

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
    bool iconMode;
184
184
    bool rotateImages;
185
185
    bool potdIncludeDescription;
 
186
    bool leEnableTag;
186
187
    bool potdDescriptionBottom;
187
188
    short wallpaperClocksHourImages;
188
189
    short refreshhourinterval;
240
241
        saveHistory(true), randomTimeFrom(300), randomTimeTo(1200), doNotToggleRadiobuttonFallback(false), previewImagesOnScreen(true), pauseOnBattery(false), amPmEnabled(false),
241
242
        mainwindowLoaded(false), setAverageColor(false), websiteLoginEnabled(false), websiteCropEnabled(false), wallpapersChangedCurrentSession(0), timeLaunched(QDateTime::currentDateTime()),
242
243
        showNotification(false), wallpaperClocksRunning(false), liveWebsiteRunning(false), potdRunning(false), liveEarthRunning(false), wallpapersRunning(false),
243
 
        iconMode(true), rotateImages(false), potdIncludeDescription(true), potdDescriptionBottom(true), wallpaperClocksHourImages(0), refreshhourinterval(0), websiteWaitAfterFinishSeconds(3),
 
244
        iconMode(true), rotateImages(false), potdIncludeDescription(true), leEnableTag(false), potdDescriptionBottom(true), wallpaperClocksHourImages(0), refreshhourinterval(0), websiteWaitAfterFinishSeconds(3),
244
245
        websiteLoadImages(true), websiteJavaEnabled(false), websiteJavascriptCanReadClipboard(false), websiteJavascriptEnabled(true), websiteSimpleAuthEnabled(false),
245
246
        websiteInterval(6), screenHeight(0), screenWidth(0), potdDescriptionLeftMargin(100), potdDescriptionRightMargin(0), potdDescriptionBottomTopMargin(0), appStartTime(QDateTime::currentDateTime()),
246
247
        websiteWebpageToLoad("http://google.com"), defaultPicturesLocation(homePath+"/"+QStandardPaths::displayName(QStandardPaths::PicturesLocation)), potdDescriptionFont("Ubuntu"),