0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 17 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add unit tests for the Flingo API. More... over 13 years ago
Merge branch 'master' of https://github.com/AMansfield/Flingo Also added AMansfield as an author. More... over 13 years ago
Add more robust get_local_ips based on netifaces. More... over 13 years ago
Fixed a bug where if the user selected the Set Dir before the any directory was being flung, the files wouldn't get flung. More... over 13 years ago
Uses a GET instead of a POST HTTP request when flinging. This is a work around since something seems to have broken POST. Also note that anytime a specific device is selected (in other words the "guid" is used) the fling doesn't work. You must fling to "All Devices" for now. More... over 13 years ago
GUIDKEY is now 'model_id' to reflect a change in the return from the lookup API. More... over 13 years ago
Fixed a bug where the app wouldn't fling to the selected device after restarting the app (instead it was flinging to all devices). More... over 13 years ago
Fixed an issue where multiple file/directory dialogs could be launched. Added extensive commenting. More... over 13 years ago
Added the ability to turn off (pause) the fling directory function. More... over 13 years ago
Does some cleanup on exit to remove files from the "cache" that don't exist anymore. More... over 13 years ago
Uses the configuration file for every saved settting (instead of using the "cache.log" file too). More... over 13 years ago
Fixed the bug that prevented the application from exiting properly. More... over 13 years ago
[no comment] More... over 13 years ago
This more cleanly exits the app by calling reactor.stop() in the quit member function. Fixed a couple bugs introduced in the last two commits. More... over 13 years ago
[no comment] More... over 13 years ago
Added select directory option and select device options to the menu. Select device provides a list of all the devices available to fling to. An individual device can be flung to or all devices can be flung to. Selecting a directory to fling will cause the application to monitor the directory recursively for added files and fling them and any new ones that are added. Also replaced the PyQt file dialog with system native file dialogs because there seemed to be instability with the former (launching them multiple times via the Fling app's menu option would cause the whole program to exit/crash). More... over 13 years ago
Merge branch 'master' of https://github.com/AMansfield/Flingo into AMansfield-master More... over 13 years ago
Fix some typos. More... over 13 years ago
Added the ability to select and queue multiple files. Also made indentations more consistent (fixed an indent bug I added). More... over 13 years ago
Added the ability to select and queue multiple files. Also made indentations more consistent. More... over 13 years ago
Having troubles with setup.py. This will build without bundle_files : 1. Wiht bundle_files : 1, in Windows the build fails. More... over 13 years ago
Commit icons for Windows. More... over 13 years ago
Add more detailed description of how to build Flingo Desktop in Mac OS X. More... over 13 years ago
Fix setup.py. Remove qt4reactor.py from the build line. I include qt4reactor here because it didn't come as part of a regular distribution, but rather just as an attachment to a ticket on twistedmatric.com: More... over 13 years ago
fix setup.py script for mac build More... over 13 years ago
Some additions to hte README regarding how to build in windows. More... over 13 years ago
Add notes to readme about building in Windows. More... over 13 years ago
Merge branch 'master' of github.com:Flingo/Flingo More... over 13 years ago
FLING -> flingo More... over 13 years ago
fix install dir More... over 13 years ago