Wifi Downloader for OM-D E-M1 Code
Minimalistic tool to download files from camera by Wifi written in Qt
Status: Beta
Brought to you by:
jhmaass
File | Date | Author | Commit |
---|---|---|---|
ReadMe.txt | 2016-01-05 | jhmaass | [r6] Feature: Added HTML link page generation for do... |
WifiDownloader.pro | 2016-01-04 | jhmaass | [r4] Improvement: Error handling, when Wifi connecti... |
main.cpp | 2016-01-04 | jhmaass | [r1] Initial import. |
mainwindow.cpp | 2016-01-05 | jhmaass | [r7] Testing finished. Release V0.2 |
mainwindow.h | 2016-01-05 | jhmaass | [r6] Feature: Added HTML link page generation for do... |
mainwindow.ui | 2016-01-05 | jhmaass | [r6] Feature: Added HTML link page generation for do... |
"Wifi Downloader for E-M1" 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. "Wifi Downloader for E-M1" 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 "Wifi Downloader for E-M1". If not, see <http://www.gnu.org/licenses/>. Version 0.1: - Initial version, no error handling. Just shared the sources. Version 0.2: - Improvement: Error handling, when Wifi connection to camera is sluggish: Download will be retried. - Improvement: Progress bar labels for the Mac version. - Bugfix: When download stalls, no incomplete files are saved anymore (The 0 kB file issue). - Feature: Option to generate an HTML page with links as input to an arbitrary download manager.