Warning, /graphics/digikam/core/dplugins/generic/webservices/smugmug/TODO is written in an unsupported language. File is not indexed.

0001 This tool permit to upload items to SmugMug web service.
0002 https://www.smugmug.com/
0003 
0004 TODO:
0005 
0006 * GSoC 2018 export tools:
0007  ++ Port to O2:
0008     - Remove totally email, password field
0009     - Remove totally categories related methodes (now still let in comments)
0010     - Codes for anonymous login (enable/disable some functionalities)
0011     - When finishing uploading an image, remove it from transferQueue
0012  ++ Factorization: 
0013     - Like in Flickr -> Button Change Account only add new user accounts
0014                      -> Button Remove Account (or Logout) really removes an account
0015                      -> A combo box to choose account at login if user has many accounts
0016     - Instead of open browser for login with QDesktopServices::openUrl(url) (which is slow and leaves an unpleasant tab 
0017       when finishing login), maybe we should use QWebEnginePage (?) 
0018  
0019 
0020 * Minor improvements:
0021  - Fix button enable/disable when image list is empty (ImagesList)
0022  - Fix button enable/disable on new album dialog
0023  - Check FileSizeLimit before upload
0024  - Keywords, GPS coordinates support
0025  - Implement validators for email and password
0026 
0027 * Short term:
0028  - video file upload - do not perform resize
0029 
0030 * Long term:
0031  - Synchronize with local album (upload/download)
0032  - Virtual albums support
0033  - Support for adding categories/subcategories (is this needed?)
0034  - SmugVault support?