Skip to content

Releases: j4321/tkFileBrowser

tkfilebrowser-2.1.1

12 Sep 21:37
Compare
Choose a tag to compare

Fix error if LOCAL_PATH does not exists or is not writtable

tkfilebrowser-2.1.0

12 Sep 20:43
Compare
Choose a tag to compare
  • Add compatibility with tkinter.filedialog keywords 'master' and 'defaultextension'
  • Change look of filetype selector
  • Fix bugs when navigating without displaying hidden files
  • Fix color alternance bug when hiding hidden files
  • Fix setup.py
  • Hide suggestion drop-down when nothing matches anymore

tkfilebrowser-2.0.0

16 Jul 22:28
Compare
Choose a tag to compare
  • Change package name to tkfilebrowser to respect PEP 8
  • Display error message when an issue occurs during folder creation
  • Cycle only through folders with key browsing in "opendir" mode
  • Complete only with folder names in "opendir" mode
  • Fix bug: grey/white color alternance not always respected
  • Add __main__.py with an example
  • Add "Recent files" shortcut
  • Make the text of the validate and cancel buttons customizable
  • Add possibility to disable new folder creation
  • Add python 2 support
  • Add horizontal scrollbar

tkFileBrowser-1.1.2

15 May 19:56
Compare
Choose a tag to compare
  • Added tooltips to display the full path of the shortcut if the mouse stays long enough over it.
  • Corrected bug: style of browser treeview applied to parent

tkFileBrowser-1.1.1

08 Apr 11:20
Compare
Choose a tag to compare
  • Corrected bug: key browsing did not work with capital letters
  • Added specific icons for symlinks
  • Added handling of symlinks, the real path is returned instead of the link path

tkFileBrowser-1.1.0

29 Mar 21:20
Compare
Choose a tag to compare
  • Added possibility to sort columns (name, size, modification date)
  • Corrected bug concerning the initialfile argument

tkFileBrowser-1.0.1

06 Feb 19:03
Compare
Choose a tag to compare

Set default parent of filebrowser to None like for usual tkinter filedialogs and messageboxes.

tkFileBrowser-1.0.0

05 Feb 16:13
Compare
Choose a tag to compare

First release of tkFileBrowser.