Sat, 05 Dec 2015 13:03:19 +0100
Regenerated the source docu.
--- a/APIs/Python3/eric6.api Sat Dec 05 13:02:26 2015 +0100 +++ b/APIs/Python3/eric6.api Sat Dec 05 13:03:19 2015 +0100 @@ -957,8 +957,7 @@ eric6.Debugger.DebuggerInterfacePython3.getRegistryData?4() eric6.Debugger.EditBreakpointDialog.EditBreakpointDialog.getAddData?4() eric6.Debugger.EditBreakpointDialog.EditBreakpointDialog.getData?4() -eric6.Debugger.EditBreakpointDialog.EditBreakpointDialog.on_fileButton_clicked?4() -eric6.Debugger.EditBreakpointDialog.EditBreakpointDialog.on_filenameCombo_editTextChanged?4(fn) +eric6.Debugger.EditBreakpointDialog.EditBreakpointDialog.on_filenamePicker_editTextChanged?4(fn) eric6.Debugger.EditBreakpointDialog.EditBreakpointDialog?1(id, properties, condHistory, parent=None, name=None, modal=False, addMode=False, filenameHistory=None) eric6.Debugger.EditWatchpointDialog.EditWatchpointDialog.getData?4() eric6.Debugger.EditWatchpointDialog.EditWatchpointDialog?1(properties, parent=None, name=None, modal=False) @@ -979,7 +978,6 @@ eric6.Debugger.StartDialog.StartDialog.getProfilingData?4() eric6.Debugger.StartDialog.StartDialog.getRunData?4() eric6.Debugger.StartDialog.StartDialog.on_buttonBox_clicked?4(button) -eric6.Debugger.StartDialog.StartDialog.on_dirButton_clicked?4() eric6.Debugger.StartDialog.StartDialog.on_modFuncCombo_editTextChanged?4() eric6.Debugger.StartDialog.StartDialog?1(caption, argvList, wdList, envList, exceptions, parent=None, type=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False) eric6.Debugger.VariableDetailDialog.VariableDetailDialog?1(var, vtype, value) @@ -1185,7 +1183,11 @@ eric6.E5Gui.E5ComboBox.E5ComboBox.inactiveText?4() eric6.E5Gui.E5ComboBox.E5ComboBox.setInactiveText?4(inactiveText) eric6.E5Gui.E5ComboBox.E5ComboBox?1(parent=None, inactiveText="") +eric6.E5Gui.E5Completers.E5DirCompleter.rootPath?4() +eric6.E5Gui.E5Completers.E5DirCompleter.setRootPath?4(path) eric6.E5Gui.E5Completers.E5DirCompleter?1(parent=None, completionMode=QCompleter.PopupCompletion, showHidden=False) +eric6.E5Gui.E5Completers.E5FileCompleter.rootPath?4() +eric6.E5Gui.E5Completers.E5FileCompleter.setRootPath?4(path) eric6.E5Gui.E5Completers.E5FileCompleter?1(parent=None, completionMode=QCompleter.PopupCompletion, showHidden=False) eric6.E5Gui.E5Completers.E5StringListCompleter?1(parent=None, strings=[], completionMode=QCompleter.PopupCompletion) eric6.E5Gui.E5ErrorMessage.E5ErrorMessage.editMessageFilters?4() @@ -1406,31 +1408,80 @@ eric6.E5Gui.E5PasswordMeter.E5PasswordMeter.setMinimum?4(value) eric6.E5Gui.E5PasswordMeter.E5PasswordMeter.setValue?4(value) eric6.E5Gui.E5PasswordMeter.E5PasswordMeter?1(parent=None) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.DefaultMode?7 +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.aboutToShowPathPickerDialog?7 +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.addItem?4(path) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.addItems?4(pathsList) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.buttonToolTip?4() +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.clear?4() +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.clearEditText?4() +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.currentText?4() +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.defaultDirectory?4() +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.editTextChanged?7 +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.editorEnabled?4() +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.editorToolTip?4() +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.filters?4() +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.firstPath?4() +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.isPickerEnabled?4() +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.lastPath?4() +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.mode?4() +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.path?4() +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.pathSelected?7 +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.paths?4() +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.pickerButtonClicked?7 +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.setButtonToolTip?4(tooltip) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.setCurrentIndex?4(index) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.setDefaultDirectory?4(directory) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.setEditText?4(path) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.setEditorEnabled?4(enable) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.setEditorToolTip?4(tooltip) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.setFilters?4(filters) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.setInsertPolicy?4(policy) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.setMode?4(mode) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.setPath?4(path) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.setPathsList?4(pathsList) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.setPickerEnabled?4(enable) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.setSizeAdjustPolicy?4(policy) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.setWindowTitle?4(title) +eric6.E5Gui.E5PathPicker.E5ComboPathPicker.windowTitle?4() +eric6.E5Gui.E5PathPicker.E5ComboPathPicker?1(parent=None) eric6.E5Gui.E5PathPicker.E5PathPicker.DefaultMode?7 +eric6.E5Gui.E5PathPicker.E5PathPicker.aboutToShowPathPickerDialog?7 eric6.E5Gui.E5PathPicker.E5PathPicker.buttonToolTip?4() eric6.E5Gui.E5PathPicker.E5PathPicker.clear?4() eric6.E5Gui.E5PathPicker.E5PathPicker.defaultDirectory?4() eric6.E5Gui.E5PathPicker.E5PathPicker.editorEnabled?4() eric6.E5Gui.E5PathPicker.E5PathPicker.editorToolTip?4() eric6.E5Gui.E5PathPicker.E5PathPicker.filters?4() +eric6.E5Gui.E5PathPicker.E5PathPicker.firstPath?4() +eric6.E5Gui.E5PathPicker.E5PathPicker.isPickerEnabled?4() +eric6.E5Gui.E5PathPicker.E5PathPicker.lastPath?4() eric6.E5Gui.E5PathPicker.E5PathPicker.mode?4() eric6.E5Gui.E5PathPicker.E5PathPicker.path?4() +eric6.E5Gui.E5PathPicker.E5PathPicker.pathSelected?7 +eric6.E5Gui.E5PathPicker.E5PathPicker.paths?4() +eric6.E5Gui.E5PathPicker.E5PathPicker.pickerButtonClicked?7 eric6.E5Gui.E5PathPicker.E5PathPicker.setButtonToolTip?4(tooltip) eric6.E5Gui.E5PathPicker.E5PathPicker.setDefaultDirectory?4(directory) eric6.E5Gui.E5PathPicker.E5PathPicker.setEditorEnabled?4(enable) eric6.E5Gui.E5PathPicker.E5PathPicker.setEditorToolTip?4(tooltip) eric6.E5Gui.E5PathPicker.E5PathPicker.setFilters?4(filters) eric6.E5Gui.E5PathPicker.E5PathPicker.setMode?4(mode) +eric6.E5Gui.E5PathPicker.E5PathPicker.setNameFilters?4(filters) eric6.E5Gui.E5PathPicker.E5PathPicker.setPath?4(path) +eric6.E5Gui.E5PathPicker.E5PathPicker.setPickerEnabled?4(enable) eric6.E5Gui.E5PathPicker.E5PathPicker.setText?4(path) eric6.E5Gui.E5PathPicker.E5PathPicker.setWindowTitle?4(title) eric6.E5Gui.E5PathPicker.E5PathPicker.text?4() eric6.E5Gui.E5PathPicker.E5PathPicker.textChanged?7 eric6.E5Gui.E5PathPicker.E5PathPicker.windowTitle?4() eric6.E5Gui.E5PathPicker.E5PathPicker?1(parent=None) -eric6.E5Gui.E5PathPicker.E5PathPickerModes.DiretoryMode?7 +eric6.E5Gui.E5PathPicker.E5PathPickerModes.CustomMode?7 +eric6.E5Gui.E5PathPicker.E5PathPickerModes.DirectoryMode?7 +eric6.E5Gui.E5PathPicker.E5PathPickerModes.NoMode?7 eric6.E5Gui.E5PathPicker.E5PathPickerModes.OpenFileMode?7 eric6.E5Gui.E5PathPicker.E5PathPickerModes.OpenFilesMode?7 +eric6.E5Gui.E5PathPicker.E5PathPickerModes.SaveFileEnsureExtensionMode?7 eric6.E5Gui.E5PathPicker.E5PathPickerModes.SaveFileMode?7 eric6.E5Gui.E5ProgressDialog.E5ProgressDialog.format?4() eric6.E5Gui.E5ProgressDialog.E5ProgressDialog.setFormat?4(format) @@ -2185,8 +2236,7 @@ eric6.Helpviewer.Bookmarks.BookmarksImportDialog.BookmarksImportDialog.SourcesListIdRole?7 eric6.Helpviewer.Bookmarks.BookmarksImportDialog.BookmarksImportDialog.getImportedBookmarks?4() eric6.Helpviewer.Bookmarks.BookmarksImportDialog.BookmarksImportDialog.on_cancelButton_clicked?4() -eric6.Helpviewer.Bookmarks.BookmarksImportDialog.BookmarksImportDialog.on_chooseButton_clicked?4() -eric6.Helpviewer.Bookmarks.BookmarksImportDialog.BookmarksImportDialog.on_fileEdit_textChanged?4(txt) +eric6.Helpviewer.Bookmarks.BookmarksImportDialog.BookmarksImportDialog.on_filePicker_textChanged?4(txt) eric6.Helpviewer.Bookmarks.BookmarksImportDialog.BookmarksImportDialog.on_nextButton_clicked?4() eric6.Helpviewer.Bookmarks.BookmarksImportDialog.BookmarksImportDialog.on_sourcesList_itemSelectionChanged?4() eric6.Helpviewer.Bookmarks.BookmarksImportDialog.BookmarksImportDialog?1(parent=None) @@ -3299,7 +3349,6 @@ eric6.Helpviewer.Sync.SyncDataPage.SyncDataPage?1(parent=None) eric6.Helpviewer.Sync.SyncDirectorySettingsPage.SyncDirectorySettingsPage.isComplete?4() eric6.Helpviewer.Sync.SyncDirectorySettingsPage.SyncDirectorySettingsPage.nextId?4() -eric6.Helpviewer.Sync.SyncDirectorySettingsPage.SyncDirectorySettingsPage.on_directoryButton_clicked?4() eric6.Helpviewer.Sync.SyncDirectorySettingsPage.SyncDirectorySettingsPage?1(parent=None) eric6.Helpviewer.Sync.SyncEncryptionPage.SyncEncryptionPage.isComplete?4() eric6.Helpviewer.Sync.SyncEncryptionPage.SyncEncryptionPage.nextId?4() @@ -3567,8 +3616,7 @@ eric6.IconEditor.cursors.cursors_rc.qt_resource_name?7 eric6.IconEditor.cursors.cursors_rc.qt_resource_struct?7 eric6.MultiProject.AddProjectDialog.AddProjectDialog.getData?4() -eric6.MultiProject.AddProjectDialog.AddProjectDialog.on_fileButton_clicked?4() -eric6.MultiProject.AddProjectDialog.AddProjectDialog.on_filenameEdit_textChanged?4(txt) +eric6.MultiProject.AddProjectDialog.AddProjectDialog.on_filenamePicker_textChanged?4(txt) eric6.MultiProject.AddProjectDialog.AddProjectDialog.on_nameEdit_textChanged?4(txt) eric6.MultiProject.AddProjectDialog.AddProjectDialog?1(parent=None, startdir=None, project=None, categories=None) eric6.MultiProject.MultiProject.MultiProject.addE5Actions?4(actions) @@ -4237,9 +4285,10 @@ eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.EricapiConfigDialog.generateParameters?4() eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.EricapiConfigDialog.on_addButton_clicked?4() eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.EricapiConfigDialog.on_deleteButton_clicked?4() -eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.EricapiConfigDialog.on_ignoreDirButton_clicked?4() -eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.EricapiConfigDialog.on_outputFileButton_clicked?4() -eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.EricapiConfigDialog.on_outputFileEdit_textChanged?4(filename) +eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.EricapiConfigDialog.on_ignoreDirPicker_pathSelected?4(path) +eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.EricapiConfigDialog.on_outputFilePicker_aboutToShowPathPickerDialog?4() +eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.EricapiConfigDialog.on_outputFilePicker_pathSelected?4(path) +eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.EricapiConfigDialog.on_outputFilePicker_textChanged?4(filename) eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.EricapiConfigDialog?1(project, parms=None, parent=None) eric6.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.EricapiExecDialog.on_buttonBox_clicked?4(button) eric6.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.EricapiExecDialog.start?4(args, fn) @@ -4251,16 +4300,16 @@ eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_bodyFgButton_clicked?4() eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_cfBgButton_clicked?4() eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_cfFgButton_clicked?4() -eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_cssButton_clicked?4() +eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_cssPicker_pathSelected?4(path) eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_deleteButton_clicked?4() -eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_ignoreDirButton_clicked?4() +eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_ignoreDirPicker_pathSelected?4(path) eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_l1BgButton_clicked?4() eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_l1FgButton_clicked?4() eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_l2BgButton_clicked?4() eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_l2FgButton_clicked?4() eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_linkFgButton_clicked?4() -eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_outputDirButton_clicked?4() -eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_qtHelpDirButton_clicked?4() +eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_outputDirPicker_pathSelected?4(path) +eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_qtHelpDirPicker_pathSelected?4(path) eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_qtHelpFolderEdit_textChanged?4(txt) eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_qtHelpGroup_toggled?4(enabled) eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged?4(txt) @@ -4693,8 +4742,8 @@ eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.Gpg.shutdown?4() eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.Gpg?1(vcs) eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.HgAddSubrepositoryDialog.getData?4() -eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.HgAddSubrepositoryDialog.on_pathButton_clicked?4() -eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.HgAddSubrepositoryDialog.on_pathEdit_textChanged?4(p0) +eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.HgAddSubrepositoryDialog.on_pathPicker_pathSelected?4(path) +eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.HgAddSubrepositoryDialog.on_pathPicker_textChanged?4(p0) eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.HgAddSubrepositoryDialog.on_urlEdit_textChanged?4(p0) eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.HgAddSubrepositoryDialog?1(projectPath, parent=None) eric6.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.HgAnnotateDialog.closeEvent?4(e) @@ -4706,8 +4755,7 @@ eric6.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.HgAnnotateDialog.start?4(fn) eric6.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.HgAnnotateDialog?1(vcs, parent=None) eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.HgArchiveDialog.getData?4() -eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.HgArchiveDialog.on_archiveButton_clicked?4() -eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.HgArchiveDialog.on_archiveEdit_textChanged?4(archive) +eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.HgArchiveDialog.on_archivePicker_textChanged?4(archive) eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.HgArchiveDialog.on_typeComboBox_activated?4(index) eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.HgArchiveDialog?1(vcs, parent=None) eric6.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.HgBackoutDialog.getParameters?4() @@ -4824,8 +4872,7 @@ eric6.Plugins.VcsPlugins.vcsMercurial.HgConflictsListDialog.HgConflictsListDialog.start?4(path) eric6.Plugins.VcsPlugins.vcsMercurial.HgConflictsListDialog.HgConflictsListDialog?1(vcs, parent=None) eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.HgCopyDialog.getData?4() -eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.HgCopyDialog.on_dirButton_clicked?4() -eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.HgCopyDialog.on_targetEdit_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.HgCopyDialog.on_targetPicker_textChanged?4(txt) eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.HgCopyDialog?1(source, parent=None, move=False) eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.HgDialog.hasAddOrDelete?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.HgDialog.keyPressEvent?4(evt) @@ -4853,8 +4900,7 @@ eric6.Plugins.VcsPlugins.vcsMercurial.HgDiffHighlighter.HgDiffHighlighter?1(doc) eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog.getParameters?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog.on_changesetsEdit_textChanged?4() -eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog.on_directoryButton_clicked?4() -eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog.on_directoryEdit_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog.on_directoryPicker_textChanged?4(txt) eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog.on_patternEdit_textChanged?4(txt) eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog?1(parent=None) eric6.Plugins.VcsPlugins.vcsMercurial.HgExtension.HgExtension.shutdown?4() @@ -4878,8 +4924,7 @@ eric6.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.HgGraftDialog.on_userGroup_toggled?4(checked) eric6.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.HgGraftDialog?1(vcs, revs=None, parent=None) eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.HgImportDialog.getParameters?4() -eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.HgImportDialog.on_patchFileButton_clicked?4() -eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.HgImportDialog.on_patchFileEdit_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.HgImportDialog.on_patchFilePicker_textChanged?4(txt) eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.HgImportDialog?1(parent=None) eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.COLORNAMES?7 eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.COLORS?7 @@ -4951,11 +4996,9 @@ eric6.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.HgMultiRevisionSelectionDialog.on_tagCombo_editTextChanged?4(txt) eric6.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.HgMultiRevisionSelectionDialog?1(tagsList, branchesList, bookmarksList=None, emptyRevsOk=False, showLimit=False, limitDefault=100, parent=None) eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.HgNewProjectOptionsDialog.getData?4() -eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.HgNewProjectOptionsDialog.on_projectDirButton_clicked?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.HgNewProjectOptionsDialog.on_protocolCombo_activated?4(protocol) -eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.HgNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged?4(txt) -eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.HgNewProjectOptionsDialog.on_vcsUrlButton_clicked?4() -eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.HgNewProjectOptionsDialog.on_vcsUrlEdit_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.HgNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.HgNewProjectOptionsDialog.on_vcsUrlPicker_textChanged?4(txt) eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.HgNewProjectOptionsDialog?1(vcs, parent=None) eric6.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.HgOptionsDialog.getData?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.HgOptionsDialog?1(vcs, project, parent=None) @@ -5051,8 +5094,7 @@ eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities.getConfigPath?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities.prepareProcess?4(proc, encoding="", language="") eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.LfConvertDataDialog.getData?4() -eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.LfConvertDataDialog.on_newProjectButton_clicked?4() -eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.LfConvertDataDialog.on_newProjectEdit_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.LfConvertDataDialog.on_newProjectPicker_textChanged?4(txt) eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.LfConvertDataDialog?1(currentPath, mode, parent=None) eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfRevisionsInputDialog.LfRevisionsInputDialog.getRevisions?4() eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfRevisionsInputDialog.LfRevisionsInputDialog.on_revisionsEdit_textChanged?4() @@ -5416,7 +5458,6 @@ eric6.Plugins.VcsPlugins.vcsPySvn.SvnChangeListsDialog.SvnChangeListsDialog?1(vcs, parent=None) eric6.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.SvnCommandDialog.getData?4() eric6.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.SvnCommandDialog.on_commandCombo_editTextChanged?4(text) -eric6.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.SvnCommandDialog.on_dirButton_clicked?4() eric6.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.SvnCommandDialog?1(argvList, wdList, ppath, parent=None) eric6.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.accepted?7 eric6.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.changelistsData?4() @@ -5432,8 +5473,7 @@ eric6.Plugins.VcsPlugins.vcsPySvn.SvnConst.svnNotifyActionMap?7 eric6.Plugins.VcsPlugins.vcsPySvn.SvnConst.svnStatusMap?7 eric6.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.SvnCopyDialog.getData?4() -eric6.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.SvnCopyDialog.on_dirButton_clicked?4() -eric6.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.SvnCopyDialog.on_targetEdit_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.SvnCopyDialog.on_targetPicker_textChanged?4(txt) eric6.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.SvnCopyDialog?1(source, parent=None, move=False, force=False) eric6.Plugins.VcsPlugins.vcsPySvn.SvnDialog.SvnDialog._clientNotifyCallback?5(eventDict) eric6.Plugins.VcsPlugins.vcsPySvn.SvnDialog.SvnDialog.finish?4() @@ -5486,16 +5526,15 @@ eric6.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.SvnMergeDialog?1(mergelist1, mergelist2, targetlist, force=False, parent=None) eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.getData?4() eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled?4(checked) -eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_projectDirButton_clicked?4() eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_protocolCombo_activated?4(protocol) -eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged?4(txt) -eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked?4() -eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_vcsUrlEdit_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked?4() +eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged?4(txt) eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog?1(vcs, parent=None) eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.SvnOptionsDialog.getData?4() eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.SvnOptionsDialog.on_protocolCombo_activated?4(protocol) -eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.SvnOptionsDialog.on_vcsUrlButton_clicked?4() -eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.SvnOptionsDialog.on_vcsUrlEdit_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked?4() +eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.SvnOptionsDialog.on_vcsUrlPicker_textChanged?4(txt) eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.SvnOptionsDialog?1(vcs, project, parent=None) eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.SvnPropDelDialog.getData?4() eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.SvnPropDelDialog.on_propNameEdit_textChanged?4(text) @@ -5654,7 +5693,6 @@ eric6.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog.SvnChangeListsDialog?1(vcs, parent=None) eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.SvnCommandDialog.getData?4() eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.SvnCommandDialog.on_commandCombo_editTextChanged?4(text) -eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.SvnCommandDialog.on_dirButton_clicked?4() eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.SvnCommandDialog?1(argvList, wdList, ppath, parent=None) eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.accepted?7 eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.changelistsData?4() @@ -5668,8 +5706,7 @@ eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.showEvent?4(evt) eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog?1(vcs, parent=None) eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.SvnCopyDialog.getData?4() -eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.SvnCopyDialog.on_dirButton_clicked?4() -eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.SvnCopyDialog.on_targetEdit_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.SvnCopyDialog.on_targetPicker_textChanged?4(txt) eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.SvnCopyDialog?1(source, parent=None, move=False, force=False) eric6.Plugins.VcsPlugins.vcsSubversion.SvnDialog.SvnDialog.hasAddOrDelete?4() eric6.Plugins.VcsPlugins.vcsSubversion.SvnDialog.SvnDialog.keyPressEvent?4(evt) @@ -5725,16 +5762,15 @@ eric6.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.SvnMergeDialog?1(mergelist1, mergelist2, targetlist, force=False, parent=None) eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.getData?4() eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled?4(checked) -eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_projectDirButton_clicked?4() eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_protocolCombo_activated?4(protocol) -eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged?4(txt) -eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked?4() -eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_vcsUrlEdit_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked?4() +eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged?4(txt) eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.SvnNewProjectOptionsDialog?1(vcs, parent=None) eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.SvnOptionsDialog.getData?4() eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.SvnOptionsDialog.on_protocolCombo_activated?4(protocol) -eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.SvnOptionsDialog.on_vcsUrlButton_clicked?4() -eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.SvnOptionsDialog.on_vcsUrlEdit_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked?4() +eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.SvnOptionsDialog.on_vcsUrlPicker_textChanged?4(txt) eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.SvnOptionsDialog?1(vcs, project, parent=None) eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.SvnPropListDialog.closeEvent?4(e) eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.SvnPropListDialog.on_buttonBox_clicked?4(button) @@ -5742,7 +5778,6 @@ eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.SvnPropListDialog.start?4(fn, recursive=False) eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.SvnPropListDialog?1(vcs, parent=None) eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.SvnPropSetDialog.getData?4() -eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.SvnPropSetDialog.on_fileButton_clicked?4() eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.SvnPropSetDialog?1(parent=None) eric6.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.SvnRelocateDialog.getData?4() eric6.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.SvnRelocateDialog?1(currUrl, parent=None) @@ -6311,8 +6346,6 @@ eric6.Preferences.ConfigurationPages.EditorSearchPage.EditorSearchPage.save?4() eric6.Preferences.ConfigurationPages.EditorSearchPage.EditorSearchPage?1() eric6.Preferences.ConfigurationPages.EditorSearchPage.create?4(dlg) -eric6.Preferences.ConfigurationPages.EditorSpellCheckingPage.EditorSpellCheckingPage.on_pelButton_clicked?4() -eric6.Preferences.ConfigurationPages.EditorSpellCheckingPage.EditorSpellCheckingPage.on_pwlButton_clicked?4() eric6.Preferences.ConfigurationPages.EditorSpellCheckingPage.EditorSpellCheckingPage.save?4() eric6.Preferences.ConfigurationPages.EditorSpellCheckingPage.EditorSpellCheckingPage?1() eric6.Preferences.ConfigurationPages.EditorSpellCheckingPage.create?4(dlg) @@ -6350,33 +6383,19 @@ eric6.Preferences.ConfigurationPages.GraphicsPage.create?4(dlg) eric6.Preferences.ConfigurationPages.HelpAppearancePage.HelpAppearancePage.on_fixedFontButton_clicked?4() eric6.Preferences.ConfigurationPages.HelpAppearancePage.HelpAppearancePage.on_standardFontButton_clicked?4() -eric6.Preferences.ConfigurationPages.HelpAppearancePage.HelpAppearancePage.on_styleSheetButton_clicked?4() eric6.Preferences.ConfigurationPages.HelpAppearancePage.HelpAppearancePage.save?4() eric6.Preferences.ConfigurationPages.HelpAppearancePage.HelpAppearancePage.setMode?4(displayMode) eric6.Preferences.ConfigurationPages.HelpAppearancePage.HelpAppearancePage?1() eric6.Preferences.ConfigurationPages.HelpAppearancePage.create?4(dlg) -eric6.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage.on_pyqt4DocDirButton_clicked?4() -eric6.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage.on_pyqt5DocDirButton_clicked?4() -eric6.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage.on_pysideDocDirButton_clicked?4() -eric6.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage.on_python2DocDirButton_clicked?4() -eric6.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage.on_pythonDocDirButton_clicked?4() -eric6.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage.on_qt4DocDirButton_clicked?4() -eric6.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage.on_qt5DocDirButton_clicked?4() eric6.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage.save?4() eric6.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage?1() eric6.Preferences.ConfigurationPages.HelpDocumentationPage.create?4(dlg) -eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.HelpFlashCookieManagerPage.on_flashDataPathButton_clicked?4() eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.HelpFlashCookieManagerPage.save?4() eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.HelpFlashCookieManagerPage?1() eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.create?4(dlg) -eric6.Preferences.ConfigurationPages.HelpInterfacePage.HelpInterfacePage.on_styleSheetButton_clicked?4() eric6.Preferences.ConfigurationPages.HelpInterfacePage.HelpInterfacePage.save?4() eric6.Preferences.ConfigurationPages.HelpInterfacePage.HelpInterfacePage?1() eric6.Preferences.ConfigurationPages.HelpInterfacePage.create?4(dlg) -eric6.Preferences.ConfigurationPages.HelpViewersPage.HelpViewersPage.on_chmviewerButton_clicked?4() -eric6.Preferences.ConfigurationPages.HelpViewersPage.HelpViewersPage.on_customViewerSelectionButton_clicked?4() -eric6.Preferences.ConfigurationPages.HelpViewersPage.HelpViewersPage.on_pdfviewerButton_clicked?4() -eric6.Preferences.ConfigurationPages.HelpViewersPage.HelpViewersPage.on_webbrowserButton_clicked?4() eric6.Preferences.ConfigurationPages.HelpViewersPage.HelpViewersPage.save?4() eric6.Preferences.ConfigurationPages.HelpViewersPage.HelpViewersPage?1() eric6.Preferences.ConfigurationPages.HelpViewersPage.create?4(dlg) @@ -6396,9 +6415,8 @@ eric6.Preferences.ConfigurationPages.IconsPage.IconsPage.on_addIconDirectoryButton_clicked?4() eric6.Preferences.ConfigurationPages.IconsPage.IconsPage.on_deleteIconDirectoryButton_clicked?4() eric6.Preferences.ConfigurationPages.IconsPage.IconsPage.on_downButton_clicked?4() -eric6.Preferences.ConfigurationPages.IconsPage.IconsPage.on_iconDirectoryButton_clicked?4() -eric6.Preferences.ConfigurationPages.IconsPage.IconsPage.on_iconDirectoryEdit_textChanged?4(txt) eric6.Preferences.ConfigurationPages.IconsPage.IconsPage.on_iconDirectoryList_currentRowChanged?4(row) +eric6.Preferences.ConfigurationPages.IconsPage.IconsPage.on_iconDirectoryPicker_textChanged?4(txt) eric6.Preferences.ConfigurationPages.IconsPage.IconsPage.on_showIconsButton_clicked?4() eric6.Preferences.ConfigurationPages.IconsPage.IconsPage.on_upButton_clicked?4() eric6.Preferences.ConfigurationPages.IconsPage.IconsPage.save?4() @@ -6406,7 +6424,6 @@ eric6.Preferences.ConfigurationPages.IconsPage.create?4(dlg) eric6.Preferences.ConfigurationPages.IconsPreviewDialog.IconsPreviewDialog?1(parent, dirName) eric6.Preferences.ConfigurationPages.InterfacePage.InterfacePage.on_resetLayoutButton_clicked?4() -eric6.Preferences.ConfigurationPages.InterfacePage.InterfacePage.on_styleSheetButton_clicked?4() eric6.Preferences.ConfigurationPages.InterfacePage.InterfacePage.save?4() eric6.Preferences.ConfigurationPages.InterfacePage.InterfacePage?1() eric6.Preferences.ConfigurationPages.InterfacePage.create?4(dlg) @@ -6428,12 +6445,10 @@ eric6.Preferences.ConfigurationPages.MimeTypesPage.MimeTypesPage.save?4() eric6.Preferences.ConfigurationPages.MimeTypesPage.MimeTypesPage?1(parent=None) eric6.Preferences.ConfigurationPages.MimeTypesPage.create?4(dlg) -eric6.Preferences.ConfigurationPages.MultiProjectPage.MultiProjectPage.on_workspaceButton_clicked?4() eric6.Preferences.ConfigurationPages.MultiProjectPage.MultiProjectPage.save?4() eric6.Preferences.ConfigurationPages.MultiProjectPage.MultiProjectPage?1() eric6.Preferences.ConfigurationPages.MultiProjectPage.create?4(dlg) eric6.Preferences.ConfigurationPages.NetworkPage.NetworkPage.on_clearProxyPasswordsButton_clicked?4() -eric6.Preferences.ConfigurationPages.NetworkPage.NetworkPage.on_downloadDirButton_clicked?4() eric6.Preferences.ConfigurationPages.NetworkPage.NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged?4(index) eric6.Preferences.ConfigurationPages.NetworkPage.NetworkPage.save?4() eric6.Preferences.ConfigurationPages.NetworkPage.NetworkPage?1() @@ -6442,7 +6457,6 @@ eric6.Preferences.ConfigurationPages.NotificationsPage.NotificationsPage.save?4() eric6.Preferences.ConfigurationPages.NotificationsPage.NotificationsPage?1() eric6.Preferences.ConfigurationPages.NotificationsPage.create?4(dlg) -eric6.Preferences.ConfigurationPages.PluginManagerPage.PluginManagerPage.on_downloadDirButton_clicked?4() eric6.Preferences.ConfigurationPages.PluginManagerPage.PluginManagerPage.on_repositoryUrlEditButton_toggled?4(checked) eric6.Preferences.ConfigurationPages.PluginManagerPage.PluginManagerPage.save?4() eric6.Preferences.ConfigurationPages.PluginManagerPage.PluginManagerPage?1() @@ -6466,7 +6480,6 @@ eric6.Preferences.ConfigurationPages.PythonPage.create?4(dlg) eric6.Preferences.ConfigurationPages.QtPage.QtPage.on_qt4PostfixEdit_textChanged?4(txt) eric6.Preferences.ConfigurationPages.QtPage.QtPage.on_qt4PrefixEdit_textChanged?4(txt) -eric6.Preferences.ConfigurationPages.QtPage.QtPage.on_qt4TransButton_clicked?4() eric6.Preferences.ConfigurationPages.QtPage.QtPage.save?4() eric6.Preferences.ConfigurationPages.QtPage.QtPage?1() eric6.Preferences.ConfigurationPages.QtPage.create?4(dlg) @@ -6587,10 +6600,9 @@ eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_changeButton_clicked?4() eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_deleteButton_clicked?4() eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_downButton_clicked?4() -eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_executableButton_clicked?4() -eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_executableEdit_textChanged?4(text) -eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_iconButton_clicked?4() -eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_iconEdit_textChanged?4(text) +eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_executablePicker_pathSelected?4(path) +eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_executablePicker_textChanged?4(text) +eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_iconPicker_textChanged?4(text) eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_menuEdit_textChanged?4(text) eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_newButton_clicked?4() eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_redirectCombo_currentIndexChanged?4(index) @@ -6709,14 +6721,11 @@ eric6.Preferences.toList?4(value) eric6.Project.AddDirectoryDialog.AddDirectoryDialog.getData?4() eric6.Project.AddDirectoryDialog.AddDirectoryDialog.on_filterComboBox_highlighted?4(fileType) -eric6.Project.AddDirectoryDialog.AddDirectoryDialog.on_sourceDirButton_clicked?4() -eric6.Project.AddDirectoryDialog.AddDirectoryDialog.on_sourceDirEdit_textChanged?4(dir) -eric6.Project.AddDirectoryDialog.AddDirectoryDialog.on_targetDirButton_clicked?4() +eric6.Project.AddDirectoryDialog.AddDirectoryDialog.on_sourceDirPicker_textChanged?4(dir) eric6.Project.AddDirectoryDialog.AddDirectoryDialog?1(pro, filter='source', parent=None, name=None, startdir=None) eric6.Project.AddFileDialog.AddFileDialog.getData?4() -eric6.Project.AddFileDialog.AddFileDialog.on_sourceFileButton_clicked?4() -eric6.Project.AddFileDialog.AddFileDialog.on_sourceFileEdit_textChanged?4(sfile) -eric6.Project.AddFileDialog.AddFileDialog.on_targetDirButton_clicked?4() +eric6.Project.AddFileDialog.AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog?4() +eric6.Project.AddFileDialog.AddFileDialog.on_sourceFilesPicker_textChanged?4(sfile) eric6.Project.AddFileDialog.AddFileDialog?1(pro, parent=None, filter=None, name=None, startdir=None) eric6.Project.AddFoundFilesDialog.AddFoundFilesDialog.getSelection?4() eric6.Project.AddFoundFilesDialog.AddFoundFilesDialog.on_addAllButton_clicked?4() @@ -6739,8 +6748,7 @@ eric6.Project.CreateDialogCodeDialog.pythonSignatureRole?7 eric6.Project.CreateDialogCodeDialog.returnTypeRole?7 eric6.Project.CreateDialogCodeDialog.rubySignatureRole?7 -eric6.Project.DebuggerPropertiesDialog.DebuggerPropertiesDialog.on_debugClientButton_clicked?4() -eric6.Project.DebuggerPropertiesDialog.DebuggerPropertiesDialog.on_interpreterButton_clicked?4() +eric6.Project.DebuggerPropertiesDialog.DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog?4() eric6.Project.DebuggerPropertiesDialog.DebuggerPropertiesDialog.storeData?4() eric6.Project.DebuggerPropertiesDialog.DebuggerPropertiesDialog?1(project, parent=None, name=None) eric6.Project.FiletypeAssociationDialog.FiletypeAssociationDialog.on_addAssociationButton_clicked?4() @@ -6759,8 +6767,7 @@ eric6.Project.NewDialogClassDialog.NewDialogClassDialog.getData?4() eric6.Project.NewDialogClassDialog.NewDialogClassDialog.on_classnameEdit_textChanged?4(text) eric6.Project.NewDialogClassDialog.NewDialogClassDialog.on_filenameEdit_textChanged?4(text) -eric6.Project.NewDialogClassDialog.NewDialogClassDialog.on_pathButton_clicked?4() -eric6.Project.NewDialogClassDialog.NewDialogClassDialog.on_pathnameEdit_textChanged?4(text) +eric6.Project.NewDialogClassDialog.NewDialogClassDialog.on_pathnamePicker_textChanged?4(text) eric6.Project.NewDialogClassDialog.NewDialogClassDialog?1(defaultClassName, defaultFile, defaultPath, parent=None) eric6.Project.NewPythonPackageDialog.NewPythonPackageDialog.getData?4() eric6.Project.NewPythonPackageDialog.NewPythonPackageDialog.on_packageEdit_textChanged?4(txt) @@ -7072,18 +7079,16 @@ eric6.Project.ProjectTranslationsBrowser.ProjectTranslationsBrowser?1(project, parent=None) eric6.Project.PropertiesDialog.PropertiesDialog.getPPath?4() eric6.Project.PropertiesDialog.PropertiesDialog.getProjectType?4() -eric6.Project.PropertiesDialog.PropertiesDialog.on_dirButton_clicked?4() -eric6.Project.PropertiesDialog.PropertiesDialog.on_dirEdit_textChanged?4(txt) +eric6.Project.PropertiesDialog.PropertiesDialog.on_dirPicker_textChanged?4(txt) eric6.Project.PropertiesDialog.PropertiesDialog.on_languageComboBox_currentIndexChanged?4(language) -eric6.Project.PropertiesDialog.PropertiesDialog.on_mainscriptButton_clicked?4() +eric6.Project.PropertiesDialog.PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog?4() +eric6.Project.PropertiesDialog.PropertiesDialog.on_mainscriptPicker_pathSelected?4(script) eric6.Project.PropertiesDialog.PropertiesDialog.on_spellPropertiesButton_clicked?4() eric6.Project.PropertiesDialog.PropertiesDialog.on_transPropertiesButton_clicked?4() eric6.Project.PropertiesDialog.PropertiesDialog.on_vcsInfoButton_clicked?4() eric6.Project.PropertiesDialog.PropertiesDialog.storeData?4() eric6.Project.PropertiesDialog.PropertiesDialog?1(project, new=True, parent=None, name=None) eric6.Project.SpellingPropertiesDialog.SpellingPropertiesDialog.initDialog?4() -eric6.Project.SpellingPropertiesDialog.SpellingPropertiesDialog.on_pelButton_clicked?4() -eric6.Project.SpellingPropertiesDialog.SpellingPropertiesDialog.on_pwlButton_clicked?4() eric6.Project.SpellingPropertiesDialog.SpellingPropertiesDialog.storeData?4() eric6.Project.SpellingPropertiesDialog.SpellingPropertiesDialog?1(project, new, parent) eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.initDialog?4() @@ -7094,9 +7099,9 @@ eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.on_exceptFileButton_clicked?4() eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.on_exceptionEdit_textChanged?4(txt) eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.on_exceptionsList_currentRowChanged?4(row) -eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.on_transBinPathButton_clicked?4() -eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.on_transPatternButton_clicked?4() -eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.on_transPatternEdit_textChanged?4(txt) +eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.on_transBinPathPicker_pathSelected?4(path) +eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.on_transPatternPicker_pathSelected?4(path) +eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.on_transPatternPicker_textChanged?4(txt) eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog.storeData?4() eric6.Project.TranslationPropertiesDialog.TranslationPropertiesDialog?1(project, new, parent) eric6.Project.UserPropertiesDialog.UserPropertiesDialog.storeData?4() @@ -7116,10 +7121,11 @@ eric6.PyUnit.UnittestDialog.UnittestDialog.on_buttonBox_clicked?4(button) eric6.PyUnit.UnittestDialog.UnittestDialog.on_errorsListWidget_currentTextChanged?4(text) eric6.PyUnit.UnittestDialog.UnittestDialog.on_errorsListWidget_itemDoubleClicked?4(lbitem) -eric6.PyUnit.UnittestDialog.UnittestDialog.on_fileDialogButton_clicked?4() eric6.PyUnit.UnittestDialog.UnittestDialog.on_startButton_clicked?4(failedOnly=False) eric6.PyUnit.UnittestDialog.UnittestDialog.on_stopButton_clicked?4() -eric6.PyUnit.UnittestDialog.UnittestDialog.on_testsuiteComboBox_editTextChanged?4(txt) +eric6.PyUnit.UnittestDialog.UnittestDialog.on_testsuitePicker_aboutToShowPathPickerDialog?4() +eric6.PyUnit.UnittestDialog.UnittestDialog.on_testsuitePicker_editTextChanged?4(txt) +eric6.PyUnit.UnittestDialog.UnittestDialog.on_testsuitePicker_pathSelected?4(suite) eric6.PyUnit.UnittestDialog.UnittestDialog.testErrored?4(test, exc, id) eric6.PyUnit.UnittestDialog.UnittestDialog.testFailed?4(test, exc, id) eric6.PyUnit.UnittestDialog.UnittestDialog.testFailedExpected?4(test, exc, id) @@ -8061,8 +8067,7 @@ eric6.SqlBrowser.SqlBrowserWidget.SqlBrowserWidget.updateActions?4() eric6.SqlBrowser.SqlBrowserWidget.SqlBrowserWidget?1(parent=None) eric6.SqlBrowser.SqlConnectionDialog.SqlConnectionDialog.getData?4() -eric6.SqlBrowser.SqlConnectionDialog.SqlConnectionDialog.on_databaseEdit_textChanged?4(txt) -eric6.SqlBrowser.SqlConnectionDialog.SqlConnectionDialog.on_databaseFileButton_clicked?4() +eric6.SqlBrowser.SqlConnectionDialog.SqlConnectionDialog.on_databasePicker_textChanged?4(txt) eric6.SqlBrowser.SqlConnectionDialog.SqlConnectionDialog.on_driverCombo_activated?4(txt) eric6.SqlBrowser.SqlConnectionDialog.SqlConnectionDialog?1(parent=None) eric6.SqlBrowser.SqlConnectionWidget.SqlConnectionWidget.cleared?7 @@ -8402,8 +8407,6 @@ eric6.UI.CompareDialog.CompareDialog.on_buttonBox_clicked?4(button) eric6.UI.CompareDialog.CompareDialog.on_diffButton_clicked?4() eric6.UI.CompareDialog.CompareDialog.on_downButton_clicked?4() -eric6.UI.CompareDialog.CompareDialog.on_file1Button_clicked?4() -eric6.UI.CompareDialog.CompareDialog.on_file2Button_clicked?4() eric6.UI.CompareDialog.CompareDialog.on_firstButton_clicked?4() eric6.UI.CompareDialog.CompareDialog.on_lastButton_clicked?4() eric6.UI.CompareDialog.CompareDialog.on_synchronizeCheckBox_toggled?4(sync) @@ -8419,8 +8422,6 @@ eric6.UI.DeleteFilesConfirmationDialog.DeleteFilesConfirmationDialog?1(parent, caption, message, files) eric6.UI.DiffDialog.DiffDialog.on_buttonBox_clicked?4(button) eric6.UI.DiffDialog.DiffDialog.on_diffButton_clicked?4() -eric6.UI.DiffDialog.DiffDialog.on_file1Button_clicked?4() -eric6.UI.DiffDialog.DiffDialog.on_file2Button_clicked?4() eric6.UI.DiffDialog.DiffDialog.on_saveButton_clicked?4() eric6.UI.DiffDialog.DiffDialog.show?4(filename=None) eric6.UI.DiffDialog.DiffDialog?1(parent=None) @@ -8451,8 +8452,7 @@ eric6.UI.FindFileDialog.FindFileDialog.md5Role?7 eric6.UI.FindFileDialog.FindFileDialog.on_buttonBox_clicked?4(button) eric6.UI.FindFileDialog.FindFileDialog.on_dirButton_clicked?4() -eric6.UI.FindFileDialog.FindFileDialog.on_dirCombo_editTextChanged?4(text) -eric6.UI.FindFileDialog.FindFileDialog.on_dirSelectButton_clicked?4() +eric6.UI.FindFileDialog.FindFileDialog.on_dirPicker_editTextChanged?4(text) eric6.UI.FindFileDialog.FindFileDialog.on_filterCheckBox_clicked?4() eric6.UI.FindFileDialog.FindFileDialog.on_filterEdit_textEdited?4(text) eric6.UI.FindFileDialog.FindFileDialog.on_findList_itemDoubleClicked?4(itm, column) @@ -8475,9 +8475,8 @@ eric6.UI.FindFileNameDialog.FindFileNameDialog.on_fileList_itemActivated?4(itm, column) eric6.UI.FindFileNameDialog.FindFileNameDialog.on_fileNameEdit_textChanged?4(text) eric6.UI.FindFileNameDialog.FindFileNameDialog.on_projectCheckBox_toggled?4(checked) -eric6.UI.FindFileNameDialog.FindFileNameDialog.on_searchDirButton_clicked?4() eric6.UI.FindFileNameDialog.FindFileNameDialog.on_searchDirCheckBox_toggled?4(checked) -eric6.UI.FindFileNameDialog.FindFileNameDialog.on_searchDirEdit_textChanged?4(text) +eric6.UI.FindFileNameDialog.FindFileNameDialog.on_searchDirPicker_textChanged?4(text) eric6.UI.FindFileNameDialog.FindFileNameDialog.on_syspathCheckBox_toggled?4(checked) eric6.UI.FindFileNameDialog.FindFileNameDialog.show?4() eric6.UI.FindFileNameDialog.FindFileNameDialog.sourceFile?7 @@ -9146,8 +9145,7 @@ eric6.ViewManager.BookmarkedFilesDialog.BookmarkedFilesDialog.on_changeButton_clicked?4() eric6.ViewManager.BookmarkedFilesDialog.BookmarkedFilesDialog.on_deleteButton_clicked?4() eric6.ViewManager.BookmarkedFilesDialog.BookmarkedFilesDialog.on_downButton_clicked?4() -eric6.ViewManager.BookmarkedFilesDialog.BookmarkedFilesDialog.on_fileButton_clicked?4() -eric6.ViewManager.BookmarkedFilesDialog.BookmarkedFilesDialog.on_fileEdit_textChanged?4(txt) +eric6.ViewManager.BookmarkedFilesDialog.BookmarkedFilesDialog.on_filePicker_textChanged?4(txt) eric6.ViewManager.BookmarkedFilesDialog.BookmarkedFilesDialog.on_filesList_currentRowChanged?4(row) eric6.ViewManager.BookmarkedFilesDialog.BookmarkedFilesDialog.on_upButton_clicked?4() eric6.ViewManager.BookmarkedFilesDialog.BookmarkedFilesDialog?1(bookmarks, parent=None)
--- a/APIs/Python3/eric6.bas Sat Dec 05 13:02:26 2015 +0100 +++ b/APIs/Python3/eric6.bas Sat Dec 05 13:03:19 2015 +0100 @@ -146,6 +146,7 @@ E5ClickableLabel QLabel E5ClickableLed E5Led E5ComboBox QComboBox +E5ComboPathPicker QWidget E5DirCompleter QCompleter E5DnDTabBar E5WheelTabBar E5ErrorMessage QErrorMessage
--- a/Documentation/Help/source.qhp Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Help/source.qhp Sat Dec 05 13:03:19 2015 +0100 @@ -1344,19 +1344,15 @@ <keyword name="AddDirectoryDialog" id="AddDirectoryDialog" ref="eric6.Project.AddDirectoryDialog.html#AddDirectoryDialog" /> <keyword name="AddDirectoryDialog (Constructor)" id="AddDirectoryDialog (Constructor)" ref="eric6.Project.AddDirectoryDialog.html#AddDirectoryDialog.__init__" /> <keyword name="AddDirectoryDialog (Module)" id="AddDirectoryDialog (Module)" ref="eric6.Project.AddDirectoryDialog.html" /> - <keyword name="AddDirectoryDialog.__dirDialog" id="AddDirectoryDialog.__dirDialog" ref="eric6.Project.AddDirectoryDialog.html#AddDirectoryDialog.__dirDialog" /> <keyword name="AddDirectoryDialog.getData" id="AddDirectoryDialog.getData" ref="eric6.Project.AddDirectoryDialog.html#AddDirectoryDialog.getData" /> <keyword name="AddDirectoryDialog.on_filterComboBox_highlighted" id="AddDirectoryDialog.on_filterComboBox_highlighted" ref="eric6.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_filterComboBox_highlighted" /> - <keyword name="AddDirectoryDialog.on_sourceDirButton_clicked" id="AddDirectoryDialog.on_sourceDirButton_clicked" ref="eric6.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_sourceDirButton_clicked" /> - <keyword name="AddDirectoryDialog.on_sourceDirEdit_textChanged" id="AddDirectoryDialog.on_sourceDirEdit_textChanged" ref="eric6.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_sourceDirEdit_textChanged" /> - <keyword name="AddDirectoryDialog.on_targetDirButton_clicked" id="AddDirectoryDialog.on_targetDirButton_clicked" ref="eric6.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_targetDirButton_clicked" /> + <keyword name="AddDirectoryDialog.on_sourceDirPicker_textChanged" id="AddDirectoryDialog.on_sourceDirPicker_textChanged" ref="eric6.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_sourceDirPicker_textChanged" /> <keyword name="AddFileDialog" id="AddFileDialog" ref="eric6.Project.AddFileDialog.html#AddFileDialog" /> <keyword name="AddFileDialog (Constructor)" id="AddFileDialog (Constructor)" ref="eric6.Project.AddFileDialog.html#AddFileDialog.__init__" /> <keyword name="AddFileDialog (Module)" id="AddFileDialog (Module)" ref="eric6.Project.AddFileDialog.html" /> <keyword name="AddFileDialog.getData" id="AddFileDialog.getData" ref="eric6.Project.AddFileDialog.html#AddFileDialog.getData" /> - <keyword name="AddFileDialog.on_sourceFileButton_clicked" id="AddFileDialog.on_sourceFileButton_clicked" ref="eric6.Project.AddFileDialog.html#AddFileDialog.on_sourceFileButton_clicked" /> - <keyword name="AddFileDialog.on_sourceFileEdit_textChanged" id="AddFileDialog.on_sourceFileEdit_textChanged" ref="eric6.Project.AddFileDialog.html#AddFileDialog.on_sourceFileEdit_textChanged" /> - <keyword name="AddFileDialog.on_targetDirButton_clicked" id="AddFileDialog.on_targetDirButton_clicked" ref="eric6.Project.AddFileDialog.html#AddFileDialog.on_targetDirButton_clicked" /> + <keyword name="AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog" id="AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog" ref="eric6.Project.AddFileDialog.html#AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog" /> + <keyword name="AddFileDialog.on_sourceFilesPicker_textChanged" id="AddFileDialog.on_sourceFilesPicker_textChanged" ref="eric6.Project.AddFileDialog.html#AddFileDialog.on_sourceFilesPicker_textChanged" /> <keyword name="AddFoundFilesDialog" id="AddFoundFilesDialog" ref="eric6.Project.AddFoundFilesDialog.html#AddFoundFilesDialog" /> <keyword name="AddFoundFilesDialog (Constructor)" id="AddFoundFilesDialog (Constructor)" ref="eric6.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.__init__" /> <keyword name="AddFoundFilesDialog (Module)" id="AddFoundFilesDialog (Module)" ref="eric6.Project.AddFoundFilesDialog.html" /> @@ -1373,8 +1369,7 @@ <keyword name="AddProjectDialog (Module)" id="AddProjectDialog (Module)" ref="eric6.MultiProject.AddProjectDialog.html" /> <keyword name="AddProjectDialog.__updateUi" id="AddProjectDialog.__updateUi" ref="eric6.MultiProject.AddProjectDialog.html#AddProjectDialog.__updateUi" /> <keyword name="AddProjectDialog.getData" id="AddProjectDialog.getData" ref="eric6.MultiProject.AddProjectDialog.html#AddProjectDialog.getData" /> - <keyword name="AddProjectDialog.on_fileButton_clicked" id="AddProjectDialog.on_fileButton_clicked" ref="eric6.MultiProject.AddProjectDialog.html#AddProjectDialog.on_fileButton_clicked" /> - <keyword name="AddProjectDialog.on_filenameEdit_textChanged" id="AddProjectDialog.on_filenameEdit_textChanged" ref="eric6.MultiProject.AddProjectDialog.html#AddProjectDialog.on_filenameEdit_textChanged" /> + <keyword name="AddProjectDialog.on_filenamePicker_textChanged" id="AddProjectDialog.on_filenamePicker_textChanged" ref="eric6.MultiProject.AddProjectDialog.html#AddProjectDialog.on_filenamePicker_textChanged" /> <keyword name="AddProjectDialog.on_nameEdit_textChanged" id="AddProjectDialog.on_nameEdit_textChanged" ref="eric6.MultiProject.AddProjectDialog.html#AddProjectDialog.on_nameEdit_textChanged" /> <keyword name="AppInfo (Module)" id="AppInfo (Module)" ref="eric6.Globals.AppInfo.html" /> <keyword name="ApplicationDiagramBuilder" id="ApplicationDiagramBuilder" ref="eric6.Graphics.ApplicationDiagramBuilder.html#ApplicationDiagramBuilder" /> @@ -1581,8 +1576,7 @@ <keyword name="BookmarkedFilesDialog.on_changeButton_clicked" id="BookmarkedFilesDialog.on_changeButton_clicked" ref="eric6.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_changeButton_clicked" /> <keyword name="BookmarkedFilesDialog.on_deleteButton_clicked" id="BookmarkedFilesDialog.on_deleteButton_clicked" ref="eric6.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_deleteButton_clicked" /> <keyword name="BookmarkedFilesDialog.on_downButton_clicked" id="BookmarkedFilesDialog.on_downButton_clicked" ref="eric6.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_downButton_clicked" /> - <keyword name="BookmarkedFilesDialog.on_fileButton_clicked" id="BookmarkedFilesDialog.on_fileButton_clicked" ref="eric6.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_fileButton_clicked" /> - <keyword name="BookmarkedFilesDialog.on_fileEdit_textChanged" id="BookmarkedFilesDialog.on_fileEdit_textChanged" ref="eric6.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_fileEdit_textChanged" /> + <keyword name="BookmarkedFilesDialog.on_filePicker_textChanged" id="BookmarkedFilesDialog.on_filePicker_textChanged" ref="eric6.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_filePicker_textChanged" /> <keyword name="BookmarkedFilesDialog.on_filesList_currentRowChanged" id="BookmarkedFilesDialog.on_filesList_currentRowChanged" ref="eric6.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_filesList_currentRowChanged" /> <keyword name="BookmarkedFilesDialog.on_upButton_clicked" id="BookmarkedFilesDialog.on_upButton_clicked" ref="eric6.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_upButton_clicked" /> <keyword name="Bookmarks (Package)" id="Bookmarks (Package)" ref="index-eric6.Helpviewer.Bookmarks.html" /> @@ -1609,8 +1603,7 @@ <keyword name="BookmarksImportDialog.__enableNextButton" id="BookmarksImportDialog.__enableNextButton" ref="eric6.Helpviewer.Bookmarks.BookmarksImportDialog.html#BookmarksImportDialog.__enableNextButton" /> <keyword name="BookmarksImportDialog.getImportedBookmarks" id="BookmarksImportDialog.getImportedBookmarks" ref="eric6.Helpviewer.Bookmarks.BookmarksImportDialog.html#BookmarksImportDialog.getImportedBookmarks" /> <keyword name="BookmarksImportDialog.on_cancelButton_clicked" id="BookmarksImportDialog.on_cancelButton_clicked" ref="eric6.Helpviewer.Bookmarks.BookmarksImportDialog.html#BookmarksImportDialog.on_cancelButton_clicked" /> - <keyword name="BookmarksImportDialog.on_chooseButton_clicked" id="BookmarksImportDialog.on_chooseButton_clicked" ref="eric6.Helpviewer.Bookmarks.BookmarksImportDialog.html#BookmarksImportDialog.on_chooseButton_clicked" /> - <keyword name="BookmarksImportDialog.on_fileEdit_textChanged" id="BookmarksImportDialog.on_fileEdit_textChanged" ref="eric6.Helpviewer.Bookmarks.BookmarksImportDialog.html#BookmarksImportDialog.on_fileEdit_textChanged" /> + <keyword name="BookmarksImportDialog.on_filePicker_textChanged" id="BookmarksImportDialog.on_filePicker_textChanged" ref="eric6.Helpviewer.Bookmarks.BookmarksImportDialog.html#BookmarksImportDialog.on_filePicker_textChanged" /> <keyword name="BookmarksImportDialog.on_nextButton_clicked" id="BookmarksImportDialog.on_nextButton_clicked" ref="eric6.Helpviewer.Bookmarks.BookmarksImportDialog.html#BookmarksImportDialog.on_nextButton_clicked" /> <keyword name="BookmarksImportDialog.on_sourcesList_itemSelectionChanged" id="BookmarksImportDialog.on_sourcesList_itemSelectionChanged" ref="eric6.Helpviewer.Bookmarks.BookmarksImportDialog.html#BookmarksImportDialog.on_sourcesList_itemSelectionChanged" /> <keyword name="BookmarksImporter" id="BookmarksImporter" ref="eric6.Helpviewer.Bookmarks.BookmarksImporters.BookmarksImporter.html#BookmarksImporter" /> @@ -2300,13 +2293,10 @@ <keyword name="CompareDialog.__fileChanged" id="CompareDialog.__fileChanged" ref="eric6.UI.CompareDialog.html#CompareDialog.__fileChanged" /> <keyword name="CompareDialog.__moveTextToCurrentDiffPos" id="CompareDialog.__moveTextToCurrentDiffPos" ref="eric6.UI.CompareDialog.html#CompareDialog.__moveTextToCurrentDiffPos" /> <keyword name="CompareDialog.__scrollBarMoved" id="CompareDialog.__scrollBarMoved" ref="eric6.UI.CompareDialog.html#CompareDialog.__scrollBarMoved" /> - <keyword name="CompareDialog.__selectFile" id="CompareDialog.__selectFile" ref="eric6.UI.CompareDialog.html#CompareDialog.__selectFile" /> <keyword name="CompareDialog.compare" id="CompareDialog.compare" ref="eric6.UI.CompareDialog.html#CompareDialog.compare" /> <keyword name="CompareDialog.on_buttonBox_clicked" id="CompareDialog.on_buttonBox_clicked" ref="eric6.UI.CompareDialog.html#CompareDialog.on_buttonBox_clicked" /> <keyword name="CompareDialog.on_diffButton_clicked" id="CompareDialog.on_diffButton_clicked" ref="eric6.UI.CompareDialog.html#CompareDialog.on_diffButton_clicked" /> <keyword name="CompareDialog.on_downButton_clicked" id="CompareDialog.on_downButton_clicked" ref="eric6.UI.CompareDialog.html#CompareDialog.on_downButton_clicked" /> - <keyword name="CompareDialog.on_file1Button_clicked" id="CompareDialog.on_file1Button_clicked" ref="eric6.UI.CompareDialog.html#CompareDialog.on_file1Button_clicked" /> - <keyword name="CompareDialog.on_file2Button_clicked" id="CompareDialog.on_file2Button_clicked" ref="eric6.UI.CompareDialog.html#CompareDialog.on_file2Button_clicked" /> <keyword name="CompareDialog.on_firstButton_clicked" id="CompareDialog.on_firstButton_clicked" ref="eric6.UI.CompareDialog.html#CompareDialog.on_firstButton_clicked" /> <keyword name="CompareDialog.on_lastButton_clicked" id="CompareDialog.on_lastButton_clicked" ref="eric6.UI.CompareDialog.html#CompareDialog.on_lastButton_clicked" /> <keyword name="CompareDialog.on_synchronizeCheckBox_toggled" id="CompareDialog.on_synchronizeCheckBox_toggled" ref="eric6.UI.CompareDialog.html#CompareDialog.on_synchronizeCheckBox_toggled" /> @@ -3177,8 +3167,7 @@ <keyword name="DebuggerPropertiesDialog" id="DebuggerPropertiesDialog" ref="eric6.Project.DebuggerPropertiesDialog.html#DebuggerPropertiesDialog" /> <keyword name="DebuggerPropertiesDialog (Constructor)" id="DebuggerPropertiesDialog (Constructor)" ref="eric6.Project.DebuggerPropertiesDialog.html#DebuggerPropertiesDialog.__init__" /> <keyword name="DebuggerPropertiesDialog (Module)" id="DebuggerPropertiesDialog (Module)" ref="eric6.Project.DebuggerPropertiesDialog.html" /> - <keyword name="DebuggerPropertiesDialog.on_debugClientButton_clicked" id="DebuggerPropertiesDialog.on_debugClientButton_clicked" ref="eric6.Project.DebuggerPropertiesDialog.html#DebuggerPropertiesDialog.on_debugClientButton_clicked" /> - <keyword name="DebuggerPropertiesDialog.on_interpreterButton_clicked" id="DebuggerPropertiesDialog.on_interpreterButton_clicked" ref="eric6.Project.DebuggerPropertiesDialog.html#DebuggerPropertiesDialog.on_interpreterButton_clicked" /> + <keyword name="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog" id="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog" ref="eric6.Project.DebuggerPropertiesDialog.html#DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog" /> <keyword name="DebuggerPropertiesDialog.storeData" id="DebuggerPropertiesDialog.storeData" ref="eric6.Project.DebuggerPropertiesDialog.html#DebuggerPropertiesDialog.storeData" /> <keyword name="DebuggerPropertiesReader" id="DebuggerPropertiesReader" ref="eric6.E5XML.DebuggerPropertiesReader.html#DebuggerPropertiesReader" /> <keyword name="DebuggerPropertiesReader (Constructor)" id="DebuggerPropertiesReader (Constructor)" ref="eric6.E5XML.DebuggerPropertiesReader.html#DebuggerPropertiesReader.__init__" /> @@ -3210,11 +3199,8 @@ <keyword name="DiffDialog.__fileChanged" id="DiffDialog.__fileChanged" ref="eric6.UI.DiffDialog.html#DiffDialog.__fileChanged" /> <keyword name="DiffDialog.__generateContextDiff" id="DiffDialog.__generateContextDiff" ref="eric6.UI.DiffDialog.html#DiffDialog.__generateContextDiff" /> <keyword name="DiffDialog.__generateUnifiedDiff" id="DiffDialog.__generateUnifiedDiff" ref="eric6.UI.DiffDialog.html#DiffDialog.__generateUnifiedDiff" /> - <keyword name="DiffDialog.__selectFile" id="DiffDialog.__selectFile" ref="eric6.UI.DiffDialog.html#DiffDialog.__selectFile" /> <keyword name="DiffDialog.on_buttonBox_clicked" id="DiffDialog.on_buttonBox_clicked" ref="eric6.UI.DiffDialog.html#DiffDialog.on_buttonBox_clicked" /> <keyword name="DiffDialog.on_diffButton_clicked" id="DiffDialog.on_diffButton_clicked" ref="eric6.UI.DiffDialog.html#DiffDialog.on_diffButton_clicked" /> - <keyword name="DiffDialog.on_file1Button_clicked" id="DiffDialog.on_file1Button_clicked" ref="eric6.UI.DiffDialog.html#DiffDialog.on_file1Button_clicked" /> - <keyword name="DiffDialog.on_file2Button_clicked" id="DiffDialog.on_file2Button_clicked" ref="eric6.UI.DiffDialog.html#DiffDialog.on_file2Button_clicked" /> <keyword name="DiffDialog.on_saveButton_clicked" id="DiffDialog.on_saveButton_clicked" ref="eric6.UI.DiffDialog.html#DiffDialog.on_saveButton_clicked" /> <keyword name="DiffDialog.show" id="DiffDialog.show" ref="eric6.UI.DiffDialog.html#DiffDialog.show" /> <keyword name="DiffHighlighter" id="DiffHighlighter" ref="eric6.UI.DiffHighlighter.html#DiffHighlighter" /> @@ -3439,9 +3425,45 @@ <keyword name="E5ComboBox (Module)" id="E5ComboBox (Module)" ref="eric6.E5Gui.E5ComboBox.html" /> <keyword name="E5ComboBox.inactiveText" id="E5ComboBox.inactiveText" ref="eric6.E5Gui.E5ComboBox.html#E5ComboBox.inactiveText" /> <keyword name="E5ComboBox.setInactiveText" id="E5ComboBox.setInactiveText" ref="eric6.E5Gui.E5ComboBox.html#E5ComboBox.setInactiveText" /> + <keyword name="E5ComboPathPicker" id="E5ComboPathPicker" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker" /> + <keyword name="E5ComboPathPicker (Constructor)" id="E5ComboPathPicker (Constructor)" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.__init__" /> + <keyword name="E5ComboPathPicker.__showPathPickerDialog" id="E5ComboPathPicker.__showPathPickerDialog" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.__showPathPickerDialog" /> + <keyword name="E5ComboPathPicker.addItem" id="E5ComboPathPicker.addItem" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.addItem" /> + <keyword name="E5ComboPathPicker.addItems" id="E5ComboPathPicker.addItems" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.addItems" /> + <keyword name="E5ComboPathPicker.buttonToolTip" id="E5ComboPathPicker.buttonToolTip" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.buttonToolTip" /> + <keyword name="E5ComboPathPicker.clear" id="E5ComboPathPicker.clear" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.clear" /> + <keyword name="E5ComboPathPicker.clearEditText" id="E5ComboPathPicker.clearEditText" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.clearEditText" /> + <keyword name="E5ComboPathPicker.currentText" id="E5ComboPathPicker.currentText" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.currentText" /> + <keyword name="E5ComboPathPicker.defaultDirectory" id="E5ComboPathPicker.defaultDirectory" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.defaultDirectory" /> + <keyword name="E5ComboPathPicker.editorEnabled" id="E5ComboPathPicker.editorEnabled" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.editorEnabled" /> + <keyword name="E5ComboPathPicker.editorToolTip" id="E5ComboPathPicker.editorToolTip" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.editorToolTip" /> + <keyword name="E5ComboPathPicker.filters" id="E5ComboPathPicker.filters" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.filters" /> + <keyword name="E5ComboPathPicker.firstPath" id="E5ComboPathPicker.firstPath" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.firstPath" /> + <keyword name="E5ComboPathPicker.isPickerEnabled" id="E5ComboPathPicker.isPickerEnabled" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.isPickerEnabled" /> + <keyword name="E5ComboPathPicker.lastPath" id="E5ComboPathPicker.lastPath" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.lastPath" /> + <keyword name="E5ComboPathPicker.mode" id="E5ComboPathPicker.mode" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.mode" /> + <keyword name="E5ComboPathPicker.path" id="E5ComboPathPicker.path" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.path" /> + <keyword name="E5ComboPathPicker.paths" id="E5ComboPathPicker.paths" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.paths" /> + <keyword name="E5ComboPathPicker.setButtonToolTip" id="E5ComboPathPicker.setButtonToolTip" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.setButtonToolTip" /> + <keyword name="E5ComboPathPicker.setCurrentIndex" id="E5ComboPathPicker.setCurrentIndex" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.setCurrentIndex" /> + <keyword name="E5ComboPathPicker.setDefaultDirectory" id="E5ComboPathPicker.setDefaultDirectory" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.setDefaultDirectory" /> + <keyword name="E5ComboPathPicker.setEditText" id="E5ComboPathPicker.setEditText" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.setEditText" /> + <keyword name="E5ComboPathPicker.setEditorEnabled" id="E5ComboPathPicker.setEditorEnabled" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.setEditorEnabled" /> + <keyword name="E5ComboPathPicker.setEditorToolTip" id="E5ComboPathPicker.setEditorToolTip" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.setEditorToolTip" /> + <keyword name="E5ComboPathPicker.setFilters" id="E5ComboPathPicker.setFilters" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.setFilters" /> + <keyword name="E5ComboPathPicker.setInsertPolicy" id="E5ComboPathPicker.setInsertPolicy" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.setInsertPolicy" /> + <keyword name="E5ComboPathPicker.setMode" id="E5ComboPathPicker.setMode" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.setMode" /> + <keyword name="E5ComboPathPicker.setPath" id="E5ComboPathPicker.setPath" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.setPath" /> + <keyword name="E5ComboPathPicker.setPathsList" id="E5ComboPathPicker.setPathsList" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.setPathsList" /> + <keyword name="E5ComboPathPicker.setPickerEnabled" id="E5ComboPathPicker.setPickerEnabled" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.setPickerEnabled" /> + <keyword name="E5ComboPathPicker.setSizeAdjustPolicy" id="E5ComboPathPicker.setSizeAdjustPolicy" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.setSizeAdjustPolicy" /> + <keyword name="E5ComboPathPicker.setWindowTitle" id="E5ComboPathPicker.setWindowTitle" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.setWindowTitle" /> + <keyword name="E5ComboPathPicker.windowTitle" id="E5ComboPathPicker.windowTitle" ref="eric6.E5Gui.E5PathPicker.html#E5ComboPathPicker.windowTitle" /> <keyword name="E5Completers (Module)" id="E5Completers (Module)" ref="eric6.E5Gui.E5Completers.html" /> <keyword name="E5DirCompleter" id="E5DirCompleter" ref="eric6.E5Gui.E5Completers.html#E5DirCompleter" /> <keyword name="E5DirCompleter (Constructor)" id="E5DirCompleter (Constructor)" ref="eric6.E5Gui.E5Completers.html#E5DirCompleter.__init__" /> + <keyword name="E5DirCompleter.rootPath" id="E5DirCompleter.rootPath" ref="eric6.E5Gui.E5Completers.html#E5DirCompleter.rootPath" /> + <keyword name="E5DirCompleter.setRootPath" id="E5DirCompleter.setRootPath" ref="eric6.E5Gui.E5Completers.html#E5DirCompleter.setRootPath" /> <keyword name="E5DnDTabBar" id="E5DnDTabBar" ref="eric6.E5Gui.E5TabWidget.html#E5DnDTabBar" /> <keyword name="E5DnDTabBar (Constructor)" id="E5DnDTabBar (Constructor)" ref="eric6.E5Gui.E5TabWidget.html#E5DnDTabBar.__init__" /> <keyword name="E5DnDTabBar.dragEnterEvent" id="E5DnDTabBar.dragEnterEvent" ref="eric6.E5Gui.E5TabWidget.html#E5DnDTabBar.dragEnterEvent" /> @@ -3460,6 +3482,8 @@ <keyword name="E5ErrorMessageFilterDialog.getFilters" id="E5ErrorMessageFilterDialog.getFilters" ref="eric6.E5Gui.E5ErrorMessageFilterDialog.html#E5ErrorMessageFilterDialog.getFilters" /> <keyword name="E5FileCompleter" id="E5FileCompleter" ref="eric6.E5Gui.E5Completers.html#E5FileCompleter" /> <keyword name="E5FileCompleter (Constructor)" id="E5FileCompleter (Constructor)" ref="eric6.E5Gui.E5Completers.html#E5FileCompleter.__init__" /> + <keyword name="E5FileCompleter.rootPath" id="E5FileCompleter.rootPath" ref="eric6.E5Gui.E5Completers.html#E5FileCompleter.rootPath" /> + <keyword name="E5FileCompleter.setRootPath" id="E5FileCompleter.setRootPath" ref="eric6.E5Gui.E5Completers.html#E5FileCompleter.setRootPath" /> <keyword name="E5FileDialog (Module)" id="E5FileDialog (Module)" ref="eric6.E5Gui.E5FileDialog.html" /> <keyword name="E5Ftp" id="E5Ftp" ref="eric6.E5Network.E5Ftp.html#E5Ftp" /> <keyword name="E5Ftp (Constructor)" id="E5Ftp (Constructor)" ref="eric6.E5Network.E5Ftp.html#E5Ftp.__init__" /> @@ -3715,6 +3739,7 @@ <keyword name="E5PathPicker" id="E5PathPicker" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker" /> <keyword name="E5PathPicker (Constructor)" id="E5PathPicker (Constructor)" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.__init__" /> <keyword name="E5PathPicker (Module)" id="E5PathPicker (Module)" ref="eric6.E5Gui.E5PathPicker.html" /> + <keyword name="E5PathPicker.__pathEdited" id="E5PathPicker.__pathEdited" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.__pathEdited" /> <keyword name="E5PathPicker.__showPathPickerDialog" id="E5PathPicker.__showPathPickerDialog" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.__showPathPickerDialog" /> <keyword name="E5PathPicker.buttonToolTip" id="E5PathPicker.buttonToolTip" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.buttonToolTip" /> <keyword name="E5PathPicker.clear" id="E5PathPicker.clear" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.clear" /> @@ -3722,15 +3747,21 @@ <keyword name="E5PathPicker.editorEnabled" id="E5PathPicker.editorEnabled" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.editorEnabled" /> <keyword name="E5PathPicker.editorToolTip" id="E5PathPicker.editorToolTip" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.editorToolTip" /> <keyword name="E5PathPicker.filters" id="E5PathPicker.filters" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.filters" /> + <keyword name="E5PathPicker.firstPath" id="E5PathPicker.firstPath" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.firstPath" /> + <keyword name="E5PathPicker.isPickerEnabled" id="E5PathPicker.isPickerEnabled" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.isPickerEnabled" /> + <keyword name="E5PathPicker.lastPath" id="E5PathPicker.lastPath" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.lastPath" /> <keyword name="E5PathPicker.mode" id="E5PathPicker.mode" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.mode" /> <keyword name="E5PathPicker.path" id="E5PathPicker.path" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.path" /> + <keyword name="E5PathPicker.paths" id="E5PathPicker.paths" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.paths" /> <keyword name="E5PathPicker.setButtonToolTip" id="E5PathPicker.setButtonToolTip" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.setButtonToolTip" /> <keyword name="E5PathPicker.setDefaultDirectory" id="E5PathPicker.setDefaultDirectory" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.setDefaultDirectory" /> <keyword name="E5PathPicker.setEditorEnabled" id="E5PathPicker.setEditorEnabled" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.setEditorEnabled" /> <keyword name="E5PathPicker.setEditorToolTip" id="E5PathPicker.setEditorToolTip" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.setEditorToolTip" /> <keyword name="E5PathPicker.setFilters" id="E5PathPicker.setFilters" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.setFilters" /> <keyword name="E5PathPicker.setMode" id="E5PathPicker.setMode" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.setMode" /> + <keyword name="E5PathPicker.setNameFilters" id="E5PathPicker.setNameFilters" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.setNameFilters" /> <keyword name="E5PathPicker.setPath" id="E5PathPicker.setPath" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.setPath" /> + <keyword name="E5PathPicker.setPickerEnabled" id="E5PathPicker.setPickerEnabled" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.setPickerEnabled" /> <keyword name="E5PathPicker.setText" id="E5PathPicker.setText" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.setText" /> <keyword name="E5PathPicker.setWindowTitle" id="E5PathPicker.setWindowTitle" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.setWindowTitle" /> <keyword name="E5PathPicker.text" id="E5PathPicker.text" ref="eric6.E5Gui.E5PathPicker.html#E5PathPicker.text" /> @@ -4085,8 +4116,7 @@ <keyword name="EditBreakpointDialog (Module)" id="EditBreakpointDialog (Module)" ref="eric6.Debugger.EditBreakpointDialog.html" /> <keyword name="EditBreakpointDialog.getAddData" id="EditBreakpointDialog.getAddData" ref="eric6.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.getAddData" /> <keyword name="EditBreakpointDialog.getData" id="EditBreakpointDialog.getData" ref="eric6.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.getData" /> - <keyword name="EditBreakpointDialog.on_fileButton_clicked" id="EditBreakpointDialog.on_fileButton_clicked" ref="eric6.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.on_fileButton_clicked" /> - <keyword name="EditBreakpointDialog.on_filenameCombo_editTextChanged" id="EditBreakpointDialog.on_filenameCombo_editTextChanged" ref="eric6.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.on_filenameCombo_editTextChanged" /> + <keyword name="EditBreakpointDialog.on_filenamePicker_editTextChanged" id="EditBreakpointDialog.on_filenamePicker_editTextChanged" ref="eric6.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.on_filenamePicker_editTextChanged" /> <keyword name="EditWatchpointDialog" id="EditWatchpointDialog" ref="eric6.Debugger.EditWatchpointDialog.html#EditWatchpointDialog" /> <keyword name="EditWatchpointDialog (Constructor)" id="EditWatchpointDialog (Constructor)" ref="eric6.Debugger.EditWatchpointDialog.html#EditWatchpointDialog.__init__" /> <keyword name="EditWatchpointDialog (Module)" id="EditWatchpointDialog (Module)" ref="eric6.Debugger.EditWatchpointDialog.html" /> @@ -4576,8 +4606,6 @@ <keyword name="EditorSpellCheckingPage" id="EditorSpellCheckingPage" ref="eric6.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage" /> <keyword name="EditorSpellCheckingPage (Constructor)" id="EditorSpellCheckingPage (Constructor)" ref="eric6.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.__init__" /> <keyword name="EditorSpellCheckingPage (Module)" id="EditorSpellCheckingPage (Module)" ref="eric6.Preferences.ConfigurationPages.EditorSpellCheckingPage.html" /> - <keyword name="EditorSpellCheckingPage.on_pelButton_clicked" id="EditorSpellCheckingPage.on_pelButton_clicked" ref="eric6.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.on_pelButton_clicked" /> - <keyword name="EditorSpellCheckingPage.on_pwlButton_clicked" id="EditorSpellCheckingPage.on_pwlButton_clicked" ref="eric6.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.on_pwlButton_clicked" /> <keyword name="EditorSpellCheckingPage.save" id="EditorSpellCheckingPage.save" ref="eric6.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.save" /> <keyword name="EditorStylesPage" id="EditorStylesPage" ref="eric6.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage" /> <keyword name="EditorStylesPage (Constructor)" id="EditorStylesPage (Constructor)" ref="eric6.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.__init__" /> @@ -4647,9 +4675,10 @@ <keyword name="EricapiConfigDialog.generateParameters" id="EricapiConfigDialog.generateParameters" ref="eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.generateParameters" /> <keyword name="EricapiConfigDialog.on_addButton_clicked" id="EricapiConfigDialog.on_addButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_addButton_clicked" /> <keyword name="EricapiConfigDialog.on_deleteButton_clicked" id="EricapiConfigDialog.on_deleteButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_deleteButton_clicked" /> - <keyword name="EricapiConfigDialog.on_ignoreDirButton_clicked" id="EricapiConfigDialog.on_ignoreDirButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_ignoreDirButton_clicked" /> - <keyword name="EricapiConfigDialog.on_outputFileButton_clicked" id="EricapiConfigDialog.on_outputFileButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_outputFileButton_clicked" /> - <keyword name="EricapiConfigDialog.on_outputFileEdit_textChanged" id="EricapiConfigDialog.on_outputFileEdit_textChanged" ref="eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_outputFileEdit_textChanged" /> + <keyword name="EricapiConfigDialog.on_ignoreDirPicker_pathSelected" id="EricapiConfigDialog.on_ignoreDirPicker_pathSelected" ref="eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_ignoreDirPicker_pathSelected" /> + <keyword name="EricapiConfigDialog.on_outputFilePicker_aboutToShowPathPickerDialog" id="EricapiConfigDialog.on_outputFilePicker_aboutToShowPathPickerDialog" ref="eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_outputFilePicker_aboutToShowPathPickerDialog" /> + <keyword name="EricapiConfigDialog.on_outputFilePicker_pathSelected" id="EricapiConfigDialog.on_outputFilePicker_pathSelected" ref="eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_outputFilePicker_pathSelected" /> + <keyword name="EricapiConfigDialog.on_outputFilePicker_textChanged" id="EricapiConfigDialog.on_outputFilePicker_textChanged" ref="eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_outputFilePicker_textChanged" /> <keyword name="EricapiExecDialog" id="EricapiExecDialog" ref="eric6.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog" /> <keyword name="EricapiExecDialog (Constructor)" id="EricapiExecDialog (Constructor)" ref="eric6.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__init__" /> <keyword name="EricapiExecDialog (Module)" id="EricapiExecDialog (Module)" ref="eric6.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html" /> @@ -4679,16 +4708,16 @@ <keyword name="EricdocConfigDialog.on_bodyFgButton_clicked" id="EricdocConfigDialog.on_bodyFgButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_bodyFgButton_clicked" /> <keyword name="EricdocConfigDialog.on_cfBgButton_clicked" id="EricdocConfigDialog.on_cfBgButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_cfBgButton_clicked" /> <keyword name="EricdocConfigDialog.on_cfFgButton_clicked" id="EricdocConfigDialog.on_cfFgButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_cfFgButton_clicked" /> - <keyword name="EricdocConfigDialog.on_cssButton_clicked" id="EricdocConfigDialog.on_cssButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_cssButton_clicked" /> + <keyword name="EricdocConfigDialog.on_cssPicker_pathSelected" id="EricdocConfigDialog.on_cssPicker_pathSelected" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_cssPicker_pathSelected" /> <keyword name="EricdocConfigDialog.on_deleteButton_clicked" id="EricdocConfigDialog.on_deleteButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_deleteButton_clicked" /> - <keyword name="EricdocConfigDialog.on_ignoreDirButton_clicked" id="EricdocConfigDialog.on_ignoreDirButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_ignoreDirButton_clicked" /> + <keyword name="EricdocConfigDialog.on_ignoreDirPicker_pathSelected" id="EricdocConfigDialog.on_ignoreDirPicker_pathSelected" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_ignoreDirPicker_pathSelected" /> <keyword name="EricdocConfigDialog.on_l1BgButton_clicked" id="EricdocConfigDialog.on_l1BgButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l1BgButton_clicked" /> <keyword name="EricdocConfigDialog.on_l1FgButton_clicked" id="EricdocConfigDialog.on_l1FgButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l1FgButton_clicked" /> <keyword name="EricdocConfigDialog.on_l2BgButton_clicked" id="EricdocConfigDialog.on_l2BgButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l2BgButton_clicked" /> <keyword name="EricdocConfigDialog.on_l2FgButton_clicked" id="EricdocConfigDialog.on_l2FgButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l2FgButton_clicked" /> <keyword name="EricdocConfigDialog.on_linkFgButton_clicked" id="EricdocConfigDialog.on_linkFgButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_linkFgButton_clicked" /> - <keyword name="EricdocConfigDialog.on_outputDirButton_clicked" id="EricdocConfigDialog.on_outputDirButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_outputDirButton_clicked" /> - <keyword name="EricdocConfigDialog.on_qtHelpDirButton_clicked" id="EricdocConfigDialog.on_qtHelpDirButton_clicked" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpDirButton_clicked" /> + <keyword name="EricdocConfigDialog.on_outputDirPicker_pathSelected" id="EricdocConfigDialog.on_outputDirPicker_pathSelected" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_outputDirPicker_pathSelected" /> + <keyword name="EricdocConfigDialog.on_qtHelpDirPicker_pathSelected" id="EricdocConfigDialog.on_qtHelpDirPicker_pathSelected" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpDirPicker_pathSelected" /> <keyword name="EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" id="EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" /> <keyword name="EricdocConfigDialog.on_qtHelpGroup_toggled" id="EricdocConfigDialog.on_qtHelpGroup_toggled" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpGroup_toggled" /> <keyword name="EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged" id="EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged" ref="eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged" /> @@ -4917,8 +4946,7 @@ <keyword name="FindFileDialog.__stripEol" id="FindFileDialog.__stripEol" ref="eric6.UI.FindFileDialog.html#FindFileDialog.__stripEol" /> <keyword name="FindFileDialog.on_buttonBox_clicked" id="FindFileDialog.on_buttonBox_clicked" ref="eric6.UI.FindFileDialog.html#FindFileDialog.on_buttonBox_clicked" /> <keyword name="FindFileDialog.on_dirButton_clicked" id="FindFileDialog.on_dirButton_clicked" ref="eric6.UI.FindFileDialog.html#FindFileDialog.on_dirButton_clicked" /> - <keyword name="FindFileDialog.on_dirCombo_editTextChanged" id="FindFileDialog.on_dirCombo_editTextChanged" ref="eric6.UI.FindFileDialog.html#FindFileDialog.on_dirCombo_editTextChanged" /> - <keyword name="FindFileDialog.on_dirSelectButton_clicked" id="FindFileDialog.on_dirSelectButton_clicked" ref="eric6.UI.FindFileDialog.html#FindFileDialog.on_dirSelectButton_clicked" /> + <keyword name="FindFileDialog.on_dirPicker_editTextChanged" id="FindFileDialog.on_dirPicker_editTextChanged" ref="eric6.UI.FindFileDialog.html#FindFileDialog.on_dirPicker_editTextChanged" /> <keyword name="FindFileDialog.on_filterCheckBox_clicked" id="FindFileDialog.on_filterCheckBox_clicked" ref="eric6.UI.FindFileDialog.html#FindFileDialog.on_filterCheckBox_clicked" /> <keyword name="FindFileDialog.on_filterEdit_textEdited" id="FindFileDialog.on_filterEdit_textEdited" ref="eric6.UI.FindFileDialog.html#FindFileDialog.on_filterEdit_textEdited" /> <keyword name="FindFileDialog.on_findList_itemDoubleClicked" id="FindFileDialog.on_findList_itemDoubleClicked" ref="eric6.UI.FindFileDialog.html#FindFileDialog.on_findList_itemDoubleClicked" /> @@ -4941,9 +4969,8 @@ <keyword name="FindFileNameDialog.on_fileList_itemActivated" id="FindFileNameDialog.on_fileList_itemActivated" ref="eric6.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileList_itemActivated" /> <keyword name="FindFileNameDialog.on_fileNameEdit_textChanged" id="FindFileNameDialog.on_fileNameEdit_textChanged" ref="eric6.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileNameEdit_textChanged" /> <keyword name="FindFileNameDialog.on_projectCheckBox_toggled" id="FindFileNameDialog.on_projectCheckBox_toggled" ref="eric6.UI.FindFileNameDialog.html#FindFileNameDialog.on_projectCheckBox_toggled" /> - <keyword name="FindFileNameDialog.on_searchDirButton_clicked" id="FindFileNameDialog.on_searchDirButton_clicked" ref="eric6.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirButton_clicked" /> <keyword name="FindFileNameDialog.on_searchDirCheckBox_toggled" id="FindFileNameDialog.on_searchDirCheckBox_toggled" ref="eric6.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirCheckBox_toggled" /> - <keyword name="FindFileNameDialog.on_searchDirEdit_textChanged" id="FindFileNameDialog.on_searchDirEdit_textChanged" ref="eric6.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirEdit_textChanged" /> + <keyword name="FindFileNameDialog.on_searchDirPicker_textChanged" id="FindFileNameDialog.on_searchDirPicker_textChanged" ref="eric6.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirPicker_textChanged" /> <keyword name="FindFileNameDialog.on_syspathCheckBox_toggled" id="FindFileNameDialog.on_syspathCheckBox_toggled" ref="eric6.UI.FindFileNameDialog.html#FindFileNameDialog.on_syspathCheckBox_toggled" /> <keyword name="FindFileNameDialog.show" id="FindFileNameDialog.show" ref="eric6.UI.FindFileNameDialog.html#FindFileNameDialog.show" /> <keyword name="FirefoxImporter" id="FirefoxImporter" ref="eric6.Helpviewer.Bookmarks.BookmarksImporters.FirefoxImporter.html#FirefoxImporter" /> @@ -5251,7 +5278,6 @@ <keyword name="HelpAppearancePage (Module)" id="HelpAppearancePage (Module)" ref="eric6.Preferences.ConfigurationPages.HelpAppearancePage.html" /> <keyword name="HelpAppearancePage.on_fixedFontButton_clicked" id="HelpAppearancePage.on_fixedFontButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_fixedFontButton_clicked" /> <keyword name="HelpAppearancePage.on_standardFontButton_clicked" id="HelpAppearancePage.on_standardFontButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_standardFontButton_clicked" /> - <keyword name="HelpAppearancePage.on_styleSheetButton_clicked" id="HelpAppearancePage.on_styleSheetButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_styleSheetButton_clicked" /> <keyword name="HelpAppearancePage.save" id="HelpAppearancePage.save" ref="eric6.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.save" /> <keyword name="HelpAppearancePage.setMode" id="HelpAppearancePage.setMode" ref="eric6.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.setMode" /> <keyword name="HelpBrowser" id="HelpBrowser" ref="eric6.Helpviewer.HelpBrowserWV.html#HelpBrowser" /> @@ -5360,18 +5386,10 @@ <keyword name="HelpDocumentationPage" id="HelpDocumentationPage" ref="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage" /> <keyword name="HelpDocumentationPage (Constructor)" id="HelpDocumentationPage (Constructor)" ref="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.__init__" /> <keyword name="HelpDocumentationPage (Module)" id="HelpDocumentationPage (Module)" ref="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html" /> - <keyword name="HelpDocumentationPage.on_pyqt4DocDirButton_clicked" id="HelpDocumentationPage.on_pyqt4DocDirButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pyqt4DocDirButton_clicked" /> - <keyword name="HelpDocumentationPage.on_pyqt5DocDirButton_clicked" id="HelpDocumentationPage.on_pyqt5DocDirButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pyqt5DocDirButton_clicked" /> - <keyword name="HelpDocumentationPage.on_pysideDocDirButton_clicked" id="HelpDocumentationPage.on_pysideDocDirButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pysideDocDirButton_clicked" /> - <keyword name="HelpDocumentationPage.on_python2DocDirButton_clicked" id="HelpDocumentationPage.on_python2DocDirButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_python2DocDirButton_clicked" /> - <keyword name="HelpDocumentationPage.on_pythonDocDirButton_clicked" id="HelpDocumentationPage.on_pythonDocDirButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pythonDocDirButton_clicked" /> - <keyword name="HelpDocumentationPage.on_qt4DocDirButton_clicked" id="HelpDocumentationPage.on_qt4DocDirButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_qt4DocDirButton_clicked" /> - <keyword name="HelpDocumentationPage.on_qt5DocDirButton_clicked" id="HelpDocumentationPage.on_qt5DocDirButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_qt5DocDirButton_clicked" /> <keyword name="HelpDocumentationPage.save" id="HelpDocumentationPage.save" ref="eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.save" /> <keyword name="HelpFlashCookieManagerPage" id="HelpFlashCookieManagerPage" ref="eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html#HelpFlashCookieManagerPage" /> <keyword name="HelpFlashCookieManagerPage (Constructor)" id="HelpFlashCookieManagerPage (Constructor)" ref="eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html#HelpFlashCookieManagerPage.__init__" /> <keyword name="HelpFlashCookieManagerPage (Module)" id="HelpFlashCookieManagerPage (Module)" ref="eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html" /> - <keyword name="HelpFlashCookieManagerPage.on_flashDataPathButton_clicked" id="HelpFlashCookieManagerPage.on_flashDataPathButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html#HelpFlashCookieManagerPage.on_flashDataPathButton_clicked" /> <keyword name="HelpFlashCookieManagerPage.save" id="HelpFlashCookieManagerPage.save" ref="eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html#HelpFlashCookieManagerPage.save" /> <keyword name="HelpIndexWidget" id="HelpIndexWidget" ref="eric6.Helpviewer.HelpIndexWidget.html#HelpIndexWidget" /> <keyword name="HelpIndexWidget (Constructor)" id="HelpIndexWidget (Constructor)" ref="eric6.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__init__" /> @@ -5391,7 +5409,6 @@ <keyword name="HelpInterfacePage (Constructor)" id="HelpInterfacePage (Constructor)" ref="eric6.Preferences.ConfigurationPages.HelpInterfacePage.html#HelpInterfacePage.__init__" /> <keyword name="HelpInterfacePage (Module)" id="HelpInterfacePage (Module)" ref="eric6.Preferences.ConfigurationPages.HelpInterfacePage.html" /> <keyword name="HelpInterfacePage.__populateStyleCombo" id="HelpInterfacePage.__populateStyleCombo" ref="eric6.Preferences.ConfigurationPages.HelpInterfacePage.html#HelpInterfacePage.__populateStyleCombo" /> - <keyword name="HelpInterfacePage.on_styleSheetButton_clicked" id="HelpInterfacePage.on_styleSheetButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpInterfacePage.html#HelpInterfacePage.on_styleSheetButton_clicked" /> <keyword name="HelpInterfacePage.save" id="HelpInterfacePage.save" ref="eric6.Preferences.ConfigurationPages.HelpInterfacePage.html#HelpInterfacePage.save" /> <keyword name="HelpLanguagesDialog" id="HelpLanguagesDialog" ref="eric6.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog" /> <keyword name="HelpLanguagesDialog (Constructor)" id="HelpLanguagesDialog (Constructor)" ref="eric6.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.__init__" /> @@ -5496,10 +5513,6 @@ <keyword name="HelpViewersPage" id="HelpViewersPage" ref="eric6.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage" /> <keyword name="HelpViewersPage (Constructor)" id="HelpViewersPage (Constructor)" ref="eric6.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.__init__" /> <keyword name="HelpViewersPage (Module)" id="HelpViewersPage (Module)" ref="eric6.Preferences.ConfigurationPages.HelpViewersPage.html" /> - <keyword name="HelpViewersPage.on_chmviewerButton_clicked" id="HelpViewersPage.on_chmviewerButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_chmviewerButton_clicked" /> - <keyword name="HelpViewersPage.on_customViewerSelectionButton_clicked" id="HelpViewersPage.on_customViewerSelectionButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_customViewerSelectionButton_clicked" /> - <keyword name="HelpViewersPage.on_pdfviewerButton_clicked" id="HelpViewersPage.on_pdfviewerButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_pdfviewerButton_clicked" /> - <keyword name="HelpViewersPage.on_webbrowserButton_clicked" id="HelpViewersPage.on_webbrowserButton_clicked" ref="eric6.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_webbrowserButton_clicked" /> <keyword name="HelpViewersPage.save" id="HelpViewersPage.save" ref="eric6.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.save" /> <keyword name="HelpVirusTotalPage" id="HelpVirusTotalPage" ref="eric6.Preferences.ConfigurationPages.HelpVirusTotalPage.html#HelpVirusTotalPage" /> <keyword name="HelpVirusTotalPage (Constructor)" id="HelpVirusTotalPage (Constructor)" ref="eric6.Preferences.ConfigurationPages.HelpVirusTotalPage.html#HelpVirusTotalPage.__init__" /> @@ -5839,8 +5852,8 @@ <keyword name="HgAddSubrepositoryDialog (Module)" id="HgAddSubrepositoryDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html" /> <keyword name="HgAddSubrepositoryDialog.__updateOk" id="HgAddSubrepositoryDialog.__updateOk" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html#HgAddSubrepositoryDialog.__updateOk" /> <keyword name="HgAddSubrepositoryDialog.getData" id="HgAddSubrepositoryDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html#HgAddSubrepositoryDialog.getData" /> - <keyword name="HgAddSubrepositoryDialog.on_pathButton_clicked" id="HgAddSubrepositoryDialog.on_pathButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html#HgAddSubrepositoryDialog.on_pathButton_clicked" /> - <keyword name="HgAddSubrepositoryDialog.on_pathEdit_textChanged" id="HgAddSubrepositoryDialog.on_pathEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html#HgAddSubrepositoryDialog.on_pathEdit_textChanged" /> + <keyword name="HgAddSubrepositoryDialog.on_pathPicker_pathSelected" id="HgAddSubrepositoryDialog.on_pathPicker_pathSelected" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html#HgAddSubrepositoryDialog.on_pathPicker_pathSelected" /> + <keyword name="HgAddSubrepositoryDialog.on_pathPicker_textChanged" id="HgAddSubrepositoryDialog.on_pathPicker_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html#HgAddSubrepositoryDialog.on_pathPicker_textChanged" /> <keyword name="HgAddSubrepositoryDialog.on_urlEdit_textChanged" id="HgAddSubrepositoryDialog.on_urlEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html#HgAddSubrepositoryDialog.on_urlEdit_textChanged" /> <keyword name="HgAnnotateDialog" id="HgAnnotateDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog" /> <keyword name="HgAnnotateDialog (Constructor)" id="HgAnnotateDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__init__" /> @@ -5864,8 +5877,7 @@ <keyword name="HgArchiveDialog (Constructor)" id="HgArchiveDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.html#HgArchiveDialog.__init__" /> <keyword name="HgArchiveDialog (Module)" id="HgArchiveDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.html" /> <keyword name="HgArchiveDialog.getData" id="HgArchiveDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.html#HgArchiveDialog.getData" /> - <keyword name="HgArchiveDialog.on_archiveButton_clicked" id="HgArchiveDialog.on_archiveButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.html#HgArchiveDialog.on_archiveButton_clicked" /> - <keyword name="HgArchiveDialog.on_archiveEdit_textChanged" id="HgArchiveDialog.on_archiveEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.html#HgArchiveDialog.on_archiveEdit_textChanged" /> + <keyword name="HgArchiveDialog.on_archivePicker_textChanged" id="HgArchiveDialog.on_archivePicker_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.html#HgArchiveDialog.on_archivePicker_textChanged" /> <keyword name="HgArchiveDialog.on_typeComboBox_activated" id="HgArchiveDialog.on_typeComboBox_activated" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.html#HgArchiveDialog.on_typeComboBox_activated" /> <keyword name="HgBackoutDialog" id="HgBackoutDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog" /> <keyword name="HgBackoutDialog (Constructor)" id="HgBackoutDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.__init__" /> @@ -6034,8 +6046,7 @@ <keyword name="HgCopyDialog (Constructor)" id="HgCopyDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.__init__" /> <keyword name="HgCopyDialog (Module)" id="HgCopyDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html" /> <keyword name="HgCopyDialog.getData" id="HgCopyDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.getData" /> - <keyword name="HgCopyDialog.on_dirButton_clicked" id="HgCopyDialog.on_dirButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.on_dirButton_clicked" /> - <keyword name="HgCopyDialog.on_targetEdit_textChanged" id="HgCopyDialog.on_targetEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.on_targetEdit_textChanged" /> + <keyword name="HgCopyDialog.on_targetPicker_textChanged" id="HgCopyDialog.on_targetPicker_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.on_targetPicker_textChanged" /> <keyword name="HgDialog" id="HgDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog" /> <keyword name="HgDialog (Constructor)" id="HgDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__init__" /> <keyword name="HgDialog (Module)" id="HgDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html" /> @@ -6087,8 +6098,7 @@ <keyword name="HgExportDialog.__updateOK" id="HgExportDialog.__updateOK" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.__updateOK" /> <keyword name="HgExportDialog.getParameters" id="HgExportDialog.getParameters" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.getParameters" /> <keyword name="HgExportDialog.on_changesetsEdit_textChanged" id="HgExportDialog.on_changesetsEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.on_changesetsEdit_textChanged" /> - <keyword name="HgExportDialog.on_directoryButton_clicked" id="HgExportDialog.on_directoryButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.on_directoryButton_clicked" /> - <keyword name="HgExportDialog.on_directoryEdit_textChanged" id="HgExportDialog.on_directoryEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.on_directoryEdit_textChanged" /> + <keyword name="HgExportDialog.on_directoryPicker_textChanged" id="HgExportDialog.on_directoryPicker_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.on_directoryPicker_textChanged" /> <keyword name="HgExportDialog.on_patternEdit_textChanged" id="HgExportDialog.on_patternEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.on_patternEdit_textChanged" /> <keyword name="HgExtension" id="HgExtension" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgExtension.html#HgExtension" /> <keyword name="HgExtension (Constructor)" id="HgExtension (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgExtension.html#HgExtension.__init__" /> @@ -6166,8 +6176,7 @@ <keyword name="HgImportDialog (Module)" id="HgImportDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html" /> <keyword name="HgImportDialog.__updateOK" id="HgImportDialog.__updateOK" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog.__updateOK" /> <keyword name="HgImportDialog.getParameters" id="HgImportDialog.getParameters" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog.getParameters" /> - <keyword name="HgImportDialog.on_patchFileButton_clicked" id="HgImportDialog.on_patchFileButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog.on_patchFileButton_clicked" /> - <keyword name="HgImportDialog.on_patchFileEdit_textChanged" id="HgImportDialog.on_patchFileEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog.on_patchFileEdit_textChanged" /> + <keyword name="HgImportDialog.on_patchFilePicker_textChanged" id="HgImportDialog.on_patchFilePicker_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog.on_patchFilePicker_textChanged" /> <keyword name="HgLogBrowserDialog" id="HgLogBrowserDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog" /> <keyword name="HgLogBrowserDialog (Constructor)" id="HgLogBrowserDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__init__" /> <keyword name="HgLogBrowserDialog (Module)" id="HgLogBrowserDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html" /> @@ -6284,11 +6293,9 @@ <keyword name="HgNewProjectOptionsDialog (Constructor)" id="HgNewProjectOptionsDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.__init__" /> <keyword name="HgNewProjectOptionsDialog (Module)" id="HgNewProjectOptionsDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html" /> <keyword name="HgNewProjectOptionsDialog.getData" id="HgNewProjectOptionsDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.getData" /> - <keyword name="HgNewProjectOptionsDialog.on_projectDirButton_clicked" id="HgNewProjectOptionsDialog.on_projectDirButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_projectDirButton_clicked" /> <keyword name="HgNewProjectOptionsDialog.on_protocolCombo_activated" id="HgNewProjectOptionsDialog.on_protocolCombo_activated" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_protocolCombo_activated" /> - <keyword name="HgNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged" id="HgNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged" /> - <keyword name="HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" id="HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" /> - <keyword name="HgNewProjectOptionsDialog.on_vcsUrlEdit_textChanged" id="HgNewProjectOptionsDialog.on_vcsUrlEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_vcsUrlEdit_textChanged" /> + <keyword name="HgNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" id="HgNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" /> + <keyword name="HgNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" id="HgNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" /> <keyword name="HgOptionsDialog" id="HgOptionsDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html#HgOptionsDialog" /> <keyword name="HgOptionsDialog (Constructor)" id="HgOptionsDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html#HgOptionsDialog.__init__" /> <keyword name="HgOptionsDialog (Module)" id="HgOptionsDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html" /> @@ -7018,9 +7025,8 @@ <keyword name="IconsPage.on_addIconDirectoryButton_clicked" id="IconsPage.on_addIconDirectoryButton_clicked" ref="eric6.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_addIconDirectoryButton_clicked" /> <keyword name="IconsPage.on_deleteIconDirectoryButton_clicked" id="IconsPage.on_deleteIconDirectoryButton_clicked" ref="eric6.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_deleteIconDirectoryButton_clicked" /> <keyword name="IconsPage.on_downButton_clicked" id="IconsPage.on_downButton_clicked" ref="eric6.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_downButton_clicked" /> - <keyword name="IconsPage.on_iconDirectoryButton_clicked" id="IconsPage.on_iconDirectoryButton_clicked" ref="eric6.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_iconDirectoryButton_clicked" /> - <keyword name="IconsPage.on_iconDirectoryEdit_textChanged" id="IconsPage.on_iconDirectoryEdit_textChanged" ref="eric6.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_iconDirectoryEdit_textChanged" /> <keyword name="IconsPage.on_iconDirectoryList_currentRowChanged" id="IconsPage.on_iconDirectoryList_currentRowChanged" ref="eric6.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_iconDirectoryList_currentRowChanged" /> + <keyword name="IconsPage.on_iconDirectoryPicker_textChanged" id="IconsPage.on_iconDirectoryPicker_textChanged" ref="eric6.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_iconDirectoryPicker_textChanged" /> <keyword name="IconsPage.on_showIconsButton_clicked" id="IconsPage.on_showIconsButton_clicked" ref="eric6.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_showIconsButton_clicked" /> <keyword name="IconsPage.on_upButton_clicked" id="IconsPage.on_upButton_clicked" ref="eric6.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_upButton_clicked" /> <keyword name="IconsPage.save" id="IconsPage.save" ref="eric6.Preferences.ConfigurationPages.IconsPage.html#IconsPage.save" /> @@ -7084,7 +7090,6 @@ <keyword name="InterfacePage.__populateLanguageCombo" id="InterfacePage.__populateLanguageCombo" ref="eric6.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__populateLanguageCombo" /> <keyword name="InterfacePage.__populateStyleCombo" id="InterfacePage.__populateStyleCombo" ref="eric6.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__populateStyleCombo" /> <keyword name="InterfacePage.on_resetLayoutButton_clicked" id="InterfacePage.on_resetLayoutButton_clicked" ref="eric6.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.on_resetLayoutButton_clicked" /> - <keyword name="InterfacePage.on_styleSheetButton_clicked" id="InterfacePage.on_styleSheetButton_clicked" ref="eric6.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.on_styleSheetButton_clicked" /> <keyword name="InterfacePage.save" id="InterfacePage.save" ref="eric6.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.save" /> <keyword name="InvalidISO8859Error" id="InvalidISO8859Error" ref="eric6.E5Network.E5RFC6266.html#InvalidISO8859Error" /> <keyword name="InvalidPlistException" id="InvalidPlistException" ref="eric6.Utilities.binplistlib.html#InvalidPlistException" /> @@ -7761,8 +7766,7 @@ <keyword name="LfConvertDataDialog (Constructor)" id="LfConvertDataDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html#LfConvertDataDialog.__init__" /> <keyword name="LfConvertDataDialog (Module)" id="LfConvertDataDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html" /> <keyword name="LfConvertDataDialog.getData" id="LfConvertDataDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html#LfConvertDataDialog.getData" /> - <keyword name="LfConvertDataDialog.on_newProjectButton_clicked" id="LfConvertDataDialog.on_newProjectButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html#LfConvertDataDialog.on_newProjectButton_clicked" /> - <keyword name="LfConvertDataDialog.on_newProjectEdit_textChanged" id="LfConvertDataDialog.on_newProjectEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html#LfConvertDataDialog.on_newProjectEdit_textChanged" /> + <keyword name="LfConvertDataDialog.on_newProjectPicker_textChanged" id="LfConvertDataDialog.on_newProjectPicker_textChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html#LfConvertDataDialog.on_newProjectPicker_textChanged" /> <keyword name="LfRevisionsInputDialog" id="LfRevisionsInputDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfRevisionsInputDialog.html#LfRevisionsInputDialog" /> <keyword name="LfRevisionsInputDialog (Constructor)" id="LfRevisionsInputDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfRevisionsInputDialog.html#LfRevisionsInputDialog.__init__" /> <keyword name="LfRevisionsInputDialog (Module)" id="LfRevisionsInputDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfRevisionsInputDialog.html" /> @@ -8139,7 +8143,6 @@ <keyword name="MultiProjectPage" id="MultiProjectPage" ref="eric6.Preferences.ConfigurationPages.MultiProjectPage.html#MultiProjectPage" /> <keyword name="MultiProjectPage (Constructor)" id="MultiProjectPage (Constructor)" ref="eric6.Preferences.ConfigurationPages.MultiProjectPage.html#MultiProjectPage.__init__" /> <keyword name="MultiProjectPage (Module)" id="MultiProjectPage (Module)" ref="eric6.Preferences.ConfigurationPages.MultiProjectPage.html" /> - <keyword name="MultiProjectPage.on_workspaceButton_clicked" id="MultiProjectPage.on_workspaceButton_clicked" ref="eric6.Preferences.ConfigurationPages.MultiProjectPage.html#MultiProjectPage.on_workspaceButton_clicked" /> <keyword name="MultiProjectPage.save" id="MultiProjectPage.save" ref="eric6.Preferences.ConfigurationPages.MultiProjectPage.html#MultiProjectPage.save" /> <keyword name="MultiProjectReader" id="MultiProjectReader" ref="eric6.E5XML.MultiProjectReader.html#MultiProjectReader" /> <keyword name="MultiProjectReader (Constructor)" id="MultiProjectReader (Constructor)" ref="eric6.E5XML.MultiProjectReader.html#MultiProjectReader.__init__" /> @@ -8199,7 +8202,6 @@ <keyword name="NetworkPage (Constructor)" id="NetworkPage (Constructor)" ref="eric6.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.__init__" /> <keyword name="NetworkPage (Module)" id="NetworkPage (Module)" ref="eric6.Preferences.ConfigurationPages.NetworkPage.html" /> <keyword name="NetworkPage.on_clearProxyPasswordsButton_clicked" id="NetworkPage.on_clearProxyPasswordsButton_clicked" ref="eric6.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.on_clearProxyPasswordsButton_clicked" /> - <keyword name="NetworkPage.on_downloadDirButton_clicked" id="NetworkPage.on_downloadDirButton_clicked" ref="eric6.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.on_downloadDirButton_clicked" /> <keyword name="NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged" id="NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged" ref="eric6.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged" /> <keyword name="NetworkPage.save" id="NetworkPage.save" ref="eric6.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.save" /> <keyword name="NetworkProtocolUnknownErrorReply" id="NetworkProtocolUnknownErrorReply" ref="eric6.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply" /> @@ -8222,8 +8224,7 @@ <keyword name="NewDialogClassDialog.getData" id="NewDialogClassDialog.getData" ref="eric6.Project.NewDialogClassDialog.html#NewDialogClassDialog.getData" /> <keyword name="NewDialogClassDialog.on_classnameEdit_textChanged" id="NewDialogClassDialog.on_classnameEdit_textChanged" ref="eric6.Project.NewDialogClassDialog.html#NewDialogClassDialog.on_classnameEdit_textChanged" /> <keyword name="NewDialogClassDialog.on_filenameEdit_textChanged" id="NewDialogClassDialog.on_filenameEdit_textChanged" ref="eric6.Project.NewDialogClassDialog.html#NewDialogClassDialog.on_filenameEdit_textChanged" /> - <keyword name="NewDialogClassDialog.on_pathButton_clicked" id="NewDialogClassDialog.on_pathButton_clicked" ref="eric6.Project.NewDialogClassDialog.html#NewDialogClassDialog.on_pathButton_clicked" /> - <keyword name="NewDialogClassDialog.on_pathnameEdit_textChanged" id="NewDialogClassDialog.on_pathnameEdit_textChanged" ref="eric6.Project.NewDialogClassDialog.html#NewDialogClassDialog.on_pathnameEdit_textChanged" /> + <keyword name="NewDialogClassDialog.on_pathnamePicker_textChanged" id="NewDialogClassDialog.on_pathnamePicker_textChanged" ref="eric6.Project.NewDialogClassDialog.html#NewDialogClassDialog.on_pathnamePicker_textChanged" /> <keyword name="NewPythonPackageDialog" id="NewPythonPackageDialog" ref="eric6.Project.NewPythonPackageDialog.html#NewPythonPackageDialog" /> <keyword name="NewPythonPackageDialog (Constructor)" id="NewPythonPackageDialog (Constructor)" ref="eric6.Project.NewPythonPackageDialog.html#NewPythonPackageDialog.__init__" /> <keyword name="NewPythonPackageDialog (Module)" id="NewPythonPackageDialog (Module)" ref="eric6.Project.NewPythonPackageDialog.html" /> @@ -8748,7 +8749,6 @@ <keyword name="PluginManagerPage" id="PluginManagerPage" ref="eric6.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage" /> <keyword name="PluginManagerPage (Constructor)" id="PluginManagerPage (Constructor)" ref="eric6.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage.__init__" /> <keyword name="PluginManagerPage (Module)" id="PluginManagerPage (Module)" ref="eric6.Preferences.ConfigurationPages.PluginManagerPage.html" /> - <keyword name="PluginManagerPage.on_downloadDirButton_clicked" id="PluginManagerPage.on_downloadDirButton_clicked" ref="eric6.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage.on_downloadDirButton_clicked" /> <keyword name="PluginManagerPage.on_repositoryUrlEditButton_toggled" id="PluginManagerPage.on_repositoryUrlEditButton_toggled" ref="eric6.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage.on_repositoryUrlEditButton_toggled" /> <keyword name="PluginManagerPage.save" id="PluginManagerPage.save" ref="eric6.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage.save" /> <keyword name="PluginModuleFormatError" id="PluginModuleFormatError" ref="eric6.PluginManager.PluginExceptions.html#PluginModuleFormatError" /> @@ -9417,10 +9417,10 @@ <keyword name="PropertiesDialog (Module)" id="PropertiesDialog (Module)" ref="eric6.Project.PropertiesDialog.html" /> <keyword name="PropertiesDialog.getPPath" id="PropertiesDialog.getPPath" ref="eric6.Project.PropertiesDialog.html#PropertiesDialog.getPPath" /> <keyword name="PropertiesDialog.getProjectType" id="PropertiesDialog.getProjectType" ref="eric6.Project.PropertiesDialog.html#PropertiesDialog.getProjectType" /> - <keyword name="PropertiesDialog.on_dirButton_clicked" id="PropertiesDialog.on_dirButton_clicked" ref="eric6.Project.PropertiesDialog.html#PropertiesDialog.on_dirButton_clicked" /> - <keyword name="PropertiesDialog.on_dirEdit_textChanged" id="PropertiesDialog.on_dirEdit_textChanged" ref="eric6.Project.PropertiesDialog.html#PropertiesDialog.on_dirEdit_textChanged" /> + <keyword name="PropertiesDialog.on_dirPicker_textChanged" id="PropertiesDialog.on_dirPicker_textChanged" ref="eric6.Project.PropertiesDialog.html#PropertiesDialog.on_dirPicker_textChanged" /> <keyword name="PropertiesDialog.on_languageComboBox_currentIndexChanged" id="PropertiesDialog.on_languageComboBox_currentIndexChanged" ref="eric6.Project.PropertiesDialog.html#PropertiesDialog.on_languageComboBox_currentIndexChanged" /> - <keyword name="PropertiesDialog.on_mainscriptButton_clicked" id="PropertiesDialog.on_mainscriptButton_clicked" ref="eric6.Project.PropertiesDialog.html#PropertiesDialog.on_mainscriptButton_clicked" /> + <keyword name="PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog" id="PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog" ref="eric6.Project.PropertiesDialog.html#PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog" /> + <keyword name="PropertiesDialog.on_mainscriptPicker_pathSelected" id="PropertiesDialog.on_mainscriptPicker_pathSelected" ref="eric6.Project.PropertiesDialog.html#PropertiesDialog.on_mainscriptPicker_pathSelected" /> <keyword name="PropertiesDialog.on_spellPropertiesButton_clicked" id="PropertiesDialog.on_spellPropertiesButton_clicked" ref="eric6.Project.PropertiesDialog.html#PropertiesDialog.on_spellPropertiesButton_clicked" /> <keyword name="PropertiesDialog.on_transPropertiesButton_clicked" id="PropertiesDialog.on_transPropertiesButton_clicked" ref="eric6.Project.PropertiesDialog.html#PropertiesDialog.on_transPropertiesButton_clicked" /> <keyword name="PropertiesDialog.on_vcsInfoButton_clicked" id="PropertiesDialog.on_vcsInfoButton_clicked" ref="eric6.Project.PropertiesDialog.html#PropertiesDialog.on_vcsInfoButton_clicked" /> @@ -9883,7 +9883,6 @@ <keyword name="QtPage.__updateQt4Sample" id="QtPage.__updateQt4Sample" ref="eric6.Preferences.ConfigurationPages.QtPage.html#QtPage.__updateQt4Sample" /> <keyword name="QtPage.on_qt4PostfixEdit_textChanged" id="QtPage.on_qt4PostfixEdit_textChanged" ref="eric6.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4PostfixEdit_textChanged" /> <keyword name="QtPage.on_qt4PrefixEdit_textChanged" id="QtPage.on_qt4PrefixEdit_textChanged" ref="eric6.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4PrefixEdit_textChanged" /> - <keyword name="QtPage.on_qt4TransButton_clicked" id="QtPage.on_qt4TransButton_clicked" ref="eric6.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4TransButton_clicked" /> <keyword name="QtPage.save" id="QtPage.save" ref="eric6.Preferences.ConfigurationPages.QtPage.html#QtPage.save" /> <keyword name="QtTestResult" id="QtTestResult" ref="eric6.PyUnit.UnittestDialog.html#QtTestResult" /> <keyword name="QtTestResult (Constructor)" id="QtTestResult (Constructor)" ref="eric6.PyUnit.UnittestDialog.html#QtTestResult.__init__" /> @@ -10524,8 +10523,6 @@ <keyword name="SpellingPropertiesDialog (Constructor)" id="SpellingPropertiesDialog (Constructor)" ref="eric6.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.__init__" /> <keyword name="SpellingPropertiesDialog (Module)" id="SpellingPropertiesDialog (Module)" ref="eric6.Project.SpellingPropertiesDialog.html" /> <keyword name="SpellingPropertiesDialog.initDialog" id="SpellingPropertiesDialog.initDialog" ref="eric6.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.initDialog" /> - <keyword name="SpellingPropertiesDialog.on_pelButton_clicked" id="SpellingPropertiesDialog.on_pelButton_clicked" ref="eric6.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.on_pelButton_clicked" /> - <keyword name="SpellingPropertiesDialog.on_pwlButton_clicked" id="SpellingPropertiesDialog.on_pwlButton_clicked" ref="eric6.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.on_pwlButton_clicked" /> <keyword name="SpellingPropertiesDialog.storeData" id="SpellingPropertiesDialog.storeData" ref="eric6.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.storeData" /> <keyword name="SplashScreen" id="SplashScreen" ref="eric6.UI.SplashScreen.html#SplashScreen" /> <keyword name="SplashScreen (Constructor)" id="SplashScreen (Constructor)" ref="eric6.UI.SplashScreen.html#SplashScreen.__init__" /> @@ -10565,8 +10562,7 @@ <keyword name="SqlConnectionDialog (Module)" id="SqlConnectionDialog (Module)" ref="eric6.SqlBrowser.SqlConnectionDialog.html" /> <keyword name="SqlConnectionDialog.__updateDialog" id="SqlConnectionDialog.__updateDialog" ref="eric6.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.__updateDialog" /> <keyword name="SqlConnectionDialog.getData" id="SqlConnectionDialog.getData" ref="eric6.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.getData" /> - <keyword name="SqlConnectionDialog.on_databaseEdit_textChanged" id="SqlConnectionDialog.on_databaseEdit_textChanged" ref="eric6.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.on_databaseEdit_textChanged" /> - <keyword name="SqlConnectionDialog.on_databaseFileButton_clicked" id="SqlConnectionDialog.on_databaseFileButton_clicked" ref="eric6.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.on_databaseFileButton_clicked" /> + <keyword name="SqlConnectionDialog.on_databasePicker_textChanged" id="SqlConnectionDialog.on_databasePicker_textChanged" ref="eric6.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.on_databasePicker_textChanged" /> <keyword name="SqlConnectionDialog.on_driverCombo_activated" id="SqlConnectionDialog.on_driverCombo_activated" ref="eric6.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.on_driverCombo_activated" /> <keyword name="SqlConnectionWidget" id="SqlConnectionWidget" ref="eric6.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget" /> <keyword name="SqlConnectionWidget (Constructor)" id="SqlConnectionWidget (Constructor)" ref="eric6.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__init__" /> @@ -10619,7 +10615,6 @@ <keyword name="StartDialog.getProfilingData" id="StartDialog.getProfilingData" ref="eric6.Debugger.StartDialog.html#StartDialog.getProfilingData" /> <keyword name="StartDialog.getRunData" id="StartDialog.getRunData" ref="eric6.Debugger.StartDialog.html#StartDialog.getRunData" /> <keyword name="StartDialog.on_buttonBox_clicked" id="StartDialog.on_buttonBox_clicked" ref="eric6.Debugger.StartDialog.html#StartDialog.on_buttonBox_clicked" /> - <keyword name="StartDialog.on_dirButton_clicked" id="StartDialog.on_dirButton_clicked" ref="eric6.Debugger.StartDialog.html#StartDialog.on_dirButton_clicked" /> <keyword name="StartDialog.on_modFuncCombo_editTextChanged" id="StartDialog.on_modFuncCombo_editTextChanged" ref="eric6.Debugger.StartDialog.html#StartDialog.on_modFuncCombo_editTextChanged" /> <keyword name="Startup (Module)" id="Startup (Module)" ref="eric6.Toolbox.Startup.html" /> <keyword name="StatusMonitorLed" id="StatusMonitorLed" ref="eric6.VCS.StatusMonitorLed.html#StatusMonitorLed" /> @@ -10868,8 +10863,6 @@ <keyword name="SvnCommandDialog.getData" id="SvnCommandDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.getData" /> <keyword name="SvnCommandDialog.on_commandCombo_editTextChanged" id="SvnCommandDialog.on_commandCombo_editTextChanged" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.on_commandCombo_editTextChanged" /> <keyword name="SvnCommandDialog.on_commandCombo_editTextChanged" id="SvnCommandDialog.on_commandCombo_editTextChanged" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.on_commandCombo_editTextChanged" /> - <keyword name="SvnCommandDialog.on_dirButton_clicked" id="SvnCommandDialog.on_dirButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.on_dirButton_clicked" /> - <keyword name="SvnCommandDialog.on_dirButton_clicked" id="SvnCommandDialog.on_dirButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.on_dirButton_clicked" /> <keyword name="SvnCommitDialog" id="SvnCommitDialog" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog" /> <keyword name="SvnCommitDialog" id="SvnCommitDialog" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog" /> <keyword name="SvnCommitDialog (Constructor)" id="SvnCommitDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.__init__" /> @@ -10901,10 +10894,8 @@ <keyword name="SvnCopyDialog (Module)" id="SvnCopyDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html" /> <keyword name="SvnCopyDialog.getData" id="SvnCopyDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog.getData" /> <keyword name="SvnCopyDialog.getData" id="SvnCopyDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog.getData" /> - <keyword name="SvnCopyDialog.on_dirButton_clicked" id="SvnCopyDialog.on_dirButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog.on_dirButton_clicked" /> - <keyword name="SvnCopyDialog.on_dirButton_clicked" id="SvnCopyDialog.on_dirButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog.on_dirButton_clicked" /> - <keyword name="SvnCopyDialog.on_targetEdit_textChanged" id="SvnCopyDialog.on_targetEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog.on_targetEdit_textChanged" /> - <keyword name="SvnCopyDialog.on_targetEdit_textChanged" id="SvnCopyDialog.on_targetEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog.on_targetEdit_textChanged" /> + <keyword name="SvnCopyDialog.on_targetPicker_textChanged" id="SvnCopyDialog.on_targetPicker_textChanged" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog.on_targetPicker_textChanged" /> + <keyword name="SvnCopyDialog.on_targetPicker_textChanged" id="SvnCopyDialog.on_targetPicker_textChanged" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog.on_targetPicker_textChanged" /> <keyword name="SvnDialog" id="SvnDialog" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog" /> <keyword name="SvnDialog" id="SvnDialog" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog" /> <keyword name="SvnDialog (Constructor)" id="SvnDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.__init__" /> @@ -11103,16 +11094,14 @@ <keyword name="SvnNewProjectOptionsDialog.getData" id="SvnNewProjectOptionsDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.getData" /> <keyword name="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" id="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" /> <keyword name="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" id="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" /> - <keyword name="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" id="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_projectDirButton_clicked" /> - <keyword name="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" id="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_projectDirButton_clicked" /> <keyword name="SvnNewProjectOptionsDialog.on_protocolCombo_activated" id="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_protocolCombo_activated" /> <keyword name="SvnNewProjectOptionsDialog.on_protocolCombo_activated" id="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_protocolCombo_activated" /> - <keyword name="SvnNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged" id="SvnNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged" /> - <keyword name="SvnNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged" id="SvnNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged" /> - <keyword name="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" id="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" /> - <keyword name="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" id="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" /> - <keyword name="SvnNewProjectOptionsDialog.on_vcsUrlEdit_textChanged" id="SvnNewProjectOptionsDialog.on_vcsUrlEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsUrlEdit_textChanged" /> - <keyword name="SvnNewProjectOptionsDialog.on_vcsUrlEdit_textChanged" id="SvnNewProjectOptionsDialog.on_vcsUrlEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsUrlEdit_textChanged" /> + <keyword name="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" id="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" /> + <keyword name="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" id="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" /> + <keyword name="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" id="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" /> + <keyword name="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" id="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" /> + <keyword name="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" id="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" /> + <keyword name="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" id="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" /> <keyword name="SvnOptionsDialog" id="SvnOptionsDialog" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog" /> <keyword name="SvnOptionsDialog" id="SvnOptionsDialog" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog" /> <keyword name="SvnOptionsDialog (Constructor)" id="SvnOptionsDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.__init__" /> @@ -11123,10 +11112,10 @@ <keyword name="SvnOptionsDialog.getData" id="SvnOptionsDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.getData" /> <keyword name="SvnOptionsDialog.on_protocolCombo_activated" id="SvnOptionsDialog.on_protocolCombo_activated" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.on_protocolCombo_activated" /> <keyword name="SvnOptionsDialog.on_protocolCombo_activated" id="SvnOptionsDialog.on_protocolCombo_activated" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.on_protocolCombo_activated" /> - <keyword name="SvnOptionsDialog.on_vcsUrlButton_clicked" id="SvnOptionsDialog.on_vcsUrlButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.on_vcsUrlButton_clicked" /> - <keyword name="SvnOptionsDialog.on_vcsUrlButton_clicked" id="SvnOptionsDialog.on_vcsUrlButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.on_vcsUrlButton_clicked" /> - <keyword name="SvnOptionsDialog.on_vcsUrlEdit_textChanged" id="SvnOptionsDialog.on_vcsUrlEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.on_vcsUrlEdit_textChanged" /> - <keyword name="SvnOptionsDialog.on_vcsUrlEdit_textChanged" id="SvnOptionsDialog.on_vcsUrlEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.on_vcsUrlEdit_textChanged" /> + <keyword name="SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" id="SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" /> + <keyword name="SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" id="SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" /> + <keyword name="SvnOptionsDialog.on_vcsUrlPicker_textChanged" id="SvnOptionsDialog.on_vcsUrlPicker_textChanged" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.on_vcsUrlPicker_textChanged" /> + <keyword name="SvnOptionsDialog.on_vcsUrlPicker_textChanged" id="SvnOptionsDialog.on_vcsUrlPicker_textChanged" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.on_vcsUrlPicker_textChanged" /> <keyword name="SvnProjectBrowserHelper" id="SvnProjectBrowserHelper" ref="eric6.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper" /> <keyword name="SvnProjectBrowserHelper" id="SvnProjectBrowserHelper" ref="eric6.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper" /> <keyword name="SvnProjectBrowserHelper (Constructor)" id="SvnProjectBrowserHelper (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__init__" /> @@ -11246,7 +11235,6 @@ <keyword name="SvnPropSetDialog (Module)" id="SvnPropSetDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html" /> <keyword name="SvnPropSetDialog.getData" id="SvnPropSetDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html#SvnPropSetDialog.getData" /> <keyword name="SvnPropSetDialog.getData" id="SvnPropSetDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog.getData" /> - <keyword name="SvnPropSetDialog.on_fileButton_clicked" id="SvnPropSetDialog.on_fileButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog.on_fileButton_clicked" /> <keyword name="SvnRelocateDialog" id="SvnRelocateDialog" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html#SvnRelocateDialog" /> <keyword name="SvnRelocateDialog" id="SvnRelocateDialog" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html#SvnRelocateDialog" /> <keyword name="SvnRelocateDialog (Constructor)" id="SvnRelocateDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html#SvnRelocateDialog.__init__" /> @@ -11521,7 +11509,6 @@ <keyword name="SyncDirectorySettingsPage (Module)" id="SyncDirectorySettingsPage (Module)" ref="eric6.Helpviewer.Sync.SyncDirectorySettingsPage.html" /> <keyword name="SyncDirectorySettingsPage.isComplete" id="SyncDirectorySettingsPage.isComplete" ref="eric6.Helpviewer.Sync.SyncDirectorySettingsPage.html#SyncDirectorySettingsPage.isComplete" /> <keyword name="SyncDirectorySettingsPage.nextId" id="SyncDirectorySettingsPage.nextId" ref="eric6.Helpviewer.Sync.SyncDirectorySettingsPage.html#SyncDirectorySettingsPage.nextId" /> - <keyword name="SyncDirectorySettingsPage.on_directoryButton_clicked" id="SyncDirectorySettingsPage.on_directoryButton_clicked" ref="eric6.Helpviewer.Sync.SyncDirectorySettingsPage.html#SyncDirectorySettingsPage.on_directoryButton_clicked" /> <keyword name="SyncEncryptionPage" id="SyncEncryptionPage" ref="eric6.Helpviewer.Sync.SyncEncryptionPage.html#SyncEncryptionPage" /> <keyword name="SyncEncryptionPage (Constructor)" id="SyncEncryptionPage (Constructor)" ref="eric6.Helpviewer.Sync.SyncEncryptionPage.html#SyncEncryptionPage.__init__" /> <keyword name="SyncEncryptionPage (Module)" id="SyncEncryptionPage (Module)" ref="eric6.Helpviewer.Sync.SyncEncryptionPage.html" /> @@ -11973,10 +11960,9 @@ <keyword name="ToolConfigurationDialog.on_changeButton_clicked" id="ToolConfigurationDialog.on_changeButton_clicked" ref="eric6.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_changeButton_clicked" /> <keyword name="ToolConfigurationDialog.on_deleteButton_clicked" id="ToolConfigurationDialog.on_deleteButton_clicked" ref="eric6.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_deleteButton_clicked" /> <keyword name="ToolConfigurationDialog.on_downButton_clicked" id="ToolConfigurationDialog.on_downButton_clicked" ref="eric6.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_downButton_clicked" /> - <keyword name="ToolConfigurationDialog.on_executableButton_clicked" id="ToolConfigurationDialog.on_executableButton_clicked" ref="eric6.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_executableButton_clicked" /> - <keyword name="ToolConfigurationDialog.on_executableEdit_textChanged" id="ToolConfigurationDialog.on_executableEdit_textChanged" ref="eric6.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_executableEdit_textChanged" /> - <keyword name="ToolConfigurationDialog.on_iconButton_clicked" id="ToolConfigurationDialog.on_iconButton_clicked" ref="eric6.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_iconButton_clicked" /> - <keyword name="ToolConfigurationDialog.on_iconEdit_textChanged" id="ToolConfigurationDialog.on_iconEdit_textChanged" ref="eric6.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_iconEdit_textChanged" /> + <keyword name="ToolConfigurationDialog.on_executablePicker_pathSelected" id="ToolConfigurationDialog.on_executablePicker_pathSelected" ref="eric6.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_executablePicker_pathSelected" /> + <keyword name="ToolConfigurationDialog.on_executablePicker_textChanged" id="ToolConfigurationDialog.on_executablePicker_textChanged" ref="eric6.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_executablePicker_textChanged" /> + <keyword name="ToolConfigurationDialog.on_iconPicker_textChanged" id="ToolConfigurationDialog.on_iconPicker_textChanged" ref="eric6.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_iconPicker_textChanged" /> <keyword name="ToolConfigurationDialog.on_menuEdit_textChanged" id="ToolConfigurationDialog.on_menuEdit_textChanged" ref="eric6.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_menuEdit_textChanged" /> <keyword name="ToolConfigurationDialog.on_newButton_clicked" id="ToolConfigurationDialog.on_newButton_clicked" ref="eric6.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_newButton_clicked" /> <keyword name="ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" id="ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" ref="eric6.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" /> @@ -12010,9 +11996,9 @@ <keyword name="TranslationPropertiesDialog.on_exceptFileButton_clicked" id="TranslationPropertiesDialog.on_exceptFileButton_clicked" ref="eric6.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptFileButton_clicked" /> <keyword name="TranslationPropertiesDialog.on_exceptionEdit_textChanged" id="TranslationPropertiesDialog.on_exceptionEdit_textChanged" ref="eric6.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptionEdit_textChanged" /> <keyword name="TranslationPropertiesDialog.on_exceptionsList_currentRowChanged" id="TranslationPropertiesDialog.on_exceptionsList_currentRowChanged" ref="eric6.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptionsList_currentRowChanged" /> - <keyword name="TranslationPropertiesDialog.on_transBinPathButton_clicked" id="TranslationPropertiesDialog.on_transBinPathButton_clicked" ref="eric6.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transBinPathButton_clicked" /> - <keyword name="TranslationPropertiesDialog.on_transPatternButton_clicked" id="TranslationPropertiesDialog.on_transPatternButton_clicked" ref="eric6.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transPatternButton_clicked" /> - <keyword name="TranslationPropertiesDialog.on_transPatternEdit_textChanged" id="TranslationPropertiesDialog.on_transPatternEdit_textChanged" ref="eric6.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transPatternEdit_textChanged" /> + <keyword name="TranslationPropertiesDialog.on_transBinPathPicker_pathSelected" id="TranslationPropertiesDialog.on_transBinPathPicker_pathSelected" ref="eric6.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transBinPathPicker_pathSelected" /> + <keyword name="TranslationPropertiesDialog.on_transPatternPicker_pathSelected" id="TranslationPropertiesDialog.on_transPatternPicker_pathSelected" ref="eric6.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transPatternPicker_pathSelected" /> + <keyword name="TranslationPropertiesDialog.on_transPatternPicker_textChanged" id="TranslationPropertiesDialog.on_transPatternPicker_textChanged" ref="eric6.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transPatternPicker_textChanged" /> <keyword name="TranslationPropertiesDialog.storeData" id="TranslationPropertiesDialog.storeData" ref="eric6.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.storeData" /> <keyword name="TranslationsDict" id="TranslationsDict" ref="eric6.Tools.TRPreviewer.html#TranslationsDict" /> <keyword name="TranslationsDict (Constructor)" id="TranslationsDict (Constructor)" ref="eric6.Tools.TRPreviewer.html#TranslationsDict.__init__" /> @@ -12220,10 +12206,11 @@ <keyword name="UnittestDialog.on_buttonBox_clicked" id="UnittestDialog.on_buttonBox_clicked" ref="eric6.PyUnit.UnittestDialog.html#UnittestDialog.on_buttonBox_clicked" /> <keyword name="UnittestDialog.on_errorsListWidget_currentTextChanged" id="UnittestDialog.on_errorsListWidget_currentTextChanged" ref="eric6.PyUnit.UnittestDialog.html#UnittestDialog.on_errorsListWidget_currentTextChanged" /> <keyword name="UnittestDialog.on_errorsListWidget_itemDoubleClicked" id="UnittestDialog.on_errorsListWidget_itemDoubleClicked" ref="eric6.PyUnit.UnittestDialog.html#UnittestDialog.on_errorsListWidget_itemDoubleClicked" /> - <keyword name="UnittestDialog.on_fileDialogButton_clicked" id="UnittestDialog.on_fileDialogButton_clicked" ref="eric6.PyUnit.UnittestDialog.html#UnittestDialog.on_fileDialogButton_clicked" /> <keyword name="UnittestDialog.on_startButton_clicked" id="UnittestDialog.on_startButton_clicked" ref="eric6.PyUnit.UnittestDialog.html#UnittestDialog.on_startButton_clicked" /> <keyword name="UnittestDialog.on_stopButton_clicked" id="UnittestDialog.on_stopButton_clicked" ref="eric6.PyUnit.UnittestDialog.html#UnittestDialog.on_stopButton_clicked" /> - <keyword name="UnittestDialog.on_testsuiteComboBox_editTextChanged" id="UnittestDialog.on_testsuiteComboBox_editTextChanged" ref="eric6.PyUnit.UnittestDialog.html#UnittestDialog.on_testsuiteComboBox_editTextChanged" /> + <keyword name="UnittestDialog.on_testsuitePicker_aboutToShowPathPickerDialog" id="UnittestDialog.on_testsuitePicker_aboutToShowPathPickerDialog" ref="eric6.PyUnit.UnittestDialog.html#UnittestDialog.on_testsuitePicker_aboutToShowPathPickerDialog" /> + <keyword name="UnittestDialog.on_testsuitePicker_editTextChanged" id="UnittestDialog.on_testsuitePicker_editTextChanged" ref="eric6.PyUnit.UnittestDialog.html#UnittestDialog.on_testsuitePicker_editTextChanged" /> + <keyword name="UnittestDialog.on_testsuitePicker_pathSelected" id="UnittestDialog.on_testsuitePicker_pathSelected" ref="eric6.PyUnit.UnittestDialog.html#UnittestDialog.on_testsuitePicker_pathSelected" /> <keyword name="UnittestDialog.testErrored" id="UnittestDialog.testErrored" ref="eric6.PyUnit.UnittestDialog.html#UnittestDialog.testErrored" /> <keyword name="UnittestDialog.testFailed" id="UnittestDialog.testFailed" ref="eric6.PyUnit.UnittestDialog.html#UnittestDialog.testFailed" /> <keyword name="UnittestDialog.testFailedExpected" id="UnittestDialog.testFailedExpected" ref="eric6.PyUnit.UnittestDialog.html#UnittestDialog.testFailedExpected" />
--- a/Documentation/Source/eric6.Debugger.EditBreakpointDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Debugger.EditBreakpointDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -66,10 +66,7 @@ <td><a href="#EditBreakpointDialog.getData">getData</a></td> <td>Public method to retrieve the entered data.</td> </tr><tr> -<td><a href="#EditBreakpointDialog.on_fileButton_clicked">on_fileButton_clicked</a></td> -<td>Private slot to select a file via a file selection dialog.</td> -</tr><tr> -<td><a href="#EditBreakpointDialog.on_filenameCombo_editTextChanged">on_filenameCombo_editTextChanged</a></td> +<td><a href="#EditBreakpointDialog.on_filenamePicker_editTextChanged">on_filenamePicker_editTextChanged</a></td> <td>Private slot to handle the change of the filename.</td> </tr> </table> @@ -134,14 +131,9 @@ a tuple containing the breakpoints new properties (condition, temporary flag, enabled flag, ignore count) </dd> -</dl><a NAME="EditBreakpointDialog.on_fileButton_clicked" ID="EditBreakpointDialog.on_fileButton_clicked"></a> -<h4>EditBreakpointDialog.on_fileButton_clicked</h4> -<b>on_fileButton_clicked</b>(<i></i>) -<p> - Private slot to select a file via a file selection dialog. -</p><a NAME="EditBreakpointDialog.on_filenameCombo_editTextChanged" ID="EditBreakpointDialog.on_filenameCombo_editTextChanged"></a> -<h4>EditBreakpointDialog.on_filenameCombo_editTextChanged</h4> -<b>on_filenameCombo_editTextChanged</b>(<i>fn</i>) +</dl><a NAME="EditBreakpointDialog.on_filenamePicker_editTextChanged" ID="EditBreakpointDialog.on_filenamePicker_editTextChanged"></a> +<h4>EditBreakpointDialog.on_filenamePicker_editTextChanged</h4> +<b>on_filenamePicker_editTextChanged</b>(<i>fn</i>) <p> Private slot to handle the change of the filename. </p><dl>
--- a/Documentation/Source/eric6.Debugger.StartDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Debugger.StartDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -86,9 +86,6 @@ <td><a href="#StartDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> <td>Private slot called by a button of the button box clicked.</td> </tr><tr> -<td><a href="#StartDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> -<td>Private method used to open a directory selection dialog.</td> -</tr><tr> <td><a href="#StartDialog.on_modFuncCombo_editTextChanged">on_modFuncCombo_editTextChanged</a></td> <td>Private slot to enable/disable the OK button.</td> </tr> @@ -235,12 +232,7 @@ <dd> button that was clicked (QAbstractButton) </dd> -</dl><a NAME="StartDialog.on_dirButton_clicked" ID="StartDialog.on_dirButton_clicked"></a> -<h4>StartDialog.on_dirButton_clicked</h4> -<b>on_dirButton_clicked</b>(<i></i>) -<p> - Private method used to open a directory selection dialog. -</p><a NAME="StartDialog.on_modFuncCombo_editTextChanged" ID="StartDialog.on_modFuncCombo_editTextChanged"></a> +</dl><a NAME="StartDialog.on_modFuncCombo_editTextChanged" ID="StartDialog.on_modFuncCombo_editTextChanged"></a> <h4>StartDialog.on_modFuncCombo_editTextChanged</h4> <b>on_modFuncCombo_editTextChanged</b>(<i></i>) <p>
--- a/Documentation/Source/eric6.E5Gui.E5Completers.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.E5Gui.E5Completers.html Sat Dec 05 13:03:19 2015 +0100 @@ -65,6 +65,12 @@ <tr> <td><a href="#E5DirCompleter.__init__">E5DirCompleter</a></td> <td>Constructor</td> +</tr><tr> +<td><a href="#E5DirCompleter.rootPath">rootPath</a></td> +<td>Public method to get the root path of the model.</td> +</tr><tr> +<td><a href="#E5DirCompleter.setRootPath">setRootPath</a></td> +<td>Public method to set the root path of the model.</td> </tr> </table> <h3>Static Methods</h3> @@ -89,6 +95,31 @@ flag indicating to show hidden entries as well (boolean) </dd> +</dl><a NAME="E5DirCompleter.rootPath" ID="E5DirCompleter.rootPath"></a> +<h4>E5DirCompleter.rootPath</h4> +<b>rootPath</b>(<i></i>) +<p> + Public method to get the root path of the model. +</p><dl> +<dt>Returns:</dt> +<dd> +root path of the model +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="E5DirCompleter.setRootPath" ID="E5DirCompleter.setRootPath"></a> +<h4>E5DirCompleter.setRootPath</h4> +<b>setRootPath</b>(<i>path</i>) +<p> + Public method to set the root path of the model. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +root path for the model +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> @@ -112,6 +143,12 @@ <tr> <td><a href="#E5FileCompleter.__init__">E5FileCompleter</a></td> <td>Constructor</td> +</tr><tr> +<td><a href="#E5FileCompleter.rootPath">rootPath</a></td> +<td>Public method to get the root path of the model.</td> +</tr><tr> +<td><a href="#E5FileCompleter.setRootPath">setRootPath</a></td> +<td>Public method to set the root path of the model.</td> </tr> </table> <h3>Static Methods</h3> @@ -136,6 +173,31 @@ flag indicating to show hidden entries as well (boolean) </dd> +</dl><a NAME="E5FileCompleter.rootPath" ID="E5FileCompleter.rootPath"></a> +<h4>E5FileCompleter.rootPath</h4> +<b>rootPath</b>(<i></i>) +<p> + Public method to get the root path of the model. +</p><dl> +<dt>Returns:</dt> +<dd> +root path of the model +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="E5FileCompleter.setRootPath" ID="E5FileCompleter.setRootPath"></a> +<h4>E5FileCompleter.setRootPath</h4> +<b>setRootPath</b>(<i>path</i>) +<p> + Public method to set the root path of the model. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +root path for the model +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr />
--- a/Documentation/Source/eric6.E5Gui.E5PathPicker.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.E5Gui.E5PathPicker.html Sat Dec 05 13:03:19 2015 +0100 @@ -30,6 +30,9 @@ <h3>Classes</h3> <table> <tr> +<td><a href="#E5ComboPathPicker">E5ComboPathPicker</a></td> +<td>Class implementing a path picker widget consisting of a combobox and a tool button to open a file dialog.</td> +</tr><tr> <td><a href="#E5PathPicker">E5PathPicker</a></td> <td>Class implementing a path picker widget consisting of a line edit and a tool button to open a file dialog.</td> </tr><tr> @@ -42,6 +45,531 @@ <tr><td>None</td></tr> </table> <hr /><hr /> +<a NAME="E5ComboPathPicker" ID="E5ComboPathPicker"></a> +<h2>E5ComboPathPicker</h2> +<p> + Class implementing a path picker widget consisting of a combobox and a + tool button to open a file dialog. +</p><h3>Signals</h3> +<dl> +<dt>aboutToShowPathPickerDialog</dt> +<dd> +emitted before the file dialog is shown +</dd><dt>editTextChanged(path)</dt> +<dd> +emitted when the entered path has changed +</dd><dt>pathSelected(path)</dt> +<dd> +emitted after a path has been selected via the + file dialog +</dd><dt>pickerButtonClicked</dt> +<dd> +emitted when the picker button was pressed and + the widget mode is custom +</dd> +</dl> +<h3>Derived from</h3> +QWidget +<h3>Class Attributes</h3> +<table> +<tr><td>DefaultMode</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#E5ComboPathPicker.__init__">E5ComboPathPicker</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.__showPathPickerDialog">__showPathPickerDialog</a></td> +<td>Private slot to show the path picker dialog.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.addItem">addItem</a></td> +<td>Public method to add a paths to the current list.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.addItems">addItems</a></td> +<td>Public method to add paths to the current list.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.buttonToolTip">buttonToolTip</a></td> +<td>Public method to get the tool button tool tip.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.clear">clear</a></td> +<td>Public method to clear the list of paths.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.clearEditText">clearEditText</a></td> +<td>Public method to clear the current path.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.currentText">currentText</a></td> +<td>Public method to get the current path.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.defaultDirectory">defaultDirectory</a></td> +<td>Public method to get the default directory.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.editorEnabled">editorEnabled</a></td> +<td>Public method to get the path editor's enabled state.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.editorToolTip">editorToolTip</a></td> +<td>Public method to get the editor tool tip.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.filters">filters</a></td> +<td>Public methods to get the filter string.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.firstPath">firstPath</a></td> +<td>Public method to get the first path of a list of entered paths.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.isPickerEnabled">isPickerEnabled</a></td> +<td>Public method to get the file dialog button enabled state.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.lastPath">lastPath</a></td> +<td>Public method to get the last path of a list of entered paths.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.mode">mode</a></td> +<td>Public method to get the path picker mode.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.path">path</a></td> +<td>Public method to get the current path.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.paths">paths</a></td> +<td>Public method to get the list of entered paths.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.setButtonToolTip">setButtonToolTip</a></td> +<td>Public method to set the tool button tool tip.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.setCurrentIndex">setCurrentIndex</a></td> +<td>Public slot to set the current index.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.setDefaultDirectory">setDefaultDirectory</a></td> +<td>Public method to set the default directory.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.setEditText">setEditText</a></td> +<td>Public method to set the current path.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.setEditorEnabled">setEditorEnabled</a></td> +<td>Public method to set the path editor's enabled state.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.setEditorToolTip">setEditorToolTip</a></td> +<td>Public method to set the editor tool tip.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.setFilters">setFilters</a></td> +<td>Public method to set the filters for the path picker dialog.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.setInsertPolicy">setInsertPolicy</a></td> +<td>Public method to set the insertion policy of the combo box.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.setMode">setMode</a></td> +<td>Public method to set the path picker mode.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.setPath">setPath</a></td> +<td>Public method to set the current path.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.setPathsList">setPathsList</a></td> +<td>Public method to set the paths list.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.setPickerEnabled">setPickerEnabled</a></td> +<td>Public method to set the enabled state of the file dialog button.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.setSizeAdjustPolicy">setSizeAdjustPolicy</a></td> +<td>Public method to set the size adjust policy of the combo box.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.setWindowTitle">setWindowTitle</a></td> +<td>Public method to set the path picker dialog window title.</td> +</tr><tr> +<td><a href="#E5ComboPathPicker.windowTitle">windowTitle</a></td> +<td>Public method to get the path picker dialog's window title.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="E5ComboPathPicker.__init__" ID="E5ComboPathPicker.__init__"></a> +<h4>E5ComboPathPicker (Constructor)</h4> +<b>E5ComboPathPicker</b>(<i>parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>parent</i> (QWidget)</dt> +<dd> +reference to the parent widget +</dd> +</dl><a NAME="E5ComboPathPicker.__showPathPickerDialog" ID="E5ComboPathPicker.__showPathPickerDialog"></a> +<h4>E5ComboPathPicker.__showPathPickerDialog</h4> +<b>__showPathPickerDialog</b>(<i></i>) +<p> + Private slot to show the path picker dialog. +</p><a NAME="E5ComboPathPicker.addItem" ID="E5ComboPathPicker.addItem"></a> +<h4>E5ComboPathPicker.addItem</h4> +<b>addItem</b>(<i>path</i>) +<p> + Public method to add a paths to the current list. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +path to add +</dd> +</dl><a NAME="E5ComboPathPicker.addItems" ID="E5ComboPathPicker.addItems"></a> +<h4>E5ComboPathPicker.addItems</h4> +<b>addItems</b>(<i>pathsList</i>) +<p> + Public method to add paths to the current list. +</p><dl> +<dt><i>pathsList</i> (list of str)</dt> +<dd> +list of paths to add +</dd> +</dl><a NAME="E5ComboPathPicker.buttonToolTip" ID="E5ComboPathPicker.buttonToolTip"></a> +<h4>E5ComboPathPicker.buttonToolTip</h4> +<b>buttonToolTip</b>(<i></i>) +<p> + Public method to get the tool button tool tip. +</p><dl> +<dt>Returns:</dt> +<dd> +tool tip text +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="E5ComboPathPicker.clear" ID="E5ComboPathPicker.clear"></a> +<h4>E5ComboPathPicker.clear</h4> +<b>clear</b>(<i></i>) +<p> + Public method to clear the list of paths. +</p><a NAME="E5ComboPathPicker.clearEditText" ID="E5ComboPathPicker.clearEditText"></a> +<h4>E5ComboPathPicker.clearEditText</h4> +<b>clearEditText</b>(<i></i>) +<p> + Public method to clear the current path. +</p><a NAME="E5ComboPathPicker.currentText" ID="E5ComboPathPicker.currentText"></a> +<h4>E5ComboPathPicker.currentText</h4> +<b>currentText</b>(<i></i>) +<p> + Public method to get the current path. +</p><dl> +<dt>Returns:</dt> +<dd> +current path +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="E5ComboPathPicker.defaultDirectory" ID="E5ComboPathPicker.defaultDirectory"></a> +<h4>E5ComboPathPicker.defaultDirectory</h4> +<b>defaultDirectory</b>(<i></i>) +<p> + Public method to get the default directory. +</p><dl> +<dt>Returns:</dt> +<dd> +default directory +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="E5ComboPathPicker.editorEnabled" ID="E5ComboPathPicker.editorEnabled"></a> +<h4>E5ComboPathPicker.editorEnabled</h4> +<b>editorEnabled</b>(<i></i>) +<p> + Public method to get the path editor's enabled state. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating the enabled state +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl><a NAME="E5ComboPathPicker.editorToolTip" ID="E5ComboPathPicker.editorToolTip"></a> +<h4>E5ComboPathPicker.editorToolTip</h4> +<b>editorToolTip</b>(<i></i>) +<p> + Public method to get the editor tool tip. +</p><dl> +<dt>Returns:</dt> +<dd> +tool tip text +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="E5ComboPathPicker.filters" ID="E5ComboPathPicker.filters"></a> +<h4>E5ComboPathPicker.filters</h4> +<b>filters</b>(<i></i>) +<p> + Public methods to get the filter string. +</p><dl> +<dt>Returns:</dt> +<dd> +filter string +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="E5ComboPathPicker.firstPath" ID="E5ComboPathPicker.firstPath"></a> +<h4>E5ComboPathPicker.firstPath</h4> +<b>firstPath</b>(<i></i>) +<p> + Public method to get the first path of a list of entered paths. +</p><dl> +<dt>Returns:</dt> +<dd> +first path +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="E5ComboPathPicker.isPickerEnabled" ID="E5ComboPathPicker.isPickerEnabled"></a> +<h4>E5ComboPathPicker.isPickerEnabled</h4> +<b>isPickerEnabled</b>(<i></i>) +<p> + Public method to get the file dialog button enabled state. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating the enabled state +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl><a NAME="E5ComboPathPicker.lastPath" ID="E5ComboPathPicker.lastPath"></a> +<h4>E5ComboPathPicker.lastPath</h4> +<b>lastPath</b>(<i></i>) +<p> + Public method to get the last path of a list of entered paths. +</p><dl> +<dt>Returns:</dt> +<dd> +first path +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="E5ComboPathPicker.mode" ID="E5ComboPathPicker.mode"></a> +<h4>E5ComboPathPicker.mode</h4> +<b>mode</b>(<i></i>) +<p> + Public method to get the path picker mode. +</p><dl> +<dt>Returns:</dt> +<dd> +path picker mode +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +E5PathPickerModes +</dd> +</dl><a NAME="E5ComboPathPicker.path" ID="E5ComboPathPicker.path"></a> +<h4>E5ComboPathPicker.path</h4> +<b>path</b>(<i></i>) +<p> + Public method to get the current path. +</p><dl> +<dt>Returns:</dt> +<dd> +current path +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="E5ComboPathPicker.paths" ID="E5ComboPathPicker.paths"></a> +<h4>E5ComboPathPicker.paths</h4> +<b>paths</b>(<i></i>) +<p> + Public method to get the list of entered paths. +</p><dl> +<dt>Returns:</dt> +<dd> +entered paths +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +list of str +</dd> +</dl><a NAME="E5ComboPathPicker.setButtonToolTip" ID="E5ComboPathPicker.setButtonToolTip"></a> +<h4>E5ComboPathPicker.setButtonToolTip</h4> +<b>setButtonToolTip</b>(<i>tooltip</i>) +<p> + Public method to set the tool button tool tip. +</p><dl> +<dt><i>tooltip</i> (str)</dt> +<dd> +text to be set as a tool tip +</dd> +</dl><a NAME="E5ComboPathPicker.setCurrentIndex" ID="E5ComboPathPicker.setCurrentIndex"></a> +<h4>E5ComboPathPicker.setCurrentIndex</h4> +<b>setCurrentIndex</b>(<i>index</i>) +<p> + Public slot to set the current index. +</p><dl> +<dt><i>index</i> (int)</dt> +<dd> +index of the item to set current +</dd> +</dl><a NAME="E5ComboPathPicker.setDefaultDirectory" ID="E5ComboPathPicker.setDefaultDirectory"></a> +<h4>E5ComboPathPicker.setDefaultDirectory</h4> +<b>setDefaultDirectory</b>(<i>directory</i>) +<p> + Public method to set the default directory. +</p><dl> +<dt><i>directory</i> (str)</dt> +<dd> +default directory +</dd> +</dl><a NAME="E5ComboPathPicker.setEditText" ID="E5ComboPathPicker.setEditText"></a> +<h4>E5ComboPathPicker.setEditText</h4> +<b>setEditText</b>(<i>path</i>) +<p> + Public method to set the current path. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +path to be set +</dd> +</dl><a NAME="E5ComboPathPicker.setEditorEnabled" ID="E5ComboPathPicker.setEditorEnabled"></a> +<h4>E5ComboPathPicker.setEditorEnabled</h4> +<b>setEditorEnabled</b>(<i>enable</i>) +<p> + Public method to set the path editor's enabled state. +</p><dl> +<dt><i>enable</i> (bool)</dt> +<dd> +flag indicating the enable state +</dd> +</dl><a NAME="E5ComboPathPicker.setEditorToolTip" ID="E5ComboPathPicker.setEditorToolTip"></a> +<h4>E5ComboPathPicker.setEditorToolTip</h4> +<b>setEditorToolTip</b>(<i>tooltip</i>) +<p> + Public method to set the editor tool tip. +</p><dl> +<dt><i>tooltip</i> (str)</dt> +<dd> +text to be set as a tool tip +</dd> +</dl><a NAME="E5ComboPathPicker.setFilters" ID="E5ComboPathPicker.setFilters"></a> +<h4>E5ComboPathPicker.setFilters</h4> +<b>setFilters</b>(<i>filters</i>) +<p> + Public method to set the filters for the path picker dialog. +</p><p> + Note: Multiple filters must be separated by ';;'. +</p><dl> +<dt><i>filters</i> (str)</dt> +<dd> +string containing the file filters +</dd> +</dl><a NAME="E5ComboPathPicker.setInsertPolicy" ID="E5ComboPathPicker.setInsertPolicy"></a> +<h4>E5ComboPathPicker.setInsertPolicy</h4> +<b>setInsertPolicy</b>(<i>policy</i>) +<p> + Public method to set the insertion policy of the combo box. +</p><dl> +<dt><i>policy</i> (QComboBox.InsertPolicy)</dt> +<dd> +insertion policy +</dd> +</dl><a NAME="E5ComboPathPicker.setMode" ID="E5ComboPathPicker.setMode"></a> +<h4>E5ComboPathPicker.setMode</h4> +<b>setMode</b>(<i>mode</i>) +<p> + Public method to set the path picker mode. +</p><dl> +<dt><i>mode</i> (E5PathPickerModes)</dt> +<dd> +picker mode +</dd> +</dl><a NAME="E5ComboPathPicker.setPath" ID="E5ComboPathPicker.setPath"></a> +<h4>E5ComboPathPicker.setPath</h4> +<b>setPath</b>(<i>path</i>) +<p> + Public method to set the current path. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +path to be set +</dd> +</dl><a NAME="E5ComboPathPicker.setPathsList" ID="E5ComboPathPicker.setPathsList"></a> +<h4>E5ComboPathPicker.setPathsList</h4> +<b>setPathsList</b>(<i>pathsList</i>) +<p> + Public method to set the paths list. +</p><dl> +<dt><i>pathsList</i> (list of str)</dt> +<dd> +list of paths +</dd> +</dl><a NAME="E5ComboPathPicker.setPickerEnabled" ID="E5ComboPathPicker.setPickerEnabled"></a> +<h4>E5ComboPathPicker.setPickerEnabled</h4> +<b>setPickerEnabled</b>(<i>enable</i>) +<p> + Public method to set the enabled state of the file dialog button. +</p><dl> +<dt><i>enable</i> (bool)</dt> +<dd> +flag indicating the enabled state +</dd> +</dl><a NAME="E5ComboPathPicker.setSizeAdjustPolicy" ID="E5ComboPathPicker.setSizeAdjustPolicy"></a> +<h4>E5ComboPathPicker.setSizeAdjustPolicy</h4> +<b>setSizeAdjustPolicy</b>(<i>policy</i>) +<p> + Public method to set the size adjust policy of the combo box. +</p><dl> +<dt><i>policy</i> (QComboBox.SizeAdjustPolicy)</dt> +<dd> +size adjust policy +</dd> +</dl><a NAME="E5ComboPathPicker.setWindowTitle" ID="E5ComboPathPicker.setWindowTitle"></a> +<h4>E5ComboPathPicker.setWindowTitle</h4> +<b>setWindowTitle</b>(<i>title</i>) +<p> + Public method to set the path picker dialog window title. +</p><dl> +<dt><i>title</i> (str)</dt> +<dd> +window title +</dd> +</dl><a NAME="E5ComboPathPicker.windowTitle" ID="E5ComboPathPicker.windowTitle"></a> +<h4>E5ComboPathPicker.windowTitle</h4> +<b>windowTitle</b>(<i></i>) +<p> + Public method to get the path picker dialog's window title. +</p><dl> +<dt>Returns:</dt> +<dd> +window title +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="E5PathPicker" ID="E5PathPicker"></a> <h2>E5PathPicker</h2> <p> @@ -49,7 +577,18 @@ tool button to open a file dialog. </p><h3>Signals</h3> <dl> -<dt>textChanged(path)</dt> +<dt>aboutToShowPathPickerDialog</dt> +<dd> +emitted before the file dialog is shown +</dd><dt>pathSelected(path)</dt> +<dd> +emitted after a path has been selected via the + file dialog +</dd><dt>pickerButtonClicked</dt> +<dd> +emitted when the picker button was pressed and + the widget mode is custom +</dd><dt>textChanged(path)</dt> <dd> emitted when the entered path has changed </dd> @@ -70,6 +609,9 @@ <td><a href="#E5PathPicker.__init__">E5PathPicker</a></td> <td>Constructor</td> </tr><tr> +<td><a href="#E5PathPicker.__pathEdited">__pathEdited</a></td> +<td>Private slot handling editing of the path.</td> +</tr><tr> <td><a href="#E5PathPicker.__showPathPickerDialog">__showPathPickerDialog</a></td> <td>Private slot to show the path picker dialog.</td> </tr><tr> @@ -91,12 +633,24 @@ <td><a href="#E5PathPicker.filters">filters</a></td> <td>Public methods to get the filter string.</td> </tr><tr> +<td><a href="#E5PathPicker.firstPath">firstPath</a></td> +<td>Public method to get the first path of a list of entered paths.</td> +</tr><tr> +<td><a href="#E5PathPicker.isPickerEnabled">isPickerEnabled</a></td> +<td>Public method to get the file dialog button enabled state.</td> +</tr><tr> +<td><a href="#E5PathPicker.lastPath">lastPath</a></td> +<td>Public method to get the last path of a list of entered paths.</td> +</tr><tr> <td><a href="#E5PathPicker.mode">mode</a></td> <td>Public method to get the path picker mode.</td> </tr><tr> <td><a href="#E5PathPicker.path">path</a></td> <td>Public method to get the current path.</td> </tr><tr> +<td><a href="#E5PathPicker.paths">paths</a></td> +<td>Public method to get the list of entered paths.</td> +</tr><tr> <td><a href="#E5PathPicker.setButtonToolTip">setButtonToolTip</a></td> <td>Public method to set the tool button tool tip.</td> </tr><tr> @@ -115,9 +669,15 @@ <td><a href="#E5PathPicker.setMode">setMode</a></td> <td>Public method to set the path picker mode.</td> </tr><tr> +<td><a href="#E5PathPicker.setNameFilters">setNameFilters</a></td> +<td>Public method to set the name filters for the completer.</td> +</tr><tr> <td><a href="#E5PathPicker.setPath">setPath</a></td> <td>Public method to set the current path.</td> </tr><tr> +<td><a href="#E5PathPicker.setPickerEnabled">setPickerEnabled</a></td> +<td>Public method to set the enabled state of the file dialog button.</td> +</tr><tr> <td><a href="#E5PathPicker.setText">setText</a></td> <td>Public method to set the current path.</td> </tr><tr> @@ -145,6 +705,16 @@ <dd> reference to the parent widget </dd> +</dl><a NAME="E5PathPicker.__pathEdited" ID="E5PathPicker.__pathEdited"></a> +<h4>E5PathPicker.__pathEdited</h4> +<b>__pathEdited</b>(<i>path</i>) +<p> + Private slot handling editing of the path. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +current text of the path line edit +</dd> </dl><a NAME="E5PathPicker.__showPathPickerDialog" ID="E5PathPicker.__showPathPickerDialog"></a> <h4>E5PathPicker.__showPathPickerDialog</h4> <b>__showPathPickerDialog</b>(<i></i>) @@ -230,6 +800,51 @@ <dd> str </dd> +</dl><a NAME="E5PathPicker.firstPath" ID="E5PathPicker.firstPath"></a> +<h4>E5PathPicker.firstPath</h4> +<b>firstPath</b>(<i></i>) +<p> + Public method to get the first path of a list of entered paths. +</p><dl> +<dt>Returns:</dt> +<dd> +first path +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="E5PathPicker.isPickerEnabled" ID="E5PathPicker.isPickerEnabled"></a> +<h4>E5PathPicker.isPickerEnabled</h4> +<b>isPickerEnabled</b>(<i></i>) +<p> + Public method to get the file dialog button enabled state. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating the enabled state +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl><a NAME="E5PathPicker.lastPath" ID="E5PathPicker.lastPath"></a> +<h4>E5PathPicker.lastPath</h4> +<b>lastPath</b>(<i></i>) +<p> + Public method to get the last path of a list of entered paths. +</p><dl> +<dt>Returns:</dt> +<dd> +first path +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> </dl><a NAME="E5PathPicker.mode" ID="E5PathPicker.mode"></a> <h4>E5PathPicker.mode</h4> <b>mode</b>(<i></i>) @@ -260,6 +875,21 @@ <dd> str </dd> +</dl><a NAME="E5PathPicker.paths" ID="E5PathPicker.paths"></a> +<h4>E5PathPicker.paths</h4> +<b>paths</b>(<i></i>) +<p> + Public method to get the list of entered paths. +</p><dl> +<dt>Returns:</dt> +<dd> +entered paths +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +list of str +</dd> </dl><a NAME="E5PathPicker.setButtonToolTip" ID="E5PathPicker.setButtonToolTip"></a> <h4>E5PathPicker.setButtonToolTip</h4> <b>setButtonToolTip</b>(<i>tooltip</i>) @@ -322,6 +952,16 @@ <dd> picker mode </dd> +</dl><a NAME="E5PathPicker.setNameFilters" ID="E5PathPicker.setNameFilters"></a> +<h4>E5PathPicker.setNameFilters</h4> +<b>setNameFilters</b>(<i>filters</i>) +<p> + Public method to set the name filters for the completer. +</p><dl> +<dt><i>filters</i> (list of str)</dt> +<dd> +list of file name filters +</dd> </dl><a NAME="E5PathPicker.setPath" ID="E5PathPicker.setPath"></a> <h4>E5PathPicker.setPath</h4> <b>setPath</b>(<i>path</i>) @@ -332,6 +972,16 @@ <dd> path to be set </dd> +</dl><a NAME="E5PathPicker.setPickerEnabled" ID="E5PathPicker.setPickerEnabled"></a> +<h4>E5PathPicker.setPickerEnabled</h4> +<b>setPickerEnabled</b>(<i>enable</i>) +<p> + Public method to set the enabled state of the file dialog button. +</p><dl> +<dt><i>enable</i> (bool)</dt> +<dd> +flag indicating the enabled state +</dd> </dl><a NAME="E5PathPicker.setText" ID="E5PathPicker.setText"></a> <h4>E5PathPicker.setText</h4> <b>setText</b>(<i>path</i>) @@ -394,7 +1044,7 @@ Enum <h3>Class Attributes</h3> <table> -<tr><td>DiretoryMode</td></tr><tr><td>OpenFileMode</td></tr><tr><td>OpenFilesMode</td></tr><tr><td>SaveFileMode</td></tr> +<tr><td>CustomMode</td></tr><tr><td>DirectoryMode</td></tr><tr><td>NoMode</td></tr><tr><td>OpenFileMode</td></tr><tr><td>OpenFilesMode</td></tr><tr><td>SaveFileEnsureExtensionMode</td></tr><tr><td>SaveFileMode</td></tr> </table> <h3>Class Methods</h3> <table>
--- a/Documentation/Source/eric6.Helpviewer.Bookmarks.BookmarksImportDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Helpviewer.Bookmarks.BookmarksImportDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -69,11 +69,8 @@ <td><a href="#BookmarksImportDialog.on_cancelButton_clicked">on_cancelButton_clicked</a></td> <td>Private slot documentation goes here.</td> </tr><tr> -<td><a href="#BookmarksImportDialog.on_chooseButton_clicked">on_chooseButton_clicked</a></td> -<td>Private slot to choose the bookmarks file or directory.</td> -</tr><tr> -<td><a href="#BookmarksImportDialog.on_fileEdit_textChanged">on_fileEdit_textChanged</a></td> -<td>Private slot handling changes of the file to import bookmarks from.</td> +<td><a href="#BookmarksImportDialog.on_filePicker_textChanged">on_filePicker_textChanged</a></td> +<td>Private slot handling changes of the file to import bookmarks form.</td> </tr><tr> <td><a href="#BookmarksImportDialog.on_nextButton_clicked">on_nextButton_clicked</a></td> <td>Private slot to switch to the next page.</td> @@ -116,16 +113,11 @@ <b>on_cancelButton_clicked</b>(<i></i>) <p> Private slot documentation goes here. -</p><a NAME="BookmarksImportDialog.on_chooseButton_clicked" ID="BookmarksImportDialog.on_chooseButton_clicked"></a> -<h4>BookmarksImportDialog.on_chooseButton_clicked</h4> -<b>on_chooseButton_clicked</b>(<i></i>) +</p><a NAME="BookmarksImportDialog.on_filePicker_textChanged" ID="BookmarksImportDialog.on_filePicker_textChanged"></a> +<h4>BookmarksImportDialog.on_filePicker_textChanged</h4> +<b>on_filePicker_textChanged</b>(<i>txt</i>) <p> - Private slot to choose the bookmarks file or directory. -</p><a NAME="BookmarksImportDialog.on_fileEdit_textChanged" ID="BookmarksImportDialog.on_fileEdit_textChanged"></a> -<h4>BookmarksImportDialog.on_fileEdit_textChanged</h4> -<b>on_fileEdit_textChanged</b>(<i>txt</i>) -<p> - Private slot handling changes of the file to import bookmarks from. + Private slot handling changes of the file to import bookmarks form. </p><dl> <dt><i>txt</i></dt> <dd>
--- a/Documentation/Source/eric6.Helpviewer.Sync.SyncDirectorySettingsPage.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Helpviewer.Sync.SyncDirectorySettingsPage.html Sat Dec 05 13:03:19 2015 +0100 @@ -65,9 +65,6 @@ </tr><tr> <td><a href="#SyncDirectorySettingsPage.nextId">nextId</a></td> <td>Public method returning the ID of the next wizard page.</td> -</tr><tr> -<td><a href="#SyncDirectorySettingsPage.on_directoryButton_clicked">on_directoryButton_clicked</a></td> -<td>Private slot to select the shared directory via a directory selection dialog.</td> </tr> </table> <h3>Static Methods</h3> @@ -104,13 +101,7 @@ <dd> next wizard page ID (integer) </dd> -</dl><a NAME="SyncDirectorySettingsPage.on_directoryButton_clicked" ID="SyncDirectorySettingsPage.on_directoryButton_clicked"></a> -<h4>SyncDirectorySettingsPage.on_directoryButton_clicked</h4> -<b>on_directoryButton_clicked</b>(<i></i>) -<p> - Private slot to select the shared directory via a directory selection - dialog. -</p> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file
--- a/Documentation/Source/eric6.MultiProject.AddProjectDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.MultiProject.AddProjectDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -66,10 +66,7 @@ <td><a href="#AddProjectDialog.getData">getData</a></td> <td>Public slot to retrieve the dialogs data.</td> </tr><tr> -<td><a href="#AddProjectDialog.on_fileButton_clicked">on_fileButton_clicked</a></td> -<td>Private slot to display a file selection dialog.</td> -</tr><tr> -<td><a href="#AddProjectDialog.on_filenameEdit_textChanged">on_filenameEdit_textChanged</a></td> +<td><a href="#AddProjectDialog.on_filenamePicker_textChanged">on_filenamePicker_textChanged</a></td> <td>Private slot called when the project filename has changed.</td> </tr><tr> <td><a href="#AddProjectDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td> @@ -117,14 +114,9 @@ telling whether the project shall be the main project, a short description for the project and the project category </dd> -</dl><a NAME="AddProjectDialog.on_fileButton_clicked" ID="AddProjectDialog.on_fileButton_clicked"></a> -<h4>AddProjectDialog.on_fileButton_clicked</h4> -<b>on_fileButton_clicked</b>(<i></i>) -<p> - Private slot to display a file selection dialog. -</p><a NAME="AddProjectDialog.on_filenameEdit_textChanged" ID="AddProjectDialog.on_filenameEdit_textChanged"></a> -<h4>AddProjectDialog.on_filenameEdit_textChanged</h4> -<b>on_filenameEdit_textChanged</b>(<i>txt</i>) +</dl><a NAME="AddProjectDialog.on_filenamePicker_textChanged" ID="AddProjectDialog.on_filenamePicker_textChanged"></a> +<h4>AddProjectDialog.on_filenamePicker_textChanged</h4> +<b>on_filenamePicker_textChanged</b>(<i>txt</i>) <p> Private slot called when the project filename has changed. </p><dl>
--- a/Documentation/Source/eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -75,13 +75,16 @@ <td><a href="#EricapiConfigDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> <td>Private slot to delete the currently selected directory of the listbox.</td> </tr><tr> -<td><a href="#EricapiConfigDialog.on_ignoreDirButton_clicked">on_ignoreDirButton_clicked</a></td> -<td>Private slot to select a directory to be ignored.</td> +<td><a href="#EricapiConfigDialog.on_ignoreDirPicker_pathSelected">on_ignoreDirPicker_pathSelected</a></td> +<td>Private slot handling the selection of a directory to be ignored.</td> </tr><tr> -<td><a href="#EricapiConfigDialog.on_outputFileButton_clicked">on_outputFileButton_clicked</a></td> -<td>Private slot to select the output file.</td> +<td><a href="#EricapiConfigDialog.on_outputFilePicker_aboutToShowPathPickerDialog">on_outputFilePicker_aboutToShowPathPickerDialog</a></td> +<td>Private slot called before the file selection dialog is shown.</td> </tr><tr> -<td><a href="#EricapiConfigDialog.on_outputFileEdit_textChanged">on_outputFileEdit_textChanged</a></td> +<td><a href="#EricapiConfigDialog.on_outputFilePicker_pathSelected">on_outputFilePicker_pathSelected</a></td> +<td>Private slot handling the selection of an output file.</td> +</tr><tr> +<td><a href="#EricapiConfigDialog.on_outputFilePicker_textChanged">on_outputFilePicker_textChanged</a></td> <td>Private slot to enable/disable the "OK" button.</td> </tr> </table> @@ -150,25 +153,34 @@ <b>on_deleteButton_clicked</b>(<i></i>) <p> Private slot to delete the currently selected directory of the listbox. -</p><a NAME="EricapiConfigDialog.on_ignoreDirButton_clicked" ID="EricapiConfigDialog.on_ignoreDirButton_clicked"></a> -<h4>EricapiConfigDialog.on_ignoreDirButton_clicked</h4> -<b>on_ignoreDirButton_clicked</b>(<i></i>) +</p><a NAME="EricapiConfigDialog.on_ignoreDirPicker_pathSelected" ID="EricapiConfigDialog.on_ignoreDirPicker_pathSelected"></a> +<h4>EricapiConfigDialog.on_ignoreDirPicker_pathSelected</h4> +<b>on_ignoreDirPicker_pathSelected</b>(<i>path</i>) +<p> + Private slot handling the selection of a directory to be ignored. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +path of the directory to be ignored +</dd> +</dl><a NAME="EricapiConfigDialog.on_outputFilePicker_aboutToShowPathPickerDialog" ID="EricapiConfigDialog.on_outputFilePicker_aboutToShowPathPickerDialog"></a> +<h4>EricapiConfigDialog.on_outputFilePicker_aboutToShowPathPickerDialog</h4> +<b>on_outputFilePicker_aboutToShowPathPickerDialog</b>(<i></i>) <p> - Private slot to select a directory to be ignored. -</p><p> - It displays a directory selection dialog to - select a directory to be ignored. -</p><a NAME="EricapiConfigDialog.on_outputFileButton_clicked" ID="EricapiConfigDialog.on_outputFileButton_clicked"></a> -<h4>EricapiConfigDialog.on_outputFileButton_clicked</h4> -<b>on_outputFileButton_clicked</b>(<i></i>) + Private slot called before the file selection dialog is shown. +</p><a NAME="EricapiConfigDialog.on_outputFilePicker_pathSelected" ID="EricapiConfigDialog.on_outputFilePicker_pathSelected"></a> +<h4>EricapiConfigDialog.on_outputFilePicker_pathSelected</h4> +<b>on_outputFilePicker_pathSelected</b>(<i>path</i>) <p> - Private slot to select the output file. -</p><p> - It displays a file selection dialog to - select the file the api is written to. -</p><a NAME="EricapiConfigDialog.on_outputFileEdit_textChanged" ID="EricapiConfigDialog.on_outputFileEdit_textChanged"></a> -<h4>EricapiConfigDialog.on_outputFileEdit_textChanged</h4> -<b>on_outputFileEdit_textChanged</b>(<i>filename</i>) + Private slot handling the selection of an output file. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +path of the output file +</dd> +</dl><a NAME="EricapiConfigDialog.on_outputFilePicker_textChanged" ID="EricapiConfigDialog.on_outputFilePicker_textChanged"></a> +<h4>EricapiConfigDialog.on_outputFilePicker_textChanged</h4> +<b>on_outputFilePicker_textChanged</b>(<i>filename</i>) <p> Private slot to enable/disable the "OK" button. </p><dl>
--- a/Documentation/Source/eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -90,14 +90,14 @@ <td><a href="#EricdocConfigDialog.on_cfFgButton_clicked">on_cfFgButton_clicked</a></td> <td>Private slot to select the class/function header foreground color.</td> </tr><tr> -<td><a href="#EricdocConfigDialog.on_cssButton_clicked">on_cssButton_clicked</a></td> -<td>Private slot to select a css style sheet.</td> +<td><a href="#EricdocConfigDialog.on_cssPicker_pathSelected">on_cssPicker_pathSelected</a></td> +<td>Private slot handling the selection of a css style sheet.</td> </tr><tr> <td><a href="#EricdocConfigDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> <td>Private slot to delete the currently selected directory of the listbox.</td> </tr><tr> -<td><a href="#EricdocConfigDialog.on_ignoreDirButton_clicked">on_ignoreDirButton_clicked</a></td> -<td>Private slot to select a directory to be ignored.</td> +<td><a href="#EricdocConfigDialog.on_ignoreDirPicker_pathSelected">on_ignoreDirPicker_pathSelected</a></td> +<td>Private slot handling the selection of a directory to be ignored.</td> </tr><tr> <td><a href="#EricdocConfigDialog.on_l1BgButton_clicked">on_l1BgButton_clicked</a></td> <td>Private slot to select the level 1 header background color.</td> @@ -114,11 +114,11 @@ <td><a href="#EricdocConfigDialog.on_linkFgButton_clicked">on_linkFgButton_clicked</a></td> <td>Private slot to select the foreground color of links.</td> </tr><tr> -<td><a href="#EricdocConfigDialog.on_outputDirButton_clicked">on_outputDirButton_clicked</a></td> -<td>Private slot to select the output directory.</td> +<td><a href="#EricdocConfigDialog.on_outputDirPicker_pathSelected">on_outputDirPicker_pathSelected</a></td> +<td>Private slot handling the selection of an output directory.</td> </tr><tr> -<td><a href="#EricdocConfigDialog.on_qtHelpDirButton_clicked">on_qtHelpDirButton_clicked</a></td> -<td>Private slot to select the output directory for the QtHelp files.</td> +<td><a href="#EricdocConfigDialog.on_qtHelpDirPicker_pathSelected">on_qtHelpDirPicker_pathSelected</a></td> +<td>Private slot handling the selection of the output directory for the QtHelp files.</td> </tr><tr> <td><a href="#EricdocConfigDialog.on_qtHelpFolderEdit_textChanged">on_qtHelpFolderEdit_textChanged</a></td> <td>Private slot to check the virtual folder.</td> @@ -229,25 +229,32 @@ <b>on_cfFgButton_clicked</b>(<i></i>) <p> Private slot to select the class/function header foreground color. -</p><a NAME="EricdocConfigDialog.on_cssButton_clicked" ID="EricdocConfigDialog.on_cssButton_clicked"></a> -<h4>EricdocConfigDialog.on_cssButton_clicked</h4> -<b>on_cssButton_clicked</b>(<i></i>) +</p><a NAME="EricdocConfigDialog.on_cssPicker_pathSelected" ID="EricdocConfigDialog.on_cssPicker_pathSelected"></a> +<h4>EricdocConfigDialog.on_cssPicker_pathSelected</h4> +<b>on_cssPicker_pathSelected</b>(<i>path</i>) <p> - Private slot to select a css style sheet. -</p><a NAME="EricdocConfigDialog.on_deleteButton_clicked" ID="EricdocConfigDialog.on_deleteButton_clicked"></a> + Private slot handling the selection of a css style sheet. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +path of the css style sheet +</dd> +</dl><a NAME="EricdocConfigDialog.on_deleteButton_clicked" ID="EricdocConfigDialog.on_deleteButton_clicked"></a> <h4>EricdocConfigDialog.on_deleteButton_clicked</h4> <b>on_deleteButton_clicked</b>(<i></i>) <p> Private slot to delete the currently selected directory of the listbox. -</p><a NAME="EricdocConfigDialog.on_ignoreDirButton_clicked" ID="EricdocConfigDialog.on_ignoreDirButton_clicked"></a> -<h4>EricdocConfigDialog.on_ignoreDirButton_clicked</h4> -<b>on_ignoreDirButton_clicked</b>(<i></i>) +</p><a NAME="EricdocConfigDialog.on_ignoreDirPicker_pathSelected" ID="EricdocConfigDialog.on_ignoreDirPicker_pathSelected"></a> +<h4>EricdocConfigDialog.on_ignoreDirPicker_pathSelected</h4> +<b>on_ignoreDirPicker_pathSelected</b>(<i>path</i>) <p> - Private slot to select a directory to be ignored. -</p><p> - It displays a directory selection dialog to - select a directory to be ignored. -</p><a NAME="EricdocConfigDialog.on_l1BgButton_clicked" ID="EricdocConfigDialog.on_l1BgButton_clicked"></a> + Private slot handling the selection of a directory to be ignored. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +path of the directory to be ignored +</dd> +</dl><a NAME="EricdocConfigDialog.on_l1BgButton_clicked" ID="EricdocConfigDialog.on_l1BgButton_clicked"></a> <h4>EricdocConfigDialog.on_l1BgButton_clicked</h4> <b>on_l1BgButton_clicked</b>(<i></i>) <p> @@ -272,23 +279,28 @@ <b>on_linkFgButton_clicked</b>(<i></i>) <p> Private slot to select the foreground color of links. -</p><a NAME="EricdocConfigDialog.on_outputDirButton_clicked" ID="EricdocConfigDialog.on_outputDirButton_clicked"></a> -<h4>EricdocConfigDialog.on_outputDirButton_clicked</h4> -<b>on_outputDirButton_clicked</b>(<i></i>) +</p><a NAME="EricdocConfigDialog.on_outputDirPicker_pathSelected" ID="EricdocConfigDialog.on_outputDirPicker_pathSelected"></a> +<h4>EricdocConfigDialog.on_outputDirPicker_pathSelected</h4> +<b>on_outputDirPicker_pathSelected</b>(<i>path</i>) <p> - Private slot to select the output directory. -</p><p> - It displays a directory selection dialog to - select the directory the documentations is written to. -</p><a NAME="EricdocConfigDialog.on_qtHelpDirButton_clicked" ID="EricdocConfigDialog.on_qtHelpDirButton_clicked"></a> -<h4>EricdocConfigDialog.on_qtHelpDirButton_clicked</h4> -<b>on_qtHelpDirButton_clicked</b>(<i></i>) + Private slot handling the selection of an output directory. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +path of the output directory +</dd> +</dl><a NAME="EricdocConfigDialog.on_qtHelpDirPicker_pathSelected" ID="EricdocConfigDialog.on_qtHelpDirPicker_pathSelected"></a> +<h4>EricdocConfigDialog.on_qtHelpDirPicker_pathSelected</h4> +<b>on_qtHelpDirPicker_pathSelected</b>(<i>path</i>) <p> - Private slot to select the output directory for the QtHelp files. -</p><p> - It displays a directory selection dialog to - select the directory the QtHelp files are written to. -</p><a NAME="EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" ID="EricdocConfigDialog.on_qtHelpFolderEdit_textChanged"></a> + Private slot handling the selection of the output directory for the + QtHelp files. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +path of the the output directory for the QtHelp files +</dd> +</dl><a NAME="EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" ID="EricdocConfigDialog.on_qtHelpFolderEdit_textChanged"></a> <h4>EricdocConfigDialog.on_qtHelpFolderEdit_textChanged</h4> <b>on_qtHelpFolderEdit_textChanged</b>(<i>txt</i>) <p>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -66,10 +66,10 @@ <td><a href="#HgAddSubrepositoryDialog.getData">getData</a></td> <td>Public method to get the data.</td> </tr><tr> -<td><a href="#HgAddSubrepositoryDialog.on_pathButton_clicked">on_pathButton_clicked</a></td> -<td>Private slot to handle the path selection via a directory selection dialog.</td> +<td><a href="#HgAddSubrepositoryDialog.on_pathPicker_pathSelected">on_pathPicker_pathSelected</a></td> +<td>Private slot handling the selection of a subrepository path.</td> </tr><tr> -<td><a href="#HgAddSubrepositoryDialog.on_pathEdit_textChanged">on_pathEdit_textChanged</a></td> +<td><a href="#HgAddSubrepositoryDialog.on_pathPicker_textChanged">on_pathPicker_textChanged</a></td> <td>Private slot to handle the update of the path.</td> </tr><tr> <td><a href="#HgAddSubrepositoryDialog.on_urlEdit_textChanged">on_urlEdit_textChanged</a></td> @@ -110,15 +110,19 @@ sub-repository type and the sub-repository URL (string, string, string) </dd> -</dl><a NAME="HgAddSubrepositoryDialog.on_pathButton_clicked" ID="HgAddSubrepositoryDialog.on_pathButton_clicked"></a> -<h4>HgAddSubrepositoryDialog.on_pathButton_clicked</h4> -<b>on_pathButton_clicked</b>(<i></i>) +</dl><a NAME="HgAddSubrepositoryDialog.on_pathPicker_pathSelected" ID="HgAddSubrepositoryDialog.on_pathPicker_pathSelected"></a> +<h4>HgAddSubrepositoryDialog.on_pathPicker_pathSelected</h4> +<b>on_pathPicker_pathSelected</b>(<i>path</i>) <p> - Private slot to handle the path selection via a directory selection - dialog. -</p><a NAME="HgAddSubrepositoryDialog.on_pathEdit_textChanged" ID="HgAddSubrepositoryDialog.on_pathEdit_textChanged"></a> -<h4>HgAddSubrepositoryDialog.on_pathEdit_textChanged</h4> -<b>on_pathEdit_textChanged</b>(<i>p0</i>) + Private slot handling the selection of a subrepository path. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +path of the subrepository +</dd> +</dl><a NAME="HgAddSubrepositoryDialog.on_pathPicker_textChanged" ID="HgAddSubrepositoryDialog.on_pathPicker_textChanged"></a> +<h4>HgAddSubrepositoryDialog.on_pathPicker_textChanged</h4> +<b>on_pathPicker_textChanged</b>(<i>p0</i>) <p> Private slot to handle the update of the path. </p><dl>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -63,10 +63,7 @@ <td><a href="#HgArchiveDialog.getData">getData</a></td> <td>Public method to retrieve the data.</td> </tr><tr> -<td><a href="#HgArchiveDialog.on_archiveButton_clicked">on_archiveButton_clicked</a></td> -<td>Private slot to select the archive name via a file selection dialog.</td> -</tr><tr> -<td><a href="#HgArchiveDialog.on_archiveEdit_textChanged">on_archiveEdit_textChanged</a></td> +<td><a href="#HgArchiveDialog.on_archivePicker_textChanged">on_archivePicker_textChanged</a></td> <td>Private slot to handle changes of the archive name.</td> </tr><tr> <td><a href="#HgArchiveDialog.on_typeComboBox_activated">on_typeComboBox_activated</a></td> @@ -102,14 +99,9 @@ (string), the directory prefix 8string) and a flag indicating to recurse into subrepositories (boolean) </dd> -</dl><a NAME="HgArchiveDialog.on_archiveButton_clicked" ID="HgArchiveDialog.on_archiveButton_clicked"></a> -<h4>HgArchiveDialog.on_archiveButton_clicked</h4> -<b>on_archiveButton_clicked</b>(<i></i>) -<p> - Private slot to select the archive name via a file selection dialog. -</p><a NAME="HgArchiveDialog.on_archiveEdit_textChanged" ID="HgArchiveDialog.on_archiveEdit_textChanged"></a> -<h4>HgArchiveDialog.on_archiveEdit_textChanged</h4> -<b>on_archiveEdit_textChanged</b>(<i>archive</i>) +</dl><a NAME="HgArchiveDialog.on_archivePicker_textChanged" ID="HgArchiveDialog.on_archivePicker_textChanged"></a> +<h4>HgArchiveDialog.on_archivePicker_textChanged</h4> +<b>on_archivePicker_textChanged</b>(<i>archive</i>) <p> Private slot to handle changes of the archive name. </p><dl>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -64,10 +64,7 @@ <td><a href="#HgCopyDialog.getData">getData</a></td> <td>Public method to retrieve the copy data.</td> </tr><tr> -<td><a href="#HgCopyDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> -<td>Private slot to handle the button press for selecting the target via a selection dialog.</td> -</tr><tr> -<td><a href="#HgCopyDialog.on_targetEdit_textChanged">on_targetEdit_textChanged</a></td> +<td><a href="#HgCopyDialog.on_targetPicker_textChanged">on_targetPicker_textChanged</a></td> <td>Private slot to handle changes of the target.</td> </tr> </table> @@ -102,15 +99,9 @@ the target name (string) and a flag indicating the operation should be enforced (boolean) </dd> -</dl><a NAME="HgCopyDialog.on_dirButton_clicked" ID="HgCopyDialog.on_dirButton_clicked"></a> -<h4>HgCopyDialog.on_dirButton_clicked</h4> -<b>on_dirButton_clicked</b>(<i></i>) -<p> - Private slot to handle the button press for selecting the target via a - selection dialog. -</p><a NAME="HgCopyDialog.on_targetEdit_textChanged" ID="HgCopyDialog.on_targetEdit_textChanged"></a> -<h4>HgCopyDialog.on_targetEdit_textChanged</h4> -<b>on_targetEdit_textChanged</b>(<i>txt</i>) +</dl><a NAME="HgCopyDialog.on_targetPicker_textChanged" ID="HgCopyDialog.on_targetPicker_textChanged"></a> +<h4>HgCopyDialog.on_targetPicker_textChanged</h4> +<b>on_targetPicker_textChanged</b>(<i>txt</i>) <p> Private slot to handle changes of the target. </p><dl>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -69,10 +69,7 @@ <td><a href="#HgExportDialog.on_changesetsEdit_textChanged">on_changesetsEdit_textChanged</a></td> <td>Private slot to react on changes of the changesets edit.</td> </tr><tr> -<td><a href="#HgExportDialog.on_directoryButton_clicked">on_directoryButton_clicked</a></td> -<td>Private slot called by pressing the export directory selection button.</td> -</tr><tr> -<td><a href="#HgExportDialog.on_directoryEdit_textChanged">on_directoryEdit_textChanged</a></td> +<td><a href="#HgExportDialog.on_directoryPicker_textChanged">on_directoryPicker_textChanged</a></td> <td>Private slot to react on changes of the export directory edit.</td> </tr><tr> <td><a href="#HgExportDialog.on_patternEdit_textChanged">on_patternEdit_textChanged</a></td> @@ -117,14 +114,9 @@ <b>on_changesetsEdit_textChanged</b>(<i></i>) <p> Private slot to react on changes of the changesets edit. -</p><a NAME="HgExportDialog.on_directoryButton_clicked" ID="HgExportDialog.on_directoryButton_clicked"></a> -<h4>HgExportDialog.on_directoryButton_clicked</h4> -<b>on_directoryButton_clicked</b>(<i></i>) -<p> - Private slot called by pressing the export directory selection button. -</p><a NAME="HgExportDialog.on_directoryEdit_textChanged" ID="HgExportDialog.on_directoryEdit_textChanged"></a> -<h4>HgExportDialog.on_directoryEdit_textChanged</h4> -<b>on_directoryEdit_textChanged</b>(<i>txt</i>) +</p><a NAME="HgExportDialog.on_directoryPicker_textChanged" ID="HgExportDialog.on_directoryPicker_textChanged"></a> +<h4>HgExportDialog.on_directoryPicker_textChanged</h4> +<b>on_directoryPicker_textChanged</b>(<i>txt</i>) <p> Private slot to react on changes of the export directory edit. </p><dl>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -66,10 +66,7 @@ <td><a href="#HgImportDialog.getParameters">getParameters</a></td> <td>Public method to retrieve the import data.</td> </tr><tr> -<td><a href="#HgImportDialog.on_patchFileButton_clicked">on_patchFileButton_clicked</a></td> -<td>Private slot called by pressing the file selection button.</td> -</tr><tr> -<td><a href="#HgImportDialog.on_patchFileEdit_textChanged">on_patchFileEdit_textChanged</a></td> +<td><a href="#HgImportDialog.on_patchFilePicker_textChanged">on_patchFilePicker_textChanged</a></td> <td>Private slot to react on changes of the patch file edit.</td> </tr> </table> @@ -105,14 +102,9 @@ a flag indicating to enforce the import (string, boolean, string, string, string, integer, boolean) </dd> -</dl><a NAME="HgImportDialog.on_patchFileButton_clicked" ID="HgImportDialog.on_patchFileButton_clicked"></a> -<h4>HgImportDialog.on_patchFileButton_clicked</h4> -<b>on_patchFileButton_clicked</b>(<i></i>) -<p> - Private slot called by pressing the file selection button. -</p><a NAME="HgImportDialog.on_patchFileEdit_textChanged" ID="HgImportDialog.on_patchFileEdit_textChanged"></a> -<h4>HgImportDialog.on_patchFileEdit_textChanged</h4> -<b>on_patchFileEdit_textChanged</b>(<i>txt</i>) +</dl><a NAME="HgImportDialog.on_patchFilePicker_textChanged" ID="HgImportDialog.on_patchFilePicker_textChanged"></a> +<h4>HgImportDialog.on_patchFilePicker_textChanged</h4> +<b>on_patchFilePicker_textChanged</b>(<i>txt</i>) <p> Private slot to react on changes of the patch file edit. </p><dl>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -65,19 +65,13 @@ <td><a href="#HgNewProjectOptionsDialog.getData">getData</a></td> <td>Public slot to retrieve the data entered into the dialog.</td> </tr><tr> -<td><a href="#HgNewProjectOptionsDialog.on_projectDirButton_clicked">on_projectDirButton_clicked</a></td> -<td>Private slot to display a directory selection dialog.</td> -</tr><tr> <td><a href="#HgNewProjectOptionsDialog.on_protocolCombo_activated">on_protocolCombo_activated</a></td> <td>Private slot to switch the status of the directory selection button.</td> </tr><tr> -<td><a href="#HgNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged">on_vcsProjectDirEdit_textChanged</a></td> +<td><a href="#HgNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged">on_vcsProjectDirPicker_textChanged</a></td> <td>Private slot to handle a change of the project directory.</td> </tr><tr> -<td><a href="#HgNewProjectOptionsDialog.on_vcsUrlButton_clicked">on_vcsUrlButton_clicked</a></td> -<td>Private slot to display a selection dialog.</td> -</tr><tr> -<td><a href="#HgNewProjectOptionsDialog.on_vcsUrlEdit_textChanged">on_vcsUrlEdit_textChanged</a></td> +<td><a href="#HgNewProjectOptionsDialog.on_vcsUrlPicker_textChanged">on_vcsUrlPicker_textChanged</a></td> <td>Private slot to handle changes of the URL.</td> </tr> </table> @@ -109,12 +103,7 @@ a tuple of a string (project directory) and a dictionary containing the data entered. </dd> -</dl><a NAME="HgNewProjectOptionsDialog.on_projectDirButton_clicked" ID="HgNewProjectOptionsDialog.on_projectDirButton_clicked"></a> -<h4>HgNewProjectOptionsDialog.on_projectDirButton_clicked</h4> -<b>on_projectDirButton_clicked</b>(<i></i>) -<p> - Private slot to display a directory selection dialog. -</p><a NAME="HgNewProjectOptionsDialog.on_protocolCombo_activated" ID="HgNewProjectOptionsDialog.on_protocolCombo_activated"></a> +</dl><a NAME="HgNewProjectOptionsDialog.on_protocolCombo_activated" ID="HgNewProjectOptionsDialog.on_protocolCombo_activated"></a> <h4>HgNewProjectOptionsDialog.on_protocolCombo_activated</h4> <b>on_protocolCombo_activated</b>(<i>protocol</i>) <p> @@ -124,9 +113,9 @@ <dd> name of the selected protocol (string) </dd> -</dl><a NAME="HgNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged" ID="HgNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged"></a> -<h4>HgNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged</h4> -<b>on_vcsProjectDirEdit_textChanged</b>(<i>txt</i>) +</dl><a NAME="HgNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" ID="HgNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged"></a> +<h4>HgNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged</h4> +<b>on_vcsProjectDirPicker_textChanged</b>(<i>txt</i>) <p> Private slot to handle a change of the project directory. </p><dl> @@ -134,14 +123,9 @@ <dd> name of the project directory (string) </dd> -</dl><a NAME="HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" ID="HgNewProjectOptionsDialog.on_vcsUrlButton_clicked"></a> -<h4>HgNewProjectOptionsDialog.on_vcsUrlButton_clicked</h4> -<b>on_vcsUrlButton_clicked</b>(<i></i>) -<p> - Private slot to display a selection dialog. -</p><a NAME="HgNewProjectOptionsDialog.on_vcsUrlEdit_textChanged" ID="HgNewProjectOptionsDialog.on_vcsUrlEdit_textChanged"></a> -<h4>HgNewProjectOptionsDialog.on_vcsUrlEdit_textChanged</h4> -<b>on_vcsUrlEdit_textChanged</b>(<i>txt</i>) +</dl><a NAME="HgNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" ID="HgNewProjectOptionsDialog.on_vcsUrlPicker_textChanged"></a> +<h4>HgNewProjectOptionsDialog.on_vcsUrlPicker_textChanged</h4> +<b>on_vcsUrlPicker_textChanged</b>(<i>txt</i>) <p> Private slot to handle changes of the URL. </p><dl>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -63,10 +63,7 @@ <td><a href="#LfConvertDataDialog.getData">getData</a></td> <td>Public method to retrieve the entered data.</td> </tr><tr> -<td><a href="#LfConvertDataDialog.on_newProjectButton_clicked">on_newProjectButton_clicked</a></td> -<td>Private slot to select the new project directory name via a directory selection dialog.</td> -</tr><tr> -<td><a href="#LfConvertDataDialog.on_newProjectEdit_textChanged">on_newProjectEdit_textChanged</a></td> +<td><a href="#LfConvertDataDialog.on_newProjectPicker_textChanged">on_newProjectPicker_textChanged</a></td> <td>Private slot to handle editing of the new project directory.</td> </tr> </table> @@ -101,15 +98,9 @@ tuple containing the new project directory name (string), minimum file size (integer) and file patterns (list of string) </dd> -</dl><a NAME="LfConvertDataDialog.on_newProjectButton_clicked" ID="LfConvertDataDialog.on_newProjectButton_clicked"></a> -<h4>LfConvertDataDialog.on_newProjectButton_clicked</h4> -<b>on_newProjectButton_clicked</b>(<i></i>) -<p> - Private slot to select the new project directory name via a directory - selection dialog. -</p><a NAME="LfConvertDataDialog.on_newProjectEdit_textChanged" ID="LfConvertDataDialog.on_newProjectEdit_textChanged"></a> -<h4>LfConvertDataDialog.on_newProjectEdit_textChanged</h4> -<b>on_newProjectEdit_textChanged</b>(<i>txt</i>) +</dl><a NAME="LfConvertDataDialog.on_newProjectPicker_textChanged" ID="LfConvertDataDialog.on_newProjectPicker_textChanged"></a> +<h4>LfConvertDataDialog.on_newProjectPicker_textChanged</h4> +<b>on_newProjectPicker_textChanged</b>(<i>txt</i>) <p> Private slot to handle editing of the new project directory. </p><dl>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -69,9 +69,6 @@ </tr><tr> <td><a href="#SvnCommandDialog.on_commandCombo_editTextChanged">on_commandCombo_editTextChanged</a></td> <td>Private method used to enable/disable the OK-button.</td> -</tr><tr> -<td><a href="#SvnCommandDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> -<td>Private method used to open a directory selection dialog.</td> </tr> </table> <h3>Static Methods</h3> @@ -117,12 +114,7 @@ <dd> ignored </dd> -</dl><a NAME="SvnCommandDialog.on_dirButton_clicked" ID="SvnCommandDialog.on_dirButton_clicked"></a> -<h4>SvnCommandDialog.on_dirButton_clicked</h4> -<b>on_dirButton_clicked</b>(<i></i>) -<p> - Private method used to open a directory selection dialog. -</p> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -64,10 +64,7 @@ <td><a href="#SvnCopyDialog.getData">getData</a></td> <td>Public method to retrieve the copy data.</td> </tr><tr> -<td><a href="#SvnCopyDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> -<td>Private slot to handle the button press for selecting the target via a selection dialog.</td> -</tr><tr> -<td><a href="#SvnCopyDialog.on_targetEdit_textChanged">on_targetEdit_textChanged</a></td> +<td><a href="#SvnCopyDialog.on_targetPicker_textChanged">on_targetPicker_textChanged</a></td> <td>Private slot to handle changes of the target.</td> </tr> </table> @@ -105,15 +102,9 @@ the target name (string) and a flag indicating the operation should be enforced (boolean) </dd> -</dl><a NAME="SvnCopyDialog.on_dirButton_clicked" ID="SvnCopyDialog.on_dirButton_clicked"></a> -<h4>SvnCopyDialog.on_dirButton_clicked</h4> -<b>on_dirButton_clicked</b>(<i></i>) -<p> - Private slot to handle the button press for selecting the target via a - selection dialog. -</p><a NAME="SvnCopyDialog.on_targetEdit_textChanged" ID="SvnCopyDialog.on_targetEdit_textChanged"></a> -<h4>SvnCopyDialog.on_targetEdit_textChanged</h4> -<b>on_targetEdit_textChanged</b>(<i>txt</i>) +</dl><a NAME="SvnCopyDialog.on_targetPicker_textChanged" ID="SvnCopyDialog.on_targetPicker_textChanged"></a> +<h4>SvnCopyDialog.on_targetPicker_textChanged</h4> +<b>on_targetPicker_textChanged</b>(<i>txt</i>) <p> Private slot to handle changes of the target. </p><dl>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -68,19 +68,16 @@ <td><a href="#SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled">on_layoutCheckBox_toggled</a></td> <td>Private slot to handle the change of the layout checkbox.</td> </tr><tr> -<td><a href="#SvnNewProjectOptionsDialog.on_projectDirButton_clicked">on_projectDirButton_clicked</a></td> -<td>Private slot to display a directory selection dialog.</td> -</tr><tr> <td><a href="#SvnNewProjectOptionsDialog.on_protocolCombo_activated">on_protocolCombo_activated</a></td> <td>Private slot to switch the status of the directory selection button.</td> </tr><tr> -<td><a href="#SvnNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged">on_vcsProjectDirEdit_textChanged</a></td> +<td><a href="#SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged">on_vcsProjectDirPicker_textChanged</a></td> <td>Private slot to handle a change of the project directory.</td> </tr><tr> -<td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked">on_vcsUrlButton_clicked</a></td> -<td>Private slot to display a selection dialog.</td> +<td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked">on_vcsUrlPicker_pickerButtonClicked</a></td> +<td>Private slot to display a repository browser dialog.</td> </tr><tr> -<td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlEdit_textChanged">on_vcsUrlEdit_textChanged</a></td> +<td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged">on_vcsUrlPicker_textChanged</a></td> <td>Private slot to handle changes of the URL.</td> </tr> </table> @@ -122,12 +119,7 @@ <dd> flag indicating the state of the checkbox (boolean) </dd> -</dl><a NAME="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" ID="SvnNewProjectOptionsDialog.on_projectDirButton_clicked"></a> -<h4>SvnNewProjectOptionsDialog.on_projectDirButton_clicked</h4> -<b>on_projectDirButton_clicked</b>(<i></i>) -<p> - Private slot to display a directory selection dialog. -</p><a NAME="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ID="SvnNewProjectOptionsDialog.on_protocolCombo_activated"></a> +</dl><a NAME="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ID="SvnNewProjectOptionsDialog.on_protocolCombo_activated"></a> <h4>SvnNewProjectOptionsDialog.on_protocolCombo_activated</h4> <b>on_protocolCombo_activated</b>(<i>protocol</i>) <p> @@ -137,9 +129,9 @@ <dd> name of the selected protocol (string) </dd> -</dl><a NAME="SvnNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged"></a> -<h4>SvnNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged</h4> -<b>on_vcsProjectDirEdit_textChanged</b>(<i>txt</i>) +</dl><a NAME="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged"></a> +<h4>SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged</h4> +<b>on_vcsProjectDirPicker_textChanged</b>(<i>txt</i>) <p> Private slot to handle a change of the project directory. </p><dl> @@ -147,14 +139,14 @@ <dd> name of the project directory (string) </dd> -</dl><a NAME="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" ID="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked"></a> -<h4>SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked</h4> -<b>on_vcsUrlButton_clicked</b>(<i></i>) +</dl><a NAME="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" ID="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked"></a> +<h4>SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked</h4> +<b>on_vcsUrlPicker_pickerButtonClicked</b>(<i></i>) <p> - Private slot to display a selection dialog. -</p><a NAME="SvnNewProjectOptionsDialog.on_vcsUrlEdit_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsUrlEdit_textChanged"></a> -<h4>SvnNewProjectOptionsDialog.on_vcsUrlEdit_textChanged</h4> -<b>on_vcsUrlEdit_textChanged</b>(<i>txt</i>) + Private slot to display a repository browser dialog. +</p><a NAME="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged"></a> +<h4>SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged</h4> +<b>on_vcsUrlPicker_textChanged</b>(<i>txt</i>) <p> Private slot to handle changes of the URL. </p><dl>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -68,10 +68,10 @@ <td><a href="#SvnOptionsDialog.on_protocolCombo_activated">on_protocolCombo_activated</a></td> <td>Private slot to switch the status of the directory selection button.</td> </tr><tr> -<td><a href="#SvnOptionsDialog.on_vcsUrlButton_clicked">on_vcsUrlButton_clicked</a></td> -<td>Private slot to display a selection dialog.</td> +<td><a href="#SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked">on_vcsUrlPicker_pickerButtonClicked</a></td> +<td>Private slot to display a repository browser dialog.</td> </tr><tr> -<td><a href="#SvnOptionsDialog.on_vcsUrlEdit_textChanged">on_vcsUrlEdit_textChanged</a></td> +<td><a href="#SvnOptionsDialog.on_vcsUrlPicker_textChanged">on_vcsUrlPicker_textChanged</a></td> <td>Private slot to handle changes of the URL.</td> </tr> </table> @@ -115,14 +115,14 @@ <dd> selected protocol (string) </dd> -</dl><a NAME="SvnOptionsDialog.on_vcsUrlButton_clicked" ID="SvnOptionsDialog.on_vcsUrlButton_clicked"></a> -<h4>SvnOptionsDialog.on_vcsUrlButton_clicked</h4> -<b>on_vcsUrlButton_clicked</b>(<i></i>) +</dl><a NAME="SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" ID="SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked"></a> +<h4>SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked</h4> +<b>on_vcsUrlPicker_pickerButtonClicked</b>(<i></i>) <p> - Private slot to display a selection dialog. -</p><a NAME="SvnOptionsDialog.on_vcsUrlEdit_textChanged" ID="SvnOptionsDialog.on_vcsUrlEdit_textChanged"></a> -<h4>SvnOptionsDialog.on_vcsUrlEdit_textChanged</h4> -<b>on_vcsUrlEdit_textChanged</b>(<i>txt</i>) + Private slot to display a repository browser dialog. +</p><a NAME="SvnOptionsDialog.on_vcsUrlPicker_textChanged" ID="SvnOptionsDialog.on_vcsUrlPicker_textChanged"></a> +<h4>SvnOptionsDialog.on_vcsUrlPicker_textChanged</h4> +<b>on_vcsUrlPicker_textChanged</b>(<i>txt</i>) <p> Private slot to handle changes of the URL. </p><dl>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -69,9 +69,6 @@ </tr><tr> <td><a href="#SvnCommandDialog.on_commandCombo_editTextChanged">on_commandCombo_editTextChanged</a></td> <td>Private method used to enable/disable the OK-button.</td> -</tr><tr> -<td><a href="#SvnCommandDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> -<td>Private method used to open a directory selection dialog.</td> </tr> </table> <h3>Static Methods</h3> @@ -117,12 +114,7 @@ <dd> ignored </dd> -</dl><a NAME="SvnCommandDialog.on_dirButton_clicked" ID="SvnCommandDialog.on_dirButton_clicked"></a> -<h4>SvnCommandDialog.on_dirButton_clicked</h4> -<b>on_dirButton_clicked</b>(<i></i>) -<p> - Private method used to open a directory selection dialog. -</p> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -64,10 +64,7 @@ <td><a href="#SvnCopyDialog.getData">getData</a></td> <td>Public method to retrieve the copy data.</td> </tr><tr> -<td><a href="#SvnCopyDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> -<td>Private slot to handle the button press for selecting the target via a selection dialog.</td> -</tr><tr> -<td><a href="#SvnCopyDialog.on_targetEdit_textChanged">on_targetEdit_textChanged</a></td> +<td><a href="#SvnCopyDialog.on_targetPicker_textChanged">on_targetPicker_textChanged</a></td> <td>Private slot to handle changes of the target.</td> </tr> </table> @@ -105,15 +102,9 @@ the target name (string) and a flag indicating the operation should be enforced (boolean) </dd> -</dl><a NAME="SvnCopyDialog.on_dirButton_clicked" ID="SvnCopyDialog.on_dirButton_clicked"></a> -<h4>SvnCopyDialog.on_dirButton_clicked</h4> -<b>on_dirButton_clicked</b>(<i></i>) -<p> - Private slot to handle the button press for selecting the target via a - selection dialog. -</p><a NAME="SvnCopyDialog.on_targetEdit_textChanged" ID="SvnCopyDialog.on_targetEdit_textChanged"></a> -<h4>SvnCopyDialog.on_targetEdit_textChanged</h4> -<b>on_targetEdit_textChanged</b>(<i>txt</i>) +</dl><a NAME="SvnCopyDialog.on_targetPicker_textChanged" ID="SvnCopyDialog.on_targetPicker_textChanged"></a> +<h4>SvnCopyDialog.on_targetPicker_textChanged</h4> +<b>on_targetPicker_textChanged</b>(<i>txt</i>) <p> Private slot to handle changes of the target. </p><dl>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -68,19 +68,16 @@ <td><a href="#SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled">on_layoutCheckBox_toggled</a></td> <td>Private slot to handle the change of the layout checkbox.</td> </tr><tr> -<td><a href="#SvnNewProjectOptionsDialog.on_projectDirButton_clicked">on_projectDirButton_clicked</a></td> -<td>Private slot to display a directory selection dialog.</td> -</tr><tr> <td><a href="#SvnNewProjectOptionsDialog.on_protocolCombo_activated">on_protocolCombo_activated</a></td> <td>Private slot to switch the status of the directory selection button.</td> </tr><tr> -<td><a href="#SvnNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged">on_vcsProjectDirEdit_textChanged</a></td> +<td><a href="#SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged">on_vcsProjectDirPicker_textChanged</a></td> <td>Private slot to handle a change of the project directory.</td> </tr><tr> -<td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked">on_vcsUrlButton_clicked</a></td> -<td>Private slot to display a selection dialog.</td> +<td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked">on_vcsUrlPicker_pickerButtonClicked</a></td> +<td>Private slot to display a repository browser dialog.</td> </tr><tr> -<td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlEdit_textChanged">on_vcsUrlEdit_textChanged</a></td> +<td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged">on_vcsUrlPicker_textChanged</a></td> <td>Private slot to handle changes of the URL.</td> </tr> </table> @@ -122,12 +119,7 @@ <dd> flag indicating the state of the checkbox (boolean) </dd> -</dl><a NAME="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" ID="SvnNewProjectOptionsDialog.on_projectDirButton_clicked"></a> -<h4>SvnNewProjectOptionsDialog.on_projectDirButton_clicked</h4> -<b>on_projectDirButton_clicked</b>(<i></i>) -<p> - Private slot to display a directory selection dialog. -</p><a NAME="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ID="SvnNewProjectOptionsDialog.on_protocolCombo_activated"></a> +</dl><a NAME="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ID="SvnNewProjectOptionsDialog.on_protocolCombo_activated"></a> <h4>SvnNewProjectOptionsDialog.on_protocolCombo_activated</h4> <b>on_protocolCombo_activated</b>(<i>protocol</i>) <p> @@ -137,9 +129,9 @@ <dd> selected protocol (string) </dd> -</dl><a NAME="SvnNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged"></a> -<h4>SvnNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged</h4> -<b>on_vcsProjectDirEdit_textChanged</b>(<i>txt</i>) +</dl><a NAME="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged"></a> +<h4>SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged</h4> +<b>on_vcsProjectDirPicker_textChanged</b>(<i>txt</i>) <p> Private slot to handle a change of the project directory. </p><dl> @@ -147,14 +139,14 @@ <dd> name of the project directory (string) </dd> -</dl><a NAME="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" ID="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked"></a> -<h4>SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked</h4> -<b>on_vcsUrlButton_clicked</b>(<i></i>) +</dl><a NAME="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" ID="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked"></a> +<h4>SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked</h4> +<b>on_vcsUrlPicker_pickerButtonClicked</b>(<i></i>) <p> - Private slot to display a selection dialog. -</p><a NAME="SvnNewProjectOptionsDialog.on_vcsUrlEdit_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsUrlEdit_textChanged"></a> -<h4>SvnNewProjectOptionsDialog.on_vcsUrlEdit_textChanged</h4> -<b>on_vcsUrlEdit_textChanged</b>(<i>txt</i>) + Private slot to display a repository browser dialog. +</p><a NAME="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged"></a> +<h4>SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged</h4> +<b>on_vcsUrlPicker_textChanged</b>(<i>txt</i>) <p> Private slot to handle changes of the URL. </p><dl>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -68,10 +68,10 @@ <td><a href="#SvnOptionsDialog.on_protocolCombo_activated">on_protocolCombo_activated</a></td> <td>Private slot to switch the status of the directory selection button.</td> </tr><tr> -<td><a href="#SvnOptionsDialog.on_vcsUrlButton_clicked">on_vcsUrlButton_clicked</a></td> -<td>Private slot to display a selection dialog.</td> +<td><a href="#SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked">on_vcsUrlPicker_pickerButtonClicked</a></td> +<td>Private slot to display a repository browser dialog.</td> </tr><tr> -<td><a href="#SvnOptionsDialog.on_vcsUrlEdit_textChanged">on_vcsUrlEdit_textChanged</a></td> +<td><a href="#SvnOptionsDialog.on_vcsUrlPicker_textChanged">on_vcsUrlPicker_textChanged</a></td> <td>Private slot to handle changes of the URL.</td> </tr> </table> @@ -115,14 +115,14 @@ <dd> selected protocol (string) </dd> -</dl><a NAME="SvnOptionsDialog.on_vcsUrlButton_clicked" ID="SvnOptionsDialog.on_vcsUrlButton_clicked"></a> -<h4>SvnOptionsDialog.on_vcsUrlButton_clicked</h4> -<b>on_vcsUrlButton_clicked</b>(<i></i>) +</dl><a NAME="SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" ID="SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked"></a> +<h4>SvnOptionsDialog.on_vcsUrlPicker_pickerButtonClicked</h4> +<b>on_vcsUrlPicker_pickerButtonClicked</b>(<i></i>) <p> - Private slot to display a selection dialog. -</p><a NAME="SvnOptionsDialog.on_vcsUrlEdit_textChanged" ID="SvnOptionsDialog.on_vcsUrlEdit_textChanged"></a> -<h4>SvnOptionsDialog.on_vcsUrlEdit_textChanged</h4> -<b>on_vcsUrlEdit_textChanged</b>(<i>txt</i>) + Private slot to display a repository browser dialog. +</p><a NAME="SvnOptionsDialog.on_vcsUrlPicker_textChanged" ID="SvnOptionsDialog.on_vcsUrlPicker_textChanged"></a> +<h4>SvnOptionsDialog.on_vcsUrlPicker_textChanged</h4> +<b>on_vcsUrlPicker_textChanged</b>(<i>txt</i>) <p> Private slot to handle changes of the URL. </p><dl>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -62,9 +62,6 @@ </tr><tr> <td><a href="#SvnPropSetDialog.getData">getData</a></td> <td>Public slot used to retrieve the data entered into the dialog.</td> -</tr><tr> -<td><a href="#SvnPropSetDialog.on_fileButton_clicked">on_fileButton_clicked</a></td> -<td>Private slot called by pressing the file selection button.</td> </tr> </table> <h3>Static Methods</h3> @@ -93,12 +90,7 @@ indicating a file was selected and the text of the property or the selected filename. (string, boolean, string) </dd> -</dl><a NAME="SvnPropSetDialog.on_fileButton_clicked" ID="SvnPropSetDialog.on_fileButton_clicked"></a> -<h4>SvnPropSetDialog.on_fileButton_clicked</h4> -<b>on_fileButton_clicked</b>(<i></i>) -<p> - Private slot called by pressing the file selection button. -</p> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file
--- a/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorSpellCheckingPage.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorSpellCheckingPage.html Sat Dec 05 13:03:19 2015 +0100 @@ -63,12 +63,6 @@ <td><a href="#EditorSpellCheckingPage.__init__">EditorSpellCheckingPage</a></td> <td>Constructor</td> </tr><tr> -<td><a href="#EditorSpellCheckingPage.on_pelButton_clicked">on_pelButton_clicked</a></td> -<td>Private method to select the personal exclude list file.</td> -</tr><tr> -<td><a href="#EditorSpellCheckingPage.on_pwlButton_clicked">on_pwlButton_clicked</a></td> -<td>Private method to select the personal word list file.</td> -</tr><tr> <td><a href="#EditorSpellCheckingPage.save">save</a></td> <td>Public slot to save the Editor Search configuration.</td> </tr> @@ -82,16 +76,6 @@ <b>EditorSpellCheckingPage</b>(<i></i>) <p> Constructor -</p><a NAME="EditorSpellCheckingPage.on_pelButton_clicked" ID="EditorSpellCheckingPage.on_pelButton_clicked"></a> -<h4>EditorSpellCheckingPage.on_pelButton_clicked</h4> -<b>on_pelButton_clicked</b>(<i></i>) -<p> - Private method to select the personal exclude list file. -</p><a NAME="EditorSpellCheckingPage.on_pwlButton_clicked" ID="EditorSpellCheckingPage.on_pwlButton_clicked"></a> -<h4>EditorSpellCheckingPage.on_pwlButton_clicked</h4> -<b>on_pwlButton_clicked</b>(<i></i>) -<p> - Private method to select the personal word list file. </p><a NAME="EditorSpellCheckingPage.save" ID="EditorSpellCheckingPage.save"></a> <h4>EditorSpellCheckingPage.save</h4> <b>save</b>(<i></i>)
--- a/Documentation/Source/eric6.Preferences.ConfigurationPages.HelpAppearancePage.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Preferences.ConfigurationPages.HelpAppearancePage.html Sat Dec 05 13:03:19 2015 +0100 @@ -69,9 +69,6 @@ <td><a href="#HelpAppearancePage.on_standardFontButton_clicked">on_standardFontButton_clicked</a></td> <td>Private method used to select the standard font.</td> </tr><tr> -<td><a href="#HelpAppearancePage.on_styleSheetButton_clicked">on_styleSheetButton_clicked</a></td> -<td>Private slot to handle the user style sheet selection.</td> -</tr><tr> <td><a href="#HelpAppearancePage.save">save</a></td> <td>Public slot to save the Help Viewers configuration.</td> </tr><tr> @@ -98,11 +95,6 @@ <b>on_standardFontButton_clicked</b>(<i></i>) <p> Private method used to select the standard font. -</p><a NAME="HelpAppearancePage.on_styleSheetButton_clicked" ID="HelpAppearancePage.on_styleSheetButton_clicked"></a> -<h4>HelpAppearancePage.on_styleSheetButton_clicked</h4> -<b>on_styleSheetButton_clicked</b>(<i></i>) -<p> - Private slot to handle the user style sheet selection. </p><a NAME="HelpAppearancePage.save" ID="HelpAppearancePage.save"></a> <h4>HelpAppearancePage.save</h4> <b>save</b>(<i></i>)
--- a/Documentation/Source/eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html Sat Dec 05 13:03:19 2015 +0100 @@ -63,27 +63,6 @@ <td><a href="#HelpDocumentationPage.__init__">HelpDocumentationPage</a></td> <td>Constructor</td> </tr><tr> -<td><a href="#HelpDocumentationPage.on_pyqt4DocDirButton_clicked">on_pyqt4DocDirButton_clicked</a></td> -<td>Private slot to select the PyQt5 documentation directory.</td> -</tr><tr> -<td><a href="#HelpDocumentationPage.on_pyqt5DocDirButton_clicked">on_pyqt5DocDirButton_clicked</a></td> -<td>Private slot to select the PyQt5 documentation directory.</td> -</tr><tr> -<td><a href="#HelpDocumentationPage.on_pysideDocDirButton_clicked">on_pysideDocDirButton_clicked</a></td> -<td>Private slot to select the PySide documentation directory.</td> -</tr><tr> -<td><a href="#HelpDocumentationPage.on_python2DocDirButton_clicked">on_python2DocDirButton_clicked</a></td> -<td>Private slot to select the Python 2 documentation directory.</td> -</tr><tr> -<td><a href="#HelpDocumentationPage.on_pythonDocDirButton_clicked">on_pythonDocDirButton_clicked</a></td> -<td>Private slot to select the Python 3 documentation directory.</td> -</tr><tr> -<td><a href="#HelpDocumentationPage.on_qt4DocDirButton_clicked">on_qt4DocDirButton_clicked</a></td> -<td>Private slot to select the Qt4 documentation directory.</td> -</tr><tr> -<td><a href="#HelpDocumentationPage.on_qt5DocDirButton_clicked">on_qt5DocDirButton_clicked</a></td> -<td>Private slot to select the Qt5 documentation directory.</td> -</tr><tr> <td><a href="#HelpDocumentationPage.save">save</a></td> <td>Public slot to save the Help Documentation configuration.</td> </tr> @@ -97,41 +76,6 @@ <b>HelpDocumentationPage</b>(<i></i>) <p> Constructor -</p><a NAME="HelpDocumentationPage.on_pyqt4DocDirButton_clicked" ID="HelpDocumentationPage.on_pyqt4DocDirButton_clicked"></a> -<h4>HelpDocumentationPage.on_pyqt4DocDirButton_clicked</h4> -<b>on_pyqt4DocDirButton_clicked</b>(<i></i>) -<p> - Private slot to select the PyQt5 documentation directory. -</p><a NAME="HelpDocumentationPage.on_pyqt5DocDirButton_clicked" ID="HelpDocumentationPage.on_pyqt5DocDirButton_clicked"></a> -<h4>HelpDocumentationPage.on_pyqt5DocDirButton_clicked</h4> -<b>on_pyqt5DocDirButton_clicked</b>(<i></i>) -<p> - Private slot to select the PyQt5 documentation directory. -</p><a NAME="HelpDocumentationPage.on_pysideDocDirButton_clicked" ID="HelpDocumentationPage.on_pysideDocDirButton_clicked"></a> -<h4>HelpDocumentationPage.on_pysideDocDirButton_clicked</h4> -<b>on_pysideDocDirButton_clicked</b>(<i></i>) -<p> - Private slot to select the PySide documentation directory. -</p><a NAME="HelpDocumentationPage.on_python2DocDirButton_clicked" ID="HelpDocumentationPage.on_python2DocDirButton_clicked"></a> -<h4>HelpDocumentationPage.on_python2DocDirButton_clicked</h4> -<b>on_python2DocDirButton_clicked</b>(<i></i>) -<p> - Private slot to select the Python 2 documentation directory. -</p><a NAME="HelpDocumentationPage.on_pythonDocDirButton_clicked" ID="HelpDocumentationPage.on_pythonDocDirButton_clicked"></a> -<h4>HelpDocumentationPage.on_pythonDocDirButton_clicked</h4> -<b>on_pythonDocDirButton_clicked</b>(<i></i>) -<p> - Private slot to select the Python 3 documentation directory. -</p><a NAME="HelpDocumentationPage.on_qt4DocDirButton_clicked" ID="HelpDocumentationPage.on_qt4DocDirButton_clicked"></a> -<h4>HelpDocumentationPage.on_qt4DocDirButton_clicked</h4> -<b>on_qt4DocDirButton_clicked</b>(<i></i>) -<p> - Private slot to select the Qt4 documentation directory. -</p><a NAME="HelpDocumentationPage.on_qt5DocDirButton_clicked" ID="HelpDocumentationPage.on_qt5DocDirButton_clicked"></a> -<h4>HelpDocumentationPage.on_qt5DocDirButton_clicked</h4> -<b>on_qt5DocDirButton_clicked</b>(<i></i>) -<p> - Private slot to select the Qt5 documentation directory. </p><a NAME="HelpDocumentationPage.save" ID="HelpDocumentationPage.save"></a> <h4>HelpDocumentationPage.save</h4> <b>save</b>(<i></i>)
--- a/Documentation/Source/eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Preferences.ConfigurationPages.HelpFlashCookieManagerPage.html Sat Dec 05 13:03:19 2015 +0100 @@ -63,9 +63,6 @@ <td><a href="#HelpFlashCookieManagerPage.__init__">HelpFlashCookieManagerPage</a></td> <td>Constructor</td> </tr><tr> -<td><a href="#HelpFlashCookieManagerPage.on_flashDataPathButton_clicked">on_flashDataPathButton_clicked</a></td> -<td>Private slot to handle the flash data path selection.</td> -</tr><tr> <td><a href="#HelpFlashCookieManagerPage.save">save</a></td> <td>Public slot to save the Flash Cookies Manager configuration.</td> </tr> @@ -79,11 +76,6 @@ <b>HelpFlashCookieManagerPage</b>(<i></i>) <p> Constructor -</p><a NAME="HelpFlashCookieManagerPage.on_flashDataPathButton_clicked" ID="HelpFlashCookieManagerPage.on_flashDataPathButton_clicked"></a> -<h4>HelpFlashCookieManagerPage.on_flashDataPathButton_clicked</h4> -<b>on_flashDataPathButton_clicked</b>(<i></i>) -<p> - Private slot to handle the flash data path selection. </p><a NAME="HelpFlashCookieManagerPage.save" ID="HelpFlashCookieManagerPage.save"></a> <h4>HelpFlashCookieManagerPage.save</h4> <b>save</b>(<i></i>)
--- a/Documentation/Source/eric6.Preferences.ConfigurationPages.HelpInterfacePage.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Preferences.ConfigurationPages.HelpInterfacePage.html Sat Dec 05 13:03:19 2015 +0100 @@ -67,9 +67,6 @@ <td><a href="#HelpInterfacePage.__populateStyleCombo">__populateStyleCombo</a></td> <td>Private method to populate the style combo box.</td> </tr><tr> -<td><a href="#HelpInterfacePage.on_styleSheetButton_clicked">on_styleSheetButton_clicked</a></td> -<td>Private method to select the style sheet file via a dialog.</td> -</tr><tr> <td><a href="#HelpInterfacePage.save">save</a></td> <td>Public slot to save the Interface configuration.</td> </tr> @@ -88,11 +85,6 @@ <b>__populateStyleCombo</b>(<i></i>) <p> Private method to populate the style combo box. -</p><a NAME="HelpInterfacePage.on_styleSheetButton_clicked" ID="HelpInterfacePage.on_styleSheetButton_clicked"></a> -<h4>HelpInterfacePage.on_styleSheetButton_clicked</h4> -<b>on_styleSheetButton_clicked</b>(<i></i>) -<p> - Private method to select the style sheet file via a dialog. </p><a NAME="HelpInterfacePage.save" ID="HelpInterfacePage.save"></a> <h4>HelpInterfacePage.save</h4> <b>save</b>(<i></i>)
--- a/Documentation/Source/eric6.Preferences.ConfigurationPages.HelpViewersPage.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Preferences.ConfigurationPages.HelpViewersPage.html Sat Dec 05 13:03:19 2015 +0100 @@ -63,18 +63,6 @@ <td><a href="#HelpViewersPage.__init__">HelpViewersPage</a></td> <td>Constructor</td> </tr><tr> -<td><a href="#HelpViewersPage.on_chmviewerButton_clicked">on_chmviewerButton_clicked</a></td> -<td>Private slot to handle the CHM viewer selection.</td> -</tr><tr> -<td><a href="#HelpViewersPage.on_customViewerSelectionButton_clicked">on_customViewerSelectionButton_clicked</a></td> -<td>Private slot to handle the custom viewer selection.</td> -</tr><tr> -<td><a href="#HelpViewersPage.on_pdfviewerButton_clicked">on_pdfviewerButton_clicked</a></td> -<td>Private slot to handle the PDF viewer selection.</td> -</tr><tr> -<td><a href="#HelpViewersPage.on_webbrowserButton_clicked">on_webbrowserButton_clicked</a></td> -<td>Private slot to handle the Web browser selection.</td> -</tr><tr> <td><a href="#HelpViewersPage.save">save</a></td> <td>Public slot to save the Help Viewers configuration.</td> </tr> @@ -88,26 +76,6 @@ <b>HelpViewersPage</b>(<i></i>) <p> Constructor -</p><a NAME="HelpViewersPage.on_chmviewerButton_clicked" ID="HelpViewersPage.on_chmviewerButton_clicked"></a> -<h4>HelpViewersPage.on_chmviewerButton_clicked</h4> -<b>on_chmviewerButton_clicked</b>(<i></i>) -<p> - Private slot to handle the CHM viewer selection. -</p><a NAME="HelpViewersPage.on_customViewerSelectionButton_clicked" ID="HelpViewersPage.on_customViewerSelectionButton_clicked"></a> -<h4>HelpViewersPage.on_customViewerSelectionButton_clicked</h4> -<b>on_customViewerSelectionButton_clicked</b>(<i></i>) -<p> - Private slot to handle the custom viewer selection. -</p><a NAME="HelpViewersPage.on_pdfviewerButton_clicked" ID="HelpViewersPage.on_pdfviewerButton_clicked"></a> -<h4>HelpViewersPage.on_pdfviewerButton_clicked</h4> -<b>on_pdfviewerButton_clicked</b>(<i></i>) -<p> - Private slot to handle the PDF viewer selection. -</p><a NAME="HelpViewersPage.on_webbrowserButton_clicked" ID="HelpViewersPage.on_webbrowserButton_clicked"></a> -<h4>HelpViewersPage.on_webbrowserButton_clicked</h4> -<b>on_webbrowserButton_clicked</b>(<i></i>) -<p> - Private slot to handle the Web browser selection. </p><a NAME="HelpViewersPage.save" ID="HelpViewersPage.save"></a> <h4>HelpViewersPage.save</h4> <b>save</b>(<i></i>)
--- a/Documentation/Source/eric6.Preferences.ConfigurationPages.IconsPage.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Preferences.ConfigurationPages.IconsPage.html Sat Dec 05 13:03:19 2015 +0100 @@ -72,15 +72,12 @@ <td><a href="#IconsPage.on_downButton_clicked">on_downButton_clicked</a></td> <td>Private slot called to move the selected item down in the list.</td> </tr><tr> -<td><a href="#IconsPage.on_iconDirectoryButton_clicked">on_iconDirectoryButton_clicked</a></td> -<td>Private slot to select an icon directory.</td> -</tr><tr> -<td><a href="#IconsPage.on_iconDirectoryEdit_textChanged">on_iconDirectoryEdit_textChanged</a></td> -<td>Private slot to handle the textChanged signal of the directory edit.</td> -</tr><tr> <td><a href="#IconsPage.on_iconDirectoryList_currentRowChanged">on_iconDirectoryList_currentRowChanged</a></td> <td>Private slot to handle the currentRowChanged signal of the icons directory list.</td> </tr><tr> +<td><a href="#IconsPage.on_iconDirectoryPicker_textChanged">on_iconDirectoryPicker_textChanged</a></td> +<td>Private slot to handle the textChanged signal of the directory picker.</td> +</tr><tr> <td><a href="#IconsPage.on_showIconsButton_clicked">on_showIconsButton_clicked</a></td> <td>Private slot to display a preview of an icons directory.</td> </tr><tr> @@ -115,22 +112,7 @@ <b>on_downButton_clicked</b>(<i></i>) <p> Private slot called to move the selected item down in the list. -</p><a NAME="IconsPage.on_iconDirectoryButton_clicked" ID="IconsPage.on_iconDirectoryButton_clicked"></a> -<h4>IconsPage.on_iconDirectoryButton_clicked</h4> -<b>on_iconDirectoryButton_clicked</b>(<i></i>) -<p> - Private slot to select an icon directory. -</p><a NAME="IconsPage.on_iconDirectoryEdit_textChanged" ID="IconsPage.on_iconDirectoryEdit_textChanged"></a> -<h4>IconsPage.on_iconDirectoryEdit_textChanged</h4> -<b>on_iconDirectoryEdit_textChanged</b>(<i>txt</i>) -<p> - Private slot to handle the textChanged signal of the directory edit. -</p><dl> -<dt><i>txt</i></dt> -<dd> -the text of the directory edit (string) -</dd> -</dl><a NAME="IconsPage.on_iconDirectoryList_currentRowChanged" ID="IconsPage.on_iconDirectoryList_currentRowChanged"></a> +</p><a NAME="IconsPage.on_iconDirectoryList_currentRowChanged" ID="IconsPage.on_iconDirectoryList_currentRowChanged"></a> <h4>IconsPage.on_iconDirectoryList_currentRowChanged</h4> <b>on_iconDirectoryList_currentRowChanged</b>(<i>row</i>) <p> @@ -141,6 +123,16 @@ <dd> the current row (integer) </dd> +</dl><a NAME="IconsPage.on_iconDirectoryPicker_textChanged" ID="IconsPage.on_iconDirectoryPicker_textChanged"></a> +<h4>IconsPage.on_iconDirectoryPicker_textChanged</h4> +<b>on_iconDirectoryPicker_textChanged</b>(<i>txt</i>) +<p> + Private slot to handle the textChanged signal of the directory picker. +</p><dl> +<dt><i>txt</i></dt> +<dd> +the text of the directory picker (string) +</dd> </dl><a NAME="IconsPage.on_showIconsButton_clicked" ID="IconsPage.on_showIconsButton_clicked"></a> <h4>IconsPage.on_showIconsButton_clicked</h4> <b>on_showIconsButton_clicked</b>(<i></i>)
--- a/Documentation/Source/eric6.Preferences.ConfigurationPages.InterfacePage.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Preferences.ConfigurationPages.InterfacePage.html Sat Dec 05 13:03:19 2015 +0100 @@ -72,9 +72,6 @@ <td><a href="#InterfacePage.on_resetLayoutButton_clicked">on_resetLayoutButton_clicked</a></td> <td>Private method to reset layout to factory defaults.</td> </tr><tr> -<td><a href="#InterfacePage.on_styleSheetButton_clicked">on_styleSheetButton_clicked</a></td> -<td>Private method to select the style sheet file via a dialog.</td> -</tr><tr> <td><a href="#InterfacePage.save">save</a></td> <td>Public slot to save the Interface configuration.</td> </tr> @@ -104,11 +101,6 @@ <b>on_resetLayoutButton_clicked</b>(<i></i>) <p> Private method to reset layout to factory defaults. -</p><a NAME="InterfacePage.on_styleSheetButton_clicked" ID="InterfacePage.on_styleSheetButton_clicked"></a> -<h4>InterfacePage.on_styleSheetButton_clicked</h4> -<b>on_styleSheetButton_clicked</b>(<i></i>) -<p> - Private method to select the style sheet file via a dialog. </p><a NAME="InterfacePage.save" ID="InterfacePage.save"></a> <h4>InterfacePage.save</h4> <b>save</b>(<i></i>)
--- a/Documentation/Source/eric6.Preferences.ConfigurationPages.MultiProjectPage.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Preferences.ConfigurationPages.MultiProjectPage.html Sat Dec 05 13:03:19 2015 +0100 @@ -63,9 +63,6 @@ <td><a href="#MultiProjectPage.__init__">MultiProjectPage</a></td> <td>Constructor</td> </tr><tr> -<td><a href="#MultiProjectPage.on_workspaceButton_clicked">on_workspaceButton_clicked</a></td> -<td>Private slot to display a directory selection dialog.</td> -</tr><tr> <td><a href="#MultiProjectPage.save">save</a></td> <td>Public slot to save the Project configuration.</td> </tr> @@ -79,11 +76,6 @@ <b>MultiProjectPage</b>(<i></i>) <p> Constructor -</p><a NAME="MultiProjectPage.on_workspaceButton_clicked" ID="MultiProjectPage.on_workspaceButton_clicked"></a> -<h4>MultiProjectPage.on_workspaceButton_clicked</h4> -<b>on_workspaceButton_clicked</b>(<i></i>) -<p> - Private slot to display a directory selection dialog. </p><a NAME="MultiProjectPage.save" ID="MultiProjectPage.save"></a> <h4>MultiProjectPage.save</h4> <b>save</b>(<i></i>)
--- a/Documentation/Source/eric6.Preferences.ConfigurationPages.NetworkPage.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Preferences.ConfigurationPages.NetworkPage.html Sat Dec 05 13:03:19 2015 +0100 @@ -66,9 +66,6 @@ <td><a href="#NetworkPage.on_clearProxyPasswordsButton_clicked">on_clearProxyPasswordsButton_clicked</a></td> <td>Private slot to clear the saved HTTP(S) proxy passwords.</td> </tr><tr> -<td><a href="#NetworkPage.on_downloadDirButton_clicked">on_downloadDirButton_clicked</a></td> -<td>Private slot to handle the directory selection via dialog.</td> -</tr><tr> <td><a href="#NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged">on_ftpProxyTypeCombo_currentIndexChanged</a></td> <td>Private slot handling the selection of a proxy type.</td> </tr><tr> @@ -90,11 +87,6 @@ <b>on_clearProxyPasswordsButton_clicked</b>(<i></i>) <p> Private slot to clear the saved HTTP(S) proxy passwords. -</p><a NAME="NetworkPage.on_downloadDirButton_clicked" ID="NetworkPage.on_downloadDirButton_clicked"></a> -<h4>NetworkPage.on_downloadDirButton_clicked</h4> -<b>on_downloadDirButton_clicked</b>(<i></i>) -<p> - Private slot to handle the directory selection via dialog. </p><a NAME="NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged" ID="NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged"></a> <h4>NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged</h4> <b>on_ftpProxyTypeCombo_currentIndexChanged</b>(<i>index</i>)
--- a/Documentation/Source/eric6.Preferences.ConfigurationPages.PluginManagerPage.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Preferences.ConfigurationPages.PluginManagerPage.html Sat Dec 05 13:03:19 2015 +0100 @@ -63,9 +63,6 @@ <td><a href="#PluginManagerPage.__init__">PluginManagerPage</a></td> <td>Constructor</td> </tr><tr> -<td><a href="#PluginManagerPage.on_downloadDirButton_clicked">on_downloadDirButton_clicked</a></td> -<td>Private slot to handle the directory selection via dialog.</td> -</tr><tr> <td><a href="#PluginManagerPage.on_repositoryUrlEditButton_toggled">on_repositoryUrlEditButton_toggled</a></td> <td>Private slot to set the read only status of the repository URL line edit.</td> </tr><tr> @@ -82,11 +79,6 @@ <b>PluginManagerPage</b>(<i></i>) <p> Constructor -</p><a NAME="PluginManagerPage.on_downloadDirButton_clicked" ID="PluginManagerPage.on_downloadDirButton_clicked"></a> -<h4>PluginManagerPage.on_downloadDirButton_clicked</h4> -<b>on_downloadDirButton_clicked</b>(<i></i>) -<p> - Private slot to handle the directory selection via dialog. </p><a NAME="PluginManagerPage.on_repositoryUrlEditButton_toggled" ID="PluginManagerPage.on_repositoryUrlEditButton_toggled"></a> <h4>PluginManagerPage.on_repositoryUrlEditButton_toggled</h4> <b>on_repositoryUrlEditButton_toggled</b>(<i>checked</i>)
--- a/Documentation/Source/eric6.Preferences.ConfigurationPages.QtPage.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Preferences.ConfigurationPages.QtPage.html Sat Dec 05 13:03:19 2015 +0100 @@ -72,9 +72,6 @@ <td><a href="#QtPage.on_qt4PrefixEdit_textChanged">on_qt4PrefixEdit_textChanged</a></td> <td>Private slot to handle a change in the entered Qt directory.</td> </tr><tr> -<td><a href="#QtPage.on_qt4TransButton_clicked">on_qt4TransButton_clicked</a></td> -<td>Private slot to handle the Qt4 translations directory selection.</td> -</tr><tr> <td><a href="#QtPage.save">save</a></td> <td>Public slot to save the Qt configuration.</td> </tr> @@ -113,12 +110,7 @@ <dd> the entered string (string) </dd> -</dl><a NAME="QtPage.on_qt4TransButton_clicked" ID="QtPage.on_qt4TransButton_clicked"></a> -<h4>QtPage.on_qt4TransButton_clicked</h4> -<b>on_qt4TransButton_clicked</b>(<i></i>) -<p> - Private slot to handle the Qt4 translations directory selection. -</p><a NAME="QtPage.save" ID="QtPage.save"></a> +</dl><a NAME="QtPage.save" ID="QtPage.save"></a> <h4>QtPage.save</h4> <b>save</b>(<i></i>) <p>
--- a/Documentation/Source/eric6.Preferences.ToolConfigurationDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Preferences.ToolConfigurationDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -87,16 +87,13 @@ <td><a href="#ToolConfigurationDialog.on_downButton_clicked">on_downButton_clicked</a></td> <td>Private slot to move an entry down in the list.</td> </tr><tr> -<td><a href="#ToolConfigurationDialog.on_executableButton_clicked">on_executableButton_clicked</a></td> -<td>Private slot to handle the executable selection via a file selection dialog.</td> +<td><a href="#ToolConfigurationDialog.on_executablePicker_pathSelected">on_executablePicker_pathSelected</a></td> +<td>Private slot to check the executable after it has been selected.</td> </tr><tr> -<td><a href="#ToolConfigurationDialog.on_executableEdit_textChanged">on_executableEdit_textChanged</a></td> +<td><a href="#ToolConfigurationDialog.on_executablePicker_textChanged">on_executablePicker_textChanged</a></td> <td>Private slot called, when the executable was changed.</td> </tr><tr> -<td><a href="#ToolConfigurationDialog.on_iconButton_clicked">on_iconButton_clicked</a></td> -<td>Private slot to handle the icon selection via a file selection dialog.</td> -</tr><tr> -<td><a href="#ToolConfigurationDialog.on_iconEdit_textChanged">on_iconEdit_textChanged</a></td> +<td><a href="#ToolConfigurationDialog.on_iconPicker_textChanged">on_iconPicker_textChanged</a></td> <td>Private slot called, when the icon path was changed.</td> </tr><tr> <td><a href="#ToolConfigurationDialog.on_menuEdit_textChanged">on_menuEdit_textChanged</a></td> @@ -209,15 +206,19 @@ <b>on_downButton_clicked</b>(<i></i>) <p> Private slot to move an entry down in the list. -</p><a NAME="ToolConfigurationDialog.on_executableButton_clicked" ID="ToolConfigurationDialog.on_executableButton_clicked"></a> -<h4>ToolConfigurationDialog.on_executableButton_clicked</h4> -<b>on_executableButton_clicked</b>(<i></i>) +</p><a NAME="ToolConfigurationDialog.on_executablePicker_pathSelected" ID="ToolConfigurationDialog.on_executablePicker_pathSelected"></a> +<h4>ToolConfigurationDialog.on_executablePicker_pathSelected</h4> +<b>on_executablePicker_pathSelected</b>(<i>path</i>) <p> - Private slot to handle the executable selection via a file selection - dialog. -</p><a NAME="ToolConfigurationDialog.on_executableEdit_textChanged" ID="ToolConfigurationDialog.on_executableEdit_textChanged"></a> -<h4>ToolConfigurationDialog.on_executableEdit_textChanged</h4> -<b>on_executableEdit_textChanged</b>(<i>text</i>) + Private slot to check the executable after it has been selected. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +path of the executable +</dd> +</dl><a NAME="ToolConfigurationDialog.on_executablePicker_textChanged" ID="ToolConfigurationDialog.on_executablePicker_textChanged"></a> +<h4>ToolConfigurationDialog.on_executablePicker_textChanged</h4> +<b>on_executablePicker_textChanged</b>(<i>text</i>) <p> Private slot called, when the executable was changed. </p><dl> @@ -225,14 +226,9 @@ <dd> the new text (string) (ignored) </dd> -</dl><a NAME="ToolConfigurationDialog.on_iconButton_clicked" ID="ToolConfigurationDialog.on_iconButton_clicked"></a> -<h4>ToolConfigurationDialog.on_iconButton_clicked</h4> -<b>on_iconButton_clicked</b>(<i></i>) -<p> - Private slot to handle the icon selection via a file selection dialog. -</p><a NAME="ToolConfigurationDialog.on_iconEdit_textChanged" ID="ToolConfigurationDialog.on_iconEdit_textChanged"></a> -<h4>ToolConfigurationDialog.on_iconEdit_textChanged</h4> -<b>on_iconEdit_textChanged</b>(<i>text</i>) +</dl><a NAME="ToolConfigurationDialog.on_iconPicker_textChanged" ID="ToolConfigurationDialog.on_iconPicker_textChanged"></a> +<h4>ToolConfigurationDialog.on_iconPicker_textChanged</h4> +<b>on_iconPicker_textChanged</b>(<i>text</i>) <p> Private slot called, when the icon path was changed. </p><dl>
--- a/Documentation/Source/eric6.Project.AddDirectoryDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Project.AddDirectoryDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -60,23 +60,14 @@ <td><a href="#AddDirectoryDialog.__init__">AddDirectoryDialog</a></td> <td>Constructor</td> </tr><tr> -<td><a href="#AddDirectoryDialog.__dirDialog">__dirDialog</a></td> -<td>Private slot to display a directory selection dialog.</td> -</tr><tr> <td><a href="#AddDirectoryDialog.getData">getData</a></td> <td>Public slot to retrieve the dialogs data.</td> </tr><tr> <td><a href="#AddDirectoryDialog.on_filterComboBox_highlighted">on_filterComboBox_highlighted</a></td> <td>Private slot to handle the selection of a file type.</td> </tr><tr> -<td><a href="#AddDirectoryDialog.on_sourceDirButton_clicked">on_sourceDirButton_clicked</a></td> -<td>Private slot to handle the source dir button press.</td> -</tr><tr> -<td><a href="#AddDirectoryDialog.on_sourceDirEdit_textChanged">on_sourceDirEdit_textChanged</a></td> -<td>Private slot to handle the source dir text changed.</td> -</tr><tr> -<td><a href="#AddDirectoryDialog.on_targetDirButton_clicked">on_targetDirButton_clicked</a></td> -<td>Private slot to handle the target dir button press.</td> +<td><a href="#AddDirectoryDialog.on_sourceDirPicker_textChanged">on_sourceDirPicker_textChanged</a></td> +<td>Private slot to handle the source directory text changed.</td> </tr> </table> <h3>Static Methods</h3> @@ -105,17 +96,6 @@ <dd> start directory for the selection dialog </dd> -</dl><a NAME="AddDirectoryDialog.__dirDialog" ID="AddDirectoryDialog.__dirDialog"></a> -<h4>AddDirectoryDialog.__dirDialog</h4> -<b>__dirDialog</b>(<i>textEdit</i>) -<p> - Private slot to display a directory selection dialog. -</p><dl> -<dt><i>textEdit</i></dt> -<dd> -field for the display of the selected directory name - (QLineEdit) -</dd> </dl><a NAME="AddDirectoryDialog.getData" ID="AddDirectoryDialog.getData"></a> <h4>AddDirectoryDialog.getData</h4> <b>getData</b>(<i></i>) @@ -138,16 +118,11 @@ <dd> the selected file type (string) </dd> -</dl><a NAME="AddDirectoryDialog.on_sourceDirButton_clicked" ID="AddDirectoryDialog.on_sourceDirButton_clicked"></a> -<h4>AddDirectoryDialog.on_sourceDirButton_clicked</h4> -<b>on_sourceDirButton_clicked</b>(<i></i>) +</dl><a NAME="AddDirectoryDialog.on_sourceDirPicker_textChanged" ID="AddDirectoryDialog.on_sourceDirPicker_textChanged"></a> +<h4>AddDirectoryDialog.on_sourceDirPicker_textChanged</h4> +<b>on_sourceDirPicker_textChanged</b>(<i>dir</i>) <p> - Private slot to handle the source dir button press. -</p><a NAME="AddDirectoryDialog.on_sourceDirEdit_textChanged" ID="AddDirectoryDialog.on_sourceDirEdit_textChanged"></a> -<h4>AddDirectoryDialog.on_sourceDirEdit_textChanged</h4> -<b>on_sourceDirEdit_textChanged</b>(<i>dir</i>) -<p> - Private slot to handle the source dir text changed. + Private slot to handle the source directory text changed. </p><p> If the entered source directory is a subdirectory of the current projects main directory, the target directory path is synchronized. @@ -158,12 +133,7 @@ <dd> the text of the source directory line edit (string) </dd> -</dl><a NAME="AddDirectoryDialog.on_targetDirButton_clicked" ID="AddDirectoryDialog.on_targetDirButton_clicked"></a> -<h4>AddDirectoryDialog.on_targetDirButton_clicked</h4> -<b>on_targetDirButton_clicked</b>(<i></i>) -<p> - Private slot to handle the target dir button press. -</p> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file
--- a/Documentation/Source/eric6.Project.AddFileDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Project.AddFileDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -63,14 +63,11 @@ <td><a href="#AddFileDialog.getData">getData</a></td> <td>Public slot to retrieve the dialogs data.</td> </tr><tr> -<td><a href="#AddFileDialog.on_sourceFileButton_clicked">on_sourceFileButton_clicked</a></td> -<td>Private slot to display a file selection dialog.</td> +<td><a href="#AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog">on_sourceFilesPicker_aboutToShowPathPickerDialog</a></td> +<td>Private slot to perform actions before the source files selection dialog is shown.</td> </tr><tr> -<td><a href="#AddFileDialog.on_sourceFileEdit_textChanged">on_sourceFileEdit_textChanged</a></td> +<td><a href="#AddFileDialog.on_sourceFilesPicker_textChanged">on_sourceFilesPicker_textChanged</a></td> <td>Private slot to handle the source file text changed.</td> -</tr><tr> -<td><a href="#AddFileDialog.on_targetDirButton_clicked">on_targetDirButton_clicked</a></td> -<td>Private slot to display a directory selection dialog.</td> </tr> </table> <h3>Static Methods</h3> @@ -111,14 +108,15 @@ giving the source files, the target directory and a flag telling, whether the files shall be added as source code </dd> -</dl><a NAME="AddFileDialog.on_sourceFileButton_clicked" ID="AddFileDialog.on_sourceFileButton_clicked"></a> -<h4>AddFileDialog.on_sourceFileButton_clicked</h4> -<b>on_sourceFileButton_clicked</b>(<i></i>) +</dl><a NAME="AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog" ID="AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog"></a> +<h4>AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog</h4> +<b>on_sourceFilesPicker_aboutToShowPathPickerDialog</b>(<i></i>) <p> - Private slot to display a file selection dialog. -</p><a NAME="AddFileDialog.on_sourceFileEdit_textChanged" ID="AddFileDialog.on_sourceFileEdit_textChanged"></a> -<h4>AddFileDialog.on_sourceFileEdit_textChanged</h4> -<b>on_sourceFileEdit_textChanged</b>(<i>sfile</i>) + Private slot to perform actions before the source files selection + dialog is shown. +</p><a NAME="AddFileDialog.on_sourceFilesPicker_textChanged" ID="AddFileDialog.on_sourceFilesPicker_textChanged"></a> +<h4>AddFileDialog.on_sourceFilesPicker_textChanged</h4> +<b>on_sourceFilesPicker_textChanged</b>(<i>sfile</i>) <p> Private slot to handle the source file text changed. </p><p> @@ -129,14 +127,9 @@ </p><dl> <dt><i>sfile</i></dt> <dd> -the text of the source file line edit (string) +the text of the source file picker (string) </dd> -</dl><a NAME="AddFileDialog.on_targetDirButton_clicked" ID="AddFileDialog.on_targetDirButton_clicked"></a> -<h4>AddFileDialog.on_targetDirButton_clicked</h4> -<b>on_targetDirButton_clicked</b>(<i></i>) -<p> - Private slot to display a directory selection dialog. -</p> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file
--- a/Documentation/Source/eric6.Project.DebuggerPropertiesDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Project.DebuggerPropertiesDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -61,11 +61,8 @@ <td><a href="#DebuggerPropertiesDialog.__init__">DebuggerPropertiesDialog</a></td> <td>Constructor</td> </tr><tr> -<td><a href="#DebuggerPropertiesDialog.on_debugClientButton_clicked">on_debugClientButton_clicked</a></td> -<td>Private slot to handle the Debug Client selection.</td> -</tr><tr> -<td><a href="#DebuggerPropertiesDialog.on_interpreterButton_clicked">on_interpreterButton_clicked</a></td> -<td>Private slot to handle the interpreter selection.</td> +<td><a href="#DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog">on_debugClientPicker_aboutToShowPathPickerDialog</a></td> +<td>Private slot to perform actions before the debug client selection dialog is shown.</td> </tr><tr> <td><a href="#DebuggerPropertiesDialog.storeData">storeData</a></td> <td>Public method to store the entered/modified data.</td> @@ -91,16 +88,12 @@ <dd> name of this dialog (string) </dd> -</dl><a NAME="DebuggerPropertiesDialog.on_debugClientButton_clicked" ID="DebuggerPropertiesDialog.on_debugClientButton_clicked"></a> -<h4>DebuggerPropertiesDialog.on_debugClientButton_clicked</h4> -<b>on_debugClientButton_clicked</b>(<i></i>) +</dl><a NAME="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog" ID="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog"></a> +<h4>DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog</h4> +<b>on_debugClientPicker_aboutToShowPathPickerDialog</b>(<i></i>) <p> - Private slot to handle the Debug Client selection. -</p><a NAME="DebuggerPropertiesDialog.on_interpreterButton_clicked" ID="DebuggerPropertiesDialog.on_interpreterButton_clicked"></a> -<h4>DebuggerPropertiesDialog.on_interpreterButton_clicked</h4> -<b>on_interpreterButton_clicked</b>(<i></i>) -<p> - Private slot to handle the interpreter selection. + Private slot to perform actions before the debug client selection + dialog is shown. </p><a NAME="DebuggerPropertiesDialog.storeData" ID="DebuggerPropertiesDialog.storeData"></a> <h4>DebuggerPropertiesDialog.storeData</h4> <b>storeData</b>(<i></i>)
--- a/Documentation/Source/eric6.Project.NewDialogClassDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Project.NewDialogClassDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -72,11 +72,8 @@ <td><a href="#NewDialogClassDialog.on_filenameEdit_textChanged">on_filenameEdit_textChanged</a></td> <td>Private slot called, when thext of the filename edit has changed.</td> </tr><tr> -<td><a href="#NewDialogClassDialog.on_pathButton_clicked">on_pathButton_clicked</a></td> -<td>Private slot called to open a directory selection dialog.</td> -</tr><tr> -<td><a href="#NewDialogClassDialog.on_pathnameEdit_textChanged">on_pathnameEdit_textChanged</a></td> -<td>Private slot called, when thext of the pathname edit has changed.</td> +<td><a href="#NewDialogClassDialog.on_pathnamePicker_textChanged">on_pathnamePicker_textChanged</a></td> +<td>Private slot called, when the text of the path name has changed.</td> </tr> </table> <h3>Static Methods</h3> @@ -137,16 +134,11 @@ <dd> changed text (string) </dd> -</dl><a NAME="NewDialogClassDialog.on_pathButton_clicked" ID="NewDialogClassDialog.on_pathButton_clicked"></a> -<h4>NewDialogClassDialog.on_pathButton_clicked</h4> -<b>on_pathButton_clicked</b>(<i></i>) +</dl><a NAME="NewDialogClassDialog.on_pathnamePicker_textChanged" ID="NewDialogClassDialog.on_pathnamePicker_textChanged"></a> +<h4>NewDialogClassDialog.on_pathnamePicker_textChanged</h4> +<b>on_pathnamePicker_textChanged</b>(<i>text</i>) <p> - Private slot called to open a directory selection dialog. -</p><a NAME="NewDialogClassDialog.on_pathnameEdit_textChanged" ID="NewDialogClassDialog.on_pathnameEdit_textChanged"></a> -<h4>NewDialogClassDialog.on_pathnameEdit_textChanged</h4> -<b>on_pathnameEdit_textChanged</b>(<i>text</i>) -<p> - Private slot called, when thext of the pathname edit has changed. + Private slot called, when the text of the path name has changed. </p><dl> <dt><i>text</i></dt> <dd>
--- a/Documentation/Source/eric6.Project.PropertiesDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Project.PropertiesDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -66,17 +66,17 @@ <td><a href="#PropertiesDialog.getProjectType">getProjectType</a></td> <td>Public method to get the selected project type.</td> </tr><tr> -<td><a href="#PropertiesDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> -<td>Private slot to display a directory selection dialog.</td> -</tr><tr> -<td><a href="#PropertiesDialog.on_dirEdit_textChanged">on_dirEdit_textChanged</a></td> +<td><a href="#PropertiesDialog.on_dirPicker_textChanged">on_dirPicker_textChanged</a></td> <td>Private slot to handle a change of the project directory.</td> </tr><tr> <td><a href="#PropertiesDialog.on_languageComboBox_currentIndexChanged">on_languageComboBox_currentIndexChanged</a></td> <td>Private slot handling the selection of a programming language.</td> </tr><tr> -<td><a href="#PropertiesDialog.on_mainscriptButton_clicked">on_mainscriptButton_clicked</a></td> -<td>Private slot to display a file selection dialog.</td> +<td><a href="#PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog">on_mainscriptPicker_aboutToShowPathPickerDialog</a></td> +<td>Private slot to perform actions before the main script selection dialog is shown.</td> +</tr><tr> +<td><a href="#PropertiesDialog.on_mainscriptPicker_pathSelected">on_mainscriptPicker_pathSelected</a></td> +<td>Private slot to check the selected main script name.</td> </tr><tr> <td><a href="#PropertiesDialog.on_spellPropertiesButton_clicked">on_spellPropertiesButton_clicked</a></td> <td>Private slot to display the spelling properties dialog.</td> @@ -134,14 +134,9 @@ <dd> selected UI type (string) </dd> -</dl><a NAME="PropertiesDialog.on_dirButton_clicked" ID="PropertiesDialog.on_dirButton_clicked"></a> -<h4>PropertiesDialog.on_dirButton_clicked</h4> -<b>on_dirButton_clicked</b>(<i></i>) -<p> - Private slot to display a directory selection dialog. -</p><a NAME="PropertiesDialog.on_dirEdit_textChanged" ID="PropertiesDialog.on_dirEdit_textChanged"></a> -<h4>PropertiesDialog.on_dirEdit_textChanged</h4> -<b>on_dirEdit_textChanged</b>(<i>txt</i>) +</dl><a NAME="PropertiesDialog.on_dirPicker_textChanged" ID="PropertiesDialog.on_dirPicker_textChanged"></a> +<h4>PropertiesDialog.on_dirPicker_textChanged</h4> +<b>on_dirPicker_textChanged</b>(<i>txt</i>) <p> Private slot to handle a change of the project directory. </p><dl> @@ -159,12 +154,23 @@ <dd> selected programming language (string) </dd> -</dl><a NAME="PropertiesDialog.on_mainscriptButton_clicked" ID="PropertiesDialog.on_mainscriptButton_clicked"></a> -<h4>PropertiesDialog.on_mainscriptButton_clicked</h4> -<b>on_mainscriptButton_clicked</b>(<i></i>) +</dl><a NAME="PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog" ID="PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog"></a> +<h4>PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog</h4> +<b>on_mainscriptPicker_aboutToShowPathPickerDialog</b>(<i></i>) <p> - Private slot to display a file selection dialog. -</p><a NAME="PropertiesDialog.on_spellPropertiesButton_clicked" ID="PropertiesDialog.on_spellPropertiesButton_clicked"></a> + Private slot to perform actions before the main script selection dialog + is shown. +</p><a NAME="PropertiesDialog.on_mainscriptPicker_pathSelected" ID="PropertiesDialog.on_mainscriptPicker_pathSelected"></a> +<h4>PropertiesDialog.on_mainscriptPicker_pathSelected</h4> +<b>on_mainscriptPicker_pathSelected</b>(<i>script</i>) +<p> + Private slot to check the selected main script name. +</p><dl> +<dt><i>script</i> (str)</dt> +<dd> +name of the main script +</dd> +</dl><a NAME="PropertiesDialog.on_spellPropertiesButton_clicked" ID="PropertiesDialog.on_spellPropertiesButton_clicked"></a> <h4>PropertiesDialog.on_spellPropertiesButton_clicked</h4> <b>on_spellPropertiesButton_clicked</b>(<i></i>) <p>
--- a/Documentation/Source/eric6.Project.SpellingPropertiesDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Project.SpellingPropertiesDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -63,12 +63,6 @@ <td><a href="#SpellingPropertiesDialog.initDialog">initDialog</a></td> <td>Public method to initialize the dialogs data.</td> </tr><tr> -<td><a href="#SpellingPropertiesDialog.on_pelButton_clicked">on_pelButton_clicked</a></td> -<td>Private slot to select the project exclude list file.</td> -</tr><tr> -<td><a href="#SpellingPropertiesDialog.on_pwlButton_clicked">on_pwlButton_clicked</a></td> -<td>Private slot to select the project word list file.</td> -</tr><tr> <td><a href="#SpellingPropertiesDialog.storeData">storeData</a></td> <td>Public method to store the entered/modified data.</td> </tr> @@ -98,16 +92,6 @@ <b>initDialog</b>(<i></i>) <p> Public method to initialize the dialogs data. -</p><a NAME="SpellingPropertiesDialog.on_pelButton_clicked" ID="SpellingPropertiesDialog.on_pelButton_clicked"></a> -<h4>SpellingPropertiesDialog.on_pelButton_clicked</h4> -<b>on_pelButton_clicked</b>(<i></i>) -<p> - Private slot to select the project exclude list file. -</p><a NAME="SpellingPropertiesDialog.on_pwlButton_clicked" ID="SpellingPropertiesDialog.on_pwlButton_clicked"></a> -<h4>SpellingPropertiesDialog.on_pwlButton_clicked</h4> -<b>on_pwlButton_clicked</b>(<i></i>) -<p> - Private slot to select the project word list file. </p><a NAME="SpellingPropertiesDialog.storeData" ID="SpellingPropertiesDialog.storeData"></a> <h4>SpellingPropertiesDialog.storeData</h4> <b>storeData</b>(<i></i>)
--- a/Documentation/Source/eric6.Project.TranslationPropertiesDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Project.TranslationPropertiesDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -84,13 +84,13 @@ <td><a href="#TranslationPropertiesDialog.on_exceptionsList_currentRowChanged">on_exceptionsList_currentRowChanged</a></td> <td>Private slot to handle the currentRowChanged signal of the exceptions list.</td> </tr><tr> -<td><a href="#TranslationPropertiesDialog.on_transBinPathButton_clicked">on_transBinPathButton_clicked</a></td> -<td>Private slot to display a directory selection dialog.</td> +<td><a href="#TranslationPropertiesDialog.on_transBinPathPicker_pathSelected">on_transBinPathPicker_pathSelected</a></td> +<td>Private slot handling the selection of a binary translations path.</td> </tr><tr> -<td><a href="#TranslationPropertiesDialog.on_transPatternButton_clicked">on_transPatternButton_clicked</a></td> -<td>Private slot to display a file selection dialog.</td> +<td><a href="#TranslationPropertiesDialog.on_transPatternPicker_pathSelected">on_transPatternPicker_pathSelected</a></td> +<td>Private slot handling the selection of a translation path.</td> </tr><tr> -<td><a href="#TranslationPropertiesDialog.on_transPatternEdit_textChanged">on_transPatternEdit_textChanged</a></td> +<td><a href="#TranslationPropertiesDialog.on_transPatternPicker_textChanged">on_transPatternPicker_textChanged</a></td> <td>Private slot to check the translation pattern for correctness.</td> </tr><tr> <td><a href="#TranslationPropertiesDialog.storeData">storeData</a></td> @@ -168,25 +168,35 @@ <dd> the current row (integer) </dd> -</dl><a NAME="TranslationPropertiesDialog.on_transBinPathButton_clicked" ID="TranslationPropertiesDialog.on_transBinPathButton_clicked"></a> -<h4>TranslationPropertiesDialog.on_transBinPathButton_clicked</h4> -<b>on_transBinPathButton_clicked</b>(<i></i>) +</dl><a NAME="TranslationPropertiesDialog.on_transBinPathPicker_pathSelected" ID="TranslationPropertiesDialog.on_transBinPathPicker_pathSelected"></a> +<h4>TranslationPropertiesDialog.on_transBinPathPicker_pathSelected</h4> +<b>on_transBinPathPicker_pathSelected</b>(<i>path</i>) <p> - Private slot to display a directory selection dialog. -</p><a NAME="TranslationPropertiesDialog.on_transPatternButton_clicked" ID="TranslationPropertiesDialog.on_transPatternButton_clicked"></a> -<h4>TranslationPropertiesDialog.on_transPatternButton_clicked</h4> -<b>on_transPatternButton_clicked</b>(<i></i>) + Private slot handling the selection of a binary translations path. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +selected path +</dd> +</dl><a NAME="TranslationPropertiesDialog.on_transPatternPicker_pathSelected" ID="TranslationPropertiesDialog.on_transPatternPicker_pathSelected"></a> +<h4>TranslationPropertiesDialog.on_transPatternPicker_pathSelected</h4> +<b>on_transPatternPicker_pathSelected</b>(<i>path</i>) <p> - Private slot to display a file selection dialog. -</p><a NAME="TranslationPropertiesDialog.on_transPatternEdit_textChanged" ID="TranslationPropertiesDialog.on_transPatternEdit_textChanged"></a> -<h4>TranslationPropertiesDialog.on_transPatternEdit_textChanged</h4> -<b>on_transPatternEdit_textChanged</b>(<i>txt</i>) + Private slot handling the selection of a translation path. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +selected path +</dd> +</dl><a NAME="TranslationPropertiesDialog.on_transPatternPicker_textChanged" ID="TranslationPropertiesDialog.on_transPatternPicker_textChanged"></a> +<h4>TranslationPropertiesDialog.on_transPatternPicker_textChanged</h4> +<b>on_transPatternPicker_textChanged</b>(<i>txt</i>) <p> Private slot to check the translation pattern for correctness. </p><dl> <dt><i>txt</i></dt> <dd> -text of the transPatternEdit lineedit (string) +text of the transPatternPicker line edit (string) </dd> </dl><a NAME="TranslationPropertiesDialog.storeData" ID="TranslationPropertiesDialog.storeData"></a> <h4>TranslationPropertiesDialog.storeData</h4>
--- a/Documentation/Source/eric6.PyUnit.UnittestDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.PyUnit.UnittestDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -239,7 +239,7 @@ <td>Public method to check, if there are failed tests from the last run.</td> </tr><tr> <td><a href="#UnittestDialog.insertProg">insertProg</a></td> -<td>Public slot to insert the filename prog into the testsuiteComboBox object.</td> +<td>Public slot to insert the filename prog into the testsuitePicker object.</td> </tr><tr> <td><a href="#UnittestDialog.insertTestName">insertTestName</a></td> <td>Public slot to insert a test name into the testComboBox object.</td> @@ -256,18 +256,21 @@ <td><a href="#UnittestDialog.on_errorsListWidget_itemDoubleClicked">on_errorsListWidget_itemDoubleClicked</a></td> <td>Private slot called by doubleclicking an errorlist entry.</td> </tr><tr> -<td><a href="#UnittestDialog.on_fileDialogButton_clicked">on_fileDialogButton_clicked</a></td> -<td>Private slot to open a file dialog.</td> -</tr><tr> <td><a href="#UnittestDialog.on_startButton_clicked">on_startButton_clicked</a></td> <td>Private slot to start the test.</td> </tr><tr> <td><a href="#UnittestDialog.on_stopButton_clicked">on_stopButton_clicked</a></td> <td>Private slot to stop the test.</td> </tr><tr> -<td><a href="#UnittestDialog.on_testsuiteComboBox_editTextChanged">on_testsuiteComboBox_editTextChanged</a></td> +<td><a href="#UnittestDialog.on_testsuitePicker_aboutToShowPathPickerDialog">on_testsuitePicker_aboutToShowPathPickerDialog</a></td> +<td>Private slot called before the test suite selection dialog is shown.</td> +</tr><tr> +<td><a href="#UnittestDialog.on_testsuitePicker_editTextChanged">on_testsuitePicker_editTextChanged</a></td> <td>Private slot to handle changes of the test file name.</td> </tr><tr> +<td><a href="#UnittestDialog.on_testsuitePicker_pathSelected">on_testsuitePicker_pathSelected</a></td> +<td>Private slot called after a test suite has been selected.</td> +</tr><tr> <td><a href="#UnittestDialog.testErrored">testErrored</a></td> <td>Public method called if a test errors.</td> </tr><tr> @@ -379,7 +382,7 @@ <h4>UnittestDialog.insertProg</h4> <b>insertProg</b>(<i>prog</i>) <p> - Public slot to insert the filename prog into the testsuiteComboBox + Public slot to insert the filename prog into the testsuitePicker object. </p><dl> <dt><i>prog</i></dt> @@ -441,12 +444,7 @@ <dd> the listbox item that was double clicked </dd> -</dl><a NAME="UnittestDialog.on_fileDialogButton_clicked" ID="UnittestDialog.on_fileDialogButton_clicked"></a> -<h4>UnittestDialog.on_fileDialogButton_clicked</h4> -<b>on_fileDialogButton_clicked</b>(<i></i>) -<p> - Private slot to open a file dialog. -</p><a NAME="UnittestDialog.on_startButton_clicked" ID="UnittestDialog.on_startButton_clicked"></a> +</dl><a NAME="UnittestDialog.on_startButton_clicked" ID="UnittestDialog.on_startButton_clicked"></a> <h4>UnittestDialog.on_startButton_clicked</h4> <b>on_startButton_clicked</b>(<i>failedOnly=False</i>) <p> @@ -461,9 +459,14 @@ <b>on_stopButton_clicked</b>(<i></i>) <p> Private slot to stop the test. -</p><a NAME="UnittestDialog.on_testsuiteComboBox_editTextChanged" ID="UnittestDialog.on_testsuiteComboBox_editTextChanged"></a> -<h4>UnittestDialog.on_testsuiteComboBox_editTextChanged</h4> -<b>on_testsuiteComboBox_editTextChanged</b>(<i>txt</i>) +</p><a NAME="UnittestDialog.on_testsuitePicker_aboutToShowPathPickerDialog" ID="UnittestDialog.on_testsuitePicker_aboutToShowPathPickerDialog"></a> +<h4>UnittestDialog.on_testsuitePicker_aboutToShowPathPickerDialog</h4> +<b>on_testsuitePicker_aboutToShowPathPickerDialog</b>(<i></i>) +<p> + Private slot called before the test suite selection dialog is shown. +</p><a NAME="UnittestDialog.on_testsuitePicker_editTextChanged" ID="UnittestDialog.on_testsuitePicker_editTextChanged"></a> +<h4>UnittestDialog.on_testsuitePicker_editTextChanged</h4> +<b>on_testsuitePicker_editTextChanged</b>(<i>txt</i>) <p> Private slot to handle changes of the test file name. </p><dl> @@ -471,6 +474,16 @@ <dd> name of the test file (string) </dd> +</dl><a NAME="UnittestDialog.on_testsuitePicker_pathSelected" ID="UnittestDialog.on_testsuitePicker_pathSelected"></a> +<h4>UnittestDialog.on_testsuitePicker_pathSelected</h4> +<b>on_testsuitePicker_pathSelected</b>(<i>suite</i>) +<p> + Private slot called after a test suite has been selected. +</p><dl> +<dt><i>suite</i> (str)</dt> +<dd> +file name of the test suite +</dd> </dl><a NAME="UnittestDialog.testErrored" ID="UnittestDialog.testErrored"></a> <h4>UnittestDialog.testErrored</h4> <b>testErrored</b>(<i>test, exc, id</i>)
--- a/Documentation/Source/eric6.SqlBrowser.SqlConnectionDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.SqlBrowser.SqlConnectionDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -66,12 +66,9 @@ <td><a href="#SqlConnectionDialog.getData">getData</a></td> <td>Public method to retrieve the connection data.</td> </tr><tr> -<td><a href="#SqlConnectionDialog.on_databaseEdit_textChanged">on_databaseEdit_textChanged</a></td> +<td><a href="#SqlConnectionDialog.on_databasePicker_textChanged">on_databasePicker_textChanged</a></td> <td>Private slot handling the change of the database name.</td> </tr><tr> -<td><a href="#SqlConnectionDialog.on_databaseFileButton_clicked">on_databaseFileButton_clicked</a></td> -<td>Private slot to open a database file via a file selection dialog.</td> -</tr><tr> <td><a href="#SqlConnectionDialog.on_driverCombo_activated">on_driverCombo_activated</a></td> <td>Private slot handling the selection of a database driver.</td> </tr> @@ -107,9 +104,9 @@ (string), the user name (string), the password (string), the host name (string) and the port (integer) </dd> -</dl><a NAME="SqlConnectionDialog.on_databaseEdit_textChanged" ID="SqlConnectionDialog.on_databaseEdit_textChanged"></a> -<h4>SqlConnectionDialog.on_databaseEdit_textChanged</h4> -<b>on_databaseEdit_textChanged</b>(<i>txt</i>) +</dl><a NAME="SqlConnectionDialog.on_databasePicker_textChanged" ID="SqlConnectionDialog.on_databasePicker_textChanged"></a> +<h4>SqlConnectionDialog.on_databasePicker_textChanged</h4> +<b>on_databasePicker_textChanged</b>(<i>txt</i>) <p> Private slot handling the change of the database name. </p><dl> @@ -117,12 +114,7 @@ <dd> text of the edit (string) </dd> -</dl><a NAME="SqlConnectionDialog.on_databaseFileButton_clicked" ID="SqlConnectionDialog.on_databaseFileButton_clicked"></a> -<h4>SqlConnectionDialog.on_databaseFileButton_clicked</h4> -<b>on_databaseFileButton_clicked</b>(<i></i>) -<p> - Private slot to open a database file via a file selection dialog. -</p><a NAME="SqlConnectionDialog.on_driverCombo_activated" ID="SqlConnectionDialog.on_driverCombo_activated"></a> +</dl><a NAME="SqlConnectionDialog.on_driverCombo_activated" ID="SqlConnectionDialog.on_driverCombo_activated"></a> <h4>SqlConnectionDialog.on_driverCombo_activated</h4> <b>on_driverCombo_activated</b>(<i>txt</i>) <p>
--- a/Documentation/Source/eric6.UI.CompareDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.UI.CompareDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -86,9 +86,6 @@ <td><a href="#CompareDialog.__scrollBarMoved">__scrollBarMoved</a></td> <td>Private slot to enable the buttons and set the current diff position depending on scrollbar position.</td> </tr><tr> -<td><a href="#CompareDialog.__selectFile">__selectFile</a></td> -<td>Private slot to display a file selection dialog.</td> -</tr><tr> <td><a href="#CompareDialog.compare">compare</a></td> <td>Public method to compare two lists of text.</td> </tr><tr> @@ -101,12 +98,6 @@ <td><a href="#CompareDialog.on_downButton_clicked">on_downButton_clicked</a></td> <td>Private slot to go to the next difference.</td> </tr><tr> -<td><a href="#CompareDialog.on_file1Button_clicked">on_file1Button_clicked</a></td> -<td>Private slot to handle the file 1 file selection button press.</td> -</tr><tr> -<td><a href="#CompareDialog.on_file2Button_clicked">on_file2Button_clicked</a></td> -<td>Private slot to handle the file 2 file selection button press.</td> -</tr><tr> <td><a href="#CompareDialog.on_firstButton_clicked">on_firstButton_clicked</a></td> <td>Private slot to go to the first difference.</td> </tr><tr> @@ -197,17 +188,6 @@ <dd> scrollbar position (integer) </dd> -</dl><a NAME="CompareDialog.__selectFile" ID="CompareDialog.__selectFile"></a> -<h4>CompareDialog.__selectFile</h4> -<b>__selectFile</b>(<i>lineEdit</i>) -<p> - Private slot to display a file selection dialog. -</p><dl> -<dt><i>lineEdit</i></dt> -<dd> -field for the display of the selected filename - (QLineEdit) -</dd> </dl><a NAME="CompareDialog.compare" ID="CompareDialog.compare"></a> <h4>CompareDialog.compare</h4> <b>compare</b>(<i>lines1, lines2, name1="", name2=""</i>) @@ -247,16 +227,6 @@ <b>on_downButton_clicked</b>(<i></i>) <p> Private slot to go to the next difference. -</p><a NAME="CompareDialog.on_file1Button_clicked" ID="CompareDialog.on_file1Button_clicked"></a> -<h4>CompareDialog.on_file1Button_clicked</h4> -<b>on_file1Button_clicked</b>(<i></i>) -<p> - Private slot to handle the file 1 file selection button press. -</p><a NAME="CompareDialog.on_file2Button_clicked" ID="CompareDialog.on_file2Button_clicked"></a> -<h4>CompareDialog.on_file2Button_clicked</h4> -<b>on_file2Button_clicked</b>(<i></i>) -<p> - Private slot to handle the file 2 file selection button press. </p><a NAME="CompareDialog.on_firstButton_clicked" ID="CompareDialog.on_firstButton_clicked"></a> <h4>CompareDialog.on_firstButton_clicked</h4> <b>on_firstButton_clicked</b>(<i></i>)
--- a/Documentation/Source/eric6.UI.DiffDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.UI.DiffDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -81,21 +81,12 @@ <td><a href="#DiffDialog.__generateUnifiedDiff">__generateUnifiedDiff</a></td> <td>Private slot to generate a unified diff output.</td> </tr><tr> -<td><a href="#DiffDialog.__selectFile">__selectFile</a></td> -<td>Private slot to display a file selection dialog.</td> -</tr><tr> <td><a href="#DiffDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> <td>Private slot called by a button of the button box clicked.</td> </tr><tr> <td><a href="#DiffDialog.on_diffButton_clicked">on_diffButton_clicked</a></td> <td>Private slot to handle the Compare button press.</td> </tr><tr> -<td><a href="#DiffDialog.on_file1Button_clicked">on_file1Button_clicked</a></td> -<td>Private slot to handle the file 1 file selection button press.</td> -</tr><tr> -<td><a href="#DiffDialog.on_file2Button_clicked">on_file2Button_clicked</a></td> -<td>Private slot to handle the file 2 file selection button press.</td> -</tr><tr> <td><a href="#DiffDialog.on_saveButton_clicked">on_saveButton_clicked</a></td> <td>Private slot to handle the Save button press.</td> </tr><tr> @@ -182,17 +173,6 @@ <dd> modification time of the second file (string) </dd> -</dl><a NAME="DiffDialog.__selectFile" ID="DiffDialog.__selectFile"></a> -<h4>DiffDialog.__selectFile</h4> -<b>__selectFile</b>(<i>lineEdit</i>) -<p> - Private slot to display a file selection dialog. -</p><dl> -<dt><i>lineEdit</i></dt> -<dd> -field for the display of the selected filename - (QLineEdit) -</dd> </dl><a NAME="DiffDialog.on_buttonBox_clicked" ID="DiffDialog.on_buttonBox_clicked"></a> <h4>DiffDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>) @@ -208,16 +188,6 @@ <b>on_diffButton_clicked</b>(<i></i>) <p> Private slot to handle the Compare button press. -</p><a NAME="DiffDialog.on_file1Button_clicked" ID="DiffDialog.on_file1Button_clicked"></a> -<h4>DiffDialog.on_file1Button_clicked</h4> -<b>on_file1Button_clicked</b>(<i></i>) -<p> - Private slot to handle the file 1 file selection button press. -</p><a NAME="DiffDialog.on_file2Button_clicked" ID="DiffDialog.on_file2Button_clicked"></a> -<h4>DiffDialog.on_file2Button_clicked</h4> -<b>on_file2Button_clicked</b>(<i></i>) -<p> - Private slot to handle the file 2 file selection button press. </p><a NAME="DiffDialog.on_saveButton_clicked" ID="DiffDialog.on_saveButton_clicked"></a> <h4>DiffDialog.on_saveButton_clicked</h4> <b>on_saveButton_clicked</b>(<i></i>)
--- a/Documentation/Source/eric6.UI.FindFileDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.UI.FindFileDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -107,11 +107,8 @@ <td><a href="#FindFileDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> <td>Private slot to handle the selection of the project radio button.</td> </tr><tr> -<td><a href="#FindFileDialog.on_dirCombo_editTextChanged">on_dirCombo_editTextChanged</a></td> -<td>Private slot to handle the textChanged signal of the directory combo box.</td> -</tr><tr> -<td><a href="#FindFileDialog.on_dirSelectButton_clicked">on_dirSelectButton_clicked</a></td> -<td>Private slot to display a directory selection dialog.</td> +<td><a href="#FindFileDialog.on_dirPicker_editTextChanged">on_dirPicker_editTextChanged</a></td> +<td>Private slot to handle the textChanged signal of the directory picker.</td> </tr><tr> <td><a href="#FindFileDialog.on_filterCheckBox_clicked">on_filterCheckBox_clicked</a></td> <td>Private slot to handle the selection of the file filter check box.</td> @@ -276,23 +273,18 @@ <b>on_dirButton_clicked</b>(<i></i>) <p> Private slot to handle the selection of the project radio button. -</p><a NAME="FindFileDialog.on_dirCombo_editTextChanged" ID="FindFileDialog.on_dirCombo_editTextChanged"></a> -<h4>FindFileDialog.on_dirCombo_editTextChanged</h4> -<b>on_dirCombo_editTextChanged</b>(<i>text</i>) +</p><a NAME="FindFileDialog.on_dirPicker_editTextChanged" ID="FindFileDialog.on_dirPicker_editTextChanged"></a> +<h4>FindFileDialog.on_dirPicker_editTextChanged</h4> +<b>on_dirPicker_editTextChanged</b>(<i>text</i>) <p> Private slot to handle the textChanged signal of the directory - combo box. + picker. </p><dl> <dt><i>text</i></dt> <dd> (ignored) </dd> -</dl><a NAME="FindFileDialog.on_dirSelectButton_clicked" ID="FindFileDialog.on_dirSelectButton_clicked"></a> -<h4>FindFileDialog.on_dirSelectButton_clicked</h4> -<b>on_dirSelectButton_clicked</b>(<i></i>) -<p> - Private slot to display a directory selection dialog. -</p><a NAME="FindFileDialog.on_filterCheckBox_clicked" ID="FindFileDialog.on_filterCheckBox_clicked"></a> +</dl><a NAME="FindFileDialog.on_filterCheckBox_clicked" ID="FindFileDialog.on_filterCheckBox_clicked"></a> <h4>FindFileDialog.on_filterCheckBox_clicked</h4> <b>on_filterCheckBox_clicked</b>(<i></i>) <p>
--- a/Documentation/Source/eric6.UI.FindFileNameDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.UI.FindFileNameDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -100,13 +100,10 @@ <td><a href="#FindFileNameDialog.on_projectCheckBox_toggled">on_projectCheckBox_toggled</a></td> <td>Private slot to handle the toggled signal of the project checkbox.</td> </tr><tr> -<td><a href="#FindFileNameDialog.on_searchDirButton_clicked">on_searchDirButton_clicked</a></td> -<td>Private slot to handle the clicked signal of the search directory selection button.</td> -</tr><tr> <td><a href="#FindFileNameDialog.on_searchDirCheckBox_toggled">on_searchDirCheckBox_toggled</a></td> <td>Private slot to handle the toggled signal of the search directory checkbox.</td> </tr><tr> -<td><a href="#FindFileNameDialog.on_searchDirEdit_textChanged">on_searchDirEdit_textChanged</a></td> +<td><a href="#FindFileNameDialog.on_searchDirPicker_textChanged">on_searchDirPicker_textChanged</a></td> <td>Private slot to handle the textChanged signal of the search directory edit.</td> </tr><tr> <td><a href="#FindFileNameDialog.on_syspathCheckBox_toggled">on_syspathCheckBox_toggled</a></td> @@ -231,13 +228,7 @@ <dd> flag indicating the state of the checkbox (boolean) </dd> -</dl><a NAME="FindFileNameDialog.on_searchDirButton_clicked" ID="FindFileNameDialog.on_searchDirButton_clicked"></a> -<h4>FindFileNameDialog.on_searchDirButton_clicked</h4> -<b>on_searchDirButton_clicked</b>(<i></i>) -<p> - Private slot to handle the clicked signal of the search directory - selection button. -</p><a NAME="FindFileNameDialog.on_searchDirCheckBox_toggled" ID="FindFileNameDialog.on_searchDirCheckBox_toggled"></a> +</dl><a NAME="FindFileNameDialog.on_searchDirCheckBox_toggled" ID="FindFileNameDialog.on_searchDirCheckBox_toggled"></a> <h4>FindFileNameDialog.on_searchDirCheckBox_toggled</h4> <b>on_searchDirCheckBox_toggled</b>(<i>checked</i>) <p> @@ -248,9 +239,9 @@ <dd> flag indicating the state of the checkbox (boolean) </dd> -</dl><a NAME="FindFileNameDialog.on_searchDirEdit_textChanged" ID="FindFileNameDialog.on_searchDirEdit_textChanged"></a> -<h4>FindFileNameDialog.on_searchDirEdit_textChanged</h4> -<b>on_searchDirEdit_textChanged</b>(<i>text</i>) +</dl><a NAME="FindFileNameDialog.on_searchDirPicker_textChanged" ID="FindFileNameDialog.on_searchDirPicker_textChanged"></a> +<h4>FindFileNameDialog.on_searchDirPicker_textChanged</h4> +<b>on_searchDirPicker_textChanged</b>(<i>text</i>) <p> Private slot to handle the textChanged signal of the search directory edit.
--- a/Documentation/Source/eric6.ViewManager.BookmarkedFilesDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.ViewManager.BookmarkedFilesDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -78,10 +78,7 @@ <td><a href="#BookmarkedFilesDialog.on_downButton_clicked">on_downButton_clicked</a></td> <td>Private slot to move an entry down in the list.</td> </tr><tr> -<td><a href="#BookmarkedFilesDialog.on_fileButton_clicked">on_fileButton_clicked</a></td> -<td>Private slot to handle the file selection via a file selection dialog.</td> -</tr><tr> -<td><a href="#BookmarkedFilesDialog.on_fileEdit_textChanged">on_fileEdit_textChanged</a></td> +<td><a href="#BookmarkedFilesDialog.on_filePicker_textChanged">on_filePicker_textChanged</a></td> <td>Private slot to handle the textChanged signal of the file edit.</td> </tr><tr> <td><a href="#BookmarkedFilesDialog.on_filesList_currentRowChanged">on_filesList_currentRowChanged</a></td> @@ -151,14 +148,9 @@ <b>on_downButton_clicked</b>(<i></i>) <p> Private slot to move an entry down in the list. -</p><a NAME="BookmarkedFilesDialog.on_fileButton_clicked" ID="BookmarkedFilesDialog.on_fileButton_clicked"></a> -<h4>BookmarkedFilesDialog.on_fileButton_clicked</h4> -<b>on_fileButton_clicked</b>(<i></i>) -<p> - Private slot to handle the file selection via a file selection dialog. -</p><a NAME="BookmarkedFilesDialog.on_fileEdit_textChanged" ID="BookmarkedFilesDialog.on_fileEdit_textChanged"></a> -<h4>BookmarkedFilesDialog.on_fileEdit_textChanged</h4> -<b>on_fileEdit_textChanged</b>(<i>txt</i>) +</p><a NAME="BookmarkedFilesDialog.on_filePicker_textChanged" ID="BookmarkedFilesDialog.on_filePicker_textChanged"></a> +<h4>BookmarkedFilesDialog.on_filePicker_textChanged</h4> +<b>on_filePicker_textChanged</b>(<i>txt</i>) <p> Private slot to handle the textChanged signal of the file edit. </p><dl>