summaryrefslogtreecommitdiff
path: root/UConnectionManager.pas
AgeCommit message (Collapse)AuthorFilesLines
2009-11-28Engine and VFS API cleanupv0.6.72Tomas Bzatek1-1/+1
* also split threaded operations into UCoreWorkers.pas * symlinks should be properly resolved now, even in archives * no more relative/absolute path confusion * moved FillDirFiles outside engines, made it more universal
2009-11-17Fix some compiler warnings and hintsTomas Bzatek1-1/+1
2009-10-24Show only networking plugins where appropriateTomas Bzatek1-9/+12
Also rename VFSGetExts and VFSGetServices functions
2009-10-05Preparation for localizationv0.6.67Tomas Bzatek1-7/+7
2009-10-04Consolidate plugin IDsTomas Bzatek1-6/+6
This breaks custom-chosen plugins for saved connections (with automatic fallback to 'auto')
2009-10-04Add "do-not-show-again" checkbox to some VFS questionsTomas Bzatek1-1/+11
Also remove active VFS connection question on quit
2009-10-03Parse out password from URI entered in the Quick Connect dialog and reuse it ↵Tomas Bzatek1-3/+4
on first password prompt
2008-11-23Connection Manager UI improvements (format change!)v0.6.61Tomas Bzatek1-8/+126
- add Duplicate button - add popup menu on the list view - move selection when deleting - add sorting to the list view - save sorting state + column width - simple cipher saved passwords - use hash keys for each item when saving - allow duplicate entries
2008-11-17Implement Quick Connect featurev0.6.60Tomas Bzatek1-97/+140
2008-11-15Connection Manager: Add ability not to save any passwordsTomas Bzatek1-5/+31
2008-10-28Password callback support from all VFS modulesv0.6.54Tomas Bzatek1-3/+3
Cleanup, remove unused dialogs
2008-10-26Plugin interface: pass cancellation button id in ask_question callbackTomas Bzatek1-2/+2
2008-10-12Connection Manager password callback improvementsTomas Bzatek1-16/+174
2008-09-03Retain list selection in Connection ManagerTomas Bzatek1-2/+5
Read/write connections on demand only
2008-08-26Connection Manager UI improvementsTomas Bzatek1-19/+36
2008-06-07Initial commitv0.6.36release-0.6.36-devTomas Bzatek1-0/+293