- version pinning
- bug fix for using docker
- bug fix for python 3
- documentation improved
- fixed creation of sub directories
- don't crash on a not existing fs url
- removed history navigation functions
- bug fix for selected dir and enable action by filename
- sorted stored fs_urls
- tests refactored
- editable files of type
- removed duplicated directory navigation
- UI navigation of different fs filesystems simplified
- simplified check for existing file
- don't add fs_url more than once
- refactored stored fs urls
- use builtin methods checking is_dir and is_file
- small refactoring for improved tests
- bug fix for overwriting files
- select and highlight entered filename
- exclude dirs because of PermissionDenied
- fs.path.join and fs.path.abspath can't be used because of protocol url
- bug fix, pattern can be None
- always use forcedir on active_url
- bug fix, all remaining os.path replaced by fs.path
- set only logo if the application runs standalone
- improved fs_file_exists
- forcedir to fs urls added
- introduced fs_file_exists
- path issues for windows platform fixed
- open files on double click
- bug fix, disable open button for nonexisting preselected file
- detect parent class and store settings based on that
- abspath for selected filename
- feature remove once added fs directories
- feature store/restore by QSettings of once entered fs_urls
- feature of multiple fs_urls added
- bug fix, don't call twice listdir
- remove not accessible names from listdir, because of bytestr
- ui element added for defining more fs urls
- select filter based on extension of default_name
- bug fixes
- bug fix for multi types
- default size 700x400
- sorting of columns implemented
- alternating row colors
- fs icon added to widget
- refactored "./" placeholder
- seperated authentication from url in widget
- grid layout used in widget
- handle IOError and OperationFailed
- no focus for buttons
- py2topy3 compatibilty fixed #11
- resizeable UI
- catch exception on make_dir for RO directorie
- any cell click selects the row
- size for directories replaced by the word Folder
- handle incorrect fs urls
- size and modtime added to additional columns
- on save mode rejecting an existing name does not close
- improved directory history navigation, fixes #3
- improved directory scan
- nested directory creation fixed
- on time consuming functions cursor changed to wait cursor
- windows root url fixed
- double click introduced for changing into a directory
- refactoring of amount fs open calls
- refactored onCellClicked
- pyqt Property for value defined
- refactored tests
- fix, on makedir stay in selected_dir
- navigation to other resources added, home, computer, fs
- resizing of dialog disabled
- test coverage improved
- tango icons for actions added
- file list shows directories on same level
- directory navigation, goto top fs url added
- Cancel returns always None as filename
- refactored WidgetList to TableWidget, currently 1 column
- fs.webdavfs module added
- make_dir feature added
- File Name moved above File of type, Makedir button added right of dirs, buttonbox replaced by two buttons. Tests and Logic adapted.
- fix clear selected name if file_type is changed and not save action
- sphinx documentation introduced
- py.test tests introduced
- fix match_extensions to handle many extensions
- check on save with selected dir and filename
- fixed if file list is empty
- replaced walk by listdir
- module level import of fs because of extensions
- default filename for storage added
- refactoring of internal names
- enabled SelectedName only for save
- on save action first element of ui_FileList not highlighted
- confirmation needed if a file should be replaced
- name field added, shows selected name
- Save feature added
- commandline call added
- simplified loader function
- fixed return path
- sorted directores and files
- selecting of files improved
- filelist shows only files, matching by fnmatch
- fs_url directory added
- on enter selection of a file is checked
- renamed fs_name to fs_url
- changed widget baseclass to QDialog of FilePicker
- refactored ui to dialog
- title attribute added
- Project ininitiated