Commit graph

2828 commits

Author SHA1 Message Date
Jaex 190066b5b2 Removed unused image files 2016-06-29 23:21:05 +03:00
Jaex fc6a214f20 Removed DropboxFilesForm because with API v2 many things missing so it will be difficult to make it work 2016-06-29 23:00:22 +03:00
Jaex e0d8e234ec Added Copy, CreateFolder, Delete, Move 2016-06-29 22:15:56 +03:00
Jaex 23ef49333b Added CreateShareableLink 2016-06-29 21:50:21 +03:00
Jaex 27c0e3a2a8 Added GetMetadata and using Metadata class in other methods 2016-06-29 21:23:38 +03:00
Jaex bbab1fc854 Dropbox upload works now but unable to create public url because they don't supply uid anymore 2016-06-29 19:49:06 +03:00
Jaex abe4fb9b42 Missing header, proper tag parsing 2016-06-29 04:15:29 +03:00
Jaex 25a1bbcf0c Dropbox download file update 2016-06-29 04:09:31 +03:00
Jaex d0055bb819 Dropbox OAuth and get account info works now 2016-06-29 03:52:45 +03:00
Jaex 68509503a3 Uploader changes required for Dropbox 2016-06-29 03:50:16 +03:00
Jaex 4e3a66dcc7 Updating Dropbox URLs to API v2 2016-06-29 01:25:33 +03:00
Jaex 1d95e3c9bf Merge pull request #1678 from dannoe/enh-add-confirm-dialogs-for-reset
Added confirmation dialogs to two "Reset" buttons.
2016-06-29 00:59:03 +03:00
dannoe 04745abd84 Added confirmation dialogs to two "Reset" buttons. 2016-06-28 23:54:31 +02:00
Jaex 13bc9bb123 Fix variable name 2016-06-29 00:29:58 +03:00
Jaex a8636cbf39 Add try, finally to SHOpenFolderAndSelectItems 2016-06-29 00:02:06 +03:00
Jaex 3425e167db Move few classes to parent folder 2016-06-28 23:57:34 +03:00
Jaex 40fc977b7d Merge pull request #1677 from dannoe/enh-open-files-folders-filemanager
Files and folders are now opened in the default filemanager.
2016-06-28 23:44:13 +03:00
dannoe 102fac39d1 Files and folders are now opened in the default filemanager. 2016-06-28 22:24:22 +02:00
Jaex 3462b999ef Puush constructor with api key 2016-06-28 19:36:24 +03:00
Jaex 15e1608e71 fixed #1672: Truncate file when overwriting 2016-06-28 18:40:45 +03:00
Jaex 300f57f5ba Check ImageKey 2016-06-27 22:02:07 +03:00
Jaex f79bb6e375 Get uploader icon from its service 2016-06-27 20:20:55 +03:00
Jaex 40923d9364 Added img-load.de 2016-06-27 17:12:49 +03:00
Jaex fa2eec73cc Merge pull request #1667 from RockyTV/master
Fix some strings on brazilian translation
2016-06-26 17:23:21 +03:00
Alexandre Oliveira 0498464a95
Fix some strings on brazilian translation 2016-06-26 11:09:42 -03:00
Jaex 3871048bc8 Remove scroll bar from region capture tab instead increase form height 2016-06-25 11:46:32 +03:00
Jaex fa89cd660a Don't store snap distance in region capture options 2016-06-25 11:30:32 +03:00
Jaex 8926d113cc Don't store move speed in region capture options 2016-06-25 10:55:32 +03:00
Jaex b166fe2ef6 Proper way to check snap distance 2016-06-25 10:44:39 +03:00
Jaex e7723e48f6 fixed #1638: If double clicked in same frame was causing issue 2016-06-24 22:38:23 +03:00
Jaex 8b8eacda66 Don't close region capture when double clicked and there is no region 2016-06-24 22:09:31 +03:00
Jaex 547910b67b Variable name change 2016-06-24 20:24:24 +03:00
Jaex db2a256a13 Get Windows product name from registry, variable name changes 2016-06-24 19:49:06 +03:00
Jaex 6cec66f920 In debug log show active flags 2016-06-24 18:33:45 +03:00
Jaex 436997592c Update Patreon image 2016-06-24 17:25:26 +03:00
Jaex 799e2a09ad Merge pull request #1662 from Ninn0x4F/patch-1
Update Pomf.cs
2016-06-24 15:42:14 +03:00
Ninn0x4F 170e6e9d07 Update Pomf.cs
SSL encryption on pomf.gocataclysm.com
2016-06-24 14:41:28 +02:00
Jaex 228622a64e Add Close() after each DialogResult because otherwise form won't close if Show() used instead of ShowDialog() 2016-06-23 17:53:26 +03:00
Jaex a60f961cce Check for palette file before start gif encoding 2016-06-23 14:34:04 +03:00
Jaex 0a0b9c66de Added puush logo to uploaders config form 2016-06-23 11:43:45 +03:00
Jaex 2ad9f024d5 Assign region capture settings to controls 2016-06-23 10:50:22 +03:00
Jaex fd9d52dc91 Adding rest of region capture settings to task settings form 2016-06-23 09:48:22 +03:00
Jaex fefcf2cf26 In region capture menu key will open right click menu 2016-06-22 16:09:15 +03:00
Jaex b0e0465513 Added code menu for custom region capture info text 2016-06-22 15:30:37 +03:00
Jaex d5e7cb8774 Added snap size dialog 2016-06-22 14:54:47 +03:00
Jaex 8df8df3f01 Adding regions in task settings form 2016-06-22 13:40:09 +03:00
Jaex d41cc5f18f Adding region capture settings without use property grid 2016-06-22 13:15:50 +03:00
Jaex 3f68b4ea77 Use $n for new line in region capture custom info text 2016-06-22 12:09:48 +03:00
Jaex 0b71daed4e RegionCaptureOptions rename and changes 2016-06-22 10:51:57 +03:00
Jaex 305843177a Merge pull request #1656 from Ninn0x4F/master
Added pomf.gocataclysm.com
2016-06-22 04:43:50 +03:00