Merge lp:~mcfletch/eric/update-to-4.5.13 into lp:eric

Proposed by Mike C. Fletcher
Status: Needs review
Proposed branch: lp:~mcfletch/eric/update-to-4.5.13
Merge into: lp:eric
Diff against target: 865655 lines (+854857/-0) (has conflicts)
1840 files modified
LICENSE.GPL3 (+630/-0)
README (+209/-0)
README-i18n.txt (+17/-0)
THANKS (+39/-0)
changelog (+840/-0)
debian/README.source (+4/-0)
debian/changelog (+577/-0)
debian/compat (+1/-0)
debian/control (+55/-0)
debian/copyright (+93/-0)
debian/debian-manpages/eric4.1 (+68/-0)
debian/debian-manpages/eric4_api.1 (+111/-0)
debian/debian-manpages/eric4_compare.1 (+51/-0)
debian/debian-manpages/eric4_configure.1 (+52/-0)
debian/debian-manpages/eric4_diff.1 (+51/-0)
debian/debian-manpages/eric4_doc.1 (+90/-0)
debian/debian-manpages/eric4_editor.1 (+51/-0)
debian/debian-manpages/eric4_helpviewer.1 (+68/-0)
debian/debian-manpages/eric4_iconeditor.1 (+55/-0)
debian/debian-manpages/eric4_plugininstall.1 (+52/-0)
debian/debian-manpages/eric4_pluginrepository.1 (+51/-0)
debian/debian-manpages/eric4_pluginuninstall.1 (+51/-0)
debian/debian-manpages/eric4_qregexp.1 (+68/-0)
debian/debian-manpages/eric4_re.1 (+68/-0)
debian/debian-manpages/eric4_sqlbrowser.1 (+73/-0)
debian/debian-manpages/eric4_tray.1 (+51/-0)
debian/debian-manpages/eric4_trpreviewer.1 (+68/-0)
debian/debian-manpages/eric4_uipreviewer.1 (+69/-0)
debian/debian-manpages/eric4_unittest.1 (+68/-0)
debian/debian-manpages/eric4_webbrowser.1 (+74/-0)
debian/doc-base (+11/-0)
debian/docs (+2/-0)
debian/eric-api-files.dirs (+1/-0)
debian/eric.desktop (+11/-0)
debian/eric.dirs (+1/-0)
debian/eric.install (+2/-0)
debian/eric.lintian-overrides (+1/-0)
debian/eric.menu (+7/-0)
debian/eric.xpm (+69/-0)
debian/eric4config.debian (+17/-0)
debian/gen_kde_apis.py (+61/-0)
debian/gen_python_api.py (+302/-0)
debian/gen_qt_apis.py (+61/-0)
debian/gen_sip_apis.py (+60/-0)
debian/get_translations.sh (+17/-0)
debian/links (+2/-0)
debian/manpages (+20/-0)
debian/patches/01_path_fix.patch (+30/-0)
debian/patches/02_missing-profile.patch (+28/-0)
debian/patches/03_disable-update-warning.patch (+26/-0)
debian/patches/04_debian_chardet.patch (+15/-0)
debian/patches/05_minor_docfix.patch (+28/-0)
debian/patches/06_no_blacklist.patch (+15/-0)
debian/patches/series (+6/-0)
debian/rules (+105/-0)
debian/source/format (+1/-0)
debian/source/include-binaries (+16/-0)
debian/watch (+2/-0)
eric/APIs/Python/eric4.api (+5833/-0)
eric/APIs/Python/zope-2.10.7.api (+28324/-0)
eric/APIs/Python/zope-2.11.2.api (+25639/-0)
eric/APIs/Python/zope-3.3.1.api (+32234/-0)
eric/APIs/Ruby/Ruby-1.8.7.api (+3376/-0)
eric/APIs/Ruby/eric4.api (+165/-0)
eric/CSSs/default.css (+12/-0)
eric/CodeTemplates/impl_pyqt.py.tmpl (+21/-0)
eric/CodeTemplates/impl_pyqt.py3.tmpl (+24/-0)
eric/CodeTemplates/impl_pyside.py.tmpl (+24/-0)
eric/DTDs/Basic-4.0.dtd (+27/-0)
eric/DTDs/DebuggerProperties-3.8.dtd (+41/-0)
eric/DTDs/DebuggerProperties-3.9.dtd (+46/-0)
eric/DTDs/HighlightingStyles-4.3.dtd (+17/-0)
eric/DTDs/MultiProject-4.2.dtd (+19/-0)
eric/DTDs/PluginRepository-4.1.dtd (+27/-0)
eric/DTDs/PluginRepository-4.2.dtd (+32/-0)
eric/DTDs/Project-3.5.dtd (+71/-0)
eric/DTDs/Project-3.6.dtd (+74/-0)
eric/DTDs/Project-3.7.dtd (+82/-0)
eric/DTDs/Project-3.8.dtd (+95/-0)
eric/DTDs/Project-3.9.dtd (+95/-0)
eric/DTDs/Project-4.0.dtd (+136/-0)
eric/DTDs/Project-4.1.dtd (+136/-0)
eric/DTDs/Project-4.2.dtd (+136/-0)
eric/DTDs/Project-4.3.dtd (+133/-0)
eric/DTDs/Project-4.4.dtd (+138/-0)
eric/DTDs/Project-4.5.dtd (+138/-0)
eric/DTDs/Project-4.6.dtd (+155/-0)
eric/DTDs/Session-3.5.dtd (+70/-0)
eric/DTDs/Session-3.6.dtd (+74/-0)
eric/DTDs/Session-3.7.dtd (+82/-0)
eric/DTDs/Session-3.8.dtd (+85/-0)
eric/DTDs/Session-4.0.dtd (+93/-0)
eric/DTDs/Session-4.1.dtd (+93/-0)
eric/DTDs/Session-4.2.dtd (+100/-0)
eric/DTDs/Session-4.3.dtd (+104/-0)
eric/DTDs/Session-4.4.dtd (+105/-0)
eric/DTDs/Shortcuts-3.5.dtd (+12/-0)
eric/DTDs/Shortcuts-3.6.dtd (+13/-0)
eric/DTDs/Tasks-3.7.dtd (+25/-0)
eric/DTDs/Tasks-3.8.dtd (+26/-0)
eric/DTDs/Tasks-4.1.dtd (+29/-0)
eric/DTDs/Tasks-4.2.dtd (+26/-0)
eric/DTDs/Templates-3.8.dtd (+16/-0)
eric/DTDs/Templates-4.0.dtd (+19/-0)
eric/DTDs/UserProject-4.0.dtd (+12/-0)
eric/DataViews/CodeMetrics.py (+302/-0)
eric/DataViews/CodeMetricsDialog.py (+229/-0)
eric/DataViews/CodeMetricsDialog.ui (+125/-0)
eric/DataViews/PyCoverageDialog.py (+383/-0)
eric/DataViews/PyCoverageDialog.ui (+215/-0)
eric/DataViews/PyProfileDialog.py (+313/-0)
eric/DataViews/PyProfileDialog.ui (+161/-0)
eric/DataViews/__init__.py (+8/-0)
eric/DebugClients/Python/AsyncFile.py (+293/-0)
eric/DebugClients/Python/AsyncIO.py (+86/-0)
eric/DebugClients/Python/DCTestResult.py (+80/-0)
eric/DebugClients/Python/DebugBase.py (+740/-0)
eric/DebugClients/Python/DebugClient.py (+38/-0)
eric/DebugClients/Python/DebugClientBase.py (+2084/-0)
eric/DebugClients/Python/DebugClientCapabilities.py (+19/-0)
eric/DebugClients/Python/DebugClientThreads.py (+193/-0)
eric/DebugClients/Python/DebugConfig.py (+17/-0)
eric/DebugClients/Python/DebugProtocol.py (+77/-0)
eric/DebugClients/Python/DebugThread.py (+129/-0)
eric/DebugClients/Python/FlexCompleter.py (+247/-0)
eric/DebugClients/Python/PyProfile.py (+162/-0)
eric/DebugClients/Python/__init__.py (+10/-0)
eric/DebugClients/Python/coverage/__init__.py (+81/-0)
eric/DebugClients/Python/coverage/annotate.py (+90/-0)
eric/DebugClients/Python/coverage/backward.py (+24/-0)
eric/DebugClients/Python/coverage/cmdline.py (+196/-0)
eric/DebugClients/Python/coverage/codeunit.py (+107/-0)
eric/DebugClients/Python/coverage/collector.py (+180/-0)
eric/DebugClients/Python/coverage/control.py (+300/-0)
eric/DebugClients/Python/coverage/data.py (+187/-0)
eric/DebugClients/Python/coverage/doc/CHANGES.txt (+261/-0)
eric/DebugClients/Python/coverage/doc/PKG-INFO (+26/-0)
eric/DebugClients/Python/coverage/doc/README.txt (+9/-0)
eric/DebugClients/Python/coverage/execfile.py (+35/-0)
eric/DebugClients/Python/coverage/files.py (+70/-0)
eric/DebugClients/Python/coverage/html.py (+171/-0)
eric/DebugClients/Python/coverage/htmlfiles/index.html (+54/-0)
eric/DebugClients/Python/coverage/htmlfiles/jquery-1.3.2.min.js (+19/-0)
eric/DebugClients/Python/coverage/htmlfiles/pyfile.html (+54/-0)
eric/DebugClients/Python/coverage/htmlfiles/style.css (+159/-0)
eric/DebugClients/Python/coverage/misc.py (+51/-0)
eric/DebugClients/Python/coverage/parser.py (+225/-0)
eric/DebugClients/Python/coverage/report.py (+61/-0)
eric/DebugClients/Python/coverage/summary.py (+74/-0)
eric/DebugClients/Python/coverage/templite.py (+112/-0)
eric/DebugClients/Python/eric4dbgstub.py (+82/-0)
eric/DebugClients/Python/getpass.py (+53/-0)
eric/DebugClients/Python3/AsyncFile.py (+296/-0)
eric/DebugClients/Python3/AsyncIO.py (+85/-0)
eric/DebugClients/Python3/DCTestResult.py (+80/-0)
eric/DebugClients/Python3/DebugBase.py (+761/-0)
eric/DebugClients/Python3/DebugClient.py (+38/-0)
eric/DebugClients/Python3/DebugClientBase.py (+2121/-0)
eric/DebugClients/Python3/DebugClientCapabilities.py (+19/-0)
eric/DebugClients/Python3/DebugClientThreads.py (+192/-0)
eric/DebugClients/Python3/DebugConfig.py (+17/-0)
eric/DebugClients/Python3/DebugProtocol.py (+77/-0)
eric/DebugClients/Python3/DebugThread.py (+128/-0)
eric/DebugClients/Python3/FlexCompleter.py (+208/-0)
eric/DebugClients/Python3/PyProfile.py (+167/-0)
eric/DebugClients/Python3/__init__.py (+10/-0)
eric/DebugClients/Python3/coverage/__init__.py (+81/-0)
eric/DebugClients/Python3/coverage/annotate.py (+90/-0)
eric/DebugClients/Python3/coverage/backward.py (+24/-0)
eric/DebugClients/Python3/coverage/cmdline.py (+196/-0)
eric/DebugClients/Python3/coverage/codeunit.py (+107/-0)
eric/DebugClients/Python3/coverage/collector.py (+180/-0)
eric/DebugClients/Python3/coverage/control.py (+301/-0)
eric/DebugClients/Python3/coverage/data.py (+187/-0)
eric/DebugClients/Python3/coverage/doc/CHANGES.txt (+261/-0)
eric/DebugClients/Python3/coverage/doc/PKG-INFO (+26/-0)
eric/DebugClients/Python3/coverage/doc/README.txt (+9/-0)
eric/DebugClients/Python3/coverage/execfile.py (+35/-0)
eric/DebugClients/Python3/coverage/files.py (+70/-0)
eric/DebugClients/Python3/coverage/html.py (+171/-0)
eric/DebugClients/Python3/coverage/htmlfiles/index.html (+54/-0)
eric/DebugClients/Python3/coverage/htmlfiles/jquery-1.3.2.min.js (+19/-0)
eric/DebugClients/Python3/coverage/htmlfiles/pyfile.html (+54/-0)
eric/DebugClients/Python3/coverage/htmlfiles/style.css (+159/-0)
eric/DebugClients/Python3/coverage/misc.py (+51/-0)
eric/DebugClients/Python3/coverage/parser.py (+225/-0)
eric/DebugClients/Python3/coverage/report.py (+61/-0)
eric/DebugClients/Python3/coverage/summary.py (+74/-0)
eric/DebugClients/Python3/coverage/templite.py (+112/-0)
eric/DebugClients/Python3/eric4dbgstub.py (+82/-0)
eric/DebugClients/Python3/getpass.py (+53/-0)
eric/DebugClients/Ruby/AsyncFile.rb (+309/-0)
eric/DebugClients/Ruby/AsyncIO.rb (+97/-0)
eric/DebugClients/Ruby/Completer.rb (+210/-0)
eric/DebugClients/Ruby/Config.rb (+22/-0)
eric/DebugClients/Ruby/DebugClient.rb (+45/-0)
eric/DebugClients/Ruby/DebugClientBaseModule.rb (+1184/-0)
eric/DebugClients/Ruby/DebugClientCapabilities.rb (+24/-0)
eric/DebugClients/Ruby/DebugProtocol.rb (+72/-0)
eric/DebugClients/Ruby/DebugQuit.rb (+14/-0)
eric/DebugClients/Ruby/Debuggee.rb (+1208/-0)
eric/DebugClients/Ruby/__init__.rb (+8/-0)
eric/DebugClients/__init__.py (+8/-0)
eric/Debugger/BreakPointModel.py (+287/-0)
eric/Debugger/BreakPointViewer.py (+435/-0)
eric/Debugger/Config.py (+58/-0)
eric/Debugger/DebugClientCapabilities.py (+19/-0)
eric/Debugger/DebugProtocol.py (+74/-0)
eric/Debugger/DebugServer.py (+1299/-0)
eric/Debugger/DebugUI.py (+2019/-0)
eric/Debugger/DebugViewer.py (+459/-0)
eric/Debugger/DebuggerInterfaceNone.py (+388/-0)
eric/Debugger/DebuggerInterfacePython.py (+964/-0)
eric/Debugger/DebuggerInterfacePython3.py (+972/-0)
eric/Debugger/DebuggerInterfaceRuby.py (+850/-0)
eric/Debugger/EditBreakpointDialog.py (+159/-0)
eric/Debugger/EditBreakpointDialog.ui (+225/-0)
eric/Debugger/EditWatchpointDialog.py (+108/-0)
eric/Debugger/EditWatchpointDialog.ui (+242/-0)
eric/Debugger/ExceptionLogger.py (+139/-0)
eric/Debugger/ExceptionsFilterDialog.py (+101/-0)
eric/Debugger/ExceptionsFilterDialog.ui (+155/-0)
eric/Debugger/StartCoverageDialog.ui (+288/-0)
eric/Debugger/StartDebugDialog.ui (+359/-0)
eric/Debugger/StartDialog.py (+230/-0)
eric/Debugger/StartProfileDialog.ui (+288/-0)
eric/Debugger/StartRunDialog.ui (+328/-0)
eric/Debugger/VariableDetailDialog.py (+37/-0)
eric/Debugger/VariableDetailDialog.ui (+124/-0)
eric/Debugger/VariablesFilterDialog.py (+97/-0)
eric/Debugger/VariablesFilterDialog.ui (+125/-0)
eric/Debugger/VariablesViewer.py (+754/-0)
eric/Debugger/WatchPointModel.py (+273/-0)
eric/Debugger/WatchPointViewer.py (+425/-0)
eric/Debugger/__init__.py (+11/-0)
eric/DesignerTemplates/configurationdialog.tmpl (+165/-0)
eric/DesignerTemplates/dialog.tmpl (+20/-0)
eric/DesignerTemplates/dialog4.tmpl (+22/-0)
eric/DesignerTemplates/dialogbuttonboxbottom4.tmpl (+67/-0)
eric/DesignerTemplates/dialogbuttonboxright4.tmpl (+67/-0)
eric/DesignerTemplates/dialogbuttonsbottom.tmpl (+123/-0)
eric/DesignerTemplates/dialogbuttonsbottom4.tmpl (+100/-0)
eric/DesignerTemplates/dialogbuttonsbottomcenter4.tmpl (+113/-0)
eric/DesignerTemplates/dialogbuttonsright.tmpl (+123/-0)
eric/DesignerTemplates/dialogbuttonsright4.tmpl (+100/-0)
eric/DesignerTemplates/mainwindow4.tmpl (+23/-0)
eric/DesignerTemplates/qdockwidget4.tmpl (+20/-0)
eric/DesignerTemplates/qframe4.tmpl (+25/-0)
eric/DesignerTemplates/qgroupbox4.tmpl (+22/-0)
eric/DesignerTemplates/qmdiarea4.tmpl (+19/-0)
eric/DesignerTemplates/qscrollarea4.tmpl (+32/-0)
eric/DesignerTemplates/qstackedwidget4.tmpl (+21/-0)
eric/DesignerTemplates/qtabwidget4.tmpl (+29/-0)
eric/DesignerTemplates/qtoolbox4.tmpl (+48/-0)
eric/DesignerTemplates/tabdialog.tmpl (+147/-0)
eric/DesignerTemplates/widget.tmpl (+20/-0)
eric/DesignerTemplates/widget4.tmpl (+22/-0)
eric/DesignerTemplates/wizard.tmpl (+28/-0)
eric/DesignerTemplates/wizard4.tmpl (+21/-0)
eric/DesignerTemplates/wizardpage4.tmpl (+19/-0)
eric/Dictionaries/words.dic (+2/-0)
eric/Documentation/Help/source.qhp (+9837/-0)
eric/Documentation/Source/eric4.DataViews.CodeMetrics.html (+376/-0)
eric/Documentation/Source/eric4.DataViews.CodeMetricsDialog.html (+223/-0)
eric/Documentation/Source/eric4.DataViews.PyCoverageDialog.html (+273/-0)
eric/Documentation/Source/eric4.DataViews.PyProfileDialog.html (+304/-0)
eric/Documentation/Source/eric4.DebugClients.Python.AsyncFile.html (+359/-0)
eric/Documentation/Source/eric4.DebugClients.Python.AsyncIO.html (+145/-0)
eric/Documentation/Source/eric4.DebugClients.Python.DCTestResult.html (+142/-0)
eric/Documentation/Source/eric4.DebugClients.Python.DebugBase.html (+674/-0)
eric/Documentation/Source/eric4.DebugClients.Python.DebugClient.html (+80/-0)
eric/Documentation/Source/eric4.DebugClients.Python.DebugClientBase.html (+787/-0)
eric/Documentation/Source/eric4.DebugClients.Python.DebugClientCapabilities.html (+40/-0)
eric/Documentation/Source/eric4.DebugClients.Python.DebugClientThreads.html (+222/-0)
eric/Documentation/Source/eric4.DebugClients.Python.DebugConfig.html (+40/-0)
eric/Documentation/Source/eric4.DebugClients.Python.DebugProtocol.html (+40/-0)
eric/Documentation/Source/eric4.DebugClients.Python.DebugThread.html (+185/-0)
eric/Documentation/Source/eric4.DebugClients.Python.FlexCompleter.html (+263/-0)
eric/Documentation/Source/eric4.DebugClients.Python.PyProfile.html (+165/-0)
eric/Documentation/Source/eric4.DebugClients.Python.eric4dbgstub.html (+126/-0)
eric/Documentation/Source/eric4.DebugClients.Python.getpass.html (+86/-0)
eric/Documentation/Source/eric4.DebugClients.Python3.AsyncFile.html (+372/-0)
eric/Documentation/Source/eric4.DebugClients.Python3.AsyncIO.html (+145/-0)
eric/Documentation/Source/eric4.DebugClients.Python3.DCTestResult.html (+142/-0)
eric/Documentation/Source/eric4.DebugClients.Python3.DebugBase.html (+682/-0)
eric/Documentation/Source/eric4.DebugClients.Python3.DebugClient.html (+80/-0)
eric/Documentation/Source/eric4.DebugClients.Python3.DebugClientBase.html (+763/-0)
eric/Documentation/Source/eric4.DebugClients.Python3.DebugClientCapabilities.html (+40/-0)
eric/Documentation/Source/eric4.DebugClients.Python3.DebugClientThreads.html (+222/-0)
eric/Documentation/Source/eric4.DebugClients.Python3.DebugConfig.html (+40/-0)
eric/Documentation/Source/eric4.DebugClients.Python3.DebugProtocol.html (+40/-0)
eric/Documentation/Source/eric4.DebugClients.Python3.DebugThread.html (+185/-0)
eric/Documentation/Source/eric4.DebugClients.Python3.FlexCompleter.html (+248/-0)
eric/Documentation/Source/eric4.DebugClients.Python3.PyProfile.html (+165/-0)
eric/Documentation/Source/eric4.DebugClients.Python3.eric4dbgstub.html (+126/-0)
eric/Documentation/Source/eric4.DebugClients.Python3.getpass.html (+86/-0)
eric/Documentation/Source/eric4.DebugClients.Ruby.AsyncFile.html (+376/-0)
eric/Documentation/Source/eric4.DebugClients.Ruby.AsyncIO.html (+140/-0)
eric/Documentation/Source/eric4.DebugClients.Ruby.Completer.html (+128/-0)
eric/Documentation/Source/eric4.DebugClients.Ruby.Config.html (+44/-0)
eric/Documentation/Source/eric4.DebugClients.Ruby.DebugClient.html (+81/-0)
eric/Documentation/Source/eric4.DebugClients.Ruby.DebugClientBaseModule.html (+486/-0)
eric/Documentation/Source/eric4.DebugClients.Ruby.DebugClientCapabilities.html (+44/-0)
eric/Documentation/Source/eric4.DebugClients.Ruby.DebugProtocol.html (+44/-0)
eric/Documentation/Source/eric4.DebugClients.Ruby.DebugQuit.html (+73/-0)
eric/Documentation/Source/eric4.DebugClients.Ruby.Debuggee.html (+1205/-0)
eric/Documentation/Source/eric4.DebugClients.Ruby.__init__.html (+44/-0)
eric/Documentation/Source/eric4.Debugger.BreakPointModel.html (+384/-0)
eric/Documentation/Source/eric4.Debugger.BreakPointViewer.html (+390/-0)
eric/Documentation/Source/eric4.Debugger.Config.html (+40/-0)
eric/Documentation/Source/eric4.Debugger.DebugClientCapabilities.html (+40/-0)
eric/Documentation/Source/eric4.Debugger.DebugProtocol.html (+40/-0)
eric/Documentation/Source/eric4.Debugger.DebugServer.html (+1586/-0)
eric/Documentation/Source/eric4.Debugger.DebugUI.html (+934/-0)
eric/Documentation/Source/eric4.Debugger.DebugViewer.html (+352/-0)
eric/Documentation/Source/eric4.Debugger.DebuggerInterfaceNone.html (+692/-0)
eric/Documentation/Source/eric4.Debugger.DebuggerInterfacePython.html (+789/-0)
eric/Documentation/Source/eric4.Debugger.DebuggerInterfacePython3.html (+789/-0)
eric/Documentation/Source/eric4.Debugger.DebuggerInterfaceRuby.html (+782/-0)
eric/Documentation/Source/eric4.Debugger.EditBreakpointDialog.html (+148/-0)
eric/Documentation/Source/eric4.Debugger.EditWatchpointDialog.html (+119/-0)
eric/Documentation/Source/eric4.Debugger.ExceptionLogger.html (+160/-0)
eric/Documentation/Source/eric4.Debugger.ExceptionsFilterDialog.html (+149/-0)
eric/Documentation/Source/eric4.Debugger.StartDialog.html (+243/-0)
eric/Documentation/Source/eric4.Debugger.VariableDetailDialog.html (+92/-0)
eric/Documentation/Source/eric4.Debugger.VariablesFilterDialog.html (+134/-0)
eric/Documentation/Source/eric4.Debugger.VariablesViewer.html (+761/-0)
eric/Documentation/Source/eric4.Debugger.WatchPointModel.html (+364/-0)
eric/Documentation/Source/eric4.Debugger.WatchPointViewer.html (+380/-0)
eric/Documentation/Source/eric4.DocumentationTools.APIGenerator.html (+176/-0)
eric/Documentation/Source/eric4.DocumentationTools.Config.html (+40/-0)
eric/Documentation/Source/eric4.DocumentationTools.IndexGenerator.html (+147/-0)
eric/Documentation/Source/eric4.DocumentationTools.ModuleDocumentor.html (+628/-0)
eric/Documentation/Source/eric4.DocumentationTools.QtHelpGenerator.html (+175/-0)
eric/Documentation/Source/eric4.DocumentationTools.TemplatesListsStyle.html (+40/-0)
eric/Documentation/Source/eric4.DocumentationTools.TemplatesListsStyleCSS.html (+40/-0)
eric/Documentation/Source/eric4.DocumentationTools.__init__.html (+127/-0)
eric/Documentation/Source/eric4.E4Graphics.E4ArrowItem.html (+186/-0)
eric/Documentation/Source/eric4.E4Graphics.E4GraphicsView.html (+284/-0)
eric/Documentation/Source/eric4.E4Gui.E4Action.html (+289/-0)
eric/Documentation/Source/eric4.E4Gui.E4Completers.html (+187/-0)
eric/Documentation/Source/eric4.E4Gui.E4Led.html (+346/-0)
eric/Documentation/Source/eric4.E4Gui.E4LineEdit.html (+121/-0)
eric/Documentation/Source/eric4.E4Gui.E4ListView.html (+98/-0)
eric/Documentation/Source/eric4.E4Gui.E4ModelMenu.html (+467/-0)
eric/Documentation/Source/eric4.E4Gui.E4ModelToolBar.html (+270/-0)
eric/Documentation/Source/eric4.E4Gui.E4SideBar.html (+716/-0)
eric/Documentation/Source/eric4.E4Gui.E4SingleApplication.html (+221/-0)
eric/Documentation/Source/eric4.E4Gui.E4SqueezeLabels.html (+223/-0)
eric/Documentation/Source/eric4.E4Gui.E4TabWidget.html (+395/-0)
eric/Documentation/Source/eric4.E4Gui.E4TableView.html (+98/-0)
eric/Documentation/Source/eric4.E4Gui.E4ToolBarDialog.html (+271/-0)
eric/Documentation/Source/eric4.E4Gui.E4ToolBarManager.html (+569/-0)
eric/Documentation/Source/eric4.E4Gui.E4ToolBox.html (+207/-0)
eric/Documentation/Source/eric4.E4Gui.E4TreeSortFilterProxyModel.html (+124/-0)
eric/Documentation/Source/eric4.E4Gui.E4TreeView.html (+98/-0)
eric/Documentation/Source/eric4.E4Network.E4NetworkHeaderDetailsDialog.html (+98/-0)
eric/Documentation/Source/eric4.E4Network.E4NetworkMonitor.html (+386/-0)
eric/Documentation/Source/eric4.E4Network.E4NetworkProxyFactory.html (+95/-0)
eric/Documentation/Source/eric4.E4XML.Config.html (+40/-0)
eric/Documentation/Source/eric4.E4XML.DebuggerPropertiesHandler.html (+229/-0)
eric/Documentation/Source/eric4.E4XML.DebuggerPropertiesWriter.html (+94/-0)
eric/Documentation/Source/eric4.E4XML.HighlightingStylesHandler.html (+142/-0)
eric/Documentation/Source/eric4.E4XML.HighlightingStylesWriter.html (+93/-0)
eric/Documentation/Source/eric4.E4XML.MultiProjectHandler.html (+170/-0)
eric/Documentation/Source/eric4.E4XML.MultiProjectWriter.html (+96/-0)
eric/Documentation/Source/eric4.E4XML.PluginRepositoryHandler.html (+201/-0)
eric/Documentation/Source/eric4.E4XML.ProjectHandler.html (+738/-0)
eric/Documentation/Source/eric4.E4XML.ProjectWriter.html (+93/-0)
eric/Documentation/Source/eric4.E4XML.SessionHandler.html (+427/-0)
eric/Documentation/Source/eric4.E4XML.SessionWriter.html (+94/-0)
eric/Documentation/Source/eric4.E4XML.ShortcutsHandler.html (+172/-0)
eric/Documentation/Source/eric4.E4XML.ShortcutsWriter.html (+90/-0)
eric/Documentation/Source/eric4.E4XML.TasksHandler.html (+222/-0)
eric/Documentation/Source/eric4.E4XML.TasksWriter.html (+96/-0)
eric/Documentation/Source/eric4.E4XML.TemplatesHandler.html (+166/-0)
eric/Documentation/Source/eric4.E4XML.TemplatesWriter.html (+90/-0)
eric/Documentation/Source/eric4.E4XML.UserProjectHandler.html (+138/-0)
eric/Documentation/Source/eric4.E4XML.UserProjectWriter.html (+93/-0)
eric/Documentation/Source/eric4.E4XML.XMLEntityResolver.html (+91/-0)
eric/Documentation/Source/eric4.E4XML.XMLErrorHandler.html (+201/-0)
eric/Documentation/Source/eric4.E4XML.XMLHandlerBase.html (+346/-0)
eric/Documentation/Source/eric4.E4XML.XMLMessageDialog.html (+102/-0)
eric/Documentation/Source/eric4.E4XML.XMLUtilities.html (+64/-0)
eric/Documentation/Source/eric4.E4XML.XMLWriterBase.html (+348/-0)
eric/Documentation/Source/eric4.Globals.__init__.html (+120/-0)
eric/Documentation/Source/eric4.Graphics.ApplicationDiagram.html (+165/-0)
eric/Documentation/Source/eric4.Graphics.AssociationItem.html (+301/-0)
eric/Documentation/Source/eric4.Graphics.ClassItem.html (+279/-0)
eric/Documentation/Source/eric4.Graphics.GraphicsUtilities.html (+129/-0)
eric/Documentation/Source/eric4.Graphics.ImportsDiagram.html (+169/-0)
eric/Documentation/Source/eric4.Graphics.ModuleItem.html (+229/-0)
eric/Documentation/Source/eric4.Graphics.PackageDiagram.html (+218/-0)
eric/Documentation/Source/eric4.Graphics.PackageItem.html (+233/-0)
eric/Documentation/Source/eric4.Graphics.PixmapDiagram.html (+259/-0)
eric/Documentation/Source/eric4.Graphics.SvgDiagram.html (+228/-0)
eric/Documentation/Source/eric4.Graphics.UMLClassDiagram.html (+205/-0)
eric/Documentation/Source/eric4.Graphics.UMLDialog.html (+88/-0)
eric/Documentation/Source/eric4.Graphics.UMLGraphicsView.html (+299/-0)
eric/Documentation/Source/eric4.Graphics.UMLItem.html (+221/-0)
eric/Documentation/Source/eric4.Graphics.UMLSceneSizeDialog.html (+111/-0)
eric/Documentation/Source/eric4.Graphics.ZoomDialog.html (+101/-0)
eric/Documentation/Source/eric4.Helpviewer.AdBlock.AdBlockAccessHandler.html (+94/-0)
eric/Documentation/Source/eric4.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html (+122/-0)
eric/Documentation/Source/eric4.Helpviewer.AdBlock.AdBlockDialog.html (+151/-0)
eric/Documentation/Source/eric4.Helpviewer.AdBlock.AdBlockManager.html (+258/-0)
eric/Documentation/Source/eric4.Helpviewer.AdBlock.AdBlockModel.html (+351/-0)
eric/Documentation/Source/eric4.Helpviewer.AdBlock.AdBlockNetwork.html (+82/-0)
eric/Documentation/Source/eric4.Helpviewer.AdBlock.AdBlockPage.html (+101/-0)
eric/Documentation/Source/eric4.Helpviewer.AdBlock.AdBlockRule.html (+233/-0)
eric/Documentation/Source/eric4.Helpviewer.AdBlock.AdBlockSubscription.html (+361/-0)
eric/Documentation/Source/eric4.Helpviewer.Bookmarks.AddBookmarkDialog.html (+331/-0)
eric/Documentation/Source/eric4.Helpviewer.Bookmarks.BookmarkNode.html (+166/-0)
eric/Documentation/Source/eric4.Helpviewer.Bookmarks.BookmarksDialog.html (+234/-0)
eric/Documentation/Source/eric4.Helpviewer.Bookmarks.BookmarksManager.html (+479/-0)
eric/Documentation/Source/eric4.Helpviewer.Bookmarks.BookmarksMenu.html (+239/-0)
eric/Documentation/Source/eric4.Helpviewer.Bookmarks.BookmarksModel.html (+460/-0)
eric/Documentation/Source/eric4.Helpviewer.Bookmarks.BookmarksToolBar.html (+185/-0)
eric/Documentation/Source/eric4.Helpviewer.Bookmarks.DefaultBookmarks.html (+40/-0)
eric/Documentation/Source/eric4.Helpviewer.Bookmarks.XbelReader.html (+229/-0)
eric/Documentation/Source/eric4.Helpviewer.Bookmarks.XbelWriter.html (+120/-0)
eric/Documentation/Source/eric4.Helpviewer.CookieJar.CookieDetailsDialog.html (+110/-0)
eric/Documentation/Source/eric4.Helpviewer.CookieJar.CookieExceptionsModel.html (+229/-0)
eric/Documentation/Source/eric4.Helpviewer.CookieJar.CookieJar.html (+410/-0)
eric/Documentation/Source/eric4.Helpviewer.CookieJar.CookieModel.html (+198/-0)
eric/Documentation/Source/eric4.Helpviewer.CookieJar.CookiesConfigurationDialog.html (+101/-0)
eric/Documentation/Source/eric4.Helpviewer.CookieJar.CookiesDialog.html (+130/-0)
eric/Documentation/Source/eric4.Helpviewer.CookieJar.CookiesExceptionsDialog.html (+135/-0)
eric/Documentation/Source/eric4.Helpviewer.DownloadDialog.html (+290/-0)
eric/Documentation/Source/eric4.Helpviewer.HTMLResources.html (+40/-0)
eric/Documentation/Source/eric4.Helpviewer.HelpBrowserWV.html (+1019/-0)
eric/Documentation/Source/eric4.Helpviewer.HelpClearPrivateDataDialog.html (+96/-0)
eric/Documentation/Source/eric4.Helpviewer.HelpDocsInstaller.html (+157/-0)
eric/Documentation/Source/eric4.Helpviewer.HelpIndexWidget.html (+177/-0)
eric/Documentation/Source/eric4.Helpviewer.HelpLanguagesDialog.html (+188/-0)
eric/Documentation/Source/eric4.Helpviewer.HelpSearchWidget.html (+173/-0)
eric/Documentation/Source/eric4.Helpviewer.HelpTocWidget.html (+209/-0)
eric/Documentation/Source/eric4.Helpviewer.HelpTopicDialog.html (+102/-0)
eric/Documentation/Source/eric4.Helpviewer.HelpWebSearchWidget.html (+315/-0)
eric/Documentation/Source/eric4.Helpviewer.HelpWindow.html (+1450/-0)
eric/Documentation/Source/eric4.Helpviewer.History.HistoryCompleter.html (+361/-0)
eric/Documentation/Source/eric4.Helpviewer.History.HistoryDialog.html (+166/-0)
eric/Documentation/Source/eric4.Helpviewer.History.HistoryFilterModel.html (+498/-0)
eric/Documentation/Source/eric4.Helpviewer.History.HistoryManager.html (+447/-0)
eric/Documentation/Source/eric4.Helpviewer.History.HistoryMenu.html (+347/-0)
eric/Documentation/Source/eric4.Helpviewer.History.HistoryModel.html (+219/-0)
eric/Documentation/Source/eric4.Helpviewer.History.HistoryTreeModel.html (+382/-0)
eric/Documentation/Source/eric4.Helpviewer.JavaScriptResources.html (+40/-0)
eric/Documentation/Source/eric4.Helpviewer.Network.AboutAccessHandler.html (+94/-0)
eric/Documentation/Source/eric4.Helpviewer.Network.EmptyNetworkReply.html (+109/-0)
eric/Documentation/Source/eric4.Helpviewer.Network.NetworkAccessManager.html (+222/-0)
eric/Documentation/Source/eric4.Helpviewer.Network.NetworkAccessManagerProxy.html (+134/-0)
eric/Documentation/Source/eric4.Helpviewer.Network.NetworkDiskCache.html (+87/-0)
eric/Documentation/Source/eric4.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html (+114/-0)
eric/Documentation/Source/eric4.Helpviewer.Network.NetworkReply.html (+130/-0)
eric/Documentation/Source/eric4.Helpviewer.Network.PyrcAccessHandler.html (+94/-0)
eric/Documentation/Source/eric4.Helpviewer.Network.QtHelpAccessHandler.html (+123/-0)
eric/Documentation/Source/eric4.Helpviewer.Network.SchemeAccessHandler.html (+107/-0)
eric/Documentation/Source/eric4.Helpviewer.OpenSearch.OpenSearchDefaultEngines.html (+47/-0)
eric/Documentation/Source/eric4.Helpviewer.OpenSearch.OpenSearchDialog.html (+125/-0)
eric/Documentation/Source/eric4.Helpviewer.OpenSearch.OpenSearchEditDialog.html (+85/-0)
eric/Documentation/Source/eric4.Helpviewer.OpenSearch.OpenSearchEngine.html (+550/-0)
eric/Documentation/Source/eric4.Helpviewer.OpenSearch.OpenSearchEngineAction.html (+93/-0)
eric/Documentation/Source/eric4.Helpviewer.OpenSearch.OpenSearchEngineModel.html (+240/-0)
eric/Documentation/Source/eric4.Helpviewer.OpenSearch.OpenSearchManager.html (+504/-0)
eric/Documentation/Source/eric4.Helpviewer.OpenSearch.OpenSearchReader.html (+100/-0)
eric/Documentation/Source/eric4.Helpviewer.OpenSearch.OpenSearchWriter.html (+106/-0)
eric/Documentation/Source/eric4.Helpviewer.Passwords.PasswordManager.html (+420/-0)
eric/Documentation/Source/eric4.Helpviewer.Passwords.PasswordModel.html (+224/-0)
eric/Documentation/Source/eric4.Helpviewer.Passwords.PasswordsDialog.html (+98/-0)
eric/Documentation/Source/eric4.Helpviewer.QtHelpDocumentationDialog.html (+135/-0)
eric/Documentation/Source/eric4.Helpviewer.QtHelpFiltersDialog.html (+157/-0)
eric/Documentation/Source/eric4.Helpviewer.SearchWidget.html (+183/-0)
eric/Documentation/Source/eric4.IconEditor.IconEditorGrid.html (+850/-0)
eric/Documentation/Source/eric4.IconEditor.IconEditorPalette.html (+125/-0)
eric/Documentation/Source/eric4.IconEditor.IconEditorWindow.html (+449/-0)
eric/Documentation/Source/eric4.IconEditor.IconSizeDialog.html (+101/-0)
eric/Documentation/Source/eric4.IconEditor.IconZoomDialog.html (+98/-0)
eric/Documentation/Source/eric4.IconEditor.cursors.cursors_rc.html (+56/-0)
eric/Documentation/Source/eric4.KdeQt.KQApplication.html (+345/-0)
eric/Documentation/Source/eric4.KdeQt.KQColorDialog.html (+90/-0)
eric/Documentation/Source/eric4.KdeQt.KQFileDialog.html (+524/-0)
eric/Documentation/Source/eric4.KdeQt.KQFontDialog.html (+92/-0)
eric/Documentation/Source/eric4.KdeQt.KQInputDialog.html (+366/-0)
eric/Documentation/Source/eric4.KdeQt.KQMainWindow.html (+156/-0)
eric/Documentation/Source/eric4.KdeQt.KQMessageBox.html (+449/-0)
eric/Documentation/Source/eric4.KdeQt.KQPrintDialog.html (+112/-0)
eric/Documentation/Source/eric4.KdeQt.KQPrinter.html (+119/-0)
eric/Documentation/Source/eric4.KdeQt.KQProgressDialog.html (+240/-0)
eric/Documentation/Source/eric4.KdeQt.__init__.html (+208/-0)
eric/Documentation/Source/eric4.MultiProject.AddProjectDialog.html (+136/-0)
eric/Documentation/Source/eric4.MultiProject.MultiProject.html (+666/-0)
eric/Documentation/Source/eric4.MultiProject.MultiProjectBrowser.html (+256/-0)
eric/Documentation/Source/eric4.MultiProject.PropertiesDialog.html (+96/-0)
eric/Documentation/Source/eric4.PluginManager.PluginDetailsDialog.html (+101/-0)
eric/Documentation/Source/eric4.PluginManager.PluginExceptions.html (+360/-0)
eric/Documentation/Source/eric4.PluginManager.PluginInfoDialog.html (+159/-0)
eric/Documentation/Source/eric4.PluginManager.PluginInstallDialog.html (+344/-0)
eric/Documentation/Source/eric4.PluginManager.PluginManager.html (+693/-0)
eric/Documentation/Source/eric4.PluginManager.PluginRepositoryDialog.html (+509/-0)
eric/Documentation/Source/eric4.PluginManager.PluginUninstallDialog.html (+207/-0)
eric/Documentation/Source/eric4.Plugins.AboutPlugin.AboutDialog.html (+82/-0)
eric/Documentation/Source/eric4.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html (+186/-0)
eric/Documentation/Source/eric4.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html (+361/-0)
eric/Documentation/Source/eric4.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html (+160/-0)
eric/Documentation/Source/eric4.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html (+183/-0)
eric/Documentation/Source/eric4.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html (+155/-0)
eric/Documentation/Source/eric4.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html (+334/-0)
eric/Documentation/Source/eric4.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html (+155/-0)
eric/Documentation/Source/eric4.Plugins.PluginAbout.html (+143/-0)
eric/Documentation/Source/eric4.Plugins.PluginEricapi.html (+153/-0)
eric/Documentation/Source/eric4.Plugins.PluginEricdoc.html (+153/-0)
eric/Documentation/Source/eric4.Plugins.PluginSyntaxChecker.html (+216/-0)
eric/Documentation/Source/eric4.Plugins.PluginTabnanny.html (+216/-0)
eric/Documentation/Source/eric4.Plugins.PluginVcsPySvn.html (+283/-0)
eric/Documentation/Source/eric4.Plugins.PluginVcsSubversion.html (+284/-0)
eric/Documentation/Source/eric4.Plugins.PluginVmListspace.html (+120/-0)
eric/Documentation/Source/eric4.Plugins.PluginVmMdiArea.html (+120/-0)
eric/Documentation/Source/eric4.Plugins.PluginVmTabview.html (+120/-0)
eric/Documentation/Source/eric4.Plugins.PluginVmWorkspace.html (+120/-0)
eric/Documentation/Source/eric4.Plugins.PluginWizardPyRegExp.html (+145/-0)
eric/Documentation/Source/eric4.Plugins.PluginWizardQColorDialog.html (+145/-0)
eric/Documentation/Source/eric4.Plugins.PluginWizardQFileDialog.html (+145/-0)
eric/Documentation/Source/eric4.Plugins.PluginWizardQFontDialog.html (+145/-0)
eric/Documentation/Source/eric4.Plugins.PluginWizardQInputDialog.html (+145/-0)
eric/Documentation/Source/eric4.Plugins.PluginWizardQMessageBox.html (+145/-0)
eric/Documentation/Source/eric4.Plugins.PluginWizardQRegExp.html (+145/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.Config.html (+40/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html (+106/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html (+422/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html (+245/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html (+162/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnChangeListsDialog.html (+135/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html (+129/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html (+187/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnConst.html (+40/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html (+127/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html (+163/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html (+177/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html (+205/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html (+115/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html (+386/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html (+151/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html (+102/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html (+137/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html (+149/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html (+131/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html (+113/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html (+170/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html (+100/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html (+99/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html (+272/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html (+113/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html (+496/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html (+171/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html (+105/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html (+187/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html (+118/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html (+151/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html (+136/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsPySvn.subversion.html (+1208/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.Config.html (+40/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html (+106/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html (+413/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html (+237/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html (+242/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog.html (+216/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html (+129/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html (+184/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html (+127/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html (+235/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html (+259/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html (+462/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html (+209/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html (+137/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html (+149/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html (+131/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html (+208/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html (+105/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html (+99/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html (+378/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html (+113/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html (+573/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html (+119/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html (+105/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html (+260/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html (+118/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html (+151/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html (+94/-0)
eric/Documentation/Source/eric4.Plugins.VcsPlugins.vcsSubversion.subversion.html (+1179/-0)
eric/Documentation/Source/eric4.Plugins.ViewManagerPlugins.Listspace.Listspace.html (+609/-0)
eric/Documentation/Source/eric4.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html (+350/-0)
eric/Documentation/Source/eric4.Plugins.ViewManagerPlugins.Tabview.Tabview.html (+938/-0)
eric/Documentation/Source/eric4.Plugins.ViewManagerPlugins.Workspace.Workspace.html (+334/-0)
eric/Documentation/Source/eric4.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html (+166/-0)
eric/Documentation/Source/eric4.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html (+164/-0)
eric/Documentation/Source/eric4.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html (+149/-0)
eric/Documentation/Source/eric4.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html (+161/-0)
eric/Documentation/Source/eric4.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html (+268/-0)
eric/Documentation/Source/eric4.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html (+174/-0)
eric/Documentation/Source/eric4.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html (+476/-0)
eric/Documentation/Source/eric4.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html (+121/-0)
eric/Documentation/Source/eric4.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html (+174/-0)
eric/Documentation/Source/eric4.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html (+412/-0)
eric/Documentation/Source/eric4.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html (+121/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationDialog.html (+525/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.ApplicationPage.html (+101/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.ConfigurationPageBase.html (+176/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.CorbaPage.html (+109/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.DebuggerGeneralPage.html (+141/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.DebuggerPython3Page.html (+117/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.DebuggerPythonPage.html (+117/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.DebuggerRubyPage.html (+109/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorAPIsPage.html (+227/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorAutocompletionPage.html (+101/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html (+101/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorCalltipsPage.html (+109/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html (+101/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorExportersPage.html (+122/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorFilePage.html (+194/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorGeneralPage.html (+114/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorHighlightersPage.html (+162/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html (+380/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorKeywordsPage.html (+127/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorPropertiesPage.html (+106/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorSearchPage.html (+109/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorSpellCheckingPage.html (+125/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorStylesPage.html (+277/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorTypingPage.html (+114/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EmailPage.html (+157/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.GraphicsPage.html (+117/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.HelpAppearancePage.html (+148/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.HelpDocumentationPage.html (+141/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.HelpViewersPage.html (+133/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.HelpWebBrowserPage.html (+122/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.IconsPage.html (+175/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.IconsPreviewDialog.html (+85/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.InterfacePage.html (+142/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.MultiProjectPage.html (+109/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.NetworkPage.html (+109/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.PluginManagerPage.html (+109/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.PrinterPage.html (+117/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.ProjectBrowserPage.html (+150/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.ProjectPage.html (+101/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.PythonPage.html (+101/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.QtPage.html (+151/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.ShellPage.html (+125/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.TasksPage.html (+133/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.TemplatesPage.html (+101/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.TrayStarterPage.html (+106/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.VcsPage.html (+155/-0)
eric/Documentation/Source/eric4.Preferences.ConfigurationPages.ViewmanagerPage.html (+114/-0)
eric/Documentation/Source/eric4.Preferences.PreferencesLexer.html (+426/-0)
eric/Documentation/Source/eric4.Preferences.ProgramsDialog.html (+172/-0)
eric/Documentation/Source/eric4.Preferences.ShortcutDialog.html (+189/-0)
eric/Documentation/Source/eric4.Preferences.Shortcuts.html (+236/-0)
eric/Documentation/Source/eric4.Preferences.ShortcutsDialog.html (+323/-0)
eric/Documentation/Source/eric4.Preferences.ToolConfigurationDialog.html (+291/-0)
eric/Documentation/Source/eric4.Preferences.ToolGroupConfigurationDialog.html (+179/-0)
eric/Documentation/Source/eric4.Preferences.ViewProfileDialog.html (+111/-0)
eric/Documentation/Source/eric4.Preferences.__init__.html (+1960/-0)
eric/Documentation/Source/eric4.Project.AddDirectoryDialog.html (+170/-0)
eric/Documentation/Source/eric4.Project.AddFileDialog.html (+143/-0)
eric/Documentation/Source/eric4.Project.AddFoundFilesDialog.html (+145/-0)
eric/Documentation/Source/eric4.Project.AddLanguageDialog.html (+98/-0)
eric/Documentation/Source/eric4.Project.CreateDialogCodeDialog.html (+238/-0)
eric/Documentation/Source/eric4.Project.DebuggerPropertiesDialog.html (+112/-0)
eric/Documentation/Source/eric4.Project.FiletypeAssociationDialog.html (+175/-0)
eric/Documentation/Source/eric4.Project.LexerAssociationDialog.html (+149/-0)
eric/Documentation/Source/eric4.Project.NewDialogClassDialog.html (+159/-0)
eric/Documentation/Source/eric4.Project.NewPythonPackageDialog.html (+109/-0)
eric/Documentation/Source/eric4.Project.Project.html (+2338/-0)
eric/Documentation/Source/eric4.Project.ProjectBaseBrowser.html (+526/-0)
eric/Documentation/Source/eric4.Project.ProjectBrowser.html (+239/-0)
eric/Documentation/Source/eric4.Project.ProjectBrowserFlags.html (+40/-0)
eric/Documentation/Source/eric4.Project.ProjectBrowserModel.html (+766/-0)
eric/Documentation/Source/eric4.Project.ProjectBrowserSortFilterProxyModel.html (+118/-0)
eric/Documentation/Source/eric4.Project.ProjectFormsBrowser.html (+416/-0)
eric/Documentation/Source/eric4.Project.ProjectInterfacesBrowser.html (+285/-0)
eric/Documentation/Source/eric4.Project.ProjectOthersBrowser.html (+210/-0)
eric/Documentation/Source/eric4.Project.ProjectResourcesBrowser.html (+352/-0)
eric/Documentation/Source/eric4.Project.ProjectSourcesBrowser.html (+309/-0)
eric/Documentation/Source/eric4.Project.ProjectTranslationsBrowser.html (+464/-0)
eric/Documentation/Source/eric4.Project.PropertiesDialog.html (+165/-0)
eric/Documentation/Source/eric4.Project.SpellingPropertiesDialog.html (+120/-0)
eric/Documentation/Source/eric4.Project.TranslationPropertiesDialog.html (+199/-0)
eric/Documentation/Source/eric4.Project.UserPropertiesDialog.html (+96/-0)
eric/Documentation/Source/eric4.PyUnit.UnittestDialog.html (+505/-0)
eric/Documentation/Source/eric4.QScintilla.APIsManager.html (+280/-0)
eric/Documentation/Source/eric4.QScintilla.Editor.html (+3037/-0)
eric/Documentation/Source/eric4.QScintilla.Exporters.ExporterBase.html (+109/-0)
eric/Documentation/Source/eric4.QScintilla.Exporters.ExporterHTML.html (+93/-0)
eric/Documentation/Source/eric4.QScintilla.Exporters.ExporterPDF.html (+371/-0)
eric/Documentation/Source/eric4.QScintilla.Exporters.ExporterRTF.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Exporters.ExporterTEX.html (+154/-0)
eric/Documentation/Source/eric4.QScintilla.Exporters.__init__.html (+82/-0)
eric/Documentation/Source/eric4.QScintilla.GotoDialog.html (+107/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.Lexer.html (+278/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerBash.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerBatch.html (+128/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerCMake.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerCPP.html (+149/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerCSS.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerCSharp.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerContainer.html (+173/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerD.html (+149/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerDiff.html (+128/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerFortran.html (+149/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerFortran77.html (+149/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerHTML.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerIDL.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerJava.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerJavaScript.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerLua.html (+149/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerMakefile.html (+128/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerMatlab.html (+126/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerOctave.html (+126/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerPOV.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerPascal.html (+149/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerPerl.html (+149/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerPostScript.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerProperties.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerPygments.html (+285/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerPython.html (+170/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerRuby.html (+149/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerSQL.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerTCL.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerTeX.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerVHDL.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerXML.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.LexerYAML.html (+136/-0)
eric/Documentation/Source/eric4.QScintilla.Lexers.__init__.html (+244/-0)
eric/Documentation/Source/eric4.QScintilla.MiniEditor.html (+953/-0)
eric/Documentation/Source/eric4.QScintilla.Printer.html (+106/-0)
eric/Documentation/Source/eric4.QScintilla.QsciScintillaCompat.html (+1226/-0)
eric/Documentation/Source/eric4.QScintilla.SearchReplaceWidget.html (+294/-0)
eric/Documentation/Source/eric4.QScintilla.Shell.html (+1067/-0)
eric/Documentation/Source/eric4.QScintilla.ShellHistoryDialog.html (+154/-0)
eric/Documentation/Source/eric4.QScintilla.SpellChecker.html (+503/-0)
eric/Documentation/Source/eric4.QScintilla.SpellCheckingDialog.html (+159/-0)
eric/Documentation/Source/eric4.QScintilla.TypingCompleters.CompleterBase.html (+141/-0)
eric/Documentation/Source/eric4.QScintilla.TypingCompleters.CompleterPython.html (+260/-0)
eric/Documentation/Source/eric4.QScintilla.TypingCompleters.CompleterRuby.html (+181/-0)
eric/Documentation/Source/eric4.QScintilla.TypingCompleters.__init__.html (+67/-0)
eric/Documentation/Source/eric4.QScintilla.ZoomDialog.html (+101/-0)
eric/Documentation/Source/eric4.QScintilla.__init__.html (+75/-0)
eric/Documentation/Source/eric4.SqlBrowser.SqlBrowser.html (+133/-0)
eric/Documentation/Source/eric4.SqlBrowser.SqlBrowserWidget.html (+248/-0)
eric/Documentation/Source/eric4.SqlBrowser.SqlConnectionDialog.html (+124/-0)
eric/Documentation/Source/eric4.SqlBrowser.SqlConnectionWidget.html (+202/-0)
eric/Documentation/Source/eric4.Tasks.TaskFilterConfigDialog.html (+98/-0)
eric/Documentation/Source/eric4.Tasks.TaskPropertiesDialog.html (+110/-0)
eric/Documentation/Source/eric4.Tasks.TaskViewer.html (+770/-0)
eric/Documentation/Source/eric4.Templates.TemplateMultipleVariablesDialog.html (+98/-0)
eric/Documentation/Source/eric4.Templates.TemplatePropertiesDialog.html (+138/-0)
eric/Documentation/Source/eric4.Templates.TemplateSingleVariableDialog.html (+98/-0)
eric/Documentation/Source/eric4.Templates.TemplateViewer.html (+894/-0)
eric/Documentation/Source/eric4.Tools.TRPreviewer.html (+757/-0)
eric/Documentation/Source/eric4.Tools.TRSingleApplication.html (+184/-0)
eric/Documentation/Source/eric4.Tools.TrayStarter.html (+328/-0)
eric/Documentation/Source/eric4.Tools.UIPreviewer.html (+277/-0)
eric/Documentation/Source/eric4.UI.AuthenticationDialog.html (+133/-0)
eric/Documentation/Source/eric4.UI.Browser.html (+386/-0)
eric/Documentation/Source/eric4.UI.BrowserModel.html (+1800/-0)
eric/Documentation/Source/eric4.UI.BrowserSortFilterProxyModel.html (+195/-0)
eric/Documentation/Source/eric4.UI.CompareDialog.html (+373/-0)
eric/Documentation/Source/eric4.UI.Config.html (+40/-0)
eric/Documentation/Source/eric4.UI.DeleteFilesConfirmationDialog.html (+111/-0)
eric/Documentation/Source/eric4.UI.DiffDialog.html (+456/-0)
eric/Documentation/Source/eric4.UI.EmailDialog.html (+230/-0)
eric/Documentation/Source/eric4.UI.ErrorLogDialog.html (+109/-0)
eric/Documentation/Source/eric4.UI.FindFileDialog.html (+372/-0)
eric/Documentation/Source/eric4.UI.FindFileNameDialog.html (+277/-0)
eric/Documentation/Source/eric4.UI.Info.html (+40/-0)
eric/Documentation/Source/eric4.UI.LogView.html (+153/-0)
eric/Documentation/Source/eric4.UI.PixmapCache.html (+187/-0)
eric/Documentation/Source/eric4.UI.SplashScreen.html (+172/-0)
eric/Documentation/Source/eric4.UI.UserInterface.html (+2144/-0)
eric/Documentation/Source/eric4.Utilities.AutoSaver.html (+114/-0)
eric/Documentation/Source/eric4.Utilities.ClassBrowsers.ClbrBaseClasses.html (+613/-0)
eric/Documentation/Source/eric4.Utilities.ClassBrowsers.__init__.html (+111/-0)
eric/Documentation/Source/eric4.Utilities.ClassBrowsers.idlclbr.html (+319/-0)
eric/Documentation/Source/eric4.Utilities.ClassBrowsers.pyclbr.html (+350/-0)
eric/Documentation/Source/eric4.Utilities.ClassBrowsers.rbclbr.html (+319/-0)
eric/Documentation/Source/eric4.Utilities.ModuleParser.html (+912/-0)
eric/Documentation/Source/eric4.Utilities.SingleApplication.html (+244/-0)
eric/Documentation/Source/eric4.Utilities.Startup.html (+253/-0)
eric/Documentation/Source/eric4.Utilities.__init__.html (+1430/-0)
eric/Documentation/Source/eric4.Utilities.uic.html (+138/-0)
eric/Documentation/Source/eric4.VCS.CommandOptionsDialog.html (+98/-0)
eric/Documentation/Source/eric4.VCS.ProjectBrowserHelper.html (+313/-0)
eric/Documentation/Source/eric4.VCS.ProjectHelper.html (+294/-0)
eric/Documentation/Source/eric4.VCS.RepositoryInfoDialog.html (+75/-0)
eric/Documentation/Source/eric4.VCS.StatusMonitorLed.html (+154/-0)
eric/Documentation/Source/eric4.VCS.StatusMonitorThread.html (+218/-0)
eric/Documentation/Source/eric4.VCS.VersionControl.html (+1164/-0)
eric/Documentation/Source/eric4.VCS.__init__.html (+66/-0)
eric/Documentation/Source/eric4.ViewManager.BookmarkedFilesDialog.html (+188/-0)
eric/Documentation/Source/eric4.ViewManager.ViewManager.html (+2497/-0)
eric/Documentation/Source/eric4.ViewManager.__init__.html (+81/-0)
eric/Documentation/Source/eric4.compileUiFiles.html (+145/-0)
eric/Documentation/Source/eric4.eric4.html (+105/-0)
eric/Documentation/Source/eric4.eric4_api.html (+80/-0)
eric/Documentation/Source/eric4.eric4_compare.html (+76/-0)
eric/Documentation/Source/eric4.eric4_configure.html (+74/-0)
eric/Documentation/Source/eric4.eric4_diff.html (+76/-0)
eric/Documentation/Source/eric4.eric4_doc.html (+80/-0)
eric/Documentation/Source/eric4.eric4_editor.html (+76/-0)
eric/Documentation/Source/eric4.eric4_iconeditor.html (+76/-0)
eric/Documentation/Source/eric4.eric4_plugininstall.html (+74/-0)
eric/Documentation/Source/eric4.eric4_pluginrepository.html (+74/-0)
eric/Documentation/Source/eric4.eric4_pluginuninstall.html (+74/-0)
eric/Documentation/Source/eric4.eric4_qregexp.html (+76/-0)
eric/Documentation/Source/eric4.eric4_re.html (+76/-0)
eric/Documentation/Source/eric4.eric4_sqlbrowser.html (+75/-0)
eric/Documentation/Source/eric4.eric4_tray.html (+76/-0)
eric/Documentation/Source/eric4.eric4_trpreviewer.html (+76/-0)
eric/Documentation/Source/eric4.eric4_uipreviewer.html (+76/-0)
eric/Documentation/Source/eric4.eric4_unittest.html (+76/-0)
eric/Documentation/Source/eric4.eric4_webbrowser.html (+76/-0)
eric/Documentation/Source/eric4.eric4config.html (+56/-0)
eric/Documentation/Source/eric4.install-i18n.html (+99/-0)
eric/Documentation/Source/eric4.install.html (+389/-0)
eric/Documentation/Source/eric4.patch_modpython.html (+77/-0)
eric/Documentation/Source/eric4.patch_pyxml.html (+104/-0)
eric/Documentation/Source/eric4.uninstall.html (+110/-0)
eric/Documentation/Source/index-eric4.DataViews.html (+45/-0)
eric/Documentation/Source/index-eric4.DebugClients.Python.html (+80/-0)
eric/Documentation/Source/index-eric4.DebugClients.Python3.html (+80/-0)
eric/Documentation/Source/index-eric4.DebugClients.Ruby.html (+63/-0)
eric/Documentation/Source/index-eric4.DebugClients.html (+42/-0)
eric/Documentation/Source/index-eric4.Debugger.html (+102/-0)
eric/Documentation/Source/index-eric4.DocumentationTools.html (+54/-0)
eric/Documentation/Source/index-eric4.E4Graphics.html (+39/-0)
eric/Documentation/Source/index-eric4.E4Gui.html (+86/-0)
eric/Documentation/Source/index-eric4.E4Network.html (+42/-0)
eric/Documentation/Source/index-eric4.E4XML.html (+125/-0)
eric/Documentation/Source/index-eric4.Globals.html (+36/-0)
eric/Documentation/Source/index-eric4.Graphics.html (+83/-0)
eric/Documentation/Source/index-eric4.Helpviewer.AdBlock.html (+60/-0)
eric/Documentation/Source/index-eric4.Helpviewer.Bookmarks.html (+63/-0)
eric/Documentation/Source/index-eric4.Helpviewer.CookieJar.html (+54/-0)
eric/Documentation/Source/index-eric4.Helpviewer.History.html (+54/-0)
eric/Documentation/Source/index-eric4.Helpviewer.Network.html (+63/-0)
eric/Documentation/Source/index-eric4.Helpviewer.OpenSearch.html (+60/-0)
eric/Documentation/Source/index-eric4.Helpviewer.Passwords.html (+42/-0)
eric/Documentation/Source/index-eric4.Helpviewer.html (+111/-0)
eric/Documentation/Source/index-eric4.IconEditor.cursors.html (+36/-0)
eric/Documentation/Source/index-eric4.IconEditor.html (+55/-0)
eric/Documentation/Source/index-eric4.KdeQt.html (+74/-0)
eric/Documentation/Source/index-eric4.MultiProject.html (+51/-0)
eric/Documentation/Source/index-eric4.PluginManager.html (+54/-0)
eric/Documentation/Source/index-eric4.Plugins.AboutPlugin.html (+36/-0)
eric/Documentation/Source/index-eric4.Plugins.CheckerPlugins.SyntaxChecker.html (+36/-0)
eric/Documentation/Source/index-eric4.Plugins.CheckerPlugins.Tabnanny.html (+39/-0)
eric/Documentation/Source/index-eric4.Plugins.CheckerPlugins.html (+39/-0)
eric/Documentation/Source/index-eric4.Plugins.DocumentationPlugins.Ericapi.html (+39/-0)
eric/Documentation/Source/index-eric4.Plugins.DocumentationPlugins.Ericdoc.html (+39/-0)
eric/Documentation/Source/index-eric4.Plugins.DocumentationPlugins.html (+39/-0)
eric/Documentation/Source/index-eric4.Plugins.VcsPlugins.html (+39/-0)
eric/Documentation/Source/index-eric4.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.html (+36/-0)
eric/Documentation/Source/index-eric4.Plugins.VcsPlugins.vcsPySvn.html (+142/-0)
eric/Documentation/Source/index-eric4.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.html (+36/-0)
eric/Documentation/Source/index-eric4.Plugins.VcsPlugins.vcsSubversion.html (+127/-0)
eric/Documentation/Source/index-eric4.Plugins.ViewManagerPlugins.Listspace.html (+36/-0)
eric/Documentation/Source/index-eric4.Plugins.ViewManagerPlugins.MdiArea.html (+36/-0)
eric/Documentation/Source/index-eric4.Plugins.ViewManagerPlugins.Tabview.html (+36/-0)
eric/Documentation/Source/index-eric4.Plugins.ViewManagerPlugins.Workspace.html (+36/-0)
eric/Documentation/Source/index-eric4.Plugins.ViewManagerPlugins.html (+45/-0)
eric/Documentation/Source/index-eric4.Plugins.WizardPlugins.ColorDialogWizard.html (+36/-0)
eric/Documentation/Source/index-eric4.Plugins.WizardPlugins.FileDialogWizard.html (+36/-0)
eric/Documentation/Source/index-eric4.Plugins.WizardPlugins.FontDialogWizard.html (+36/-0)
eric/Documentation/Source/index-eric4.Plugins.WizardPlugins.InputDialogWizard.html (+36/-0)
eric/Documentation/Source/index-eric4.Plugins.WizardPlugins.MessageBoxWizard.html (+36/-0)
eric/Documentation/Source/index-eric4.Plugins.WizardPlugins.PyRegExpWizard.html (+42/-0)
eric/Documentation/Source/index-eric4.Plugins.WizardPlugins.QRegExpWizard.html (+42/-0)
eric/Documentation/Source/index-eric4.Plugins.WizardPlugins.html (+54/-0)
eric/Documentation/Source/index-eric4.Plugins.html (+109/-0)
eric/Documentation/Source/index-eric4.Preferences.ConfigurationPages.html (+171/-0)
eric/Documentation/Source/index-eric4.Preferences.html (+79/-0)
eric/Documentation/Source/index-eric4.Project.html (+118/-0)
eric/Documentation/Source/index-eric4.PyUnit.html (+41/-0)
eric/Documentation/Source/index-eric4.QScintilla.Exporters.html (+51/-0)
eric/Documentation/Source/index-eric4.QScintilla.Lexers.html (+138/-0)
eric/Documentation/Source/index-eric4.QScintilla.TypingCompleters.html (+45/-0)
eric/Documentation/Source/index-eric4.QScintilla.html (+91/-0)
eric/Documentation/Source/index-eric4.SqlBrowser.html (+45/-0)
eric/Documentation/Source/index-eric4.Tasks.html (+42/-0)
eric/Documentation/Source/index-eric4.Templates.html (+45/-0)
eric/Documentation/Source/index-eric4.Tools.html (+45/-0)
eric/Documentation/Source/index-eric4.UI.html (+87/-0)
eric/Documentation/Source/index-eric4.Utilities.ClassBrowsers.html (+57/-0)
eric/Documentation/Source/index-eric4.Utilities.html (+58/-0)
eric/Documentation/Source/index-eric4.VCS.html (+62/-0)
eric/Documentation/Source/index-eric4.ViewManager.html (+50/-0)
eric/Documentation/Source/index-eric4.html (+202/-0)
eric/Documentation/Source/index.html (+34/-0)
eric/DocumentationTools/APIGenerator.py (+171/-0)
eric/DocumentationTools/Config.py (+34/-0)
eric/DocumentationTools/IndexGenerator.py (+214/-0)
eric/DocumentationTools/ModuleDocumentor.py (+1056/-0)
eric/DocumentationTools/QtHelpGenerator.py (+258/-0)
eric/DocumentationTools/TemplatesListsStyle.py (+261/-0)
eric/DocumentationTools/TemplatesListsStyleCSS.py (+264/-0)
eric/DocumentationTools/__init__.py (+14/-0)
eric/E4Graphics/E4ArrowItem.py (+135/-0)
eric/E4Graphics/E4GraphicsView.py (+339/-0)
eric/E4Graphics/__init__.py (+8/-0)
eric/E4Gui/E4Action.py (+208/-0)
eric/E4Gui/E4Completers.py (+95/-0)
eric/E4Gui/E4Led.py (+268/-0)
eric/E4Gui/E4LineEdit.py (+62/-0)
eric/E4Gui/E4ListView.py (+57/-0)
eric/E4Gui/E4ModelMenu.py (+418/-0)
eric/E4Gui/E4ModelToolBar.py (+290/-0)
eric/E4Gui/E4SideBar.py (+671/-0)
eric/E4Gui/E4SingleApplication.py (+164/-0)
eric/E4Gui/E4SqueezeLabels.py (+121/-0)
eric/E4Gui/E4TabWidget.py (+323/-0)
eric/E4Gui/E4TableView.py (+57/-0)
eric/E4Gui/E4ToolBarDialog.py (+463/-0)
eric/E4Gui/E4ToolBarDialog.ui (+229/-0)
eric/E4Gui/E4ToolBarManager.py (+691/-0)
eric/E4Gui/E4ToolBox.py (+84/-0)
eric/E4Gui/E4TreeSortFilterProxyModel.py (+52/-0)
eric/E4Gui/E4TreeView.py (+50/-0)
eric/E4Gui/__init__.py (+10/-0)
eric/E4Network/E4NetworkHeaderDetailsDialog.py (+36/-0)
eric/E4Network/E4NetworkHeaderDetailsDialog.ui (+98/-0)
eric/E4Network/E4NetworkMonitor.py (+385/-0)
eric/E4Network/E4NetworkMonitor.ui (+259/-0)
eric/E4Network/E4NetworkProxyFactory.py (+88/-0)
eric/E4Network/__init__.py (+8/-0)
eric/E4XML/Config.py (+38/-0)
eric/E4XML/DebuggerPropertiesHandler.py (+172/-0)
eric/E4XML/DebuggerPropertiesWriter.py (+92/-0)
eric/E4XML/HighlightingStylesHandler.py (+116/-0)
eric/E4XML/HighlightingStylesWriter.py (+65/-0)
eric/E4XML/MultiProjectHandler.py (+109/-0)
eric/E4XML/MultiProjectWriter.py (+73/-0)
eric/E4XML/PluginRepositoryHandler.py (+143/-0)
eric/E4XML/ProjectHandler.py (+747/-0)
eric/E4XML/ProjectWriter.py (+225/-0)
eric/E4XML/SessionHandler.py (+418/-0)
eric/E4XML/SessionWriter.py (+204/-0)
eric/E4XML/ShortcutsHandler.py (+107/-0)
eric/E4XML/ShortcutsWriter.py (+185/-0)
eric/E4XML/TasksHandler.py (+200/-0)
eric/E4XML/TasksWriter.py (+80/-0)
eric/E4XML/TemplatesHandler.py (+111/-0)
eric/E4XML/TemplatesWriter.py (+63/-0)
eric/E4XML/UserProjectHandler.py (+81/-0)
eric/E4XML/UserProjectWriter.py (+64/-0)
eric/E4XML/XMLEntityResolver.py (+48/-0)
eric/E4XML/XMLErrorHandler.py (+109/-0)
eric/E4XML/XMLHandlerBase.py (+274/-0)
eric/E4XML/XMLMessageDialog.py (+67/-0)
eric/E4XML/XMLMessageDialog.ui (+59/-0)
eric/E4XML/XMLUtilities.py (+44/-0)
eric/E4XML/XMLWriterBase.py (+230/-0)
eric/E4XML/__init__.py (+22/-0)
eric/Examples/hallo.py (+10/-0)
eric/Examples/modpython.py (+8/-0)
eric/Examples/modpython_dbg.py (+10/-0)
eric/Examples/rhallo.py (+16/-0)
eric/Globals/__init__.py (+63/-0)
eric/Graphics/ApplicationDiagram.py (+255/-0)
eric/Graphics/AssociationItem.py (+473/-0)
eric/Graphics/ClassItem.py (+216/-0)
eric/Graphics/GraphicsUtilities.py (+106/-0)
eric/Graphics/ImportsDiagram.py (+243/-0)
eric/Graphics/ModuleItem.py (+162/-0)
eric/Graphics/PackageDiagram.py (+311/-0)
eric/Graphics/PackageItem.py (+181/-0)
eric/Graphics/PixmapDiagram.py (+340/-0)
eric/Graphics/SvgDiagram.py (+309/-0)
eric/Graphics/UMLClassDiagram.py (+267/-0)
eric/Graphics/UMLDialog.py (+56/-0)
eric/Graphics/UMLGraphicsView.py (+515/-0)
eric/Graphics/UMLItem.py (+145/-0)
eric/Graphics/UMLSceneSizeDialog.py (+49/-0)
eric/Graphics/UMLSceneSizeDialog.ui (+108/-0)
eric/Graphics/ZoomDialog.py (+40/-0)
eric/Graphics/ZoomDialog.ui (+108/-0)
eric/Graphics/__init__.py (+10/-0)
eric/Helpviewer/AdBlock/AdBlockAccessHandler.py (+59/-0)
eric/Helpviewer/AdBlock/AdBlockBlockedNetworkReply.py (+55/-0)
eric/Helpviewer/AdBlock/AdBlockDialog.py (+155/-0)
eric/Helpviewer/AdBlock/AdBlockDialog.ui (+194/-0)
eric/Helpviewer/AdBlock/AdBlockManager.py (+254/-0)
eric/Helpviewer/AdBlock/AdBlockModel.py (+327/-0)
eric/Helpviewer/AdBlock/AdBlockNetwork.py (+53/-0)
eric/Helpviewer/AdBlock/AdBlockPage.py (+36/-0)
eric/Helpviewer/AdBlock/AdBlockRule.py (+202/-0)
eric/Helpviewer/AdBlock/AdBlockSubscription.py (+412/-0)
eric/Helpviewer/AdBlock/__init__.py (+8/-0)
eric/Helpviewer/Bookmarks/AddBookmarkDialog.py (+227/-0)
eric/Helpviewer/Bookmarks/AddBookmarkDialog.ui (+128/-0)
eric/Helpviewer/Bookmarks/BookmarkNode.py (+100/-0)
eric/Helpviewer/Bookmarks/BookmarksDialog.py (+240/-0)
eric/Helpviewer/Bookmarks/BookmarksDialog.ui (+201/-0)
eric/Helpviewer/Bookmarks/BookmarksManager.py (+533/-0)
eric/Helpviewer/Bookmarks/BookmarksMenu.py (+232/-0)
eric/Helpviewer/Bookmarks/BookmarksModel.py (+465/-0)
eric/Helpviewer/Bookmarks/BookmarksToolBar.py (+188/-0)
eric/Helpviewer/Bookmarks/DefaultBookmarks.py (+64/-0)
eric/Helpviewer/Bookmarks/XbelReader.py (+201/-0)
eric/Helpviewer/Bookmarks/XbelWriter.py (+85/-0)
eric/Helpviewer/Bookmarks/__init__.py (+8/-0)
eric/Helpviewer/CookieJar/CookieDetailsDialog.py (+44/-0)
eric/Helpviewer/CookieJar/CookieDetailsDialog.ui (+166/-0)
eric/Helpviewer/CookieJar/CookieExceptionsModel.py (+217/-0)
eric/Helpviewer/CookieJar/CookieJar.py (+493/-0)
eric/Helpviewer/CookieJar/CookieModel.py (+148/-0)
eric/Helpviewer/CookieJar/CookiesConfigurationDialog.py (+94/-0)
eric/Helpviewer/CookieJar/CookiesConfigurationDialog.ui (+218/-0)
eric/Helpviewer/CookieJar/CookiesDialog.py (+140/-0)
eric/Helpviewer/CookieJar/CookiesDialog.ui (+211/-0)
eric/Helpviewer/CookieJar/CookiesExceptionsDialog.py (+110/-0)
eric/Helpviewer/CookieJar/CookiesExceptionsDialog.ui (+308/-0)
eric/Helpviewer/CookieJar/__init__.py (+8/-0)
eric/Helpviewer/DownloadDialog.py (+456/-0)
eric/Helpviewer/DownloadDialog.ui (+69/-0)
eric/Helpviewer/HTMLResources.py (+204/-0)
eric/Helpviewer/HelpBrowserWV.py (+1078/-0)
eric/Helpviewer/HelpClearPrivateDataDialog.py (+44/-0)
eric/Helpviewer/HelpClearPrivateDataDialog.ui (+154/-0)
eric/Helpviewer/HelpDocsInstaller.py (+196/-0)
eric/Helpviewer/HelpIndexWidget.py (+176/-0)
eric/Helpviewer/HelpLanguagesDialog.py (+178/-0)
eric/Helpviewer/HelpLanguagesDialog.ui (+127/-0)
eric/Helpviewer/HelpSearchWidget.py (+136/-0)
eric/Helpviewer/HelpTocWidget.py (+156/-0)
eric/Helpviewer/HelpTopicDialog.py (+58/-0)
eric/Helpviewer/HelpTopicDialog.ui (+80/-0)
eric/Helpviewer/HelpWebSearchWidget.py (+421/-0)
eric/Helpviewer/HelpWindow.py (+2882/-0)
eric/Helpviewer/History/HistoryCompleter.py (+290/-0)
eric/Helpviewer/History/HistoryDialog.py (+144/-0)
eric/Helpviewer/History/HistoryDialog.ui (+198/-0)
eric/Helpviewer/History/HistoryFilterModel.py (+382/-0)
eric/Helpviewer/History/HistoryManager.py (+480/-0)
eric/Helpviewer/History/HistoryMenu.py (+313/-0)
eric/Helpviewer/History/HistoryModel.py (+170/-0)
eric/Helpviewer/History/HistoryTreeModel.py (+382/-0)
eric/Helpviewer/History/__init__.py (+8/-0)
eric/Helpviewer/JavaScriptResources.py (+53/-0)
eric/Helpviewer/Network/AboutAccessHandler.py (+28/-0)
eric/Helpviewer/Network/EmptyNetworkReply.py (+46/-0)
eric/Helpviewer/Network/NetworkAccessManager.py (+352/-0)
eric/Helpviewer/Network/NetworkAccessManagerProxy.py (+88/-0)
eric/Helpviewer/Network/NetworkDiskCache.py (+32/-0)
eric/Helpviewer/Network/NetworkProtocolUnknownErrorReply.py (+50/-0)
eric/Helpviewer/Network/NetworkReply.py (+68/-0)
eric/Helpviewer/Network/PyrcAccessHandler.py (+45/-0)
eric/Helpviewer/Network/QtHelpAccessHandler.py (+119/-0)
eric/Helpviewer/Network/SchemeAccessHandler.py (+34/-0)
eric/Helpviewer/Network/__init__.py (+8/-0)
eric/Helpviewer/OpenSearch/OpenSearchDefaultEngines.py (+141/-0)
eric/Helpviewer/OpenSearch/OpenSearchDialog.py (+116/-0)
eric/Helpviewer/OpenSearch/OpenSearchDialog.ui (+164/-0)
eric/Helpviewer/OpenSearch/OpenSearchEditDialog.py (+43/-0)
eric/Helpviewer/OpenSearch/OpenSearchEditDialog.ui (+170/-0)
eric/Helpviewer/OpenSearch/OpenSearchEngine.py (+480/-0)
eric/Helpviewer/OpenSearch/OpenSearchEngineAction.py (+47/-0)
eric/Helpviewer/OpenSearch/OpenSearchEngineModel.py (+192/-0)
eric/Helpviewer/OpenSearch/OpenSearchManager.py (+519/-0)
eric/Helpviewer/OpenSearch/OpenSearchReader.py (+120/-0)
eric/Helpviewer/OpenSearch/OpenSearchWriter.py (+94/-0)
eric/Helpviewer/OpenSearch/__init__.py (+8/-0)
eric/Helpviewer/Passwords/PasswordManager.py (+573/-0)
eric/Helpviewer/Passwords/PasswordModel.py (+151/-0)
eric/Helpviewer/Passwords/PasswordsDialog.py (+100/-0)
eric/Helpviewer/Passwords/PasswordsDialog.ui (+212/-0)
eric/Helpviewer/Passwords/__init__.py (+8/-0)
eric/Helpviewer/QtHelpDocumentationDialog.py (+149/-0)
eric/Helpviewer/QtHelpDocumentationDialog.ui (+127/-0)
eric/Helpviewer/QtHelpFiltersDialog.py (+211/-0)
eric/Helpviewer/QtHelpFiltersDialog.ui (+122/-0)
eric/Helpviewer/SearchWidget.py (+186/-0)
eric/Helpviewer/SearchWidget.ui (+119/-0)
eric/Helpviewer/__init__.py (+13/-0)
eric/IconEditor/IconEditorGrid.py (+1057/-0)
eric/IconEditor/IconEditorPalette.py (+126/-0)
eric/IconEditor/IconEditorWindow.py (+1280/-0)
eric/IconEditor/IconSizeDialog.py (+38/-0)
eric/IconEditor/IconSizeDialog.ui (+139/-0)
eric/IconEditor/IconZoomDialog.py (+37/-0)
eric/IconEditor/IconZoomDialog.ui (+115/-0)
eric/IconEditor/__init__.py (+8/-0)
eric/IconEditor/cursors/__init__.py (+8/-0)
eric/IconEditor/cursors/aim-cursor.xpm (+28/-0)
eric/IconEditor/cursors/colorpicker-cursor.xpm (+36/-0)
eric/IconEditor/cursors/cursors.qrc (+11/-0)
eric/IconEditor/cursors/cursors_rc.py (+328/-0)
eric/IconEditor/cursors/eraser-cursor.xpm (+33/-0)
eric/IconEditor/cursors/fill-cursor.xpm (+36/-0)
eric/IconEditor/cursors/paintbrush-cursor.xpm (+36/-0)
eric/KdeQt/KQApplication.py (+208/-0)
eric/KdeQt/KQColorDialog.py (+58/-0)
eric/KdeQt/KQFileDialog.py (+366/-0)
eric/KdeQt/KQFontDialog.py (+59/-0)
eric/KdeQt/KQInputDialog.py (+202/-0)
eric/KdeQt/KQMainWindow.py (+48/-0)
eric/KdeQt/KQMessageBox.py (+364/-0)
eric/KdeQt/KQPrintDialog.py (+50/-0)
eric/KdeQt/KQPrinter.py (+53/-0)
eric/KdeQt/KQProgressDialog.py (+130/-0)
eric/KdeQt/__init__.py (+151/-0)
eric/LICENSE.GPL3 (+630/-0)
eric/MultiProject/AddProjectDialog.py (+104/-0)
eric/MultiProject/AddProjectDialog.ui (+158/-0)
eric/MultiProject/MultiProject.py (+984/-0)
eric/MultiProject/MultiProjectBrowser.py (+248/-0)
eric/MultiProject/PropertiesDialog.py (+40/-0)
eric/MultiProject/PropertiesDialog.ui (+104/-0)
eric/MultiProject/__init__.py (+14/-0)
eric/PluginManager/PluginDetailsDialog.py (+55/-0)
eric/PluginManager/PluginDetailsDialog.ui (+225/-0)
eric/PluginManager/PluginExceptions.py (+126/-0)
eric/PluginManager/PluginInfoDialog.py (+147/-0)
eric/PluginManager/PluginInfoDialog.ui (+129/-0)
eric/PluginManager/PluginInstallDialog.py (+554/-0)
eric/PluginManager/PluginInstallDialog.ui (+176/-0)
eric/PluginManager/PluginManager.py (+958/-0)
eric/PluginManager/PluginRepositoryDialog.py (+669/-0)
eric/PluginManager/PluginRepositoryDialog.ui (+216/-0)
eric/PluginManager/PluginUninstallDialog.py (+209/-0)
eric/PluginManager/PluginUninstallDialog.ui (+76/-0)
eric/PluginManager/__init__.py (+8/-0)
eric/Plugins/AboutPlugin/AboutDialog.py (+785/-0)
eric/Plugins/AboutPlugin/AboutDialog.ui (+187/-0)
eric/Plugins/AboutPlugin/__init__.py (+8/-0)
eric/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py (+200/-0)
eric/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui (+98/-0)
eric/Plugins/CheckerPlugins/SyntaxChecker/__init__.py (+8/-0)
eric/Plugins/CheckerPlugins/Tabnanny/Tabnanny.py (+403/-0)
eric/Plugins/CheckerPlugins/Tabnanny/TabnannyDialog.py (+147/-0)
eric/Plugins/CheckerPlugins/Tabnanny/TabnannyDialog.ui (+93/-0)
eric/Plugins/CheckerPlugins/Tabnanny/__init__.py (+8/-0)
eric/Plugins/CheckerPlugins/__init__.py (+8/-0)
eric/Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py (+265/-0)
eric/Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui (+340/-0)
eric/Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py (+153/-0)
eric/Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.ui (+98/-0)
eric/Plugins/DocumentationPlugins/Ericapi/__init__.py (+8/-0)
eric/Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py (+514/-0)
eric/Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui (+599/-0)
eric/Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py (+153/-0)
eric/Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui (+98/-0)
eric/Plugins/DocumentationPlugins/Ericdoc/__init__.py (+8/-0)
eric/Plugins/DocumentationPlugins/__init__.py (+8/-0)
eric/Plugins/PluginAbout.py (+160/-0)
eric/Plugins/PluginEricapi.py (+175/-0)
eric/Plugins/PluginEricdoc.py (+181/-0)
eric/Plugins/PluginSyntaxChecker.py (+252/-0)
eric/Plugins/PluginTabnanny.py (+256/-0)
eric/Plugins/PluginVcsPySvn.py (+223/-0)
eric/Plugins/PluginVcsSubversion.py (+229/-0)
eric/Plugins/PluginVmListspace.py (+70/-0)
eric/Plugins/PluginVmMdiArea.py (+70/-0)
eric/Plugins/PluginVmTabview.py (+70/-0)
eric/Plugins/PluginVmWorkspace.py (+70/-0)
eric/Plugins/PluginWizardPyRegExp.py (+131/-0)
eric/Plugins/PluginWizardQColorDialog.py (+131/-0)
eric/Plugins/PluginWizardQFileDialog.py (+131/-0)
eric/Plugins/PluginWizardQFontDialog.py (+131/-0)
eric/Plugins/PluginWizardQInputDialog.py (+131/-0)
eric/Plugins/PluginWizardQMessageBox.py (+131/-0)
eric/Plugins/PluginWizardQRegExp.py (+131/-0)
eric/Plugins/VcsPlugins/__init__.py (+8/-0)
eric/Plugins/VcsPlugins/vcsPySvn/Config.py (+185/-0)
eric/Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.py (+60/-0)
eric/Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui (+157/-0)
eric/Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/__init__.py (+8/-0)
eric/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py (+912/-0)
eric/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py (+612/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.py (+137/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui (+101/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.py (+123/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui (+123/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.py (+94/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui (+199/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.py (+125/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui (+106/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnConst.py (+101/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py (+102/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui (+143/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnDialog.py (+146/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnDialog.ui (+91/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py (+149/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py (+366/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui (+95/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py (+174/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py (+521/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui (+312/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnLogDialog.py (+247/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnLogDialog.ui (+86/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.py (+45/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui (+123/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.py (+85/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui (+185/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.py (+150/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui (+203/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.py (+123/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui (+172/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.py (+51/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.ui (+103/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py (+153/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui (+104/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.py (+41/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui (+130/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.py (+39/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui (+116/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py (+292/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui (+129/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.py (+87/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui (+479/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py (+822/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui (+274/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnStatusMonitorThread.py (+149/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.py (+56/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui (+147/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py (+219/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui (+116/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.py (+68/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui (+176/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py (+150/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui (+154/-0)
eric/Plugins/VcsPlugins/vcsPySvn/SvnUtilities.py (+129/-0)
eric/Plugins/VcsPlugins/vcsPySvn/__init__.py (+11/-0)
eric/Plugins/VcsPlugins/vcsPySvn/subversion.py (+2315/-0)
eric/Plugins/VcsPlugins/vcsSubversion/Config.py (+185/-0)
eric/Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.py (+60/-0)
eric/Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui (+157/-0)
eric/Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/__init__.py (+8/-0)
eric/Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py (+896/-0)
eric/Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py (+591/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py (+255/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui (+162/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py (+255/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui (+210/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.py (+94/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui (+199/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.py (+120/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui (+106/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.py (+102/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui (+143/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnDialog.py (+251/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui (+152/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py (+370/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui (+173/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py (+643/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui (+404/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py (+325/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui (+164/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.py (+85/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui (+185/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py (+150/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui (+200/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py (+123/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui (+172/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py (+214/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui (+105/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.py (+61/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui (+206/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.py (+39/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui (+116/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py (+466/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui (+232/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.py (+87/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui (+479/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py (+940/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui (+332/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnStatusMonitorThread.py (+118/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.py (+56/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui (+147/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py (+318/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui (+177/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.py (+68/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui (+176/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py (+148/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui (+154/-0)
eric/Plugins/VcsPlugins/vcsSubversion/SvnUtilities.py (+109/-0)
eric/Plugins/VcsPlugins/vcsSubversion/__init__.py (+11/-0)
eric/Plugins/VcsPlugins/vcsSubversion/subversion.py (+2097/-0)
eric/Plugins/ViewManagerPlugins/Listspace/Listspace.py (+638/-0)
eric/Plugins/ViewManagerPlugins/Listspace/__init__.py (+8/-0)
eric/Plugins/ViewManagerPlugins/MdiArea/MdiArea.py (+368/-0)
eric/Plugins/ViewManagerPlugins/MdiArea/__init__.py (+8/-0)
eric/Plugins/ViewManagerPlugins/Tabview/Tabview.py (+1091/-0)
eric/Plugins/ViewManagerPlugins/Tabview/__init__.py (+8/-0)
eric/Plugins/ViewManagerPlugins/Workspace/Workspace.py (+345/-0)
eric/Plugins/ViewManagerPlugins/Workspace/__init__.py (+8/-0)
eric/Plugins/ViewManagerPlugins/__init__.py (+8/-0)
eric/Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py (+184/-0)
eric/Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui (+450/-0)
eric/Plugins/WizardPlugins/ColorDialogWizard/__init__.py (+8/-0)
eric/Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py (+292/-0)
eric/Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui (+283/-0)
eric/Plugins/WizardPlugins/FileDialogWizard/__init__.py (+8/-0)
eric/Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.py (+106/-0)
eric/Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui (+132/-0)
eric/Plugins/WizardPlugins/FontDialogWizard/__init__.py (+8/-0)
eric/Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py (+197/-0)
eric/Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui (+473/-0)
eric/Plugins/WizardPlugins/InputDialogWizard/__init__.py (+8/-0)
eric/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py (+464/-0)
eric/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui (+674/-0)
eric/Plugins/WizardPlugins/MessageBoxWizard/__init__.py (+8/-0)
eric/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py (+306/-0)
eric/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui (+161/-0)
eric/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py (+695/-0)
eric/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui (+604/-0)
eric/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.py (+82/-0)
eric/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui (+311/-0)
eric/Plugins/WizardPlugins/PyRegExpWizard/__init__.py (+8/-0)
eric/Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py (+306/-0)
eric/Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui (+161/-0)
eric/Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py (+536/-0)
eric/Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.ui (+461/-0)
eric/Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardRepeatDialog.py (+77/-0)
eric/Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardRepeatDialog.ui (+303/-0)
eric/Plugins/WizardPlugins/QRegExpWizard/__init__.py (+8/-0)
eric/Plugins/WizardPlugins/__init__.py (+8/-0)
eric/Plugins/__init__.py (+8/-0)
eric/Preferences/ConfigurationDialog.py (+767/-0)
eric/Preferences/ConfigurationPages/ApplicationPage.py (+113/-0)
eric/Preferences/ConfigurationPages/ApplicationPage.ui (+243/-0)
eric/Preferences/ConfigurationPages/ConfigurationPageBase.py (+98/-0)
eric/Preferences/ConfigurationPages/CorbaPage.py (+66/-0)
eric/Preferences/ConfigurationPages/CorbaPage.ui (+87/-0)
eric/Preferences/ConfigurationPages/DebuggerGeneralPage.py (+265/-0)
eric/Preferences/ConfigurationPages/DebuggerGeneralPage.ui (+831/-0)
eric/Preferences/ConfigurationPages/DebuggerPython3Page.py (+115/-0)
eric/Preferences/ConfigurationPages/DebuggerPython3Page.ui (+230/-0)
eric/Preferences/ConfigurationPages/DebuggerPythonPage.py (+119/-0)
eric/Preferences/ConfigurationPages/DebuggerPythonPage.ui (+279/-0)
eric/Preferences/ConfigurationPages/DebuggerRubyPage.py (+72/-0)
eric/Preferences/ConfigurationPages/DebuggerRubyPage.ui (+86/-0)
eric/Preferences/ConfigurationPages/EditorAPIsPage.py (+269/-0)
eric/Preferences/ConfigurationPages/EditorAPIsPage.ui (+198/-0)
eric/Preferences/ConfigurationPages/EditorAutocompletionPage.py (+57/-0)
eric/Preferences/ConfigurationPages/EditorAutocompletionPage.ui (+177/-0)
eric/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.py (+66/-0)
eric/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui (+119/-0)
eric/Preferences/ConfigurationPages/EditorCalltipsPage.py (+72/-0)
eric/Preferences/ConfigurationPages/EditorCalltipsPage.ui (+233/-0)
eric/Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.py (+60/-0)
eric/Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui (+111/-0)
eric/Preferences/ConfigurationPages/EditorExportersPage.py (+173/-0)
eric/Preferences/ConfigurationPages/EditorExportersPage.ui (+500/-0)
eric/Preferences/ConfigurationPages/EditorFilePage.py (+269/-0)
eric/Preferences/ConfigurationPages/EditorFilePage.ui (+513/-0)
eric/Preferences/ConfigurationPages/EditorGeneralPage.py (+85/-0)
eric/Preferences/ConfigurationPages/EditorGeneralPage.ui (+277/-0)
eric/Preferences/ConfigurationPages/EditorHighlightersPage.py (+171/-0)
eric/Preferences/ConfigurationPages/EditorHighlightersPage.ui (+134/-0)
eric/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py (+523/-0)
eric/Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui (+279/-0)
eric/Preferences/ConfigurationPages/EditorKeywordsPage.py (+125/-0)
eric/Preferences/ConfigurationPages/EditorKeywordsPage.ui (+97/-0)
eric/Preferences/ConfigurationPages/EditorPropertiesPage.py (+479/-0)
eric/Preferences/ConfigurationPages/EditorPropertiesPage.ui (+970/-0)
eric/Preferences/ConfigurationPages/EditorSearchPage.py (+80/-0)
eric/Preferences/ConfigurationPages/EditorSearchPage.ui (+188/-0)
eric/Preferences/ConfigurationPages/EditorSpellCheckingPage.py (+145/-0)
eric/Preferences/ConfigurationPages/EditorSpellCheckingPage.ui (+392/-0)
eric/Preferences/ConfigurationPages/EditorStylesPage.py (+423/-0)
eric/Preferences/ConfigurationPages/EditorStylesPage.ui (+1244/-0)
eric/Preferences/ConfigurationPages/EditorTypingPage.py (+157/-0)
eric/Preferences/ConfigurationPages/EditorTypingPage.ui (+502/-0)
eric/Preferences/ConfigurationPages/EmailPage.py (+164/-0)
eric/Preferences/ConfigurationPages/EmailPage.ui (+294/-0)
eric/Preferences/ConfigurationPages/GraphicsPage.py (+59/-0)
eric/Preferences/ConfigurationPages/GraphicsPage.ui (+83/-0)
eric/Preferences/ConfigurationPages/HelpAppearancePage.py (+149/-0)
eric/Preferences/ConfigurationPages/HelpAppearancePage.ui (+253/-0)
eric/Preferences/ConfigurationPages/HelpDocumentationPage.py (+154/-0)
eric/Preferences/ConfigurationPages/HelpDocumentationPage.ui (+227/-0)
eric/Preferences/ConfigurationPages/HelpViewersPage.py (+135/-0)
eric/Preferences/ConfigurationPages/HelpViewersPage.ui (+171/-0)
eric/Preferences/ConfigurationPages/HelpWebBrowserPage.py (+208/-0)
eric/Preferences/ConfigurationPages/HelpWebBrowserPage.ui (+472/-0)
eric/Preferences/ConfigurationPages/IconsPage.py (+179/-0)
eric/Preferences/ConfigurationPages/IconsPage.ui (+177/-0)
eric/Preferences/ConfigurationPages/IconsPreviewDialog.py (+35/-0)
eric/Preferences/ConfigurationPages/IconsPreviewDialog.ui (+72/-0)
eric/Preferences/ConfigurationPages/InterfacePage.py (+304/-0)
eric/Preferences/ConfigurationPages/InterfacePage.ui (+677/-0)
eric/Preferences/ConfigurationPages/MultiProjectPage.py (+81/-0)
eric/Preferences/ConfigurationPages/MultiProjectPage.ui (+175/-0)
eric/Preferences/ConfigurationPages/NetworkPage.py (+113/-0)
eric/Preferences/ConfigurationPages/NetworkPage.ui (+262/-0)
eric/Preferences/ConfigurationPages/PluginManagerPage.py (+78/-0)
eric/Preferences/ConfigurationPages/PluginManagerPage.ui (+96/-0)
eric/Preferences/ConfigurationPages/PrinterPage.py (+100/-0)
eric/Preferences/ConfigurationPages/PrinterPage.ui (+313/-0)
eric/Preferences/ConfigurationPages/ProjectBrowserPage.py (+150/-0)
eric/Preferences/ConfigurationPages/ProjectBrowserPage.ui (+224/-0)
eric/Preferences/ConfigurationPages/ProjectPage.py (+93/-0)
eric/Preferences/ConfigurationPages/ProjectPage.ui (+301/-0)
eric/Preferences/ConfigurationPages/PythonPage.py (+71/-0)
eric/Preferences/ConfigurationPages/PythonPage.ui (+139/-0)
eric/Preferences/ConfigurationPages/QtPage.py (+120/-0)
eric/Preferences/ConfigurationPages/QtPage.ui (+198/-0)
eric/Preferences/ConfigurationPages/ShellPage.py (+105/-0)
eric/Preferences/ConfigurationPages/ShellPage.ui (+246/-0)
eric/Preferences/ConfigurationPages/TasksPage.py (+104/-0)
eric/Preferences/ConfigurationPages/TasksPage.ui (+232/-0)
eric/Preferences/ConfigurationPages/TemplatesPage.py (+60/-0)
eric/Preferences/ConfigurationPages/TemplatesPage.ui (+176/-0)
eric/Preferences/ConfigurationPages/TrayStarterPage.py (+67/-0)
eric/Preferences/ConfigurationPages/TrayStarterPage.ui (+100/-0)
eric/Preferences/ConfigurationPages/VcsPage.py (+152/-0)
eric/Preferences/ConfigurationPages/VcsPage.ui (+315/-0)
eric/Preferences/ConfigurationPages/ViewmanagerPage.py (+96/-0)
eric/Preferences/ConfigurationPages/ViewmanagerPage.ui (+220/-0)
eric/Preferences/ConfigurationPages/__init__.py (+8/-0)
eric/Preferences/PreferencesLexer.py (+268/-0)
eric/Preferences/ProgramsDialog.py (+286/-0)
eric/Preferences/ProgramsDialog.ui (+84/-0)
eric/Preferences/ShortcutDialog.py (+174/-0)
eric/Preferences/ShortcutDialog.ui (+166/-0)
eric/Preferences/Shortcuts.py (+471/-0)
eric/Preferences/ShortcutsDialog.py (+462/-0)
eric/Preferences/ShortcutsDialog.ui (+165/-0)
eric/Preferences/ToolConfigurationDialog.py (+397/-0)
eric/Preferences/ToolConfigurationDialog.ui (+374/-0)
eric/Preferences/ToolGroupConfigurationDialog.py (+213/-0)
eric/Preferences/ToolGroupConfigurationDialog.ui (+236/-0)
eric/Preferences/ViewProfileDialog.py (+144/-0)
eric/Preferences/ViewProfileDialog.ui (+282/-0)
eric/Preferences/ViewProfileSidebarsDialog.ui (+159/-0)
eric/Preferences/ViewProfileToolboxesDialog.ui (+159/-0)
eric/Preferences/__init__.py (+2161/-0)
eric/Project/AddDirectoryDialog.py (+158/-0)
eric/Project/AddDirectoryDialog.ui (+177/-0)
eric/Project/AddFileDialog.py (+193/-0)
eric/Project/AddFileDialog.ui (+163/-0)
eric/Project/AddFoundFilesDialog.py (+85/-0)
eric/Project/AddFoundFilesDialog.ui (+71/-0)
eric/Project/AddLanguageDialog.py (+37/-0)
eric/Project/AddLanguageDialog.ui (+407/-0)
eric/Project/CreateDialogCodeDialog.py (+497/-0)
eric/Project/CreateDialogCodeDialog.ui (+148/-0)
eric/Project/DebuggerPropertiesDialog.py (+179/-0)
eric/Project/DebuggerPropertiesDialog.ui (+322/-0)
eric/Project/FiletypeAssociationDialog.py (+162/-0)
eric/Project/FiletypeAssociationDialog.ui (+164/-0)
eric/Project/LexerAssociationDialog.py (+161/-0)
eric/Project/LexerAssociationDialog.ui (+173/-0)
eric/Project/NewDialogClassDialog.py (+100/-0)
eric/Project/NewDialogClassDialog.ui (+138/-0)
eric/Project/NewPythonPackageDialog.py (+50/-0)
eric/Project/NewPythonPackageDialog.ui (+77/-0)
eric/Project/Project.py (+4845/-0)
eric/Project/ProjectBaseBrowser.py (+638/-0)
eric/Project/ProjectBrowser.py (+392/-0)
eric/Project/ProjectBrowserFlags.py (+21/-0)
eric/Project/ProjectBrowserModel.py (+867/-0)
eric/Project/ProjectBrowserSortFilterProxyModel.py (+74/-0)
eric/Project/ProjectFormsBrowser.py (+1017/-0)
eric/Project/ProjectInterfacesBrowser.py (+588/-0)
eric/Project/ProjectOthersBrowser.py (+322/-0)
eric/Project/ProjectResourcesBrowser.py (+823/-0)
eric/Project/ProjectSourcesBrowser.py (+898/-0)
eric/Project/ProjectTranslationsBrowser.py (+1117/-0)
eric/Project/PropertiesDialog.py (+267/-0)
eric/Project/PropertiesDialog.ui (+396/-0)
eric/Project/SpellingPropertiesDialog.py (+117/-0)
eric/Project/SpellingPropertiesDialog.ui (+158/-0)
eric/Project/TranslationPropertiesDialog.py (+224/-0)
eric/Project/TranslationPropertiesDialog.ui (+231/-0)
eric/Project/UserPropertiesDialog.py (+95/-0)
eric/Project/UserPropertiesDialog.ui (+150/-0)
eric/Project/__init__.py (+15/-0)
eric/PyUnit/UnittestDialog.py (+619/-0)
eric/PyUnit/UnittestDialog.ui (+419/-0)
eric/PyUnit/UnittestStacktraceDialog.ui (+73/-0)
eric/PyUnit/__init__.py (+13/-0)
eric/QScintilla/APIsManager.py (+241/-0)
eric/QScintilla/Editor.py (+5473/-0)
eric/QScintilla/Exporters/ExporterBase.py (+77/-0)
eric/QScintilla/Exporters/ExporterHTML.py (+368/-0)
eric/QScintilla/Exporters/ExporterPDF.py (+592/-0)
eric/QScintilla/Exporters/ExporterRTF.py (+346/-0)
eric/QScintilla/Exporters/ExporterTEX.py (+249/-0)
eric/QScintilla/Exporters/__init__.py (+51/-0)
eric/QScintilla/GotoDialog.py (+44/-0)
eric/QScintilla/GotoDialog.ui (+105/-0)
eric/QScintilla/Lexers/Lexer.py (+221/-0)
eric/QScintilla/Lexers/LexerBash.py (+63/-0)
eric/QScintilla/Lexers/LexerBatch.py (+53/-0)
eric/QScintilla/Lexers/LexerCMake.py (+60/-0)
eric/QScintilla/Lexers/LexerCPP.py (+105/-0)
eric/QScintilla/Lexers/LexerCSS.py (+66/-0)
eric/QScintilla/Lexers/LexerCSharp.py (+84/-0)
eric/QScintilla/Lexers/LexerContainer.py (+86/-0)
eric/QScintilla/Lexers/LexerD.py (+90/-0)
eric/QScintilla/Lexers/LexerDiff.py (+51/-0)
eric/QScintilla/Lexers/LexerFortran.py (+70/-0)
eric/QScintilla/Lexers/LexerFortran77.py (+70/-0)
eric/QScintilla/Lexers/LexerHTML.py (+113/-0)
eric/QScintilla/Lexers/LexerIDL.py (+84/-0)
eric/QScintilla/Lexers/LexerJava.py (+84/-0)
eric/QScintilla/Lexers/LexerJavaScript.py (+84/-0)
eric/QScintilla/Lexers/LexerLua.py (+71/-0)
eric/QScintilla/Lexers/LexerMakefile.py (+54/-0)
eric/QScintilla/Lexers/LexerMatlab.py (+54/-0)
eric/QScintilla/Lexers/LexerOctave.py (+54/-0)
eric/QScintilla/Lexers/LexerPOV.py (+73/-0)
eric/QScintilla/Lexers/LexerPascal.py (+85/-0)
eric/QScintilla/Lexers/LexerPerl.py (+86/-0)
eric/QScintilla/Lexers/LexerPostScript.py (+63/-0)
eric/QScintilla/Lexers/LexerProperties.py (+64/-0)
eric/QScintilla/Lexers/LexerPygments.py (+426/-0)
eric/QScintilla/Lexers/LexerPython.py (+139/-0)
eric/QScintilla/Lexers/LexerRuby.py (+79/-0)
eric/QScintilla/Lexers/LexerSQL.py (+72/-0)
eric/QScintilla/Lexers/LexerTCL.py (+71/-0)
eric/QScintilla/Lexers/LexerTeX.py (+66/-0)
eric/QScintilla/Lexers/LexerVHDL.py (+67/-0)
eric/QScintilla/Lexers/LexerXML.py (+109/-0)
eric/QScintilla/Lexers/LexerYAML.py (+60/-0)
eric/QScintilla/Lexers/__init__.py (+641/-0)
eric/QScintilla/MiniEditor.py (+2822/-0)
eric/QScintilla/Printer.py (+73/-0)
eric/QScintilla/QsciScintillaCompat.py (+1010/-0)
eric/QScintilla/ReplaceWidget.ui (+177/-0)
eric/QScintilla/SearchReplaceWidget.py (+628/-0)
eric/QScintilla/SearchWidget.ui (+123/-0)
eric/QScintilla/Shell.py (+1472/-0)
eric/QScintilla/ShellHistoryDialog.py (+127/-0)
eric/QScintilla/ShellHistoryDialog.ui (+158/-0)
eric/QScintilla/SpellChecker.py (+497/-0)
eric/QScintilla/SpellCheckingDialog.py (+127/-0)
eric/QScintilla/SpellCheckingDialog.ui (+270/-0)
eric/QScintilla/TypingCompleters/CompleterBase.py (+77/-0)
eric/QScintilla/TypingCompleters/CompleterPython.py (+425/-0)
eric/QScintilla/TypingCompleters/CompleterRuby.py (+200/-0)
eric/QScintilla/TypingCompleters/__init__.py (+29/-0)
eric/QScintilla/ZoomDialog.py (+41/-0)
eric/QScintilla/ZoomDialog.ui (+104/-0)
eric/QScintilla/__init__.py (+17/-0)
eric/README (+209/-0)
eric/README-MacOSX.txt (+320/-0)
eric/README-PyXML.txt (+25/-0)
eric/README-eric4-doc.txt (+189/-0)
eric/README-i18n.txt (+17/-0)
eric/README-passive-debugging.txt (+47/-0)
eric/SqlBrowser/SqlBrowser.py (+184/-0)
eric/SqlBrowser/SqlBrowserWidget.py (+302/-0)
eric/SqlBrowser/SqlBrowserWidget.ui (+169/-0)
eric/SqlBrowser/SqlConnectionDialog.py (+112/-0)
eric/SqlBrowser/SqlConnectionDialog.ui (+221/-0)
eric/SqlBrowser/SqlConnectionWidget.py (+170/-0)
eric/SqlBrowser/__init__.py (+8/-0)
eric/Styles/Pure_Technology_Dark.qss (+16/-0)
eric/THANKS (+39/-0)
eric/Tasks/TaskFilterConfigDialog.py (+134/-0)
eric/Tasks/TaskFilterConfigDialog.ui (+310/-0)
eric/Tasks/TaskPropertiesDialog.py (+70/-0)
eric/Tasks/TaskPropertiesDialog.ui (+225/-0)
eric/Tasks/TaskViewer.py (+844/-0)
eric/Tasks/__init__.py (+8/-0)
eric/Templates/TemplateMultipleVariablesDialog.py (+118/-0)
eric/Templates/TemplatePropertiesDialog.py (+189/-0)
eric/Templates/TemplatePropertiesDialog.ui (+178/-0)
eric/Templates/TemplateSingleVariableDialog.py (+37/-0)
eric/Templates/TemplateSingleVariableDialog.ui (+94/-0)
eric/Templates/TemplateViewer.py (+957/-0)
eric/Templates/__init__.py (+8/-0)
eric/ThirdParty/CharDet/COPYING (+504/-0)
eric/ThirdParty/CharDet/__init__.py (+8/-0)
eric/ThirdParty/CharDet/chardet/__init__.py (+26/-0)
eric/ThirdParty/CharDet/chardet/big5freq.py (+923/-0)
eric/ThirdParty/CharDet/chardet/big5prober.py (+41/-0)
eric/ThirdParty/CharDet/chardet/chardistribution.py (+200/-0)
eric/ThirdParty/CharDet/chardet/charsetgroupprober.py (+96/-0)
eric/ThirdParty/CharDet/chardet/charsetprober.py (+60/-0)
eric/ThirdParty/CharDet/chardet/codingstatemachine.py (+56/-0)
eric/ThirdParty/CharDet/chardet/constants.py (+47/-0)
eric/ThirdParty/CharDet/chardet/escprober.py (+79/-0)
eric/ThirdParty/CharDet/chardet/escsm.py (+240/-0)
eric/ThirdParty/CharDet/chardet/eucjpprober.py (+85/-0)
eric/ThirdParty/CharDet/chardet/euckrfreq.py (+594/-0)
eric/ThirdParty/CharDet/chardet/euckrprober.py (+41/-0)
eric/ThirdParty/CharDet/chardet/euctwfreq.py (+426/-0)
eric/ThirdParty/CharDet/chardet/euctwprober.py (+41/-0)
eric/ThirdParty/CharDet/chardet/gb2312freq.py (+471/-0)
eric/ThirdParty/CharDet/chardet/gb2312prober.py (+41/-0)
eric/ThirdParty/CharDet/chardet/hebrewprober.py (+269/-0)
eric/ThirdParty/CharDet/chardet/jisfreq.py (+567/-0)
eric/ThirdParty/CharDet/chardet/jpcntx.py (+210/-0)
eric/ThirdParty/CharDet/chardet/langbulgarianmodel.py (+228/-0)
eric/ThirdParty/CharDet/chardet/langcyrillicmodel.py (+329/-0)
eric/ThirdParty/CharDet/chardet/langgreekmodel.py (+225/-0)
eric/ThirdParty/CharDet/chardet/langhebrewmodel.py (+201/-0)
eric/ThirdParty/CharDet/chardet/langhungarianmodel.py (+225/-0)
eric/ThirdParty/CharDet/chardet/langthaimodel.py (+200/-0)
eric/ThirdParty/CharDet/chardet/latin1prober.py (+136/-0)
eric/ThirdParty/CharDet/chardet/mbcharsetprober.py (+82/-0)
eric/ThirdParty/CharDet/chardet/mbcsgroupprober.py (+50/-0)
eric/ThirdParty/CharDet/chardet/mbcssm.py (+514/-0)
eric/ThirdParty/CharDet/chardet/sbcharsetprober.py (+106/-0)
eric/ThirdParty/CharDet/chardet/sbcsgroupprober.py (+64/-0)
eric/ThirdParty/CharDet/chardet/sjisprober.py (+85/-0)
eric/ThirdParty/CharDet/chardet/test.py (+20/-0)
eric/ThirdParty/CharDet/chardet/universaldetector.py (+154/-0)
eric/ThirdParty/CharDet/chardet/utf8prober.py (+76/-0)
eric/ThirdParty/CharDet/docs/css/chardet.css (+299/-0)
eric/ThirdParty/CharDet/docs/faq.html (+107/-0)
eric/ThirdParty/CharDet/docs/history.html (+74/-0)
eric/ThirdParty/CharDet/docs/how-it-works.html (+114/-0)
eric/ThirdParty/CharDet/docs/index.html (+74/-0)
eric/ThirdParty/CharDet/docs/license.html (+62/-0)
eric/ThirdParty/CharDet/docs/supported-encodings.html (+86/-0)
eric/ThirdParty/CharDet/docs/usage.html (+107/-0)
eric/ThirdParty/Pygments/__init__.py (+8/-0)
eric/ThirdParty/Pygments/pygments/AUTHORS (+114/-0)
eric/ThirdParty/Pygments/pygments/CHANGES (+751/-0)
eric/ThirdParty/Pygments/pygments/LICENSE (+25/-0)
eric/ThirdParty/Pygments/pygments/PKG-INFO (+44/-0)
eric/ThirdParty/Pygments/pygments/__init__.py (+91/-0)
eric/ThirdParty/Pygments/pygments/cmdline.py (+433/-0)
eric/ThirdParty/Pygments/pygments/console.py (+74/-0)
eric/ThirdParty/Pygments/pygments/filter.py (+74/-0)
eric/ThirdParty/Pygments/pygments/filters/__init__.py (+357/-0)
eric/ThirdParty/Pygments/pygments/formatter.py (+92/-0)
eric/ThirdParty/Pygments/pygments/formatters/__init__.py (+68/-0)
eric/ThirdParty/Pygments/pygments/formatters/_mapping.py (+92/-0)
eric/ThirdParty/Pygments/pygments/formatters/bbcode.py (+109/-0)
eric/ThirdParty/Pygments/pygments/formatters/html.py (+750/-0)
eric/ThirdParty/Pygments/pygments/formatters/img.py (+553/-0)
eric/ThirdParty/Pygments/pygments/formatters/latex.py (+372/-0)
eric/ThirdParty/Pygments/pygments/formatters/other.py (+117/-0)
eric/ThirdParty/Pygments/pygments/formatters/rtf.py (+136/-0)
eric/ThirdParty/Pygments/pygments/formatters/svg.py (+154/-0)
eric/ThirdParty/Pygments/pygments/formatters/terminal.py (+112/-0)
eric/ThirdParty/Pygments/pygments/formatters/terminal256.py (+222/-0)
eric/ThirdParty/Pygments/pygments/lexer.py (+697/-0)
eric/ThirdParty/Pygments/pygments/lexers/__init__.py (+229/-0)
eric/ThirdParty/Pygments/pygments/lexers/_asybuiltins.py (+1645/-0)
eric/ThirdParty/Pygments/pygments/lexers/_clbuiltins.py (+232/-0)
eric/ThirdParty/Pygments/pygments/lexers/_luabuiltins.py (+249/-0)
eric/ThirdParty/Pygments/pygments/lexers/_mapping.py (+292/-0)
eric/ThirdParty/Pygments/pygments/lexers/_phpbuiltins.py (+3787/-0)
eric/ThirdParty/Pygments/pygments/lexers/_postgres_builtins.py (+231/-0)
eric/ThirdParty/Pygments/pygments/lexers/_scilab_builtins.py (+29/-0)
eric/ThirdParty/Pygments/pygments/lexers/_vimbuiltins.py (+3/-0)
eric/ThirdParty/Pygments/pygments/lexers/agile.py (+1803/-0)
eric/ThirdParty/Pygments/pygments/lexers/asm.py (+359/-0)
eric/ThirdParty/Pygments/pygments/lexers/compiled.py (+2891/-0)
eric/ThirdParty/Pygments/pygments/lexers/dotnet.py (+636/-0)
eric/ThirdParty/Pygments/pygments/lexers/functional.py (+1804/-0)
eric/ThirdParty/Pygments/pygments/lexers/hdl.py (+356/-0)
eric/ThirdParty/Pygments/pygments/lexers/jvm.py (+847/-0)
eric/ThirdParty/Pygments/pygments/lexers/math.py (+917/-0)
eric/ThirdParty/Pygments/pygments/lexers/other.py (+3340/-0)
eric/ThirdParty/Pygments/pygments/lexers/parsers.py (+695/-0)
eric/ThirdParty/Pygments/pygments/lexers/shell.py (+361/-0)
eric/ThirdParty/Pygments/pygments/lexers/special.py (+100/-0)
eric/ThirdParty/Pygments/pygments/lexers/sql.py (+565/-0)
eric/ThirdParty/Pygments/pygments/lexers/templates.py (+1630/-0)
eric/ThirdParty/Pygments/pygments/lexers/text.py (+1753/-0)
eric/ThirdParty/Pygments/pygments/lexers/web.py (+2848/-0)
eric/ThirdParty/Pygments/pygments/plugin.py (+74/-0)
eric/ThirdParty/Pygments/pygments/scanner.py (+104/-0)
eric/ThirdParty/Pygments/pygments/style.py (+117/-0)
eric/ThirdParty/Pygments/pygments/styles/__init__.py (+70/-0)
eric/ThirdParty/Pygments/pygments/styles/autumn.py (+65/-0)
eric/ThirdParty/Pygments/pygments/styles/borland.py (+51/-0)
eric/ThirdParty/Pygments/pygments/styles/bw.py (+49/-0)
eric/ThirdParty/Pygments/pygments/styles/colorful.py (+81/-0)
eric/ThirdParty/Pygments/pygments/styles/default.py (+73/-0)
eric/ThirdParty/Pygments/pygments/styles/emacs.py (+72/-0)
eric/ThirdParty/Pygments/pygments/styles/friendly.py (+72/-0)
eric/ThirdParty/Pygments/pygments/styles/fruity.py (+42/-0)
eric/ThirdParty/Pygments/pygments/styles/manni.py (+75/-0)
eric/ThirdParty/Pygments/pygments/styles/monokai.py (+106/-0)
eric/ThirdParty/Pygments/pygments/styles/murphy.py (+80/-0)
eric/ThirdParty/Pygments/pygments/styles/native.py (+65/-0)
eric/ThirdParty/Pygments/pygments/styles/pastie.py (+75/-0)
eric/ThirdParty/Pygments/pygments/styles/perldoc.py (+69/-0)
eric/ThirdParty/Pygments/pygments/styles/rrt.py (+33/-0)
eric/ThirdParty/Pygments/pygments/styles/tango.py (+141/-0)
eric/ThirdParty/Pygments/pygments/styles/trac.py (+63/-0)
eric/ThirdParty/Pygments/pygments/styles/vim.py (+63/-0)
eric/ThirdParty/Pygments/pygments/styles/vs.py (+38/-0)
eric/ThirdParty/Pygments/pygments/token.py (+195/-0)
eric/ThirdParty/Pygments/pygments/unistring.py (+130/-0)
eric/ThirdParty/Pygments/pygments/util.py (+232/-0)
eric/ThirdParty/SimpleJSON/__init__.py (+8/-0)
eric/ThirdParty/SimpleJSON/simplejson/LICENSE.txt (+19/-0)
eric/ThirdParty/SimpleJSON/simplejson/PKG-INFO (+29/-0)
eric/ThirdParty/SimpleJSON/simplejson/__init__.py (+318/-0)
eric/ThirdParty/SimpleJSON/simplejson/decoder.py (+351/-0)
eric/ThirdParty/SimpleJSON/simplejson/encoder.py (+434/-0)
eric/ThirdParty/SimpleJSON/simplejson/scanner.py (+63/-0)
eric/ThirdParty/SimpleJSON/simplejson/tool.py (+37/-0)
eric/ThirdParty/__init__.py (+8/-0)
eric/Tools/TRPreviewer.py (+882/-0)
eric/Tools/TRSingleApplication.py (+116/-0)
eric/Tools/TrayStarter.py (+432/-0)
eric/Tools/UIPreviewer.py (+568/-0)
eric/Tools/__init__.py (+8/-0)
eric/UI/AuthenticationDialog.py (+63/-0)
eric/UI/AuthenticationDialog.ui (+146/-0)
eric/UI/Browser.py (+563/-0)
eric/UI/BrowserModel.py (+1574/-0)
eric/UI/BrowserSortFilterProxyModel.py (+110/-0)
eric/UI/CompareDialog.py (+464/-0)
eric/UI/CompareDialog.ui (+319/-0)
eric/UI/Config.py (+12/-0)
eric/UI/DeleteFilesConfirmationDialog.py (+54/-0)
eric/UI/DeleteFilesConfirmationDialog.ui (+58/-0)
eric/UI/DiffDialog.py (+520/-0)
eric/UI/DiffDialog.ui (+190/-0)
eric/UI/EmailDialog.py (+352/-0)
eric/UI/EmailDialog.ui (+191/-0)
eric/UI/ErrorLogDialog.py (+69/-0)
eric/UI/ErrorLogDialog.ui (+94/-0)
eric/UI/FindFileDialog.py (+660/-0)
eric/UI/FindFileDialog.ui (+495/-0)
eric/UI/FindFileNameDialog.py (+259/-0)
eric/UI/FindFileNameDialog.ui (+185/-0)
eric/UI/Info.py (+15/-0)
eric/UI/LogView.py (+108/-0)
eric/UI/PixmapCache.py (+99/-0)
eric/UI/SplashScreen.py (+83/-0)
eric/UI/UserInterface.py (+5702/-0)
eric/UI/__init__.py (+11/-0)
eric/Utilities/AutoSaver.py (+68/-0)
eric/Utilities/ClassBrowsers/ClbrBaseClasses.py (+253/-0)
eric/Utilities/ClassBrowsers/__init__.py (+125/-0)
eric/Utilities/ClassBrowsers/idlclbr.py (+326/-0)
eric/Utilities/ClassBrowsers/pyclbr.py (+476/-0)
eric/Utilities/ClassBrowsers/rbclbr.py (+536/-0)
eric/Utilities/ModuleParser.py (+1470/-0)
eric/Utilities/SingleApplication.py (+227/-0)
eric/Utilities/Startup.py (+254/-0)
eric/Utilities/__init__.py (+1443/-0)
eric/Utilities/uic.py (+98/-0)
eric/VCS/CommandOptionsDialog.py (+81/-0)
eric/VCS/CommandOptionsDialog.ui (+342/-0)
eric/VCS/ProjectBrowserHelper.py (+372/-0)
eric/VCS/ProjectHelper.py (+493/-0)
eric/VCS/RepositoryInfoDialog.py (+22/-0)
eric/VCS/RepositoryInfoDialog.ui (+75/-0)
eric/VCS/StatusMonitorLed.py (+142/-0)
eric/VCS/StatusMonitorThread.py (+192/-0)
eric/VCS/VersionControl.py (+751/-0)
eric/VCS/__init__.py (+56/-0)
eric/ViewManager/BookmarkedFilesDialog.py (+190/-0)
eric/ViewManager/BookmarkedFilesDialog.ui (+240/-0)
eric/ViewManager/ViewManager.py (+5257/-0)
eric/ViewManager/__init__.py (+47/-0)
eric/__init__.py (+11/-0)
eric/changelog (+840/-0)
eric/compileUiFiles.py (+119/-0)
eric/default.e4k (+2412/-0)
eric/default_Mac.e4k (+2317/-0)
eric/eric4.e4p (+1553/-0)
eric/eric4.pth (+3/-0)
eric/eric4.py (+289/-0)
eric/eric4.pyw (+8/-0)
eric/eric4_api.py (+273/-0)
eric/eric4_compare.py (+73/-0)
eric/eric4_compare.pyw (+8/-0)
eric/eric4_configure.py (+73/-0)
eric/eric4_configure.pyw (+8/-0)
eric/eric4_diff.py (+67/-0)
eric/eric4_diff.pyw (+8/-0)
eric/eric4_doc.py (+399/-0)
eric/eric4_editor.py (+80/-0)
eric/eric4_editor.pyw (+8/-0)
eric/eric4_iconeditor.py (+81/-0)
eric/eric4_iconeditor.pyw (+8/-0)
eric/eric4_plugininstall.py (+71/-0)
eric/eric4_plugininstall.pyw (+8/-0)
eric/eric4_pluginrepository.py (+65/-0)
eric/eric4_pluginrepository.pyw (+8/-0)
eric/eric4_pluginuninstall.py (+64/-0)
eric/eric4_pluginuninstall.pyw (+8/-0)
eric/eric4_qregexp.py (+68/-0)
eric/eric4_qregexp.pyw (+8/-0)
eric/eric4_re.py (+68/-0)
eric/eric4_re.pyw (+8/-0)
eric/eric4_sqlbrowser.py (+78/-0)
eric/eric4_sqlbrowser.pyw (+8/-0)
eric/eric4_tray.py (+68/-0)
eric/eric4_tray.pyw (+8/-0)
eric/eric4_trpreviewer.py (+95/-0)
eric/eric4_trpreviewer.pyw (+8/-0)
eric/eric4_uipreviewer.py (+79/-0)
eric/eric4_uipreviewer.pyw (+8/-0)
eric/eric4_unittest.py (+77/-0)
eric/eric4_unittest.pyw (+8/-0)
eric/eric4_webbrowser.py (+96/-0)
eric/eric4_webbrowser.pyw (+8/-0)
eric/eric4config.linux (+16/-0)
eric/icons/default/LICENSE.oxygen (+48/-0)
eric/install-i18n.py (+126/-0)
eric/install.py (+1101/-0)
eric/patch_modpython.py (+157/-0)
eric/patch_pyxml.py (+191/-0)
eric/patches/qnetworkaccessmanager.sip.diff (+11/-0)
eric/patches/qsciscintilla.cpp.diff (+16/-0)
eric/patches/qwebpage.sip.4.6.diff (+52/-0)
eric/patches/sip_export.c.diff (+68/-0)
eric/pylint.rc (+496/-0)
eric/uninstall.py (+183/-0)
install.py (+1101/-0)
patch_modpython.py (+157/-0)
transl-cs/README-i18n.txt (+17/-0)
transl-cs/eric/i18n/eric4_cs.ts (+39605/-0)
transl-cs/install-i18n.py (+126/-0)
transl-de/README-i18n.txt (+17/-0)
transl-de/eric/i18n/eric4_de.ts (+39301/-0)
transl-de/install-i18n.py (+126/-0)
transl-es/README-i18n.txt (+17/-0)
transl-es/eric/i18n/eric4_es.ts (+39265/-0)
transl-es/install-i18n.py (+126/-0)
transl-fr/README-i18n.txt (+17/-0)
transl-fr/eric/i18n/eric4_fr.ts (+39859/-0)
transl-fr/install-i18n.py (+126/-0)
transl-it/README-i18n.txt (+17/-0)
transl-it/eric/i18n/eric4_it.ts (+39719/-0)
transl-it/install-i18n.py (+126/-0)
transl-ru/README-i18n.txt (+17/-0)
transl-ru/eric/i18n/eric4_ru.ts (+39974/-0)
transl-ru/install-i18n.py (+126/-0)
transl-tr/README-i18n.txt (+17/-0)
transl-tr/eric/i18n/eric4_tr.ts (+39425/-0)
transl-tr/install-i18n.py (+126/-0)
transl-zhCNGB2312/README-i18n.txt (+17/-0)
transl-zhCNGB2312/eric/i18n/eric4_zh_CN.GB2312.ts (+39702/-0)
transl-zhCNGB2312/install-i18n.py (+126/-0)
uninstall.py (+183/-0)
Conflict adding file LICENSE.GPL3.  Moved existing file to LICENSE.GPL3.moved.
Conflict adding file README-i18n.txt.  Moved existing file to README-i18n.txt.moved.
Conflict adding file README.  Moved existing file to README.moved.
Conflict adding file THANKS.  Moved existing file to THANKS.moved.
Conflict adding file changelog.  Moved existing file to changelog.moved.
Conflict adding file install.py.  Moved existing file to install.py.moved.
Conflict adding file patch_modpython.py.  Moved existing file to patch_modpython.py.moved.
Conflict adding file uninstall.py.  Moved existing file to uninstall.py.moved.
To merge this branch: bzr merge lp:~mcfletch/eric/update-to-4.5.13
Reviewer Review Type Date Requested Status
VCS imports Pending
Review via email: mp+177194@code.launchpad.net

Description of the change

This is my attempt to get an Ubuntu 13.04 compatible Eric package building (the version currently release segfaults on startup). `bzr merge-upstream` did not automatically merge in the translation original tarfiles, which cause me quite a bit of puzzlement, but with those expanded into the bzr tree the result allows building of source and binary debs.

Resulting binary debs tested (minimally) on a Kubuntu 13.04 machine.

To post a comment you must log in.
Revision history for this message
Mike C. Fletcher (mcfletch) wrote :

Unmerged revisions

29. By Mike C. Fletcher

Remove attempt to unpack translation sources that did not work...

28. By Mike C. Fletcher

Patches applied by quilt shouldn't have been checked in...

27. By Mike C. Fletcher

Upstream merge of the translation files, apparently not handled by merge-upstream

26. By Mike C. Fletcher

Upstream updates

25. By Mike C. Fletcher

Update the embedded copies of the source code when downloading

24. By Mike C. Fletcher

Mark un-diff-able binaries as binaries

23. By Mike C. Fletcher

New upstream release.

22. By Gudjon I. Gudjonsson

* New upstream release
* Bump standards version to 3.9.3
* Add manpage eric4_iconeditor.1
* Rename all man pages from eric4-* to eric4_* and
  edit them to reflect the changes
* Add an override file to suppress the warning about the
  empty directory /usr/share/eric/api

21. By Gudjon I. Gudjonsson

New upstream release

20. By Gudjon I. Gudjonsson

* New upstream release
* Switch to dh_python2
* Remove quilt dependency
* Change XS-Python-Version to X-Python-Version
* Change dh_clean -k to dh_prep

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'LICENSE.GPL3'
--- LICENSE.GPL3 1970-01-01 00:00:00 +0000
+++ LICENSE.GPL3 2013-07-26 17:22:34 +0000
@@ -0,0 +1,630 @@
1Eric is Copyright (c) 2002 - 2008 Detlev Offenbach <detlev@die-offenbachs.de>
2
3You may use, distribute and copy Eric under the terms of the GNU
4General Public License as published by the Free Software Foundation,
5either version 3 of the License, which is shown below, or (at your
6option) any later version.
7
8-------------------------------------------------------------------------
9
10 GNU GENERAL PUBLIC LICENSE
11 Version 3, 29 June 2007
12
13 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
14 Everyone is permitted to copy and distribute verbatim copies
15 of this license document, but changing it is not allowed.
16
17 Preamble
18
19 The GNU General Public License is a free, copyleft license for
20software and other kinds of works.
21
22 The licenses for most software and other practical works are designed
23to take away your freedom to share and change the works. By contrast,
24the GNU General Public License is intended to guarantee your freedom to
25share and change all versions of a program--to make sure it remains free
26software for all its users. We, the Free Software Foundation, use the
27GNU General Public License for most of our software; it applies also to
28any other work released this way by its authors. You can apply it to
29your programs, too.
30
31 When we speak of free software, we are referring to freedom, not
32price. Our General Public Licenses are designed to make sure that you
33have the freedom to distribute copies of free software (and charge for
34them if you wish), that you receive source code or can get it if you
35want it, that you can change the software or use pieces of it in new
36free programs, and that you know you can do these things.
37
38 To protect your rights, we need to prevent others from denying you
39these rights or asking you to surrender the rights. Therefore, you have
40certain responsibilities if you distribute copies of the software, or if
41you modify it: responsibilities to respect the freedom of others.
42
43 For example, if you distribute copies of such a program, whether
44gratis or for a fee, you must pass on to the recipients the same
45freedoms that you received. You must make sure that they, too, receive
46or can get the source code. And you must show them these terms so they
47know their rights.
48
49 Developers that use the GNU GPL protect your rights with two steps:
50(1) assert copyright on the software, and (2) offer you this License
51giving you legal permission to copy, distribute and/or modify it.
52
53 For the developers' and authors' protection, the GPL clearly explains
54that there is no warranty for this free software. For both users' and
55authors' sake, the GPL requires that modified versions be marked as
56changed, so that their problems will not be attributed erroneously to
57authors of previous versions.
58
59 Some devices are designed to deny users access to install or run
60modified versions of the software inside them, although the manufacturer
61can do so. This is fundamentally incompatible with the aim of
62protecting users' freedom to change the software. The systematic
63pattern of such abuse occurs in the area of products for individuals to
64use, which is precisely where it is most unacceptable. Therefore, we
65have designed this version of the GPL to prohibit the practice for those
66products. If such problems arise substantially in other domains, we
67stand ready to extend this provision to those domains in future versions
68of the GPL, as needed to protect the freedom of users.
69
70 Finally, every program is threatened constantly by software patents.
71States should not allow patents to restrict development and use of
72software on general-purpose computers, but in those that do, we wish to
73avoid the special danger that patents applied to a free program could
74make it effectively proprietary. To prevent this, the GPL assures that
75patents cannot be used to render the program non-free.
76
77 The precise terms and conditions for copying, distribution and
78modification follow.
79
80 TERMS AND CONDITIONS
81
82 0. Definitions.
83
84 "This License" refers to version 3 of the GNU General Public License.
85
86 "Copyright" also means copyright-like laws that apply to other kinds of
87works, such as semiconductor masks.
88
89 "The Program" refers to any copyrightable work licensed under this
90License. Each licensee is addressed as "you". "Licensees" and
91"recipients" may be individuals or organizations.
92
93 To "modify" a work means to copy from or adapt all or part of the work
94in a fashion requiring copyright permission, other than the making of an
95exact copy. The resulting work is called a "modified version" of the
96earlier work or a work "based on" the earlier work.
97
98 A "covered work" means either the unmodified Program or a work based
99on the Program.
100
101 To "propagate" a work means to do anything with it that, without
102permission, would make you directly or secondarily liable for
103infringement under applicable copyright law, except executing it on a
104computer or modifying a private copy. Propagation includes copying,
105distribution (with or without modification), making available to the
106public, and in some countries other activities as well.
107
108 To "convey" a work means any kind of propagation that enables other
109parties to make or receive copies. Mere interaction with a user through
110a computer network, with no transfer of a copy, is not conveying.
111
112 An interactive user interface displays "Appropriate Legal Notices"
113to the extent that it includes a convenient and prominently visible
114feature that (1) displays an appropriate copyright notice, and (2)
115tells the user that there is no warranty for the work (except to the
116extent that warranties are provided), that licensees may convey the
117work under this License, and how to view a copy of this License. If
118the interface presents a list of user commands or options, such as a
119menu, a prominent item in the list meets this criterion.
120
121 1. Source Code.
122
123 The "source code" for a work means the preferred form of the work
124for making modifications to it. "Object code" means any non-source
125form of a work.
126
127 A "Standard Interface" means an interface that either is an official
128standard defined by a recognized standards body, or, in the case of
129interfaces specified for a particular programming language, one that
130is widely used among developers working in that language.
131
132 The "System Libraries" of an executable work include anything, other
133than the work as a whole, that (a) is included in the normal form of
134packaging a Major Component, but which is not part of that Major
135Component, and (b) serves only to enable use of the work with that
136Major Component, or to implement a Standard Interface for which an
137implementation is available to the public in source code form. A
138"Major Component", in this context, means a major essential component
139(kernel, window system, and so on) of the specific operating system
140(if any) on which the executable work runs, or a compiler used to
141produce the work, or an object code interpreter used to run it.
142
143 The "Corresponding Source" for a work in object code form means all
144the source code needed to generate, install, and (for an executable
145work) run the object code and to modify the work, including scripts to
146control those activities. However, it does not include the work's
147System Libraries, or general-purpose tools or generally available free
148programs which are used unmodified in performing those activities but
149which are not part of the work. For example, Corresponding Source
150includes interface definition files associated with source files for
151the work, and the source code for shared libraries and dynamically
152linked subprograms that the work is specifically designed to require,
153such as by intimate data communication or control flow between those
154subprograms and other parts of the work.
155
156 The Corresponding Source need not include anything that users
157can regenerate automatically from other parts of the Corresponding
158Source.
159
160 The Corresponding Source for a work in source code form is that
161same work.
162
163 2. Basic Permissions.
164
165 All rights granted under this License are granted for the term of
166copyright on the Program, and are irrevocable provided the stated
167conditions are met. This License explicitly affirms your unlimited
168permission to run the unmodified Program. The output from running a
169covered work is covered by this License only if the output, given its
170content, constitutes a covered work. This License acknowledges your
171rights of fair use or other equivalent, as provided by copyright law.
172
173 You may make, run and propagate covered works that you do not
174convey, without conditions so long as your license otherwise remains
175in force. You may convey covered works to others for the sole purpose
176of having them make modifications exclusively for you, or provide you
177with facilities for running those works, provided that you comply with
178the terms of this License in conveying all material for which you do
179not control copyright. Those thus making or running the covered works
180for you must do so exclusively on your behalf, under your direction
181and control, on terms that prohibit them from making any copies of
182your copyrighted material outside their relationship with you.
183
184 Conveying under any other circumstances is permitted solely under
185the conditions stated below. Sublicensing is not allowed; section 10
186makes it unnecessary.
187
188 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
189
190 No covered work shall be deemed part of an effective technological
191measure under any applicable law fulfilling obligations under article
19211 of the WIPO copyright treaty adopted on 20 December 1996, or
193similar laws prohibiting or restricting circumvention of such
194measures.
195
196 When you convey a covered work, you waive any legal power to forbid
197circumvention of technological measures to the extent such circumvention
198is effected by exercising rights under this License with respect to
199the covered work, and you disclaim any intention to limit operation or
200modification of the work as a means of enforcing, against the work's
201users, your or third parties' legal rights to forbid circumvention of
202technological measures.
203
204 4. Conveying Verbatim Copies.
205
206 You may convey verbatim copies of the Program's source code as you
207receive it, in any medium, provided that you conspicuously and
208appropriately publish on each copy an appropriate copyright notice;
209keep intact all notices stating that this License and any
210non-permissive terms added in accord with section 7 apply to the code;
211keep intact all notices of the absence of any warranty; and give all
212recipients a copy of this License along with the Program.
213
214 You may charge any price or no price for each copy that you convey,
215and you may offer support or warranty protection for a fee.
216
217 5. Conveying Modified Source Versions.
218
219 You may convey a work based on the Program, or the modifications to
220produce it from the Program, in the form of source code under the
221terms of section 4, provided that you also meet all of these conditions:
222
223 a) The work must carry prominent notices stating that you modified
224 it, and giving a relevant date.
225
226 b) The work must carry prominent notices stating that it is
227 released under this License and any conditions added under section
228 7. This requirement modifies the requirement in section 4 to
229 "keep intact all notices".
230
231 c) You must license the entire work, as a whole, under this
232 License to anyone who comes into possession of a copy. This
233 License will therefore apply, along with any applicable section 7
234 additional terms, to the whole of the work, and all its parts,
235 regardless of how they are packaged. This License gives no
236 permission to license the work in any other way, but it does not
237 invalidate such permission if you have separately received it.
238
239 d) If the work has interactive user interfaces, each must display
240 Appropriate Legal Notices; however, if the Program has interactive
241 interfaces that do not display Appropriate Legal Notices, your
242 work need not make them do so.
243
244 A compilation of a covered work with other separate and independent
245works, which are not by their nature extensions of the covered work,
246and which are not combined with it such as to form a larger program,
247in or on a volume of a storage or distribution medium, is called an
248"aggregate" if the compilation and its resulting copyright are not
249used to limit the access or legal rights of the compilation's users
250beyond what the individual works permit. Inclusion of a covered work
251in an aggregate does not cause this License to apply to the other
252parts of the aggregate.
253
254 6. Conveying Non-Source Forms.
255
256 You may convey a covered work in object code form under the terms
257of sections 4 and 5, provided that you also convey the
258machine-readable Corresponding Source under the terms of this License,
259in one of these ways:
260
261 a) Convey the object code in, or embodied in, a physical product
262 (including a physical distribution medium), accompanied by the
263 Corresponding Source fixed on a durable physical medium
264 customarily used for software interchange.
265
266 b) Convey the object code in, or embodied in, a physical product
267 (including a physical distribution medium), accompanied by a
268 written offer, valid for at least three years and valid for as
269 long as you offer spare parts or customer support for that product
270 model, to give anyone who possesses the object code either (1) a
271 copy of the Corresponding Source for all the software in the
272 product that is covered by this License, on a durable physical
273 medium customarily used for software interchange, for a price no
274 more than your reasonable cost of physically performing this
275 conveying of source, or (2) access to copy the
276 Corresponding Source from a network server at no charge.
277
278 c) Convey individual copies of the object code with a copy of the
279 written offer to provide the Corresponding Source. This
280 alternative is allowed only occasionally and noncommercially, and
281 only if you received the object code with such an offer, in accord
282 with subsection 6b.
283
284 d) Convey the object code by offering access from a designated
285 place (gratis or for a charge), and offer equivalent access to the
286 Corresponding Source in the same way through the same place at no
287 further charge. You need not require recipients to copy the
288 Corresponding Source along with the object code. If the place to
289 copy the object code is a network server, the Corresponding Source
290 may be on a different server (operated by you or a third party)
291 that supports equivalent copying facilities, provided you maintain
292 clear directions next to the object code saying where to find the
293 Corresponding Source. Regardless of what server hosts the
294 Corresponding Source, you remain obligated to ensure that it is
295 available for as long as needed to satisfy these requirements.
296
297 e) Convey the object code using peer-to-peer transmission, provided
298 you inform other peers where the object code and Corresponding
299 Source of the work are being offered to the general public at no
300 charge under subsection 6d.
301
302 A separable portion of the object code, whose source code is excluded
303from the Corresponding Source as a System Library, need not be
304included in conveying the object code work.
305
306 A "User Product" is either (1) a "consumer product", which means any
307tangible personal property which is normally used for personal, family,
308or household purposes, or (2) anything designed or sold for incorporation
309into a dwelling. In determining whether a product is a consumer product,
310doubtful cases shall be resolved in favor of coverage. For a particular
311product received by a particular user, "normally used" refers to a
312typical or common use of that class of product, regardless of the status
313of the particular user or of the way in which the particular user
314actually uses, or expects or is expected to use, the product. A product
315is a consumer product regardless of whether the product has substantial
316commercial, industrial or non-consumer uses, unless such uses represent
317the only significant mode of use of the product.
318
319 "Installation Information" for a User Product means any methods,
320procedures, authorization keys, or other information required to install
321and execute modified versions of a covered work in that User Product from
322a modified version of its Corresponding Source. The information must
323suffice to ensure that the continued functioning of the modified object
324code is in no case prevented or interfered with solely because
325modification has been made.
326
327 If you convey an object code work under this section in, or with, or
328specifically for use in, a User Product, and the conveying occurs as
329part of a transaction in which the right of possession and use of the
330User Product is transferred to the recipient in perpetuity or for a
331fixed term (regardless of how the transaction is characterized), the
332Corresponding Source conveyed under this section must be accompanied
333by the Installation Information. But this requirement does not apply
334if neither you nor any third party retains the ability to install
335modified object code on the User Product (for example, the work has
336been installed in ROM).
337
338 The requirement to provide Installation Information does not include a
339requirement to continue to provide support service, warranty, or updates
340for a work that has been modified or installed by the recipient, or for
341the User Product in which it has been modified or installed. Access to a
342network may be denied when the modification itself materially and
343adversely affects the operation of the network or violates the rules and
344protocols for communication across the network.
345
346 Corresponding Source conveyed, and Installation Information provided,
347in accord with this section must be in a format that is publicly
348documented (and with an implementation available to the public in
349source code form), and must require no special password or key for
350unpacking, reading or copying.
351
352 7. Additional Terms.
353
354 "Additional permissions" are terms that supplement the terms of this
355License by making exceptions from one or more of its conditions.
356Additional permissions that are applicable to the entire Program shall
357be treated as though they were included in this License, to the extent
358that they are valid under applicable law. If additional permissions
359apply only to part of the Program, that part may be used separately
360under those permissions, but the entire Program remains governed by
361this License without regard to the additional permissions.
362
363 When you convey a copy of a covered work, you may at your option
364remove any additional permissions from that copy, or from any part of
365it. (Additional permissions may be written to require their own
366removal in certain cases when you modify the work.) You may place
367additional permissions on material, added by you to a covered work,
368for which you have or can give appropriate copyright permission.
369
370 Notwithstanding any other provision of this License, for material you
371add to a covered work, you may (if authorized by the copyright holders of
372that material) supplement the terms of this License with terms:
373
374 a) Disclaiming warranty or limiting liability differently from the
375 terms of sections 15 and 16 of this License; or
376
377 b) Requiring preservation of specified reasonable legal notices or
378 author attributions in that material or in the Appropriate Legal
379 Notices displayed by works containing it; or
380
381 c) Prohibiting misrepresentation of the origin of that material, or
382 requiring that modified versions of such material be marked in
383 reasonable ways as different from the original version; or
384
385 d) Limiting the use for publicity purposes of names of licensors or
386 authors of the material; or
387
388 e) Declining to grant rights under trademark law for use of some
389 trade names, trademarks, or service marks; or
390
391 f) Requiring indemnification of licensors and authors of that
392 material by anyone who conveys the material (or modified versions of
393 it) with contractual assumptions of liability to the recipient, for
394 any liability that these contractual assumptions directly impose on
395 those licensors and authors.
396
397 All other non-permissive additional terms are considered "further
398restrictions" within the meaning of section 10. If the Program as you
399received it, or any part of it, contains a notice stating that it is
400governed by this License along with a term that is a further
401restriction, you may remove that term. If a license document contains
402a further restriction but permits relicensing or conveying under this
403License, you may add to a covered work material governed by the terms
404of that license document, provided that the further restriction does
405not survive such relicensing or conveying.
406
407 If you add terms to a covered work in accord with this section, you
408must place, in the relevant source files, a statement of the
409additional terms that apply to those files, or a notice indicating
410where to find the applicable terms.
411
412 Additional terms, permissive or non-permissive, may be stated in the
413form of a separately written license, or stated as exceptions;
414the above requirements apply either way.
415
416 8. Termination.
417
418 You may not propagate or modify a covered work except as expressly
419provided under this License. Any attempt otherwise to propagate or
420modify it is void, and will automatically terminate your rights under
421this License (including any patent licenses granted under the third
422paragraph of section 11).
423
424 However, if you cease all violation of this License, then your
425license from a particular copyright holder is reinstated (a)
426provisionally, unless and until the copyright holder explicitly and
427finally terminates your license, and (b) permanently, if the copyright
428holder fails to notify you of the violation by some reasonable means
429prior to 60 days after the cessation.
430
431 Moreover, your license from a particular copyright holder is
432reinstated permanently if the copyright holder notifies you of the
433violation by some reasonable means, this is the first time you have
434received notice of violation of this License (for any work) from that
435copyright holder, and you cure the violation prior to 30 days after
436your receipt of the notice.
437
438 Termination of your rights under this section does not terminate the
439licenses of parties who have received copies or rights from you under
440this License. If your rights have been terminated and not permanently
441reinstated, you do not qualify to receive new licenses for the same
442material under section 10.
443
444 9. Acceptance Not Required for Having Copies.
445
446 You are not required to accept this License in order to receive or
447run a copy of the Program. Ancillary propagation of a covered work
448occurring solely as a consequence of using peer-to-peer transmission
449to receive a copy likewise does not require acceptance. However,
450nothing other than this License grants you permission to propagate or
451modify any covered work. These actions infringe copyright if you do
452not accept this License. Therefore, by modifying or propagating a
453covered work, you indicate your acceptance of this License to do so.
454
455 10. Automatic Licensing of Downstream Recipients.
456
457 Each time you convey a covered work, the recipient automatically
458receives a license from the original licensors, to run, modify and
459propagate that work, subject to this License. You are not responsible
460for enforcing compliance by third parties with this License.
461
462 An "entity transaction" is a transaction transferring control of an
463organization, or substantially all assets of one, or subdividing an
464organization, or merging organizations. If propagation of a covered
465work results from an entity transaction, each party to that
466transaction who receives a copy of the work also receives whatever
467licenses to the work the party's predecessor in interest had or could
468give under the previous paragraph, plus a right to possession of the
469Corresponding Source of the work from the predecessor in interest, if
470the predecessor has it or can get it with reasonable efforts.
471
472 You may not impose any further restrictions on the exercise of the
473rights granted or affirmed under this License. For example, you may
474not impose a license fee, royalty, or other charge for exercise of
475rights granted under this License, and you may not initiate litigation
476(including a cross-claim or counterclaim in a lawsuit) alleging that
477any patent claim is infringed by making, using, selling, offering for
478sale, or importing the Program or any portion of it.
479
480 11. Patents.
481
482 A "contributor" is a copyright holder who authorizes use under this
483License of the Program or a work on which the Program is based. The
484work thus licensed is called the contributor's "contributor version".
485
486 A contributor's "essential patent claims" are all patent claims
487owned or controlled by the contributor, whether already acquired or
488hereafter acquired, that would be infringed by some manner, permitted
489by this License, of making, using, or selling its contributor version,
490but do not include claims that would be infringed only as a
491consequence of further modification of the contributor version. For
492purposes of this definition, "control" includes the right to grant
493patent sublicenses in a manner consistent with the requirements of
494this License.
495
496 Each contributor grants you a non-exclusive, worldwide, royalty-free
497patent license under the contributor's essential patent claims, to
498make, use, sell, offer for sale, import and otherwise run, modify and
499propagate the contents of its contributor version.
500
501 In the following three paragraphs, a "patent license" is any express
502agreement or commitment, however denominated, not to enforce a patent
503(such as an express permission to practice a patent or covenant not to
504sue for patent infringement). To "grant" such a patent license to a
505party means to make such an agreement or commitment not to enforce a
506patent against the party.
507
508 If you convey a covered work, knowingly relying on a patent license,
509and the Corresponding Source of the work is not available for anyone
510to copy, free of charge and under the terms of this License, through a
511publicly available network server or other readily accessible means,
512then you must either (1) cause the Corresponding Source to be so
513available, or (2) arrange to deprive yourself of the benefit of the
514patent license for this particular work, or (3) arrange, in a manner
515consistent with the requirements of this License, to extend the patent
516license to downstream recipients. "Knowingly relying" means you have
517actual knowledge that, but for the patent license, your conveying the
518covered work in a country, or your recipient's use of the covered work
519in a country, would infringe one or more identifiable patents in that
520country that you have reason to believe are valid.
521
522 If, pursuant to or in connection with a single transaction or
523arrangement, you convey, or propagate by procuring conveyance of, a
524covered work, and grant a patent license to some of the parties
525receiving the covered work authorizing them to use, propagate, modify
526or convey a specific copy of the covered work, then the patent license
527you grant is automatically extended to all recipients of the covered
528work and works based on it.
529
530 A patent license is "discriminatory" if it does not include within
531the scope of its coverage, prohibits the exercise of, or is
532conditioned on the non-exercise of one or more of the rights that are
533specifically granted under this License. You may not convey a covered
534work if you are a party to an arrangement with a third party that is
535in the business of distributing software, under which you make payment
536to the third party based on the extent of your activity of conveying
537the work, and under which the third party grants, to any of the
538parties who would receive the covered work from you, a discriminatory
539patent license (a) in connection with copies of the covered work
540conveyed by you (or copies made from those copies), or (b) primarily
541for and in connection with specific products or compilations that
542contain the covered work, unless you entered into that arrangement,
543or that patent license was granted, prior to 28 March 2007.
544
545 Nothing in this License shall be construed as excluding or limiting
546any implied license or other defenses to infringement that may
547otherwise be available to you under applicable patent law.
548
549 12. No Surrender of Others' Freedom.
550
551 If conditions are imposed on you (whether by court order, agreement or
552otherwise) that contradict the conditions of this License, they do not
553excuse you from the conditions of this License. If you cannot convey a
554covered work so as to satisfy simultaneously your obligations under this
555License and any other pertinent obligations, then as a consequence you may
556not convey it at all. For example, if you agree to terms that obligate you
557to collect a royalty for further conveying from those to whom you convey
558the Program, the only way you could satisfy both those terms and this
559License would be to refrain entirely from conveying the Program.
560
561 13. Use with the GNU Affero General Public License.
562
563 Notwithstanding any other provision of this License, you have
564permission to link or combine any covered work with a work licensed
565under version 3 of the GNU Affero General Public License into a single
566combined work, and to convey the resulting work. The terms of this
567License will continue to apply to the part which is the covered work,
568but the special requirements of the GNU Affero General Public License,
569section 13, concerning interaction through a network will apply to the
570combination as such.
571
572 14. Revised Versions of this License.
573
574 The Free Software Foundation may publish revised and/or new versions of
575the GNU General Public License from time to time. Such new versions will
576be similar in spirit to the present version, but may differ in detail to
577address new problems or concerns.
578
579 Each version is given a distinguishing version number. If the
580Program specifies that a certain numbered version of the GNU General
581Public License "or any later version" applies to it, you have the
582option of following the terms and conditions either of that numbered
583version or of any later version published by the Free Software
584Foundation. If the Program does not specify a version number of the
585GNU General Public License, you may choose any version ever published
586by the Free Software Foundation.
587
588 If the Program specifies that a proxy can decide which future
589versions of the GNU General Public License can be used, that proxy's
590public statement of acceptance of a version permanently authorizes you
591to choose that version for the Program.
592
593 Later license versions may give you additional or different
594permissions. However, no additional obligations are imposed on any
595author or copyright holder as a result of your choosing to follow a
596later version.
597
598 15. Disclaimer of Warranty.
599
600 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
601APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
602HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
603OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
604THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
605PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
606IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
607ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
608
609 16. Limitation of Liability.
610
611 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
612WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
613THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
614GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
615USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
616DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
617PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
618EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
619SUCH DAMAGES.
620
621 17. Interpretation of Sections 15 and 16.
622
623 If the disclaimer of warranty and limitation of liability provided
624above cannot be given local legal effect according to their terms,
625reviewing courts shall apply local law that most closely approximates
626an absolute waiver of all civil liability in connection with the
627Program, unless a warranty or assumption of liability accompanies a
628copy of the Program in return for a fee.
629
630 END OF TERMS AND CONDITIONS
0631
=== renamed file 'LICENSE.GPL3' => 'LICENSE.GPL3.moved'
=== added file 'README'
--- README 1970-01-01 00:00:00 +0000
+++ README 2013-07-26 17:22:34 +0000
@@ -0,0 +1,209 @@
1README for the eric4 IDE
2
3 Installation
4
5 Installing eric4 is a simple process. Just execute the install.py script
6 (type python install.py -h for some help). Please note that the installation
7 has to be performed using the administrators account (i.e. root on linux).
8 This installs a wrapper script in the standard executable directory
9 (default: /usr/local/bin on linux) called eric4.
10
11 If you want to uninstall the package just execute the uninstall script. This
12 gets rid of all installed files. In this case please send an email to the
13 below mentioned address and tell me your reason. This might give me a hint on
14 how to improve eric4.
15
16 If the required packages (Qt4, QScintilla2, sip and PyQt4) are not installed,
17 please get them and install them in the following order (order is important).
18
19 1. Install Qt4
20
21 2. Build and install sip
22
23 3. Build and install QScintilla2
24
25 4. Build and install PyQt4
26
27 5. Build and install QScintilla2 Python bindings
28
29 6. Install eric4
30
31 If you want to use the interfaces to other supported software packages, you may
32 install them in any order and at any time.
33
34 Installation of translations
35
36 Translations of the eric4 IDE are available as separate downloads. There
37 are two ways to install them.
38
39 The first possibility is to install them together with eric4. In order
40 to do that, simply extract the downloaded archives into the same place
41 as the eric4 archive and follow the installation instructions above.
42
43 The second possibility is to install them separately. Extract the
44 downloaded archives and execute the install-i18n.py script (type
45 python install-i18n.py -h for some help). This way you can make the
46 translations available to everybody or just to the user executing the
47 installation command (if using the -p switch).
48
49 Running
50
51 Just call up eric4, which will start the IDE. Use the "what is"-help
52 (arrow with ?) to get some help. Sorry, there is no documentation yet.
53 To start the unit test module in a standalone variant simply call up
54 eric4-unittest. This will show the same dialog (though with a little bit less
55 functionality) as if started from within eric4. The helpviewer can be
56 started as a standalone program by executing the eric4-helpviewer script.
57
58 Please note, the first time you start eric4 it will recognize, that it
59 hasn't been configured yet and will show the configuration dialog.
60 Please take your time and go through all the configuration items.
61 However, every configuration option has a meaningful default value.
62
63 Running from the sources
64
65 If you want to run eric4 from within the source tree you have to execute
66 the compileUiFiles.py script once after a fresh checkout from the source
67 repository or when new dialogs have been added. Thereafter just execute
68 the eric4.py script.
69
70 Tray starter
71
72 eric4 comes with a little utility called "eric4-tray". This embeds an icon
73 in the system tray, which contains a context menu to start eric4 and all
74 it's utilities. Double clicking this icon starts the eric4 IDE.
75
76 Autocompletion/Calltips
77
78 eric4 provides an interface to the QScintilla auto-completion and calltips
79 functionality. QScintilla2 comes with API files for Python and itself. PyQt4
80 contains an API file as well. These are installed by default, if the correct
81 installation order (see above) is followed. An API file for eric4 is
82 installed in the same place.
83
84 In order to use autocompletion and calltips in eric4 please configure these
85 functions in the "Preferences Dialog" on the "Editor -> APIs",
86 "Editor -> Autocompletion" and "Editor -> Calltips" pages.
87
88 Remote Debugger
89
90 In order to enable the remote debugger start eric4, open the preferences
91 dialog and configure the settings on the debugger pages.
92
93 The remote login must be possible without any further interaction (i.e.
94 no password prompt). If the remote setup differs from the local one you
95 must configure the Python interpreter and the Debug Client to be used
96 in the Preferences dialog. eric4 includes two different versions of the
97 debug client. DebugClient.py is the traditional debugger and
98 DebugClientThreads is a multithreading variant of the debug client.
99 Please copy all needed files to a place accessible through the Python path
100 of the remote machine and set the entries of the a.m. configuration tab
101 accordingly.
102
103 Passive Debugging
104
105 Passive debugging mode allows the startup of the debugger from outside
106 of the IDE. The IDE waits for a connection attempt. For further details
107 see the file README-passive-debugging.txt
108
109 Plugin System
110
111 eric4 contains a plugin system, that is used to extend eric4's
112 functionality. Some plugins are part of eric4. Additional plugins
113 are available via the Internet. Please use the built in plug-in
114 repository dialog to get a list of available (official) plugins
115 and to download them. For more details about the plug-in system
116 please see the documentation area.
117
118 Interfaces to additional software packages
119
120 At the moment eric4 provides interfaces to the following software
121 packages.
122
123 Qt-Designer
124 This is part of the Qt distribution and is used to generate user
125 interfaces.
126
127 Qt-Linguist
128 This is part of the Qt distribution and is used to generate translations.
129
130 Qt-Assistant
131 This is part of the Qt distribution and may be used to display help files.
132
133 Subversion
134 This is another version control system available from
135 <subversion.tigris.org>. It is meant to be the successor of CVS.
136 Eric4 supports two different Subversion interfaces. One is using
137 the svn command line tool, the other is using the PySvn Python
138 interface <pysvn.tigris.org>. The selection is done automatically
139 depending on the installed software. The PySvn interface is prefered.
140 This automatism can be overridden an a per project basis using
141 the "User Properties" dialog.
142
143 coverage.py
144 This is a tool to check Python code coverage. A slightly modified
145 version is part of the eric4 distribution. The original version is
146 available from <www.nedbatchelder.com/code/modules/coverage.html>
147
148 tabnanny
149 This is a tool to check Python code for white-space related problems. It
150 is part of the standard Python installation.
151
152 profile
153 This is part of the standard Python distribution and is used to profile
154 Python source code.
155
156 cyclops
157 This is a tool to detect variable cycles which can cause the garbage
158 collector being unable to do his job.
159
160 Interfaces to additional software packages via plugins
161
162 Some of the interfaces provided as plugins are as follows.
163
164 CVS
165 This is a version control system available from <www.cvshome.org>.
166
167 pylint
168 This is a tool to check the source code according to various rules.
169 It is available from <http://www.logilab.org/projects/pylint>.
170
171 cx_Freeze
172 This is a tool for packaging Python programs. It is available from
173 <http://starship.python.net/crew/atuining/cx_Freeze>
174
175 Internationalization
176
177 eric4 and it's tools are prepared to show the UI in different
178 languages, which can be configured via the preferences dialog. The Qt and
179 QScintilla translations are searched in the translations directory given
180 in the preferences dialog (Qt page). If the translations cannot be found,
181 some part of the MMI might show English texts even if you have selected
182 something else. If you are missing eric4 translations for your language
183 and are willing to volunteer for this work please send me an email naming
184 the country code and I will send you the respective Qt-Linguist file.
185
186 Window Layout
187
188 eric4 provides different window layouts. In these layouts, the shell window
189 and the file browser may be embedded or be separat windows. The first layout
190 uses dock windows and the last one provides independant windows.
191
192 Source code documentation
193
194 eric4 has a built in source code documentation generator, which is
195 usable via the commandline as well. For further details please see
196 the file README-eric4-doc.txt
197
198 License
199
200 eric4 (and the others) is released under the conditions of the GPL. See
201 separate license file for more details. Third party software included in
202 eric4 is released under their respective license and contained in the
203 eric4 distribution for convenience.
204
205 Bugs and other reports
206
207 Please send bug reports, feature requests or contributions to eric bugs address.
208 After the IDE is installed you can use the "Report Bug..." entry of the Help menu.
209 This will send a message to <eric4-bugs@die-offenbachs.de>
0210
=== added file 'README-i18n.txt'
--- README-i18n.txt 1970-01-01 00:00:00 +0000
+++ README-i18n.txt 2013-07-26 17:22:34 +0000
@@ -0,0 +1,17 @@
1README for the eric4 IDE's translations
2
3 Installation of translations
4
5 Translations of the eric4 IDE are available as separate downloads. There
6 are two ways to install them.
7
8 The first possibility is to install them together with eric4. In order
9 to do that, simply extract the downloaded archives into the same place
10 as the eric4 archive and follow the installation instructions of the
11 eric4 README.
12
13 The second possibility is to install them separately. Extract the
14 downloaded archives and execute the install-i18n.py script (type
15 python install-i18n.py -h for some help). This way you can make the
16 translations available to everybody or just to the user executing the
17 installation command (if using the -p switch).
018
=== renamed file 'README-i18n.txt' => 'README-i18n.txt.moved'
=== renamed file 'README' => 'README.moved'
=== added file 'THANKS'
--- THANKS 1970-01-01 00:00:00 +0000
+++ THANKS 2013-07-26 17:22:34 +0000
@@ -0,0 +1,39 @@
1THANKS
2------
3
4Phil Thompson for providing PyQt and QScintilla and pushing me into this business
5some years ago.
6
7Andrew Bushnell of Fluent Inc. for contributing the multithreading debugger
8and a bunch of fixes to enhance the platform independance.
9
10Phil Dawes for providing the Bicycle Repair Man refactoring tool and for giving
11permission to bundle it with eric3 and eric4.
12
13Henk Spaay
14Gordon Tyler
15Hans-Peter Jansen
16Ralf Ahlbrink
17Stefan Jaensch
18Martin v. Löwis
19Thorsten Kohnhorst
20Torsten Marek
21Maciek Fijalkowski
22for providing patches to improve eric3/4.
23
24Alexander Darovsky and Mikhail Terekhov for providing Russian translations.
25Julien Vienne for providing French translations.
26Zdeněk Böhm for providing Czech translations.
27Jaime Seuma for providing Spanish translations.
28Serdar Koçdaş for providing Turkish translations.
29Xia WeiPeng for providing Chinese translations.
30Gianluca and Leonardo Giordani for providing Italian translations.
31
32Shane Richards for Crystal Icons.
33
34The Kumula Team for the splash screen.
35
36And all the people who reported bugs and made suggestions.
37
38Thanks,
39Detlev
040
=== renamed file 'THANKS' => 'THANKS.moved'
=== added file 'changelog'
--- changelog 1970-01-01 00:00:00 +0000
+++ changelog 2013-07-26 17:22:34 +0000
@@ -0,0 +1,840 @@
1Change Log
2----------
3Version 4.5.13:
4- bug fixes
5
6Version 4.5.12:
7- bug fixes
8
9Version 4.5.11:
10- bug fixes
11- introduced a configurable delay timer to get smoother sidebars behavior
12- changed the line numbers margin to adjust themselves to the size needed
13 (Editor, Mini Editor, Shell)
14
15Version 4.5.10:
16- bug fixes
17- added support for the --fork-child and --fork-parent switches
18- added support for more widgets in the code creation dialog
19- changed the way multi line strings are shown in the value column
20 of the variables viewer
21
22Version 4.5.9:
23- bug fixes
24
25Version 4.5.8:
26- bug fixes
27- enhanced the code coverage dialog functionality
28
29Version 4.5.7:
30- bug fixes
31
32Version 4.5.6:
33- bug fixes
34- added a filter edit to filter the configuration tree to the configuration dialog
35
36Version 4.5.5:
37- bug fixes
38- added the configurable capability to automatically show the source, when
39 the call frame is changed in the callstack viewer of the local variables
40 viewer
41- introduced a "workspace" directory that is used as the default for opening
42 or saving new files or projects (configurable on Multiproject config page)
43
44Version 4.5.4:
45- bug fixes
46- enhanced the selection of VCS system during project creation
47- added code to the Subversion plug-ins to ensure, that some eric specific files
48 and directories get ignored
49- improved the VCS copy/move operations a bit
50- added capability to select from existing change lists and added a dialog to browse
51 the change lists
52
53Version 4.5.3:
54- bug fixes
55
56Version 4.5.2:
57- bug fixes
58- updated included Pygments to v 1.5.0
59- added capability to manage the QtHelp filter attributes to the web browser
60
61Version 4.5.1:
62- bug fixes
63- added capability to highlight a 'removed' VCS status in the project browser
64
65Version 4.5.0:
66- bug fixes
67- added function to test the login data to the Email config page
68- added more default search engines to the web browser
69- added forms generation support for PySide and Python3 Qt projects
70- improved the handling of mouse XButton1 and XButton2 handling in the web browser
71- enhanced source browsers and source documentor to support class attributes, class
72 methods and static methods
73- changed tasks manager to forget about global file tasks when file is closed
74 (configurable via configuration dialog)
75- added support for QScintilla 2.6 (and newer)
76- added capability to change the keywords of a syntax highlighter
77- added an action to launch another instantiation of eric4
78- added an action to reset the zoom factor of the editor/shell/terminal
79- added the capability to go through the history of the web browser via Shift+Mouse Wheel
80- added the auto fork options to the run dialog
81- added the capability to replace just the selected occurence of the search text to
82 the editor
83- added the capability to change the colours of the edit area independant from the
84 colours of the system style
85- changed the subversion related plug-ins to be compatible with the new working copy
86 meta-data format as of Subversion 1.7.0
87
88Version 4.5-snapshot-20110501:
89- bug fixes
90- added support for additional configurable file filters
91- added display of suppressed client termination messages
92- made the toolbars of the initial layout more minimalistic
93- merged "Save to Project" into "Save" and "Save As...".
94- added a diff context menu entry to the subversion status dialogs
95- added functionality to restore missing files and directories to
96 the subversion status dialogs
97- added functionality to the subversion status dialogs to make them
98 more generalized commit dialogs
99- added the capability to filter on status to the subversion status dialogs
100- changed syntax check to report error position within the line
101- added capability to filter out unwanted items in the file browsers
102 (s. config dialog, interface page)
103- added configuration options for visible whitespace (as of QScintilla 2.5)
104- added support for new lexer properties (as of QScintilla 2.5)
105- enhanced error reporting in case the debugger backend cannot be started
106- added support for the Matlab and Octave lexers for QScintilla >= 2.5.1
107- enhanced the autocompletion of templates to observe the language of the
108 current file
109
110Version 4.5-snapshot-20101029:
111- bug fixes
112- added action to copy the editor path to the clipboard to the tab context menuto
113- added code to adjust the cursor flash time of the editor to the global settings
114- added code to the Qt part of KQFileDialog to cope with Linux distributors usage
115 of KDE wrapper dialogs for the Qt file dialogs
116- added a check to the find and replace dialog to make sure,
117 that no external changes were done between the find run and
118 the replace run
119- added an option to configure the icon of the tray starter application
120- update Pygments to version 1.3.1
121
122Version 4.5-snapshot-20100523:
123- bug fixes
124- added code to use the PYTHONPATH environment setting in the debuggers
125- added code to indicate directories and files being symbolic links
126- added code to save the editor zoom factor in the session file
127- added code to update the file browser window (mostly) automatically
128- added code to update the Others tab of the project browser (mostly) automatically
129- added a menu to the highlighting styles config page to change individual
130 aspects of a font only
131- added code to show the keyboard shortcut to the tooltip of an action
132- changed the Find in Files dialog to remember the history of the search string,
133 replace string and the search directory
134- added code to enhance the proxy configuration and removed the usage of QHttp
135
136Version 4.4.0:
137released as version 4.4.0
138
139- upgraded chardet to version 2.0.1
140- added a dialog to edit open search engine data
141
142Version 4.4-snapshot-20091129:
143- bug fixes
144
145Version 4.4-snapshot-20091025:
146- bug fixes
147- fixed forgotten disabling of favicons for private browsing mode
148- improved the eric4 web browser with respect to privacy
149- updated Pygments to version 1.1
150- added support for PySide
151- added configuration options to always break on exceptions and to suppress
152 the client exit dialog for a clean exit
153- added code to save passwords in encoded form in the settings file
154- added a password manager to save and restore passwords used to login
155 to web services via the authentication dialog or login forms
156- added AdBlock support to the web browser
157
158Version 4.4-snapshot-20090913:
159- bug fixes
160- added a little icon editor tool
161- added an option to the find file dialog to open the first hit automatically
162- added option to toggle breakpoints from off to permannet to temporary to off
163 (patch provided by Michele Petrazzo)
164- removed Qt3 support from eric4
165- updated the QColorDialog wizard for Qt 4.5
166- made some font attributes configurable for Terminal and Shell
167- added menu entries to copy the file or directory name to the clipboard to the
168 various browsers
169- added a little context menu to the find files dialog
170- updated coverage.py to version 3.0.1
171
172Version 4.4-snapshot-20090821:
173- bug fixes
174- added capability to send a bug email, if an error log file is detected
175 upon startup of eric4
176- added capability to use the system email client for sending reports
177- added an improved history system to the eric web browser
178- added a few actions to the eric web browser
179- added keywords to the eric web browser search engines
180- added a separate configuration page for the eric web browser
181- added a nice start page to the eric web browser
182- added an embedded search dialog to the eric web browser
183- removed all separate search and search/replace dialogs
184- added the "selection only" option to the embedded search and replace dialogs
185
186Version 4.4-snapshot-20090726:
187- bug fixes
188- added the SQL Browser tool to inspect databases
189- added an improved bookmark system to the help viewer
190- added some additional actions to improve the help viewer
191
192Version 4.4-snapshot-20090627:
193- bug fixes
194- added support for opensearch search engines to the help viewer
195- added a few zoom related actions to the help viewer
196- added config option for printing backgrounds to the help viewer
197
198Version 4.4-snapshot-20090523:
199- bug fixes
200- added option to suppress debuggee's stdout and stderr output for
201 the shell window
202- added option to sort the file contents by occurrence in file browsers
203- added option to not show the log-viewer automatically upon new output
204- added option to enable web plugins for the help viewer
205- added private browsing to the help viewer
206- added navigation menus to the back and forward buttons of the help viewer
207- added option to have a close button on each tab
208- added option to request download filename from user
209- added a web search entry to the help viewer
210- added a full screen mode to the help viewer
211- added an action to the help viewer to clear private data
212- added support for the new QScintilla lexer properties
213- added a network monitor dialog to the help viewer
214- added a disk cache to the help viewer
215- added an action to show the page source in an editor to the help viewer
216- added a dialog to configure the accepted languages for web pages to the
217 help viewer
218- added cookie handling to the help viewer
219- changed to latest coverage.py (v3.0b3)
220
221Version 4.4-snapshot-20090419:
222- bug fixes
223- added a thread list viewer to the debug viewer
224- added support for forking to the Python debuggers Python debuggers
225- added code for handling infinite recursions to the
226- added code to make it compatible with PyQt 4.5.0 or newer
227- added Italian translations contributed by Gianluca
228- added capability to open the help window with a search word
229- added configuration option to disable spell checking
230- added Python 3 compatibility code to the Pythe re wizard
231- added code to check, if a project needs to be reread after an update
232 from the repository (e.g. if files have been added or deleted)
233- removed the Python cycles finder because that is not needed anymore
234- changed the find in files dialog to show the current file
235- added a navigation menu to the tabview viewmanager
236- added an auto update feature to the VCS status monitor (needs to be
237 activated via the configuration dialog)
238- added some improvements to the find/replace in files dialog
239
240Version 4.4-snapshot-20090330:
241- bug fixes
242- added a Python3 compatible debugger and a respective project type
243- added a "wrap around" option to the embedded search and replace dialogs
244- changed code so that shell follows the selected stack frame of the local
245 variables viewer
246- added an option to start the debugger in a console window to the various
247 start dialogs
248- made shell to be used by the terminal configurable for non-win systems
249- added support for QtHelp files generation to eric4-doc and the IDE
250- added support for "qthelp" URLs to the eric4 help viewer
251- added widgets to show a table of contents, a search window and an index
252 of the eric4 QtHelp database and added functions to manage this database
253- added the --debug and --config=configDir commandline options
254- changed to latest coverage.py (v3.0b1)
255- added option to configure the comment position (column 0 or first non-whitespace)
256
257Version 4.3.0:
258released as version 4.3.0
259
260Version 4.3-snapshot-20090201:
261- bug fixes
262
263Version 4.3-snapshot-20090118:
264- bug fixes
265- added the capability to associate an alternative (Pygments) lexer with a
266 filename pattern
267- added the capability to have project specific lexer associations
268- added the capability to have project type specific lexer associations
269- added a auto-collapsing feature to the sidebars
270
271Version 4.3-snapshot-20090111:
272- bug fixes
273- changed PyCoverage to use coverage.py v2.85
274- added a "dedent def" to the Python typing completer
275
276Version 4.3-snapshot-20081227:
277- bug fixes
278- introduced project specific word and exclude lists (for spell checking)
279- added action to editor's context menu to remove a word from the dictionary
280 (actually it is added to the personal/project exclusion list)
281- added a new window layout called "Sidebars", that gives more space
282 to the editors by having retractable sidebars
283- enhanced template auto completion by showing a selection, if the template
284 name is not unique
285- added support for icons in auto completion lists
286
287Version 4.3-snapshot-20081208:
288- bug fixes
289- made the email server port configurable
290- added keyboard navigation to listview viewmanager
291- added spell checking functionality (pyenchant needs to be installed)
292- enhanced the Python typing completer to cover more cases
293
294Version 4.3-snapshot-20081130:
295- bug fixes
296- added a lexer type that guesses the style based on the current text
297 (default for unknown source types)
298- added context menu entry to select an alternative (Pygments) lexer
299- updated pygments to version 1.0
300- added capability to auto complete using templates (press Tab after
301 entering a valid template name)
302
303Version 4.3-snapshot-20081122:
304- bug fixes
305- added more button types to the KQMessageBox KDE wrapper
306- added capability to configure exceptions to be ignored and add to them
307 at run-time, when an exception occurs
308- added capability to export and import the eric4 configuration
309- added capability to define keyboard shortcuts for plug-ins
310- changed CompareDialog to be suitable as an external diff viewer for svn
311- added the capability to export and import syntax highlighting styles
312 (Configuration dialog->Highlighters->Styles page)
313- added a configuration dialog to the help viewer (webkit based)
314- extended the shortcuts configuration dialog
315- added capability to implement custom lexers as plug-ins (s. Django plug-in)
316 (This needs a patch to the latest QScintilla release, s. qscintilla.cpp.diff)
317
318Version 4.3-snapshot-20081019:
319- bug fixes
320- added Subversion changelist support
321- extended editor to show separate margins for bookmarks, breakpoints and
322 other indicators
323- added keyboard shortcut to toggle between current and previous current
324 tab
325
326Version 4.3-snapshot-20081005:
327- bug fixes
328- added a dialog to replace in files (Ctrl+Shift+R)
329- reenabled the support for KDE dialogs
330- added editor context menu entry to toggle the typing aids support
331- added shortcut to the configuration dialog to several eric4 components
332- extended the help facility to support remote documentation (starting with
333 http:// or https://)
334- added display of the eol string used by the editor and improved eol handling
335- made eol and encoding user selectable
336- made the usage of the universal character encoding detector configurable
337
338Version 4.3-snapshot-20080920:
339- bug fixes
340- changed license to GPL v3
341- added support for TLS mode to the Email dialog
342- added support for the new QScintilla Lexers (Fortran, Fortran77, Pascal,
343 PostScript, XML, YAML)
344- added options to change the margins colors
345- added Drag & Drop to reorder editor tabs, to relocate them from one
346 view to another and to clone them
347- added support for wheel events to the various tab bars
348- made the translations handling code more flexible with respect to the
349 naming of translation files
350- added embedded Find and Find&Replace dialogs
351- unified the log viewer tabs into one log view with configurable color
352 for the stderr text
353- added restart functionality needed by some plug-ins (plug-ins must have
354 "needsRestart = True" in their header)
355- added capability to prepopulate the plug-in installation dialog from the
356 plug-in repository dialog
357- added the universal character encoding detector from
358 http://chardet.feedparser.org to improve the encoding guessing
359- added a simple terminal like window
360- added capability to select files based on a file name pattern to the
361 find in files dialog
362- improved IPv6 support
363- added buttons to the highlighters styles page to set styles to the
364 default values
365- added a new window layout called "Toolboxes", that gives more space
366 to the editors
367
368Version 4.2.0:
369released as version 4.2.0
370
371Version 4.2-snapshot-20080802:
372- bug fixes
373
374Version 4.2-snapshot-20080726:
375- bug fixes
376- reorganized the configuration dialog to use a QScrollArea and combined
377 some (split) settings onto a big scrolling page
378- extended the templates system to support a few predefined variables
379 (thanks to Dan Bullok)
380
381Version 4.2-snapshot-20080719:
382- bug fixes
383- updated Turkish translations from Serdar Koçdaş
384- updated Spanish translations from Jaime Seuma
385- updated Czech translations from Zdenek Böhm
386- added API file for Ruby
387- added Ruby API file for eric4 Ruby files
388- enhanced the API file generation tool and dialog
389- updated the plug-in document
390
391Version 4.2-snapshot-20080706:
392- bug fixes
393- changed subversion relocate function to perform a relocation inside
394 a repository
395- added an indication of the current editor's language to the status bar
396- moved all supporting project management files (e.g. tasks file) to a
397 management sub-directory
398- changed the auto-completion and calltips hook support
399 Note: the latest rope plug-in snapshot is required
400- updated Turkish translations from Serdar Koçdaş
401- updated Spanish translations from Jaime Seuma
402
403Version 4.2-snapshot-20080628:
404- bug fixes
405- updated French translations from Julien Vienne
406- updated Spanish translations from Jaime Seuma
407- added Turkish translations from Serdar Koçdaş
408- added a double click action and a reload button to the shell history dialog
409- made improvements to the Plug-in Info dialog
410- added capability to save the folding state of a file in the session file
411- added capability to save the open multi project and the open project in
412 the global session file
413- added a Ctrl-Click action to the editor to show the info related to a
414 syntax error
415- added an action to send a feature request using the email dialog
416- separated QScintilla specific auto-completion and calltips configuration
417 from general configuration
418- moved configuration of the VCS indicator colours to the VCS configuration page
419- added the --noopen command line parameter to override the OpenOnStartup
420 configuration setting (mostly used for eric4 development)
421
422Version 4.2-snapshot-20080615:
423- bug fixes
424- compatibility fix for Ubuntu and Mandriva
425- added the relocate action to the vcsSubversion plug-in
426- added an action to insert a new line below the current one (Shift+Return)
427- added a QWebKit based help viewer (available if Qt 4.4 is installed)
428- made some network related aspects configurable
429- added storage key PROJECTTYPESPECIFICDATA for project type specific
430 data (may be used by project type plug-ins)
431- made Shell history more comfortable by
432 -- selecting from history via a dialog
433 -- list the history in a dialog with capabilities to
434 --- delete entries
435 --- copy entries to the current editor
436 --- execute entries in the shell
437- made the size grip of the main window configurable (s. Interface (Part 1))
438
439Version 4.2-snapshot-20080525:
440- bug fixes
441- added print preview capability (available if Qt 4.4 is installed)
442- added new default icon set based on the Oxygen icons
443- added some more icons
444
445Version 4.2-snapshot-20080519:
446- bug fixes
447- compatibility fix for Qt 4.4
448
449Version 4.2-snapshot-20080503:
450- bug fixes
451- added capability to the API generator to extract global variables
452 and class variables
453- added double click action to the tabview viewmanager. Double clicking
454 the space right of the last tab opens a new editor.
455- added indicator for the current editors encoding to the status bar
456- changed compare and side-by-side compare dialogs to have the file name
457 of the current editor as the first file
458- added hook support for plug-ins providing calltips
459
460Version 4.2-snapshot-20080406:
461- bug fixes
462- added double click support for attributes and globals
463- reorganized the configuration dialog some more
464- added various start-up configuration options (application page)
465- added functionality to mark all occurrences of a searched text
466 (s.a. configuration dialog editor->searching page)
467- enhanced Unicode support (added utf-16 and utf-32)
468- a few changes to the PyKDE4 support code to work around a PyKDE4
469 problem with the Oxygen style (this workaround allows eric4 to
470 use the Oxygen style, when KDE4 dialogs are disabled)
471- added hook support for plug-ins providing auto-completion
472- added action and menu entries to show calltips
473
474Version 4.2-snapshot-20080319:
475- bug fixes
476- added support for the coding line to the Python and Ruby class browsers
477- added support for module global variables and class (global) variables
478
479Version 4.2-snapshot-20080318:
480- bug fixes
481- added an LED to signal the project's VCS status to the project viewer
482- reorganized the configuration dialog
483- added a button to configure the eol fill setting for all styles of a lexer
484- added capability to save UML like graphics as SVG
485- added capability to display SVG files
486- made some improvements to the code metrics dialog
487- enhanced the printing support
488- added lexer support for TCL/Tk files
489- added the PyKDE4 compatibility code
490- added project support for KDE 4 projects
491
492Version 4.2-snapshot-20080302:
493- bug fixes
494- added hook support to ProjectFormsBrowser, ProjectResourcesBrowser and
495 ProjectTranslationsBrowser
496- added support to provide API files by plug-ins
497- moved Django support to an external plug-in
498- moved TurboGears support to an external plug-in
499- moved wxPython support to an external plug-in
500
501Version 4.2-snapshot-20080224:
502- bug fixes
503- changed settings from native format to ini format
504- made number of recently opened projects and files configurable
505- added multiproject support
506- changed formats of some XML files
507- extended the workspace view manager
508- added a viewmanager using the new QMdiArea
509- added HTTPS support to plug-in repository dialog (for Qt 4.3 and newer)
510- added actions to the graphics views to align the shapes
511
512Version 4.2-snapshot-20080210:
513- bug fixes
514- added configuration option to select the text shown in the
515 tabview viewmanager tabs
516- changed project browsers to override the default double click
517 action
518- added a toolbar manager and a toolbar configuration dialog
519- cleaned up the default toolbars
520- changed watch point to watch expression to make it's use clearer
521- added additional move actions to TabWidget
522- cleaned up the API of E4Action and replace E4ActionGroup by
523 the createActionGroup module function
524
525Version 4.1.0:
526released as version 4.1.0
527- added API files for wxPython
528- added API files for Zope 2 and Zope 3
529
530Version 4.1-snapshot-20080118:
531- bug fixes
532- added and changed a few methods of the VCS interface modules, which
533 were needed by the rope refactoring plug-in
534- added some methods needed for the rope plug-in
535
536Version 4.1-snapshot-20080107:
537- bug fixes
538- changed the plug-in repository dialog to download multiple files
539- added a button to the plug-in repository dialog to close it and
540 open the plug-in installation dialog
541- changed the plug-in repository dialog to indicate, if a plug-in
542 needs a fresh download
543- changed the plug-in repository dialog to indicate the
544 status of a plug-in as given in the repository file
545- added Spanish translations from Daniel Malisani (still incomplete)
546- added API files for Django and TurboGears
547
548Version 4.1-snapshot-20071224:
549- bug fixes
550- made number of Subversion commit messages to remember configurable
551- added buttons to edit the Subversion config and servers file to the
552 Subversion configuration page
553- changed the plug-in installation dialog to be able to
554 install multiple plug-in archives
555- added menu entry and code to create a snapshot plug-in archive
556- added a simplified editor dialog and an associated main script
557- created a main script to start the plug-in repository dialog
558
559Version 4.1-snapshot-20071216:
560- bug fixes
561- added a Repository Browser to the PySvn VCS plug-in
562- added a Repository Browser to the Subversion VCS plug-in
563- added a Log Browser to the PySvn VCS plug-in
564- added a Log Browser to the Subversion VCS plug-in
565- made the visible project browsers configurable
566- added project type for wxPython
567- added functionality to strip trailing white-space upon saving to the editor
568- removed the scripting stuff because the plug-in system is much more capable
569- added a stop function to the find in files dialog
570- added a search text entry to the keyboard shortcuts dialog
571
572Version 4.1-snapshot-20071118:
573- bug fixes
574- added version info to the plug-in repository dialog
575- refactored PyLint plug-in as a separate plug-in distribution package
576- refactored CVS plug-in as a separate plug-in distribution package
577
578Version 4.1-snapshot-20071111:
579- bug fixes
580- added an action to stop the running script to the "Start" menu/toolbar
581- added a config option for the plug-ins download directory
582- added dialog to display the plug-in repository and download plug-ins
583- refactored CxFreeze plug-in as a separate plug-in distribution package
584
585Version 4.1-snapshot-20071021:
586- bug fixes
587- added a dialog to show the eric4 versions available for download
588- added the project types "Django" and "TurboGears"
589- added a button to the Start ... dialog to clear the history lists
590- added a configuration option (Project page) to enable a recursive search
591 for new files
592- added configuration option (Plugin Manager page) to disable loading
593 of 3rd party plug-ins
594- added code to the imports diagram to cope with relative imports as of
595 Python 2.5 and to show external imports
596- added code to the application diagram to cope with relative imports as of
597 Python 2.5
598
599Version 4.1-snapshot-20070924:
600- bug fixes
601- added the menu entry "New package..." to the project sources browser
602 context menus
603- removed configuration option to specify the directory of the Qt4 installation
604 (it is now required, that the Qt bin directory is in the PATH)
605- changed code of Python debug client to better intercept output
606- added a source code exporter to write the colourised source as HTML, PDF,
607 RTF and LaTeX
608
609Version 4.1-snapshot-20070813:
610- bug fixes
611- compatibility fixes for Debian
612- added 'load', 'save' and 'next match' actions to the regexp wizards
613- made the VCS clients update their status after a commit, update and revert
614- added '-z' to the installer to inhibit compilation of the python files
615- added documentation of the new plug-in system
616
617Version 4.1-snapshot-20070721:
618- bug fixes
619- changed VCS interfaces to plug-ins
620- changed wizards to plug-ins
621- added methods to register/unregister a toolbar with the UserInterface.
622 This must be used by plug-ins, which create their own toolbar.
623- added code to allow a plug-in to clean up before it gets uninstalled
624
625Version 4.1-snapshot-20070708:
626- bug fixes
627- made plug-ins deactivateable and added a context menu to the plug-ins
628 info dialog
629- added code to remember the deactivated plug-ins
630- added dialog to install new plug-ins
631- added dialog to uninstall plug-ins
632- added the methods registerPluginObject/unregisterPluginObject to
633 KQApplication to allow Plug-ins to register their object.
634- added code to allow registered plug-ins, that have a getActions() method
635 to have the shortcuts configured via the shortcuts configuration dialog
636- added code to allow active plug-ins to be configured via the
637 configuration dialog
638- added the command line option --plug-in=pluginfile to eric4.py. This
639 option can be used for plug-in development to specify a plug-in file
640 to load (e.g. eric4 --plug-in=/my/plug-in/development/area/PluginTest.py).
641- added actions and code to create eric4 plug-in archive files
642- added the new project type "Eric4 Plugin"
643- added code to run/debug/... an eric4 plug-in from within eric4 by starting
644 another eric4 process instead of the plug-in main script
645- removed the character tables dialog
646 (will be provided as a plug-in by Jürgen Urner)
647- removed the Bicycle Repair Man code and converted it to a standalone
648 plug-in
649- added option to configure, whether the project browsers should highlight
650 the entry for the file of the current editor
651- added a field to enter a more descriptive text for a task
652- changed the way how files and directories can be added to a project in
653 order to respect the project's file type associations
654
655Version 4.1-snapshot-20070622:
656- bug fixes
657- implemented a (basic) plug-in system to allow people to extend eric4
658- converted view managers to plug-ins
659- converted the About functionality to a plug-in
660- converted the checkers to plug-ins
661- converted the packagers to plug-ins
662- converted the documentation tools to plug-ins
663
664Version 4.0.0:
665- first official release
666
667Version 4.0-snapshot-20070526:
668- bug fixes
669- made improvements to the typing completers
670- added more rules to the Ruby typing completer
671
672Version 4.0-snapshot-20070517:
673- bug fixes
674- added code for the final QScintilla2 calltips API
675- added a check to see, if eric4 has been configured. If not, the
676 configuration dialog is started automatically.
677- added Python typing rules for try-except-finally blocks
678- updated PyLint support for 0.13.0
679- moved VCS status monitor LED code from UserInterface to it's own class
680 and gave it a context menu
681- added the '-p' switch to eric4-api to include private classes, methods
682 and functions in the resulting API file
683
684Version 4.0-snapshot-20070506:
685- bug fixes
686
687Version 4.0-snapshot-20070505:
688- bug fixes
689- added CMake lexer support
690- added VHDL lexer support
691- made the help viewer keyboard shortcuts configurable
692- added support for the case insensitive variant of the C++ lexer
693- added some code to perform automatic insertions while typing (Ruby)
694- added config options for entering a prefix and/or a postfix for
695 Qt tools (e.g. on Kubuntu it is "-qt4" to make "designer-qt4")
696
697Version 4.0-snapshot-20070411:
698- bug fixes
699- added Czech translations (thanks to Zdenek Böhm)
700- added some code to perform automatic insertions while typing (Python)
701- more win32 compatibility issues fixed
702
703Version 4.0-snapshot-20070402:
704- bug fixes
705- changed the shortcuts dialog to show icons of the actions
706- moved the dialog showing external tools used by eric4 to the
707 preferences menu
708- changed the handling of the commit message dialogs to enhance
709 their usability.
710- added a dialog to derive code for a forms implementation for Qt4
711- enhanced win32 compatibility
712
713Version 4.0-snapshot-20070325:
714- bug fixes
715- updated to chartables 0.5.2
716- extended the svn diff capabilities
717- extended the eric4-api and eric4-doc tools
718- added @see, @since and {@link} to eric4-doc
719- changed structure of debug server
720- extended the subversion status dialogs by an add and revert action
721- added a "Recreate project tasks" action to the taskviewer context menu
722- added D lexer support
723- added Povray lexer support
724- added file and directory completers to various dialogs
725- added a top level exception handler to log the exception info
726
727Version 4.0-snapshot-20070218:
728- bug fixes
729- changed graphics to use QGraphicsView
730- changed Pylint support for pylint >= 0.12.0
731- changed the compare dialog to be more specific about changed lines
732- changed install script to patch pyXML in order to fix a bug there
733
734Version 4.0-snapshot-20070204:
735- bug fixes
736- added check for syntax errors when a project run/debug/... action
737 is invoked. The number of faulty files will be displayed and the
738 action aborted.
739- added an option to hide generated source of forms files (those
740 starting with Ui_)
741- added an entry "Find in this directory" to the browser context
742 menu
743- extended the compare dialog by movement buttons
744- changed the debugger to accept environment settings of the form
745 'var+=value' in order to amend an existing environment variable
746- added support for svn diff against HEAD and COMMITTED
747- added esc handlers to the email and template dialogs
748- changed dialogs to use QDialogButtonBox
749
750Version 4.0-snapshot-20070114:
751- bug fixes
752- added configuration option to enable/disable the usage of
753 auto-completion fill-up characters
754- added support for the new QScintilla2 APIs interface
755
756Version 4.0-snapshot-20061230:
757- bug fixes
758- added configuration option to select the font used for the graphics
759 displays
760- changed the logic of the editor search and replace dialogs
761- added even more compatibility changes for Subversion 1.4.0
762- backed out the Qt4 workaround for Linux because it was causing trouble
763
764Version 4.0-snapshot-20061222:
765- bug fixes
766- reworked the Edit menu to make it a bit shorter
767- added capability to add existing translation files
768- added a close button to the tab view, which closes the current editor
769- added capability to save the help window size and position (and a
770 configuration option to enable this)
771- added close tab and new tab buttons to the help viewer window
772- added more compatibility changes for Subversion 1.4.0
773
774Version 4.0-snapshot-20061217:
775- bug fixes
776- added capability to exclude files and directories from translation
777- updated to chartables v. 0.5.0
778- added actions to go to the next/previous task of an open editor
779- added a dialog to override some global settings on a per project basis
780- added the capability to resize the configuration dialog's contents via
781 a splitter
782- added tabbed browsing to the help viewer
783- added configuration option to use just one help browser window
784- rearranged editor context menu and introduced an option to show a
785 minimalistic context menu (for small screens)
786- extended help texts for the Python and Qt regexp wizard dialogs
787
788Version 4.0-snapshot-20061112:
789- bug fixes
790- more Qt 4.2.0 changes
791- added the character tables dialog from Jürgen Urner
792- added support for Qt style sheets
793- added an apply and reset action to the configuration dialog
794
795Version 4.0-snapshot-20061029:
796- bug fixes
797- added a configuration option for the default font of the editor
798- changed layout of the editors search and replace dialogs
799- added an eric4 tray starter application. It adds an icon to the
800 systemtray, which gives a context menu to start eric4 with
801 recently opened projects or files and to start the various
802 tools included in eric4
803
804Version 4.0-snapshot-20061022:
805- bug fixes
806- adaptation to Qt 4.2.0 (Qt 4.2.0 is a prerequisite)
807- completed Russian translation (thanks to Alexander Darovsky)
808
809Version 4.0-snapshot-20061014:
810- bug fixes
811- some Qt 4.2.0 compatibility fixes
812- added capability to reset the window layout via eric4-configure
813
814Version 4.0-snapshot-20061009:
815- many bug fixes
816- added a QFileIconProvider derived class to show more specific
817 icons in the file dialog.
818- made code changes for latest QScintilla2 snapshot
819
820Version 4.0-snapshot-20061002:
821- many bug fixes
822- added capability to set several lexer styles (font and colours)
823 simultaneously
824- added capability to clear the interpreter window on activation
825 of a run, debug, ... action
826- added capability to not stop the debugger on the first executable
827 line
828- all selections made in the run, debug, ... start dialog are saved
829 across invocations of eric4
830- added capability to restrict the network interfaces, the debug server
831 listens on, and the hosts allowed to connect to the debug server
832
833Version 4.0-snapshot-20060923:
834- many bug fixes
835- added compatibility with Subversion 1.4.0
836- added option to select the UI style (Preferences->Interface->Style)
837
838Version 4.0-snapshot-20060913:
839- first public snapshot of eric4
840
0841
=== renamed file 'changelog' => 'changelog.moved'
=== added directory 'debian'
=== added file 'debian/README.source'
--- debian/README.source 1970-01-01 00:00:00 +0000
+++ debian/README.source 2013-07-26 17:22:34 +0000
@@ -0,0 +1,4 @@
1The translations must be downloaeded from sourceforge.net. The
2script get_translations.sh can be used to download and install them.
3$ ./debian/get_translations.sh
4
05
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2013-07-26 17:22:34 +0000
@@ -0,0 +1,577 @@
1eric (4.5.13-1) UNRELEASED; urgency=low
2
3 * New upstream release.
4
5 -- Mike C. Fletcher (VRPlumber Consulting Inc.) <mcfletch@vrplumber.com> Fri, 26 Jul 2013 11:13:39 -0400
6
7eric (4.5.2-1) unstable; urgency=low
8
9 * New upstream release
10 * Bump standards version to 3.9.3
11 * Add manpage eric4_iconeditor.1
12 * Rename all man pages from eric4-* to eric4_* and
13 edit them to reflect the changes
14 * Add an override file to suppress the warning about the
15 empty directory /usr/share/eric/api
16
17 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 22 Apr 2012 08:21:16 +0200
18
19eric (4.5.0-1) unstable; urgency=low
20
21 * New upstream release
22
23 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Tue, 07 Feb 2012 19:10:33 +0100
24
25eric (4.4.18-1) unstable; urgency=low
26
27 * New upstream release
28 * Switch to dh_python2
29 * Remove quilt dependency
30 * Change XS-Python-Version to X-Python-Version
31 * Change dh_clean -k to dh_prep
32
33 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Mon, 07 Nov 2011 08:25:51 +0100
34
35eric (4.4.17-1) unstable; urgency=low
36
37 * New upstream release
38 * Add build-indep target
39 * Change doc/python2.5-doc path to doc/python-doc
40
41 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 11 Sep 2011 10:53:43 +0200
42
43eric (4.4.15-1) unstable; urgency=low
44
45 * New upstream file
46 * Fixed watch file, not to search for snapshots
47 * Removed version from python-sip/qt4 dependencies. It disturbs
48 the build daemon and the non-working versions have never
49 been packaged (Closes: #629749)
50 * Bump standards version to 3.9.2
51
52 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Tue, 14 Jun 2011 08:02:53 +0200
53
54eric (4.4.12-1) unstable; urgency=low
55
56 * New upstream release
57 * Add description to 06_no_blacklist
58 * Change - to \- in eric4-api.1
59
60 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Mon, 07 Feb 2011 22:07:26 +0100
61
62eric (4.4.9-1) unstable; urgency=low
63
64 * New upstream release
65 * Add patch 06_no_blacklist.patch
66 * Add versioned build dependency on python-sip-dev <<4.11 or >=4.11.2
67 and python-qt4-dev <<4.7.5 or >=4.7.6 and binary dependency on
68 python-qt4 <<4.7.5 or >=4.7.6 since these versions are blacklisted
69 in upstream
70
71 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 28 Nov 2010 10:31:01 +0100
72
73eric (4.4.7-1) unstable; urgency=low
74
75 * New upstream release
76 * Bump standards version to 3.9.1
77 * Added patch 05_minor_docfix, minor fixes to documentation
78
79 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Thu, 19 Aug 2010 08:36:58 +0200
80
81eric (4.4.6-1) unstable; urgency=low
82
83 * New upstream release
84 * Bump standards version to 3.9.0
85
86 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Fri, 09 Jul 2010 19:15:32 +0200
87
88eric (4.4.4a-1) unstable; urgency=low
89
90 * New upstream release
91
92 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sat, 15 May 2010 14:33:56 +0200
93
94eric (4.4.3-2) unstable; urgency=low
95
96 * Bump binary package python-qscintilla2 dependency to version 2.4.3
97 (Closes: #579013)
98
99 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sat, 24 Apr 2010 20:59:03 +0200
100
101eric (4.4.3-1) unstable; urgency=low
102
103 [ Gudjon I. Gudjonsson ]
104 * New upstream release
105 * Change qscintilla dependency to >=2.4.3, old version needed recompiling
106
107 [ Piotr Ożarowski ]
108 * Don't ship .pyc files
109
110 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Tue, 20 Apr 2010 21:54:05 +0200
111
112eric (4.4.2-1) unstable; urgency=low
113
114 * New upstream release
115 * Fix patch 03_disable-update-warning
116 * Add Italian translation
117 * Bump python-all and XS-Python-Version to >=2.5
118 * Change translations to multiple source format
119 * Make a get-orig-source target
120
121 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 28 Mar 2010 23:41:51 +0200
122
123eric (4.4.1-1) unstable; urgency=low
124
125 * New upstream release
126 * Switch to dpkg-source 3.0 (quilt) format
127 * Patches 03_installer_fix, 04_documentation_paths removed, seem to be
128 unecessary.
129 * Add manpage eric4-sqlbrowser and eric4-webbrowser
130 * Fix gen_*_api.py scripts
131 * Minor changes to other manpages
132 * Create separate gen_qt/kde_api.py scripts
133 * Add dependency on python (>= 2.6) | python-simplejson
134 * Bump standards version to 3.8.4, no changes needed
135 * Change debhelper dependency to 7
136 * Fix clean target
137 * Improve get_translations script, thanks to Piotr
138 * Add VCS fields
139 * Exclude Python3 directory from dh_support
140 * Remove dependency on python-qt-dev
141 * Change sip4 dependency to python-sip-dev
142 * Remove python-sip4 binary dependency
143
144 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 07 Feb 2010 15:55:42 +0100
145
146eric (4.3.10-1) unstable; urgency=low
147
148 * New upstream release (Closes: #563183)
149 * Change dependency on python-all-dev to python-all
150 * Add misc dependency to eric-api-files
151 * Change patch 01_path_fix to fix qt3 tools
152
153 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sat, 09 Jan 2010 14:23:26 +0100
154
155eric (4.3.9-1) unstable; urgency=low
156
157 * New upstream release
158 * Change sip4 dependency to >=4.9
159 * Add runtime dependency on pyton-sip4 (>=4.9)
160
161 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Mon, 09 Nov 2009 19:22:37 +0100
162
163eric (4.3.8-1) unstable; urgency=low
164
165 * New upstream release
166 * Change script get_translations.sh from bash to sh (works with dash)
167
168 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 11 Oct 2009 23:23:04 +0200
169
170eric (4.3.7.1-1) unstable; urgency=low
171
172 * New upstream release
173 * Bump Standards-version to 3.8.3, no changes needed
174 * Fix qt3-doc dir in 01_path_fix.dpatch
175 * Remove qt4-assistant from suggest
176 * Fixed patch 06_disable-update-warning (Closes: #504284)
177
178 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 06 Sep 2009 13:18:42 +0200
179
180eric (4.3.5-1) unstable; urgency=low
181
182 * New upstream release
183 * Change python-doc dir to python2.5-doc.
184
185 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Fri, 24 Jul 2009 08:22:20 +0200
186
187eric (4.3.4-1) unstable; urgency=low
188
189 * New upstream release
190 * Comment out gen_python_api.py in rules file. Api file generation needs
191 to be checked.
192 * Upgrade dependencies. Python-qt/sip versions cannot be mixed but eric
193 can be backported with older python versions.
194 * Depend on experimental version on python-qscintilla2 (Closes: #532772)
195 * Add versioned dependency on runtime python-qscintilla2 (2.4-3)
196 * Add python-qt4-sql to suggests
197 * Bump standard version to 3.8.2. No changes needed
198 * Remove dh_desktop from rules file
199
200 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 21 Jun 2009 21:38:27 +0200
201
202eric (4.3.1-1) unstable; urgency=low
203
204 * New upstream release (Closes: #519929)
205 * Bump standards version to 3.8.1, no changes needed
206 * Remove patch 05_fix-api-path, not needed anymore
207 * Add eric.api to eric-api-files
208 * Update eric4-api.1 manpage
209
210 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Thu, 19 Mar 2009 07:34:06 +0100
211
212eric (4.3.0-2) unstable; urgency=low
213
214 * Add a patch 07_debian_chardet to make eric use python-chardet
215 instead of the upstream one
216 * Remove the whole ThirdParty directory from the package
217 * Change from py_central to py_support
218
219 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Fri, 06 Mar 2009 08:32:47 +0100
220
221eric (4.3.0-1) unstable; urgency=low
222
223 [ Marco Rodrigues ]
224 * debian/control:
225 + Set new Homepage URL.
226 + Add XB-Python-Version to eric-api-files.
227 + Change qt4-doc to qt4-doc-html because
228 Documentation uses the html one.
229 + Add python-qt4-doc to Suggests to make
230 PyQt4 documentation available.
231 * Add python-kde4-doc to Suggest to make
232 PyKDE4 documentation available.
233 + Add ${misc:Depends} to fix lintian warning.
234 * debian/eric.desktop:
235 + Remove 'Application' from Categories.
236 + Remove Icon filename extension.
237 * debian/docs:
238 + Remove duplicate entry of README-i18n.txt
239 * Rename xpm icon from eric-icon.xpm to eric.xpm.
240 * debian/rules:
241 + Remove manual install of desktop and xpm icon.
242 * debian/eric.install:
243 + Add install for desktop and xpm icon.
244 * debian/debian-manpages/eric4-doc.1:
245 + Remove first line to fix lintian warning.
246 * debian/copyright:
247 + Fix copyright years according to upstream.
248 * debian/eric.dirs:
249 + Remove desktop and icon respective paths.
250
251 [ Gudjon I. Gudjonsson ]
252 * New upstream release (Closes: #501770)
253 * Upstream license change from GPL2 to GPL3
254 * Fix patches 01, 04 and 05
255 * Add dependency on python-pygments and python-chardet
256 * Add pygments license to copyright file
257 * Remove ThirdParty after installation to debian/eric in debian/rules
258 * Make new ThirdParty __init__.py files to import pygments and chardet
259 files
260
261 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Thu, 26 Feb 2009 21:52:36 +0100
262
263eric (4.2.5-1) experimental; urgency=low
264
265 * New upstream release
266 * Disable 06_disable-update-warning patch since it is disfunctional
267 * Remove suggest and recommends for qt4-linguist, libqt3-i18
268 * Add suggestion for qt4-dev-tools
269 * Added GPL version to copyright file
270
271 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 01 Feb 2009 10:58:55 +0000
272
273eric (4.2.4a-1) experimental; urgency=low
274
275 * New upstream release
276
277 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Fri, 26 Dec 2008 23:07:03 +0100
278
279eric (4.2.2a-1) experimental; urgency=low
280
281 * New upstream release
282 * Fix path to documentation
283
284 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Wed, 15 Oct 2008 06:55:51 +0100
285
286eric (4.2.0-1) experimental; urgency=low
287
288 * New upstream release
289 * Section changed from "python" to "devel"
290 * Not installing ChangeLog since it is equal to changelog.
291 * Remove "Encoding=UTF-8" from desktop file
292 * Move eric from section python to devel
293 * Remove README-PyXML.txt, obsolete in Debian
294 * Remove dh_strip, dh_shlibdeps
295 * No reference to eric3 in desktop file found (Closes: #472751)
296 * Python-qscintilla2 is updated and doesn't cause crash at startup.
297 (Closes: #488041)
298 * Add remaining man pages
299 * Add description to patches
300 * Remove link changelog->Changelog, fixed in upstream
301 * Fix patch 05_fix-api-path
302 * Change debian/rules, api files installed directly to eric-api-files
303 * Api dir changed to /usr/share/eric/api, according to upstream
304
305 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Mon, 25 Aug 2008 08:53:52 +0200
306
307eric (4.1.5-1) unstable; urgency=low
308
309 * New upstream release.
310 * Disable "Update available" warning.
311 Patch 06_disable-update-warning.dpatch. (Closes: #485313)
312 * Bump standard version to 3.8.0. No changes needed.
313
314 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Mon, 09 Jun 2008 16:33:39 +0200
315
316eric (4.1.4-1) unstable; urgency=low
317
318 * New upstream release. (Closes: #466094)
319 * Doesn't recommend python-xml. (Closes: #468584)
320 * Commented out 03_installer_fix.dpatch since fixed upstream.
321 * Fixed the watch file.
322
323 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Thu, 22 May 2008 21:47:03 +0200
324
325eric (4.1.1-1) unstable; urgency=low
326
327 * New upstream release.
328 * Changed installer file patch 03_installer_fix.dpatch.
329 Will send to Detlev
330
331 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 02 Mar 2008 11:42:27 +0000
332
333eric (4.1.0-1) unstable; urgency=low
334
335 * New upstream release. (Closes: #466094)
336 * Added MMartin Höfling <martin.hoefling@gmx.de> as a co-maintain.
337 * Added a patch 03_install_fix from Per Hansen. Sent to upstream.
338 * Bicycle repairman has been removed from sources. Removed the
339 related patches and lines from debian/rules file.
340 * Moved all changes for Userinterface.py to __init__.py.
341 * Added more api files to eric-api-files.
342 * Conflict bug is considered outdated since eric3 is obsolete.
343 (Closes: #378583)
344 * The shell now works with the french language but the default keyboard
345 shortcuts may have to be imported (default.e4k). (Closes: #453087)
346
347 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Fri, 22 Feb 2008 22:51:42 +0000
348
349eric (4.0.4-2) unstable; urgency=low
350
351 * Removed dependency of python-qt3 and python-qtext and suggestions
352 of all other qt3 based libraries.
353 * Upstream version 4.0.4 closes the following bugs
354 (Closes: #432929, #345738, #453198)
355 * Bug #453087 still persists, sent to upstream
356
357 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Wed, 23 Jan 2008 11:16:37 +0100
358
359eric (4.0.4-1) unstable; urgency=low
360
361 * New upstream release
362 * New maintainer
363
364 -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Wed, 19 Dec 2007 15:20:19 +0100
365
366eric (3.9.5-1) unstable; urgency=low
367
368 * New upstream release
369 * Do not build-depend on python-kde3 any more for now
370 * FTBFS: sort: open failed: debian/apis/k*.api: No such file or
371 directory (Closes: #423762)
372
373 -- Torsten Marek <shlomme@debian.org> Tue, 15 May 2007 23:13:30 +0200
374
375eric (3.9.1-1) unstable; urgency=low
376
377 * New upstream release
378 * Move eric3config.py to /usr/share/eric/modules (Closes: #378580)
379 * Suggest python-profiler, don't recommend it (Closes: #378726)
380 * Tighten dependency on transitioned Python modules
381 * Clean up patches
382
383 -- Torsten Marek <shlomme@debian.org> Tue, 18 Jul 2006 10:00:27 +0200
384
385eric (3.9.0-2) unstable; urgency=low
386
387 * Update package for new Debian Python policy
388 * Bump standards version to 3.7.2
389
390 -- Torsten Marek <shlomme@debian.org> Tue, 4 Jul 2006 15:24:48 +0200
391
392eric (3.9.0-1) unstable; urgency=low
393
394 * New upstream release
395
396 -- Torsten Marek <shlomme@debian.org> Tue, 2 May 2006 10:59:07 +0200
397
398eric (3.8.2-3) unstable; urgency=low
399
400 * Fix lintian warnings
401
402 -- Torsten Marek <shlomme@debian.org> Sat, 22 Apr 2006 15:06:25 +0200
403
404eric (3.8.2-2) unstable; urgency=low
405
406 * Changed maintainer address to shlomme@debian.org
407 * Special thanks to Rogerio Reis for sponsoring so many uploads of eric!
408 * Added handling for missing Qt3 or Python documentation
409 and added pythond-doc to suggestions (Closes: #360507, #360508)
410 * Dropped unneeded build-dependency on python-sip4-qt3
411 * Raise debhelper compatibility level to 5
412 * Added python-kde3-dev to build-dependencies and install PyKDE API files again
413
414 -- Torsten Marek <shlomme@debian.org> Sun, 9 Apr 2006 10:31:16 +0200
415
416eric (3.8.2-1) unstable; urgency=low
417
418 * New upstream release
419
420 -- Torsten Marek <shlomme@gmx.net> Wed, 29 Mar 2006 14:16:26 +0200
421
422eric (3.8.1-1) unstable; urgency=low
423
424 * New upstream release (Closes: #344494)
425
426 -- Torsten Marek <shlomme@gmx.net> Fri, 30 Dec 2005 19:11:58 +0100
427
428eric (3.8.0-1) unstable; urgency=low
429
430 * New upstream release
431 * Translation files are not included into orig.tar.gz
432 any more, but into diff.gz.
433 * Added call to dh_desktop to debian/rules
434
435 -- Torsten Marek <shlomme@gmx.net> Mon, 7 Nov 2005 13:05:01 +0100
436
437eric (3.7.2-1) unstable; urgency=low
438
439 * New upstream release (Closes: #330608)
440 * Added libqt3-i18n to Recommends:
441 * Added suggestions for Ruby and mention Ruby
442 debugging support in description
443 * Add some words about eric to eric-api-files
444 description (Closes: #318674)
445
446 -- Torsten Marek <shlomme@gmx.net> Tue, 20 Sep 2005 12:40:13 +0200
447
448eric (3.7.1+3.7.2-rc2-1) unstable; urgency=low
449
450 * New upstream release
451 * Some cleanups in debian/rules
452
453 -- Torsten Marek <shlomme@gmx.net> Mon, 5 Sep 2005 00:07:22 +0200
454
455eric (3.7.1+3.7.2-rc1-1) unstable; urgency=low
456
457 * New upstream release
458 * Updated standards version to 3.6.2
459 * Add .desktop file from Ubuntu
460 * Install the icon for menu and .desktop file in /usr/share/pixmaps
461 * Disable building the PyKDE apis for this release
462 * Really move sitecustomize.py out of site-packages/
463 * Remove junk out of eric3-qregexp manpage
464
465 -- Torsten Marek <shlomme@gmx.net> Thu, 1 Sep 2005 21:18:49 +0200
466
467eric (3.7.1-1) unstable; urgency=low
468
469 * New upstream release (Closes: #312711).
470 * python-xml, python-profiler and python-kde3 upgraded from
471 suggestions to recommendations
472 * The Python modules are now installed in /usr/share/eric/modules
473 rather than in /usr/lib/python2.3/site-packages/eric
474 * Added watchfile again
475 * API files for Python, PyQt and PyKDE are created and put into
476 a separate package (Closes: #294071).
477 * Add APIs from eric-api-files, if installed
478 * Add Debian Qt directory in preferences
479
480 -- Torsten Marek <shlomme@gmx.net> Sat, 9 Jul 2005 19:24:41 +0200
481
482eric (3.6.2-1) unstable; urgency=low
483
484 * New upstream release
485 * Add python-profiler to suggestions (Closes: #295206)
486 * Display a note if python-profiler is not installed and
487 the user wants to profile
488 * Removed uninstalled eric-icon.xpm from icons/
489 * Patches now use dpatch
490 * Added a link from /usr/bin/eric to /usr/bin/eric3 on
491 popular demand
492
493 -- Torsten Marek <shlomme@gmx.net> Sun, 20 Feb 2005 20:16:20 +0100
494
495eric (3.6.1-3) unstable; urgency=low
496
497 * Fix typo in Suggests:, there is no package qt3-docs,
498 only qt3-doc
499 * New upload because the path to the python interpreter
500 in eric3 shell wrappers was wrong (Closes: #293452).
501
502 -- Torsten Marek <shlomme@gmx.net> Thu, 3 Feb 2005 16:40:23 +0100
503
504eric (3.6.1-2) unstable; urgency=low
505
506 * Change Build-Depends-Indep acc. to Python policy,
507 depend on python >= 2.3, remove ${python:Depends} and
508 build dependency on python-dev
509 * add homepage url to description
510
511 -- Torsten Marek <shlomme@gmx.net> Sun, 30 Jan 2005 11:46:13 +0100
512
513eric (3.6.1-1) unstable; urgency=low
514
515 * New upstream release
516 * removed watch file because orig.tar.gz has
517 to be created manually at every release
518
519 -- Torsten Marek <shlomme@gmx.net> Sun, 30 Jan 2005 01:03:24 +0100
520
521eric (3.6.0-2) unstable; urgency=low
522
523 * Keep files generated by install script out of .diff
524 * Adapt package description, lowercase first word
525
526 -- Torsten Marek <shlomme@gmx.net> Fri, 28 Jan 2005 19:22:45 +0100
527
528eric (3.6.0-1) unstable; urgency=low
529
530 * New upstream release (Closes: ##291341)
531 * Recreated source tarball with translations (Closes: #281236).
532 * Moved sitecustomize.py out of sys.path (Closes: #290805).
533 * Added Qt3 development tools and python-xml to package suggestions
534 * removed dependency python2.3-sip4-qt3 since it is already
535 depended upon by python2.3-qt3
536 * removed dependency sip4 since it is not necessary to run eric
537
538 -- Torsten Marek <shlomme@gmx.net> Sun, 23 Jan 2005 16:50:06 +0100
539
540eric (3.5.0-3) unstable; urgency=low
541
542 * sip4 and python2.3-sip4-qt3 added to the dependencies
543
544 -- Rogerio Reis <rvr@debian.org> Mon, 6 Dec 2004 00:08:35 +0000
545
546eric (3.5.0-2) unstable; urgency=low
547
548 * Bug fix: "eric: FTBFS: Missing Build-Depends on 'python-dev'", thanks
549 to Andreas Jochens (Closes: #275879).
550
551 -- Rogerio Reis <rvr@debian.org> Tue, 12 Oct 2004 09:16:48 +0100
552
553eric (3.5.0-1) unstable; urgency=low
554
555 * New upstream release. Almost all the work was done by Torsten Marek
556 <shlomme@gmx.net> that was already packing this new version.
557 (Closes: #275321).
558
559 * Bug fix: eric environments fixed, thanks to Paolo Alexis Falcone
560 (Closes: #275319).
561
562 -- Rogerio Reis <rvr@debian.org> Thu, 7 Oct 2004 20:59:53 +0100
563
564eric (3.4.2-2) unstable; urgency=low
565
566 * Bug fix: "eric: package description feature list indentation", thanks
567 to Bastian Kleineidam (Closes: #272933).
568
569 -- Rogerio Reis <rvr@debian.org> Sun, 26 Sep 2004 10:30:31 +0100
570
571eric (3.4.2-1) unstable; urgency=low
572
573 * Initial Release. (Closes: #170615)
574
575
576 -- Rogerio Reis <rvr@debian.org> Mon, 7 Jun 2004 19:10:29 +0100
577
0578
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2013-07-26 17:22:34 +0000
@@ -0,0 +1,1 @@
15
02
=== added file 'debian/control'
--- debian/control 1970-01-01 00:00:00 +0000
+++ debian/control 2013-07-26 17:22:34 +0000
@@ -0,0 +1,55 @@
1Source: eric
2Section: devel
3Priority: optional
4Maintainer: Gudjon I. Gudjonsson <gudjon@gudjon.org>
5Uploaders: Martin Höfling <martin.hoefling@gmx.de>, Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
6Build-Depends: debhelper (>= 7)
7Build-Depends-Indep: python-all (>= 2.5), python-qt4 (>= 4.5),
8 python-qscintilla2 (>=2.4.3),
9 python-sip-dev, qt4-dev-tools, libqt4-dev, python-qt4-dev
10#, python-kde4
11X-Python-Version: >=2.5
12Standards-Version: 3.9.3
13Homepage: http://eric-ide.python-projects.org/
14Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/eric/trunk/
15Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/eric/trunk/
16
17Package: eric
18Architecture: all
19Depends: ${python:Depends}, ${misc:Depends}, python-qt4 (<<4.7.5) | python-qt4 (>=4.7.6), bicyclerepair (>= 0.9-4.1),
20 python-pygments, python-chardet, python-qscintilla2 (>=2.4.3), python (>= 2.6) | python-simplejson
21Recommends: eric-api-files
22Suggests: qt4-designer, qt4-doc-html, pyqt4-dev-tools,
23 qt4-dev-tools, ruby, python-doc, python-qt4-doc, python-kde4-doc, python-profiler,
24 python-qt4-sql
25Description: full featured Python IDE
26 eric is a full featured Python IDE written in PyQt using the QScintilla
27 editor widget. Some highlights
28 * Any number of editors with configurable syntax highlighting, code
29 folding, auto indenting and brace highlighting.
30 * Integrated Project Management facility to organize your projects. The
31 project browser shows all source files, all forms and all translations
32 each on its own tab. The source browser has built in class browsing
33 capabilities.
34 * Integrated and full featured debuggers for Python and Ruby.
35 * Interactive shells for Python and Ruby.
36 * An explorer window for walking through your directory structure with
37 built in class browsing capabilities for Python files.
38 * Variable windows that display local and global variables in the
39 current scope while debugging a program.
40 * An integrated interface to the Python Module "unittest".
41 * An integrated help viewer to display HTML help files. Alternatively
42 you can choose to use Qt-Assistant to view help files.
43 * Display of the UI in different languages.
44 * The capability to start Qt-Designer and Qt-Linguist from within eric4.
45 * The ability to compile Qt-Designer forms, to produce Qt-Linguist files
46 and release them from within the IDE.
47
48Package: eric-api-files
49Architecture: all
50Depends: ${misc:Depends}, eric
51Description: API description files for use with eric
52 This package contains code completion API files of
53 Python standard modules & builtins, PyQt and PyKDE.
54 .
55 eric is a full featured Python IDE.
056
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2013-07-26 17:22:34 +0000
@@ -0,0 +1,93 @@
1This package was debianized by Rogerio Reis <rvr@debian.org> on
2Mon, 7 Jun 2004 19:10:29 +0100.
3
4It was downloaded from http://www.die-offenbachs.de/eric/eric4-download.html
5
6Upstream Author: Detlev Offenbach <detlev@die-offenbachs.de>
7
8Copyright:
9
10 Copyright (c) 2002 - 2009 Detlev Offenbach <detlev@die-offenbachs.de>
11
12 eric4 (and the others) is released under the conditions of the GPL
13 (version 3). See separate license file for more details. Third party
14 software included in eric4 is released under their respective license
15 and contained in the eric4 distribution (as LICENSE.GPL) for convenience.
16
17On Debian systems, the complete text of the GNU General
18Public License can be found in `/usr/share/common-licenses/GPL-3'.
19
20
21Two third party libraries exist in the code called pygments and chardet.
22They are not used but the debian versions python-pygments and
23python-chardet are used instead.
24
25Pygments has the following license. The AUTHORS file can be found below.
26
27Copyright (c) 2006 by the respective authors (see AUTHORS file).
28All rights reserved.
29
30Redistribution and use in source and binary forms, with or without
31modification, are permitted provided that the following conditions are
32met:
33
34 * Redistributions of source code must retain the above copyright
35 notice, this list of conditions and the following disclaimer.
36
37 * Redistributions in binary form must reproduce the above
38 copyright notice, this list of conditions and the following
39 disclaimer in the documentation and/or other materials provided
40 with the distribution.
41
42 * The names of the contributors may not be used to endorse or
43 promote products derived from this software without specific
44 prior written permission.
45
46THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
47"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
48LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
49A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
50OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
51SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
52LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
53DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
54THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
55(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
56OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
57
58(AUTHORS file)
59Pygments is written and maintained by Georg Brandl <g.brandl@gmx.net>.
60
61Other contributors (as mentionend in :copyright:s) are:
62
63- Armin Ronacher <armin.ronacher@active-4.com>
64- Lukas Meuser <pocoo@quittenbrod.de>
65- Matt Good <trac@matt-good.net>
66- Tim Hatch <tim@timhatch.com>
67- Ronny Pfannschmidt
68- Dennis Kaarsemaker
69- Marek Kubica
70- Ben Bangert
71- Tiberius Teng
72- Adam Blinkinsop <blinks@acm.org>
73- Kirk McDonald
74- Christopher Creutzig <christopher@creutzig.de>
75- Frits van Bommel
76- Matteo Sasso
77- Kumar Appaiah <akumar@ee.iitm.ac.in>
78- Varun Hiremath <varunhiremath@gmail.com>
79- Jeremy Thurgood
80- Matthew Harrison
81- Steven Hazel
82
83Many thanks for all your contributions!
84
85Also thanks to the following contributors that helped fixing minor
86bugs:
87
88- Pierre Bourdon
89
90Chardet has the following license
91GNU LESSER GENERAL PUBLIC LICENSE
92Version 2.1, February 1999
93See: /usr/share/common-licenses/LGPL-2.1
0\ No newline at end of file94\ No newline at end of file
195
=== added directory 'debian/debian-manpages'
=== added file 'debian/debian-manpages/eric4.1'
--- debian/debian-manpages/eric4.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,68 @@
1.\" Hey, EMACS: -*- nroff -*-
2.\" First parameter, NAME, should be all caps
3.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4.\" other parameters are allowed: see man(7), man(1)
5.TH ERIC4 1 "August 1, 2004"
6.\" Please adjust this date whenever revising the manpage.
7.\"
8.\" Some roff macros, for reference:
9.\" .nh disable hyphenation
10.\" .hy enable hyphenation
11.\" .ad l left justify
12.\" .ad b justify to both left and right margins
13.\" .nf disable filling
14.\" .fi enable filling
15.\" .br insert line break
16.\" .sp <n> insert n+1 empty lines
17.\" for manpage-specific macros, see man(7)
18.SH NAME
19eric4 \- A full-fledged Python IDE and debugger
20.SH SYNOPSIS
21.B eric4
22.RI [ options ] " files" ...
23.SH DESCRIPTION
24This manual page documents briefly the
25.B eric4
26program.
27This manual page was written for the Debian distribution
28because the original program does not have a manual page.
29Instead, it has documentation provided in HTML format.
30.PP
31.\" TeX users may be more comfortable with the \fB<whatever>\fP and
32.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
33.\" respectively.
34\fBeric4\fP is full featured Python IDE that is written in PyQt using the QScintilla editor widget. This includes project management support, builtin support for SVN and CVS, a class browser, a debugger and much more.
35.SH OPTIONS
36These programs follow the usual GNU command line syntax, with long
37options starting with two dashes (`-').
38A summary of options is included below.
39.TP
40.B \-h, \-\-help
41Show summary of options.
42.TP
43.B \-v, \-\-version
44Show version of program.
45.SH SEE ALSO
46.BR eric4_api (1),
47.BR eric4_compare (1),
48.BR eric4_configure (1),
49.BR eric4_diff (1),
50.BR eric4_doc (1),
51.BR eric4_editor (1),
52.BR eric4_helpviewer (1),
53.BR eric4_iconeditor (1),
54.BR eric4_plugininstall (1),
55.BR eric4_pluginrepository (1),
56.BR eric4_pluginuninstall (1),
57.BR eric4_qregexp (1),
58.BR eric4_re (1),
59.BR eric4_sqlbrowser (1),
60.BR eric4_tray (1),
61.BR eric4_trpreviewer (1),
62.BR eric4_uipreviewer (1),
63.BR eric4_unittest (1),
64.BR eric4_webbrowser (1)
65.br
66.SH AUTHOR
67This manual page was written by Torsten Marek <shlomme@gmx.net>,
68for the Debian project (but may be used by others).
069
=== added file 'debian/debian-manpages/eric4_api.1'
--- debian/debian-manpages/eric4_api.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_api.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,111 @@
1.\" Hey, EMACS: -*- nroff -*-
2.\" First parameter, NAME, should be all caps
3.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4.\" other parameters are allowed: see man(7), man(1)
5.TH ERIC4_API 1 "January 31, 2010"
6.\" Please adjust this date whenever revising the manpage.
7.\"
8.\" Some roff macros, for reference:
9.\" .nh disable hyphenation
10.\" .hy enable hyphenation
11.\" .ad l left justify
12.\" .ad b justify to both left and right margins
13.\" .nf disable filling
14.\" .fi enable filling
15.\" .br insert line break
16.\" .sp <n> insert n+1 empty lines
17.\" for manpage-specific macros, see man(7)
18.SH NAME
19eric4_api \- eric4 API generator
20.SH SYNOPSIS
21.B eric4_api
22.RI [ options ] " files" ...
23
24where files can be be either Python modules, package directories or ordinary directories.
25.SH DESCRIPTION
26This manual page documents briefly the
27.B eric4_api
28command.
29This manual page was written for the Debian distribution
30because the original program does not have a manual page.
31.PP
32.\" TeX users may be more comfortable with the \fB<whatever>\fP and
33.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
34.\" respectively.
35\fBeric4_api\fP scans Python source code to generate API descriptions files which are
36used to as tooltips and autocompletion suggestions by the QScintilla editor widget in
37eric4.
38.SH OPTIONS
39These programs follow the usual GNU command line syntax, with long
40options starting with two dashes (`-').
41A summary of options is included below.
42For a complete description, see the Info files.
43.TP
44.B \-b name or \-\-base name
45Use the given name as the name of the base package.
46.TP
47.B \-h or \-\-help
48Show this help and exit.
49.TP
50.B \-o filename or \-\-output\=filename
51Write the API information to the named file. A '%L' placeholder
52is replaced by the language of the API file (see \-\-language).
53.TP
54.B \-\-oldstyle
55Generate API files for QScintilla prior to 1.7.
56.TP
57.B \-p or \-\-private
58Include private methods and functions.
59.TP
60.B \-R, \-r or \-\-recursive
61Perform a recursive search for Python files.
62.TP
63.B \-t ext or \-\-extension = ext
64Add the given extension to the list of file extensions.
65This option may be given multiple times.
66.TP
67.B \-V or \-\-version
68Show version information and exit.
69.TP
70.B \-x directory or \-\-exclude=directory
71Specify a directory basename to be excluded.
72This option may be repeated multiple times.
73.TP
74.B \-\-exclude\-file=pattern
75Specify a filename pattern of files to be excluded.
76This option may be repeated multiple times.
77.TP
78.B \-l language or \-\-language=language
79Generate an API file for the given programming language.
80Supported programming languages are:
81 * Python
82 * Python3
83 * Ruby
84The default is 'Python'.
85This option may be repeated multiple times.
86
87
88.SH SEE ALSO
89.BR eric4 (1),
90.BR eric4_compare (1),
91.BR eric4_configure (1),
92.BR eric4_diff (1),
93.BR eric4_doc (1),
94.BR eric4_editor (1),
95.BR eric4_helpviewer (1),
96.BR eric4_iconeditor (1),
97.BR eric4_plugininstall (1),
98.BR eric4_pluginrepository (1),
99.BR eric4_pluginuninstall (1),
100.BR eric4_qregexp (1),
101.BR eric4_re (1),
102.BR eric4_sqlbrowser (1),
103.BR eric4_tray (1),
104.BR eric4_trpreviewer (1),
105.BR eric4_uipreviewer (1),
106.BR eric4_unittest (1),
107.BR eric4_webbrowser (1)
108.br
109.SH AUTHOR
110This manual page was written by Torsten Marek <shlomme@gmx.net>,
111for the Debian project (but may be used by others).
0112
=== added file 'debian/debian-manpages/eric4_compare.1'
--- debian/debian-manpages/eric4_compare.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_compare.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,51 @@
1.TH ERIC4_COMPARE 1 "January 31, 2010"
2.SH NAME
3eric4_compare \- Simple graphical compare tool
4.SH SYNOPSIS
5.B eric4_compare
6.RI [ options ] " files" ...
7.SH DESCRIPTION
8This manual page documents briefly the
9.B eric4_compare
10program. This manual page was written for the Debian
11distribution because the original program does not have a manual page.
12Instead, it has documentation provided in HTML format.
13
14.SH OPTIONS
15These programs follow the usual GNU command line syntax, with long
16options starting with two dashes (`-').
17A summary of options is included below.
18.TP
19.B \-h, \-\-help
20Show summary of options.
21.TP
22.B \-\-version
23Show version of program.
24.TP
25.B \-\-nokde
26Don't use KDE widgets
27.SH SEE ALSO
28.BR eric4 (1),
29.BR eric4_api (1),
30.BR eric4_configure (1),
31.BR eric4_diff (1),
32.BR eric4_doc (1),
33.BR eric4_editor (1),
34.BR eric4_helpviewer (1),
35.BR eric4_iconeditor (1),
36.BR eric4_plugininstall (1),
37.BR eric4_pluginrepository (1),
38.BR eric4_pluginuninstall (1),
39.BR eric4_qregexp (1),
40.BR eric4_re (1),
41.BR eric4_sqlbrowser (1),
42.BR eric4_tray (1),
43.BR eric4_trpreviewer (1),
44.BR eric4_uipreviewer (1),
45.BR eric4_unittest (1),
46.BR eric4_webbrowser (1)
47.SH AUTHOR
48eric4_compare was written by Detlev Offenbach.
49.PP
50This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
51for the Debian project (but may be used by others).
052
=== added file 'debian/debian-manpages/eric4_configure.1'
--- debian/debian-manpages/eric4_configure.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_configure.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,52 @@
1.TH ERIC4_CONFIGURE 1 "January 31, 2010"
2.SH NAME
3eric4_configure \- Configuration editor for eric4
4.SH SYNOPSIS
5.B eric4_configure
6.RI [ options ] " files" ...
7.SH DESCRIPTION
8This manual page documents briefly the
9.B eric4_configure
10program. This manual page was written for the Debian
11distribution because the original program does not have a manual page.
12Instead, it has documentation provided in HTML format.
13
14.SH OPTIONS
15These programs follow the usual GNU command line syntax, with long
16options starting with two dashes (`-').
17A summary of options is included below.
18For a complete description, see the Info files.
19.TP
20.B \-h, \-\-help
21Show summary of options.
22.TP
23.B \-\-version
24Show version of program.
25.TP
26.B \-\-nokde
27Don't use KDE widgets
28.SH SEE ALSO
29.BR eric4 (1),
30.BR eric4_api (1),
31.BR eric4_compare (1),
32.BR eric4_diff (1),
33.BR eric4_doc (1),
34.BR eric4_editor (1),
35.BR eric4_helpviewer (1),
36.BR eric4_iconeditor (1),
37.BR eric4_plugininstall (1),
38.BR eric4_pluginrepository (1),
39.BR eric4_pluginuninstall (1),
40.BR eric4_qregexp (1),
41.BR eric4_re (1),
42.BR eric4_sqlbrowser (1),
43.BR eric4_tray (1),
44.BR eric4_trpreviewer (1),
45.BR eric4_uipreviewer (1),
46.BR eric4_unittest (1),
47.BR eric4_webbrowser (1)
48.SH AUTHOR
49eric4_configure was written by Detlev Offenbach.
50.PP
51This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
52for the Debian project (but may be used by others).
053
=== added file 'debian/debian-manpages/eric4_diff.1'
--- debian/debian-manpages/eric4_diff.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_diff.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,51 @@
1.TH ERIC4_DIFF 1 "January 31, 2010"
2.SH NAME
3eric4_diff \- Simple graphical diff tool
4.SH SYNOPSIS
5.B eric4_compare
6.RI [ options ] " files" ...
7.SH DESCRIPTION
8This manual page documents briefly the
9.B eric4_diff
10program. This manual page was written for the Debian
11distribution because the original program does not have a manual page.
12Instead, it has documentation provided in HTML format.
13
14.SH OPTIONS
15These programs follow the usual GNU command line syntax, with long
16options starting with two dashes (`-').
17A summary of options is included below.
18.TP
19.B \-h, \-\-help
20Show summary of options.
21.TP
22.B \-\-version
23Show version of program.
24.TP
25.B \-\-nokde
26Don't use KDE widgets
27.SH SEE ALSO
28.BR eric4 (1),
29.BR eric4_api (1),
30.BR eric4_compare (1),
31.BR eric4_configure (1),
32.BR eric4_doc (1),
33.BR eric4_editor (1),
34.BR eric4_helpviewer (1),
35.BR eric4_iconeditor (1),
36.BR eric4_plugininstall (1),
37.BR eric4_pluginrepository (1),
38.BR eric4_pluginuninstall (1),
39.BR eric4_qregexp (1),
40.BR eric4_re (1),
41.BR eric4_sqlbrowser (1),
42.BR eric4_tray (1),
43.BR eric4_trpreviewer (1),
44.BR eric4_uipreviewer (1),
45.BR eric4_unittest (1),
46.BR eric4_webbrowser (1)
47.SH AUTHOR
48eric4_diff was written by Detlev Offenbach.
49.PP
50This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
51for the Debian project (but may be used by others).
052
=== added file 'debian/debian-manpages/eric4_doc.1'
--- debian/debian-manpages/eric4_doc.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_doc.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,90 @@
1.\" Hey, EMACS: -*- nroff -*-
2.\" First parameter, NAME, should be all caps
3.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4.\" other parameters are allowed: see man(7), man(1)
5.TH ERIC4_DOC 1 "January 31, 2010"
6.\" Please adjust this date whenever revising the manpage.
7.\"
8.\" Some roff macros, for reference:
9.\" .nh disable hyphenation
10.\" .hy enable hyphenation
11.\" .ad l left justify
12.\" .ad b justify to both left and right margins
13.\" .nf disable filling
14.\" .fi enable filling
15.\" .br insert line break
16.\" .sp <n> insert n+1 empty lines
17.\" for manpage-specific macros, see man(7)
18.SH NAME
19eric4_doc \- eric4 documentation generator
20.SH SYNOPSIS
21.B eric4_doc
22.RI [ options ] " files" ...
23
24where files can be be either Python modules, package directories or ordinary directories.
25.SH DESCRIPTION
26This manual page documents briefly the
27.B eric4_doc
28command.
29This manual page was written for the Debian distribution
30because the original program does not have a manual page.
31Instead, it has documentation provided in the file /usr/share/doc/eric/README\-eric4\-doc.txt.gz in plain text format.
32.PP
33.\" TeX users may be more comfortable with the \fB<whatever>\fP and
34.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
35.\" respectively.
36\fBeric4_doc\fP is the documentation generator of the eric4 IDE. Source code documentation may be included as ordinary Python doc-strings or as documentation comments. For Quixote Template file (PTL) only documentation comments are available due to the inner workings of Quixote. Documentation comments start with the string ###, followed by the contents and ended by ###. Every line of the documentation comments contents must start with a # (see example below).
37.SH OPTIONS
38These programs follow the usual GNU command line syntax, with long
39options starting with two dashes (`-').
40A summary of options is included below.
41For a complete description, see the Info files.
42.TP
43.B \-p prefix or \-\-prefix\=prefix
44Prepend given prefix to file names.
45.TP
46.B \-o directory or \-\-outdir\=directory
47Generate files in the named directory.
48.TP
49.B \-R, \-r or \-\-recursive
50Perform a recursive search for Python files.
51.TP
52.B \-x directory or \-\-exclude\=directory
53Specify a directory basename to be excluded.
54This option may be repeated multiple times.
55.TP
56.B \-i or \-\-noindex
57Don't generate index files.
58.TP
59.B \-e or \-\-noempty
60Don't include empty modules.
61.TP
62.B \-h, \-\-help
63Show summary of options.
64.TP
65.B \-v, \-\-version
66Show version of program.
67.SH SEE ALSO
68.BR eric4 (1),
69.BR eric4_api (1),
70.BR eric4_compare (1),
71.BR eric4_configure (1),
72.BR eric4_diff (1),
73.BR eric4_editor (1),
74.BR eric4_helpviewer (1),
75.BR eric4_iconeditor (1),
76.BR eric4_plugininstall (1),
77.BR eric4_pluginrepository (1),
78.BR eric4_pluginuninstall (1),
79.BR eric4_qregexp (1),
80.BR eric4_re (1),
81.BR eric4_sqlbrowser (1),
82.BR eric4_tray (1),
83.BR eric4_trpreviewer (1),
84.BR eric4_uipreviewer (1),
85.BR eric4_unittest (1),
86.BR eric4_webbrowser (1)
87.br
88.SH AUTHOR
89This manual page was written by Torsten Marek <shlomme@gmx.net>,
90for the Debian project (but may be used by others).
091
=== added file 'debian/debian-manpages/eric4_editor.1'
--- debian/debian-manpages/eric4_editor.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_editor.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,51 @@
1.TH ERIC4_EDITOR 1 "January 31, 2010"
2.SH NAME
3eric4_editpr \- Simplified version of the eric4 editor
4.SH SYNOPSIS
5.B eric4_editor
6.RI [ options ] " files" ...
7.SH DESCRIPTION
8This manual page documents briefly the
9.B eric4_editor
10program. This manual page was written for the Debian
11distribution because the original program does not have a manual page.
12Instead, it has documentation provided in HTML format.
13
14.SH OPTIONS
15These programs follow the usual GNU command line syntax, with long
16options starting with two dashes (`-').
17A summary of options is included below.
18.TP
19.B \-h, \-\-help
20Show summary of options.
21.TP
22.B \-\-version
23Show version of program.
24.TP
25.B \-\-nokde
26Don't use KDE widgets
27.SH SEE ALSO
28.BR eric4 (1),
29.BR eric4_api (1),
30.BR eric4_compare (1),
31.BR eric4_configure (1),
32.BR eric4_diff (1),
33.BR eric4_doc (1),
34.BR eric4_helpviewer (1),
35.BR eric4_iconeditor (1),
36.BR eric4_plugininstall (1),
37.BR eric4_pluginrepository (1),
38.BR eric4_pluginuninstall (1),
39.BR eric4_qregexp (1),
40.BR eric4_re (1),
41.BR eric4_sqlbrowser (1),
42.BR eric4_tray (1),
43.BR eric4_trpreviewer (1),
44.BR eric4_uipreviewer (1),
45.BR eric4_unittest (1),
46.BR eric4_webbrowser (1)
47.SH AUTHOR
48eric4_editor was written by Detlev Offenbach.
49.PP
50This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
51for the Debian project (but may be used by others).
052
=== added file 'debian/debian-manpages/eric4_helpviewer.1'
--- debian/debian-manpages/eric4_helpviewer.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_helpviewer.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,68 @@
1.\" Hey, EMACS: -*- nroff -*-
2.\" First parameter, NAME, should be all caps
3.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4.\" other parameters are allowed: see man(7), man(1)
5.TH ERIC4_HELPVIEWER 1 "January 31, 2010"
6.\" Please adjust this date whenever revising the manpage.
7.\"
8.\" Some roff macros, for reference:
9.\" .nh disable hyphenation
10.\" .hy enable hyphenation
11.\" .ad l left justify
12.\" .ad b justify to both left and right margins
13.\" .nf disable filling
14.\" .fi enable filling
15.\" .br insert line break
16.\" .sp <n> insert n+1 empty lines
17.\" for manpage-specific macros, see man(7)
18.SH NAME
19eric4_helpviewer \- eric4 and Qt help browser
20.SH SYNOPSIS
21.B eric4_helpviewer
22.RI [ options ] " files" ...
23.SH DESCRIPTION
24This manual page documents briefly the
25.B eric4_helpviewer
26command.
27This manual page was written for the Debian distribution
28because the original program does not have a manual page.
29.PP
30.\" TeX users may be more comfortable with the \fB<whatever>\fP and
31.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
32.\" respectively.
33\fBeric4_helpviewer\fP is a HTML help browser for the Qt API and the eric4 documentation, similar to Qt assistant. It can be used from inside the eric4 IDE or as a standalone application.
34.SH OPTIONS
35These programs follow the usual GNU command line syntax, with long
36options starting with two dashes (`-').
37A summary of options is included below.
38For a complete description, see the Info files.
39.TP
40.B \-h, \-\-help
41Show summary of options.
42.TP
43.B \-v, \-\-version
44Show version of program.
45.SH SEE ALSO
46.BR eric4 (1),
47.BR eric4_api (1),
48.BR eric4_compare (1),
49.BR eric4_configure (1),
50.BR eric4_diff (1),
51.BR eric4_doc (1),
52.BR eric4_editor (1),
53.BR eric4_iconeditor (1),
54.BR eric4_plugininstall (1),
55.BR eric4_pluginrepository (1),
56.BR eric4_pluginuninstall (1),
57.BR eric4_qregexp (1),
58.BR eric4_re (1),
59.BR eric4_sqlbrowser (1),
60.BR eric4_tray (1),
61.BR eric4_trpreviewer (1),
62.BR eric4_uipreviewer (1),
63.BR eric4_unittest (1),
64.BR eric4_webbrowser (1)
65.br
66.SH AUTHOR
67This manual page was written by Torsten Marek <shlomme@gmx.net>,
68for the Debian project (but may be used by others).
069
=== added file 'debian/debian-manpages/eric4_iconeditor.1'
--- debian/debian-manpages/eric4_iconeditor.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_iconeditor.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,55 @@
1.TH ERIC4_ICONEDITOR 1 "April 21, 2012"
2.SH NAME
3eric4_iconeditor \- Icon editor for eric4
4.SH SYNOPSIS
5.B eric4_iconeditor
6.RI [ options ] " files" ...
7.SH DESCRIPTION
8This manual page documents briefly the
9.B eric4_iconeditor
10program. This manual page was written for the Debian
11distribution because the original program does not have a manual page.
12Instead, it has documentation provided in HTML format.
13
14.SH OPTIONS
15These programs follow the usual GNU command line syntax, with long
16options starting with two dashes (`-').
17A summary of options is included below.
18For a complete description, see the Info files.
19.TP
20.B \-\-config=configDir
21Use the given directory as the one containing the config files
22.TP
23.B \-h, \-\-help
24Show summary of options.
25.TP
26.B \-\-nokde
27Don't use KDE widgets
28.TP
29.B \-\-version
30Show the program's version number and exit.
31.SH SEE ALSO
32.BR eric4 (1),
33.BR eric4_api (1),
34.BR eric4_compare (1),
35.BR eric4_configure (1),
36.BR eric4_diff (1),
37.BR eric4_doc (1),
38.BR eric4_editor (1),
39.BR eric4_helpviewer (1),
40.BR eric4_plugininstall (1),
41.BR eric4_pluginrepository (1),
42.BR eric4_pluginuninstall (1),
43.BR eric4_qregexp (1),
44.BR eric4_re (1),
45.BR eric4_sqlbrowser (1),
46.BR eric4_tray (1),
47.BR eric4_trpreviewer (1),
48.BR eric4_uipreviewer (1),
49.BR eric4_unittest (1),
50.BR eric4_webbrowser (1)
51.SH AUTHOR
52eric4_iconeditor was written by Detlev Offenbach.
53.PP
54This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
55for the Debian project (but may be used by others).
056
=== added file 'debian/debian-manpages/eric4_plugininstall.1'
--- debian/debian-manpages/eric4_plugininstall.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_plugininstall.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,52 @@
1.TH ERIC4_PLUGININSTALL 1 "January 31, 2010"
2.SH NAME
3eric4_plugininstall \- Plugin installation utility for eric4
4.SH SYNOPSIS
5.B eric4_plugininstall
6.RI [ options ] " files" ...
7.SH DESCRIPTION
8This manual page documents briefly the
9.B eric4_plugininstall
10program. This manual page was written for the Debian
11distribution because the original program does not have a manual page.
12Instead, it has documentation provided in HTML format.
13
14.SH OPTIONS
15These programs follow the usual GNU command line syntax, with long
16options starting with two dashes (`-').
17A summary of options is included below.
18.TP
19.B \-h, \-\-help
20Show summary of options.
21.TP
22.B \-\-version
23Show version of program.
24.TP
25.B \-\-nokde
26Don't use KDE widgets
27.SH SEE ALSO
28.BR eric4 (1),
29.BR eric4 (1),
30.BR eric4_api (1),
31.BR eric4_compare (1),
32.BR eric4_configure (1),
33.BR eric4_diff (1),
34.BR eric4_doc (1),
35.BR eric4_editor (1),
36.BR eric4_helpviewer (1),
37.BR eric4_iconeditor (1),
38.BR eric4_pluginrepository (1),
39.BR eric4_pluginuninstall (1),
40.BR eric4_qregexp (1),
41.BR eric4_re (1),
42.BR eric4_sqlbrowser (1),
43.BR eric4_tray (1),
44.BR eric4_trpreviewer (1),
45.BR eric4_uipreviewer (1),
46.BR eric4_unittest (1),
47.BR eric4_webbrowser (1)
48.SH AUTHOR
49eric4_plugininstal was written by Detlev Offenbach.
50.PP
51This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
52for the Debian project (but may be used by others).
053
=== added file 'debian/debian-manpages/eric4_pluginrepository.1'
--- debian/debian-manpages/eric4_pluginrepository.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_pluginrepository.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,51 @@
1.TH ERIC4_PLUGINREPOSITORY 1 "January 31, 2010"
2.SH NAME
3eric4_pluginrepository \- Utility to show the contents of the eric4 Plugin repository
4.SH SYNOPSIS
5.B eric4_pluginrepository
6.RI [ options ] " files" ...
7.SH DESCRIPTION
8This manual page documents briefly the
9.B eric4_pluginrepository
10program. This manual page was written for the Debian
11distribution because the original program does not have a manual page.
12Instead, it has documentation provided in HTML format.
13
14.SH OPTIONS
15These programs follow the usual GNU command line syntax, with long
16options starting with two dashes (`-').
17A summary of options is included below.
18.TP
19.B \-h, \-\-help
20Show summary of options.
21.TP
22.B \-\-version
23Show version of program.
24.TP
25.B \-\-nokde
26Don't use KDE widgets
27.SH SEE ALSO
28.BR eric4 (1),
29.BR eric4_api (1),
30.BR eric4_compare (1),
31.BR eric4_configure (1),
32.BR eric4_diff (1),
33.BR eric4_doc (1),
34.BR eric4_editor (1),
35.BR eric4_helpviewer (1),
36.BR eric4_iconeditor (1),
37.BR eric4_plugininstall (1),
38.BR eric4_pluginuninstall (1),
39.BR eric4_qregexp (1),
40.BR eric4_re (1),
41.BR eric4_sqlbrowser (1),
42.BR eric4_tray (1),
43.BR eric4_trpreviewer (1),
44.BR eric4_uipreviewer (1),
45.BR eric4_unittest (1),
46.BR eric4_webbrowser (1)
47.SH AUTHOR
48eric4_pluginrepository was written by Detlev Offenbach.
49.PP
50This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
51for the Debian project (but may be used by others).
052
=== added file 'debian/debian-manpages/eric4_pluginuninstall.1'
--- debian/debian-manpages/eric4_pluginuninstall.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_pluginuninstall.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,51 @@
1.TH ERIC4_PLUGINUNINSTALL 1 "January 31, 2010"
2.SH NAME
3eric4_pluginuninstall \- Plugin uninstallation utility for eric4
4.SH SYNOPSIS
5.B eric4_pluginuninstall
6.RI [ options ] " files" ...
7.SH DESCRIPTION
8This manual page documents briefly the
9.B eric4_pluginuninstall
10program. This manual page was written for the Debian
11distribution because the original program does not have a manual page.
12Instead, it has documentation provided in HTML format.
13
14.SH OPTIONS
15These programs follow the usual GNU command line syntax, with long
16options starting with two dashes (`-').
17A summary of options is included below.
18.TP
19.B \-h, \-\-help
20Show summary of options.
21.TP
22.B \-\-version
23Show version of program.
24.TP
25.B \-\-nokde
26Don't use KDE widgets
27.SH SEE ALSO
28.BR eric4 (1),
29.BR eric4_api (1),
30.BR eric4_compare (1),
31.BR eric4_configure (1),
32.BR eric4_diff (1),
33.BR eric4_doc (1),
34.BR eric4_editor (1),
35.BR eric4_helpviewer (1),
36.BR eric4_iconeditor (1),
37.BR eric4_plugininstall (1),
38.BR eric4_pluginrepository (1),
39.BR eric4_qregexp (1),
40.BR eric4_re (1),
41.BR eric4_sqlbrowser (1),
42.BR eric4_tray (1),
43.BR eric4_trpreviewer (1),
44.BR eric4_uipreviewer (1),
45.BR eric4_unittest (1),
46.BR eric4_webbrowser (1)
47.SH AUTHOR
48eric4_pluginuninstall was written by Detlev Offenbach.
49.PP
50This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
51for the Debian project (but may be used by others).
052
=== added file 'debian/debian-manpages/eric4_qregexp.1'
--- debian/debian-manpages/eric4_qregexp.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_qregexp.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,68 @@
1.\" Hey, EMACS: -*- nroff -*-
2.\" First parameter, NAME, should be all caps
3.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4.\" other parameters are allowed: see man(7), man(1)
5.TH ERIC4_QREGEXP 1 "January 31, 2010"
6.\" Please adjust this date whenever revising the manpage.
7.\"
8.\" Some roff macros, for reference:
9.\" .nh disable hyphenation
10.\" .hy enable hyphenation
11.\" .ad l left justify
12.\" .ad b justify to both left and right margins
13.\" .nf disable filling
14.\" .fi enable filling
15.\" .br insert line break
16.\" .sp <n> insert n+1 empty lines
17.\" for manpage-specific macros, see man(7)
18.SH NAME
19eric4_qregexp \- a GUI editor for Qt style regular expressions
20.SH SYNOPSIS
21.B eric4_qregexp
22.RI [ options ]
23.SH DESCRIPTION
24This manual page documents briefly the
25.B eric4_qregexp
26command.
27This manual page was written for the Debian distribution
28because the original program does not have a manual page.
29.PP
30.\" TeX users may be more comfortable with the \fB<whatever>\fP and
31.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
32.\" respectively.
33\fBeric4_qregexp\fP is a graphical editor and debugger for Qt style regular expressions. It is a part of the eric4 IDE but can be used as a standalone application as well.
34.SH OPTIONS
35These programs follow the usual GNU command line syntax, with long
36options starting with two dashes (`-').
37A summary of options is included below.
38For a complete description, see the Info files.
39.TP
40.B \-h, \-\-help
41Show summary of options.
42.TP
43.B \-v, \-\-version
44Show version of program.
45.SH SEE ALSO
46.BR eric4 (1),
47.BR eric4_api (1),
48.BR eric4_compare (1),
49.BR eric4_configure (1),
50.BR eric4_diff (1),
51.BR eric4_doc (1),
52.BR eric4_editor (1),
53.BR eric4_helpviewer (1),
54.BR eric4_iconeditor (1),
55.BR eric4_plugininstall (1),
56.BR eric4_pluginrepository (1),
57.BR eric4_pluginuninstall (1),
58.BR eric4_re (1),
59.BR eric4_sqlbrowser (1),
60.BR eric4_tray (1),
61.BR eric4_trpreviewer (1),
62.BR eric4_uipreviewer (1),
63.BR eric4_unittest (1),
64.BR eric4_webbrowser (1)
65.br
66.SH AUTHOR
67This manual page was written by Torsten Marek <shlomme@gmx.net>,
68for the Debian project (but may be used by others).
069
=== added file 'debian/debian-manpages/eric4_re.1'
--- debian/debian-manpages/eric4_re.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_re.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,68 @@
1.\" Hey, EMACS: -*- nroff -*-
2.\" First parameter, NAME, should be all caps
3.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4.\" other parameters are allowed: see man(7), man(1)
5.TH ERIC4_RE 1 "January 31, 2010"
6.\" Please adjust this date whenever revising the manpage.
7.\"
8.\" Some roff macros, for reference:
9.\" .nh disable hyphenation
10.\" .hy enable hyphenation
11.\" .ad l left justify
12.\" .ad b justify to both left and right margins
13.\" .nf disable filling
14.\" .fi enable filling
15.\" .br insert line break
16.\" .sp <n> insert n+1 empty lines
17.\" for manpage-specific macros, see man(7)
18.SH NAME
19eric4_re \- a GUI editor for Python style regular expressions
20.SH SYNOPSIS
21.B eric4_re
22.RI [ options ]
23.SH DESCRIPTION
24This manual page documents briefly the
25.B eric4_re
26command.
27This manual page was written for the Debian distribution
28because the original program does not have a manual page.
29.PP
30.\" TeX users may be more comfortable with the \fB<whatever>\fP and
31.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
32.\" respectively.
33\fBeric4_re\fP is a graphical editor and debugger for Python style regular expressions (using the Python re module). It has support for all of Python's own syntax extensions like named groups. This program is a part of the eric4 IDE but can be used as a standalone application as well.
34.SH OPTIONS
35These programs follow the usual GNU command line syntax, with long
36options starting with two dashes (`-').
37A summary of options is included below.
38For a complete description, see the Info files.
39.TP
40.B \-h, \-\-help
41Show summary of options.
42.TP
43.B \-v, \-\-version
44Show version of program.
45.SH SEE ALSO
46.BR eric4 (1),
47.BR eric4_api (1),
48.BR eric4_compare (1),
49.BR eric4_configure (1),
50.BR eric4_diff (1),
51.BR eric4_doc (1),
52.BR eric4_editor (1),
53.BR eric4_helpviewer (1),
54.BR eric4_iconeditor (1),
55.BR eric4_plugininstall (1),
56.BR eric4_pluginrepository (1),
57.BR eric4_pluginuninstall (1),
58.BR eric4_qregexp (1),
59.BR eric4_sqlbrowser (1),
60.BR eric4_tray (1),
61.BR eric4_trpreviewer (1),
62.BR eric4_uipreviewer (1),
63.BR eric4_unittest (1),
64.BR eric4_webbrowser (1)
65.br
66.SH AUTHOR
67This manual page was written by Torsten Marek <shlomme@gmx.net>,
68for the Debian project (but may be used by others).
069
=== added file 'debian/debian-manpages/eric4_sqlbrowser.1'
--- debian/debian-manpages/eric4_sqlbrowser.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_sqlbrowser.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,73 @@
1.\" Hey, EMACS: -*- nroff -*-
2.\" First parameter, NAME, should be all caps
3.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4.\" other parameters are allowed: see man(7), man(1)
5.TH ERIC4_SQLBROWSER 1 "January 31, 2010"
6.\" Please adjust this date whenever revising the manpage.
7.\"
8.\" Some roff macros, for reference:
9.\" .nh disable hyphenation
10.\" .hy enable hyphenation
11.\" .ad l left justify
12.\" .ad b justify to both left and right margins
13.\" .nf disable filling
14.\" .fi enable filling
15.\" .br insert line break
16.\" .sp <n> insert n+1 empty lines
17.\" for manpage-specific macros, see man(7)
18.SH NAME
19eric4_sqlbrowser \- eric4 SQL Browser
20.SH SYNOPSIS
21.B eric4_sqlbrowser
22.RI [ options ] " files" ...
23.SH DESCRIPTION
24This manual page documents briefly the
25.B eric4_sqlbrowser
26command.
27This manual page was written for the Debian distribution
28because the original program does not have a manual page.
29.PP
30.\" TeX users may be more comfortable with the \fB<whatever>\fP and
31.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
32.\" respectively.
33\fBeric4_sqlbrowser\fP is an SQL browser to manage the content of SQL databases. It can be used from inside the eric4 IDE or as a standalone application.
34.SH OPTIONS
35These programs follow the usual GNU command line syntax, with long
36options starting with two dashes (`-').
37A summary of options is included below.
38For a complete description, see the Info files.
39.TP
40.B \-h, \-\-help
41Show summary of options.
42.TP
43.B \-\-version
44Show version of program and exit.
45.B \-\-config=configDir
46Use the given directory as the one containing the config files
47.B \-\-nokde
48Don't use KDE widgets
49.SH SEE ALSO
50.BR eric4 (1),
51.BR eric4_api (1),
52.BR eric4_compare (1),
53.BR eric4_configure (1),
54.BR eric4_diff (1),
55.BR eric4_doc (1),
56.BR eric4_editor (1),
57.BR eric4_helpviewer (1),
58.BR eric4_iconeditor (1),
59.BR eric4_plugininstall (1),
60.BR eric4_pluginrepository (1),
61.BR eric4_pluginuninstall (1),
62.BR eric4_qregexp (1),
63.BR eric4_re (1),
64.BR eric4_sqlbrowser (1),
65.BR eric4_tray (1),
66.BR eric4_trpreviewer (1),
67.BR eric4_uipreviewer (1),
68.BR eric4_unittest (1),
69.BR eric4_webbrowser (1)
70.br
71.SH AUTHOR
72This manual page was written by Torsten Marek <shlomme@gmx.net>,
73for the Debian project (but may be used by others).
074
=== added file 'debian/debian-manpages/eric4_tray.1'
--- debian/debian-manpages/eric4_tray.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_tray.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,51 @@
1.TH ERIC4_TRAY 1 "January 31, 2010"
2.SH NAME
3eric4_tray \- Traystarter for eric4
4.SH SYNOPSIS
5.B eric4_tray
6.RI [ options ] " files" ...
7.SH DESCRIPTION
8This manual page documents briefly the
9.B eric4_tray
10program. This manual page was written for the Debian
11distribution because the original program does not have a manual page.
12Instead, it has documentation provided in HTML format.
13
14.SH OPTIONS
15These programs follow the usual GNU command line syntax, with long
16options starting with two dashes (`-').
17A summary of options is included below.
18.TP
19.B \-h, \-\-help
20Show summary of options.
21.TP
22.B \-\-version
23Show version of program.
24.TP
25.B \-\-nokde
26Don't use KDE widgets
27.SH SEE ALSO
28.BR eric4 (1),
29.BR eric4_api (1),
30.BR eric4_compare (1),
31.BR eric4_configure (1),
32.BR eric4_diff (1),
33.BR eric4_doc (1),
34.BR eric4_editor (1),
35.BR eric4_helpviewer (1),
36.BR eric4_iconeditor (1),
37.BR eric4_plugininstall (1),
38.BR eric4_pluginrepository (1),
39.BR eric4_pluginuninstall (1),
40.BR eric4_qregexp (1),
41.BR eric4_re (1),
42.BR eric4_sqlbrowser (1),
43.BR eric4_trpreviewer (1),
44.BR eric4_uipreviewer (1),
45.BR eric4_unittest (1),
46.BR eric4_webbrowser (1)
47.SH AUTHOR
48eric4_tray was written by Detlev Offenbach.
49.PP
50This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
51for the Debian project (but may be used by others).
052
=== added file 'debian/debian-manpages/eric4_trpreviewer.1'
--- debian/debian-manpages/eric4_trpreviewer.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_trpreviewer.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,68 @@
1.\" Hey, EMACS: -*- nroff -*-
2.\" First parameter, NAME, should be all caps
3.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4.\" other parameters are allowed: see man(7), man(1)
5.TH ERIC4_TRPREVIEWER 1 "January 31, 2010"
6.\" Please adjust this date whenever revising the manpage.
7.\"
8.\" Some roff macros, for reference:
9.\" .nh disable hyphenation
10.\" .hy enable hyphenation
11.\" .ad l left justify
12.\" .ad b justify to both left and right margins
13.\" .nf disable filling
14.\" .fi enable filling
15.\" .br insert line break
16.\" .sp <n> insert n+1 empty lines
17.\" for manpage-specific macros, see man(7)
18.SH NAME
19eric4_trpreviewer \- Previewer for UI translations
20.SH SYNOPSIS
21.B eric4_trpreviewer
22.RI [ options ] " files" ...
23.SH DESCRIPTION
24This manual page documents briefly the
25.B eric4_trpreviewer
26command.
27This manual page was written for the Debian distribution
28because the original program does not have a manual page.
29.PP
30.\" TeX users may be more comfortable with the \fB<whatever>\fP and
31.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
32.\" respectively.
33\fBeric4_trpreviewer\fP is a preview program which can load Qt Designer UI files and according Qt message catalogs and show the UI files in all these languages, which is very useful for completeness checking and proof reading.
34.SH OPTIONS
35These programs follow the usual GNU command line syntax, with long
36options starting with two dashes (`-').
37A summary of options is included below.
38For a complete description, see the Info files.
39.TP
40.B \-h, \-\-help
41Show summary of options.
42.TP
43.B \-v, \-\-version
44Show version of program.
45.SH SEE ALSO
46.BR eric4 (1),
47.BR eric4_api (1),
48.BR eric4_compare (1),
49.BR eric4_configure (1),
50.BR eric4_diff (1),
51.BR eric4_doc (1),
52.BR eric4_editor (1),
53.BR eric4_helpviewer (1),
54.BR eric4_iconeditor (1),
55.BR eric4_plugininstall (1),
56.BR eric4_pluginrepository (1),
57.BR eric4_pluginuninstall (1),
58.BR eric4_qregexp (1),
59.BR eric4_re (1),
60.BR eric4_sqlbrowser (1),
61.BR eric4_tray (1),
62.BR eric4_uipreviewer (1),
63.BR eric4_unittest (1),
64.BR eric4_webbrowser (1)
65.br
66.SH AUTHOR
67This manual page was written by Torsten Marek <shlomme@gmx.net>,
68for the Debian project (but may be used by others).
069
=== added file 'debian/debian-manpages/eric4_uipreviewer.1'
--- debian/debian-manpages/eric4_uipreviewer.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_uipreviewer.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,69 @@
1.\" Hey, EMACS: -*- nroff -*-
2.\" First parameter, NAME, should be all caps
3.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4.\" other parameters are allowed: see man(7), man(1)
5.TH ERIC4_UIPREVIEWER 1 "January 31, 2010"
6.\" Please adjust this date whenever revising the manpage.
7.\"
8.\" Some roff macros, for reference:
9.\" .nh disable hyphenation
10.\" .hy enable hyphenation
11.\" .ad l left justify
12.\" .ad b justify to both left and right margins
13.\" .nf disable filling
14.\" .fi enable filling
15.\" .br insert line break
16.\" .sp <n> insert n+1 empty lines
17.\" for manpage-specific macros, see man(7)
18.SH NAME
19eric4_uipreviewer \- Previever for Qt Designer *.ui files
20.SH SYNOPSIS
21.B eric4_uipreviewer
22.RI [ options ] " files" ...
23.SH DESCRIPTION
24This manual page documents briefly the
25.B eric4_uipreviewer
26command.
27This manual page was written for the Debian distribution
28because the original program does not have a manual page.
29.PP
30.\" TeX users may be more comfortable with the \fB<whatever>\fP and
31.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
32.\" respectively.
33\fBeric4_uipreviewer\fP is a small preview program for user interface files created with Qt Designer.
34.SH OPTIONS
35These programs follow the usual GNU command line syntax, with long
36options starting with two dashes (`-').
37A summary of options is included below.
38For a complete description, see the Info files.
39.TP
40.B \-h, \-\-help
41Show summary of options.
42.TP
43.B \-v, \-\-version
44Show version of program.
45.SH SEE ALSO
46.BR eric4 (1),
47.BR eric4_api (1),
48.BR eric4_compare (1),
49.BR eric4_configure (1),
50.BR eric4_diff (1),
51.BR eric4_doc (1),
52.BR eric4_editor (1),
53.BR eric4_helpviewer (1),
54.BR eric4_iconeditor (1),
55.BR eric4_plugininstall (1),
56.BR eric4_pluginrepository (1),
57.BR eric4_pluginuninstall (1),
58.BR eric4_qregexp (1),
59.BR eric4_re (1),
60.BR eric4_sqlbrowser (1),
61.BR eric4_tray (1),
62.BR eric4_trpreviewer (1),
63.BR eric4_uipreviewer (1),
64.BR eric4_unittest (1),
65.BR eric4_webbrowser (1)
66.br
67.SH AUTHOR
68This manual page was written by Torsten Marek <shlomme@gmx.net>,
69for the Debian project (but may be used by others).
070
=== added file 'debian/debian-manpages/eric4_unittest.1'
--- debian/debian-manpages/eric4_unittest.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_unittest.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,68 @@
1.\" Hey, EMACS: -*- nroff -*-
2.\" First parameter, NAME, should be all caps
3.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4.\" other parameters are allowed: see man(7), man(1)
5.TH ERIC4_UNITTEST 1 "January 31, 2010"
6.\" Please adjust this date whenever revising the manpage.
7.\"
8.\" Some roff macros, for reference:
9.\" .nh disable hyphenation
10.\" .hy enable hyphenation
11.\" .ad l left justify
12.\" .ad b justify to both left and right margins
13.\" .nf disable filling
14.\" .fi enable filling
15.\" .br insert line break
16.\" .sp <n> insert n+1 empty lines
17.\" for manpage-specific macros, see man(7)
18.SH NAME
19eric4_unittest \- a GUI for displaying Python unit test results
20.SH SYNOPSIS
21.B eric4_unittest
22.RI [ options ] " files" ...
23.SH DESCRIPTION
24This manual page documents briefly the
25.B eric4_unittest
26command.
27This manual page was written for the Debian distribution
28because the original program does not have a manual page.
29.PP
30.\" TeX users may be more comfortable with the \fB<whatever>\fP and
31.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
32.\" respectively.
33\fBeric4_unittest\fP is GUI to interactively execute unit tests for Python projects and display the test results (successes, failures, etc). It is a part of the eric4 IDE but can be used as a standalone application as well.
34.SH OPTIONS
35These programs follow the usual GNU command line syntax, with long
36options starting with two dashes (`-').
37A summary of options is included below.
38For a complete description, see the Info files.
39.TP
40.B \-h, \-\-help
41Show summary of options.
42.TP
43.B \-v, \-\-version
44Show version of program.
45.SH SEE ALSO
46.BR eric4 (1),
47.BR eric4_api (1),
48.BR eric4_compare (1),
49.BR eric4_configure (1),
50.BR eric4_diff (1),
51.BR eric4_doc (1),
52.BR eric4_editor (1),
53.BR eric4_helpviewer (1),
54.BR eric4_iconeditor (1),
55.BR eric4_plugininstall (1),
56.BR eric4_pluginrepository (1),
57.BR eric4_pluginuninstall (1),
58.BR eric4_qregexp (1),
59.BR eric4_re (1),
60.BR eric4_sqlbrowser (1),
61.BR eric4_tray (1),
62.BR eric4_trpreviewer (1),
63.BR eric4_uipreviewer (1),
64.BR eric4_webbrowser (1)
65.br
66.SH AUTHOR
67This manual page was written by Torsten Marek <shlomme@gmx.net>,
68for the Debian project (but may be used by others).
069
=== added file 'debian/debian-manpages/eric4_webbrowser.1'
--- debian/debian-manpages/eric4_webbrowser.1 1970-01-01 00:00:00 +0000
+++ debian/debian-manpages/eric4_webbrowser.1 2013-07-26 17:22:34 +0000
@@ -0,0 +1,74 @@
1.\" Hey, EMACS: -*- nroff -*-
2.\" First parameter, NAME, should be all caps
3.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4.\" other parameters are allowed: see man(7), man(1)
5.TH ERIC4_WEBBROWSER 1 "January 31, 2010"
6.\" Please adjust this date whenever revising the manpage.
7.\"
8.\" Some roff macros, for reference:
9.\" .nh disable hyphenation
10.\" .hy enable hyphenation
11.\" .ad l left justify
12.\" .ad b justify to both left and right margins
13.\" .nf disable filling
14.\" .fi enable filling
15.\" .br insert line break
16.\" .sp <n> insert n+1 empty lines
17.\" for manpage-specific macros, see man(7)
18.SH NAME
19eric4_webbrowser \- eric4 web browser
20.SH SYNOPSIS
21.B eric4_webbrowser
22.RI [ options ] " files" ...
23.SH DESCRIPTION
24This manual page documents briefly the
25.B eric4_webbrowser
26command.
27This manual page was written for the Debian distribution
28because the original program does not have a manual page.
29.PP
30.\" TeX users may be more comfortable with the \fB<whatever>\fP and
31.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
32.\" respectively.
33\fBeric4_webbrowser\fP is a web browser to read the HTML pages for the Qt API and the eric4 documentation. It can be used from inside the eric4 IDE or as a standalone application.
34.SH OPTIONS
35These programs follow the usual GNU command line syntax, with long
36options starting with two dashes (`-').
37A summary of options is included below.
38For a complete description, see the Info files.
39.TP
40.B \-h, \-\-help
41Show summary of options.
42.TP
43.B \-v, \-\-version
44Show version of program.
45.B \-\-config=configDir
46Use the given directory as the one containing the config files
47.B \-\-nokde
48Don't use KDE widgets
49.B \-\-search=word
50Search for the given word
51.SH SEE ALSO
52.BR eric4 (1),
53.BR eric4_api (1),
54.BR eric4_compare (1),
55.BR eric4_configure (1),
56.BR eric4_diff (1),
57.BR eric4_doc (1),
58.BR eric4_editor (1),
59.BR eric4_helpviewer (1),
60.BR eric4_iconeditor (1),
61.BR eric4_plugininstall (1),
62.BR eric4_pluginrepository (1),
63.BR eric4_pluginuninstall (1),
64.BR eric4_qregexp (1),
65.BR eric4_re (1),
66.BR eric4_sqlbrowser (1),
67.BR eric4_tray (1),
68.BR eric4_trpreviewer (1),
69.BR eric4_uipreviewer (1),
70.BR eric4_unittest (1)
71.br
72.SH AUTHOR
73This manual page was written by Torsten Marek <shlomme@gmx.net>,
74for the Debian project (but may be used by others).
075
=== added file 'debian/doc-base'
--- debian/doc-base 1970-01-01 00:00:00 +0000
+++ debian/doc-base 2013-07-26 17:22:34 +0000
@@ -0,0 +1,11 @@
1Document: eric
2Title: eric source code documentation
3Author: Detlev Offenbach
4Abstract: This manual describes the internal APIs of eric
5 eric is a full featured Python IDE written in PyQt using the QScintilla
6 editor widget, debugging support, project management and much more.
7Section: Programming
8
9Format: HTML
10Index: /usr/share/doc/eric/Source/index.html
11Files: /usr/share/doc/eric/Source/*.html
012
=== added file 'debian/docs'
--- debian/docs 1970-01-01 00:00:00 +0000
+++ debian/docs 2013-07-26 17:22:34 +0000
@@ -0,0 +1,2 @@
1README
2README-i18n.txt
03
=== added file 'debian/eric-api-files.dirs'
--- debian/eric-api-files.dirs 1970-01-01 00:00:00 +0000
+++ debian/eric-api-files.dirs 2013-07-26 17:22:34 +0000
@@ -0,0 +1,1 @@
1usr/share/eric/api
02
=== added file 'debian/eric.desktop'
--- debian/eric.desktop 1970-01-01 00:00:00 +0000
+++ debian/eric.desktop 2013-07-26 17:22:34 +0000
@@ -0,0 +1,11 @@
1[Desktop Entry]
2Name=Eric python IDE
3Name[es]=IDE para python Eric
4Comment=Full featured Python IDE
5Comment[es]=Completo entorno de programaciè´¸n para Python
6Exec=eric
7Terminal=false
8Type=Application
9Icon=eric
10Categories=Development;IDE;
11StartupNotify=true
012
=== added file 'debian/eric.dirs'
--- debian/eric.dirs 1970-01-01 00:00:00 +0000
+++ debian/eric.dirs 2013-07-26 17:22:34 +0000
@@ -0,0 +1,1 @@
1usr/bin
02
=== added file 'debian/eric.install'
--- debian/eric.install 1970-01-01 00:00:00 +0000
+++ debian/eric.install 2013-07-26 17:22:34 +0000
@@ -0,0 +1,2 @@
1debian/eric.desktop /usr/share/applications
2debian/eric.xpm /usr/share/pixmaps/
03
=== added file 'debian/eric.lintian-overrides'
--- debian/eric.lintian-overrides 1970-01-01 00:00:00 +0000
+++ debian/eric.lintian-overrides 2013-07-26 17:22:34 +0000
@@ -0,0 +1,1 @@
1eric: package-contains-empty-directory
02
=== added file 'debian/eric.menu'
--- debian/eric.menu 1970-01-01 00:00:00 +0000
+++ debian/eric.menu 2013-07-26 17:22:34 +0000
@@ -0,0 +1,7 @@
1?package(eric):\
2 needs="X11" \
3 section="Applications/Programming"\
4 title="eric" \
5 longtitle="eric Python IDE" \
6 command="/usr/bin/eric" \
7 icon="/usr/share/pixmaps/eric.xpm"
08
=== added file 'debian/eric.xpm'
--- debian/eric.xpm 1970-01-01 00:00:00 +0000
+++ debian/eric.xpm 2013-07-26 17:22:34 +0000
@@ -0,0 +1,69 @@
1/* XPM */
2static char *eric-icon[] = {
3/* columns rows colors chars-per-pixel */
4"32 32 31 1",
5" c #0E0D0C",
6". c #24201E",
7"X c #46352D",
8"o c #55433D",
9"O c #754A35",
10"+ c #775B3E",
11"@ c #5E5441",
12"# c #7F6A4A",
13"$ c #9A5B40",
14"% c #897A54",
15"& c #887B79",
16"* c #A26D47",
17"= c #B3704D",
18"- c #BB7E57",
19"; c red",
20": c #9E9069",
21"> c #A6835D",
22", c #BC9076",
23"< c #C99068",
24"1 c #9C9496",
25"2 c #AEA18A",
26"3 c #B9B2AD",
27"4 c #C9A182",
28"5 c #DEA284",
29"6 c #D7B49B",
30"7 c #CCBFB4",
31"8 c #D7D0CC",
32"9 c #E0DEDD",
33"0 c #ECE8E8",
34"q c #F1F0F0",
35"w c gray100",
36/* pixels */
37"wwwwwwwwwwwwwwwwqqw8990wwwwwwwww",
38"wwwwwwwwwwwwwwwq887@@@18wwwwwwww",
39"wwwwwwwwwwwwwww02#X...X18qwwwwww",
40"wwwwwwwwwwwwww02@. . .@3qwwwww",
41"wwwwwwwwwwwwq8&o ..1qwwwww",
42"wwwwwwwwwwwq3@X. .X$. X&9wwwww",
43"wwww;www;ww8@.. ...*@o$o1wwwww",
44"www;wwwww;w3X.@+. ...*55-$3qwwww",
45"www;wwwww;w8o&-OXXOO&,<=$X&9wwww",
46"wwww;www;wq&o4$OX$<$$$$$OO*wwwww",
47"wwwww;;;wwq731*$$*--=$O$$O6wwwww",
48"wwwwwwwwwwwq#*<<$$==-=$$=-9wwwww",
49"wwwwwwwwwww03&<-=$$=<-=O=<qwwwww",
50"www;;;;;;;www75$--$$=-$$$6wwwwww",
51"wwwwwwwwwwwwq55-==,,*-=-*<wwwwww",
52"wwwwwwwwwwww85<$*#-4<=$*->wwwwww",
53"wwww;;www;ww6<-7q*>->+>:*4wwwwww",
54"www;ww;w;www00q13%:>%%@7wwwwwwww",
55"www;ww;;wwwwq07@222:%:#:wwwwwwww",
56"www;;;;;;;wwq3&%2:::::>>wwwwwwww",
57"wwwwwwwwwwwww2o::::%%%#%wwwwwwww",
58"wwwwwwwwwwww03@%##%%%#%#9wwwwwww",
59"www;wwwww;ww91@:#@@#@@@+:wwwwwww",
60"www;ww;ww;ww911::%@o@@o%%wwwwwww",
61"www;ww;ww;wwwq81::%@.Xo#:wwwwwww",
62"www;;;;;;;wwqq9%@#@% X@+7wwwwwww",
63"wwwwwwwwwwwwwq3:%%@..X@@3wwwwwww",
64"wwwwwwwwwwwqq932%%@.X@O#*6qwwwww",
65"wwwwwwwwwwwwq9322:>@X@+#4,4wwwww",
66"wwwwwwwwwwwqqq322>,>1&+>>-,qwwww",
67"wwwwwwwwwwwwwq32,-<-7988660wwwww",
68"wwwwwwwwwwwwwwq764470qwqwqwwwwww"
69};
070
=== added file 'debian/eric4config.debian'
--- debian/eric4config.debian 1970-01-01 00:00:00 +0000
+++ debian/eric4config.debian 2013-07-26 17:22:34 +0000
@@ -0,0 +1,17 @@
1cfg = {
2 'ericDir' : "/usr/share/eric/modules",
3 'ericPixDir' : "/usr/share/eric/pixmaps",
4 'ericIconDir' : "/usr/share/eric/icons",
5 'ericDTDDir' : "/usr/share/eric/DTDs",
6 'ericCSSDir' : "/usr/share/eric/CSSs",
7 'ericStylesDir' : "/usr/share/eric/Styles",
8 'ericDocDir' : "/usr/share/doc/eric",
9 'ericExamplesDir' : "/usr/share/doc/eric/Examples",
10 'ericTranslationsDir' : "/usr/share/qt4/translations",
11 'ericTemplatesDir' : "/usr/share/eric/DesignerTemplates",
12 'ericCodeTemplatesDir' : "/usr/share/eric/CodeTemplates",
13 'ericOthersDir' : "/usr/share/eric",
14 'bindir' : "/usr/bin",
15 'mdir' : "/usr/share/eric/modules",
16 'apidir' : "/usr/share/eric/api"
17}
018
=== added file 'debian/gen_kde_apis.py'
--- debian/gen_kde_apis.py 1970-01-01 00:00:00 +0000
+++ debian/gen_kde_apis.py 2013-07-26 17:22:34 +0000
@@ -0,0 +1,61 @@
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3# Copyright (c) 2002-2004 Detlev Offenbach <detlev@die-offenbachs.de>
4# Adapted for usage with Debian by Torsten Marek <shlomme@gmx.net>
5# Changed by Gudjon, only to create kde apis
6import os
7import sys
8import PyQt4.pyqtconfig as pyqtconfig
9
10apidir = sys.argv[1]
11if not os.path.isdir(apidir):
12 print "Generating the api directory."
13 os.makedirs(apidir)
14
15sip = "/usr/bin/sip"
16
17def createAPIFiles(baseDir, modules, defaultImports, getFlags):
18 for mod in modules:
19 try:
20 sipfile = os.path.join(baseDir, mod, "%smod.sip" % (mod, ))
21 apifile = os.path.join(apidir, os.path.split(sipfile.replace("mod.sip", ".api"))[1])
22 args = [sip, "-a", apifile,
23 "-I", os.path.join(baseDir, mod),
24 "-I", baseDir] \
25 + defaultImports \
26 + getFlags(mod) \
27 + [sipfile]
28 print "Generating %s ..." % apifile
29 ret = os.spawnv(os.P_WAIT, sip, args)
30 if ret != 0:
31 print "Error: the process returned the exit code %d" % ret
32 except OSError:
33 print "Warning: The module '%s' does not exist." % mod
34
35
36
37qtsipdir = os.path.abspath(pyqtconfig._pkg_config['pyqt_sip_dir'])
38modules = pyqtconfig._pkg_config['pyqt_modules'].split()
39
40#createAPIFiles(qtsipdir, modules, [],
41# lambda x: pyqtconfig._pkg_config["pyqt_%s_sip_flags" % (x,)].split())
42#createAPIFiles(qtsipdir, modules, [],
43# lambda x: pyqtconfig._pkg_config["pyqt_sip_flags"].split())
44
45
46try:
47 import PyKDE4.pykdeconfig as pykdeconfig
48 kdesipdir = "/usr/share/sip/PyKDE4"
49 modules = pykdeconfig._pkg_config['pykde_modules'].split()
50
51 extraimport = []
52 # just import anything for anything else, so we get rid of keeping track of the
53 # inter-module deps
54 for mod in modules:
55 extraimport.extend(["-I", os.path.join(kdesipdir, mod)])
56 extraimport.extend(["-I", qtsipdir])
57
58 createAPIFiles(kdesipdir, modules, extraimport,
59 lambda x: pykdeconfig._pkg_config["pykde_kde_sip_flags"].split())
60except:
61 print "Error: No PyKDE4 api files generated"
062
=== added file 'debian/gen_python_api.py'
--- debian/gen_python_api.py 1970-01-01 00:00:00 +0000
+++ debian/gen_python_api.py 2013-07-26 17:22:34 +0000
@@ -0,0 +1,302 @@
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3
4'''gen_python_api.py generates a python.api file for eric3
5
6The generated api file includes
7 *) all Python keywords
8 *) all builtin functions
9 *) all module attributes
10
11Module functions are represented by their docstring if available,
12otherwise by the function definition from the source file.
13
14Classes are represented by their constructor if available.
15
16Usage:
17Edit the list of modules which should be excluded. This list is located
18some lines below. Look for excludemodulelist = [...]
19Specify the modules whose contents should be added as global names
20(i.e. from parrot import *). Look for addasgloballist = [...]
21
22Start the script by typing 'python gen_python_api.py [-a]' or
23'python gen_python_api.py [-a] apidir' in the shell.
24
25The -a switch will include everything in the API file, without it,
26just functions and methods will be included.
27
28Copy the generated python.api file into your eric3 api directory and
29add it via the Preferences dialog.
30
31Original by Markus Gritsch (gritsch@iue.tuwien.ac.at)
32Modified to work with eric3 by Detlev Offenbach (detlev@die-offenbachs.de)
33Modified for the Debian package of eric by Torsten Marek <shlomme@gmx.net>
34'''
35
36# if one of these substrings is found in a specific sys.path directory,
37# the modules in this particular directory are not processed
38excludedirlist = ['lib-tk', 'site-packages', 'plat-linux-i386',
39 'plat-win', 'plat-linux2', 'site-python', 'idlelib', 'python-support']
40
41excludemodulelist = []
42# switch for excluding modules whose names begin with _
43exclude_modules = 1
44
45# list of modules whose contents should be added as global names
46addasgloballist = []
47
48# list of modules which are otherwise not accessible
49# sourcefile-parsing is NOT done for these modules
50# also activate the add_manual_modules-switch below
51manuallist = ['os.path', '_xmlplus']
52
53# import modules of the following type (the dot must be present!!)
54moduletypes = ['.py', '.pyd', '.dll', '.so']
55
56# some switches
57add_keywords = 1 # e.g. print
58add_builtins = 1 # e.g. open()
59add_builtin_modules = 1 # e.g. sys
60add_manual_modules = 1 # modules from manuallist
61add_package_modules = 1 # modules which are directories with __init__.py files
62add_other_modules = 1 # all the other modules
63
64#------------------------------------------------------------------------------
65
66import string, re, sys, os, types
67
68api = {}
69
70def processName(entryprefix, moduleprefix, name, ns):
71 exec 'hasdoc = hasattr(' + moduleprefix + name + ', "__doc__")' in ns
72 exec 'nametype = type(' + moduleprefix + name + ')' in ns
73 if ns['hasdoc']:
74 exec 'doc = ' + moduleprefix + name + '.__doc__' in ns
75 pattern = re.compile('^ *' + name + r' *\(.*?\)')
76 if ns['doc']:
77 if type(ns['doc']) in [types.StringType, types.BufferType] and \
78 pattern.search(ns['doc']):
79 if not api.has_key(entryprefix + name):
80 api[entryprefix + name] = entryprefix + string.strip(string.split(ns['doc'], '\n')[0]) + '\n'
81 return
82 else:
83 if ns['nametype'] in [types.ClassType, types.FunctionType]:
84 api[entryprefix + name] = entryprefix + name + '(??) [doc: ' + string.strip(string.split(ns['doc'], '\n')[0]) + ']' + '\n'
85 if not api.has_key(entryprefix + name):
86 if ns['nametype'] == types.ClassType:
87 api[entryprefix + name] = entryprefix + name + '(??) [class]\n'
88 elif ns['nametype'] == types.FunctionType:
89 api[entryprefix + name] = entryprefix + name + '(??) [function]\n'
90 elif ns['nametype'] == types.ModuleType:
91 api[entryprefix + name] = entryprefix + name + ' [module]\n'
92 else:
93 api[entryprefix + name] = entryprefix + name + '\n'
94
95def processModule(module, file=''):
96 print ' ', string.ljust(module, 22), ': importing ...',
97 if module in excludemodulelist:
98 print 'in exclude list'
99 return
100
101 if exclude_modules and module[0] == '_':
102 for mmod in manuallist:
103 if module.startswith(mmod):
104 break
105 else:
106 print 'modulename begins with _'
107 return
108
109 entryprefix = module + '.'
110 for addasglobal in addasgloballist:
111 if module[:len(addasglobal)] == addasglobal:
112 entryprefix = module[len(addasglobal)+1:]
113 break
114
115 ns = {}
116 try:
117 exec 'import ' + module in ns
118 print 'ok,',
119 except:
120 print sys.exc_info()[0]
121 return
122
123 print 'processing ...',
124 try:
125 exec 'names = dir(%s)' % module in ns
126 except:
127 print sys.exc_info()[0]
128 return
129 for name in ns['names']:
130 processName(entryprefix, module + '.', name, ns)
131 print 'ok,',
132
133 # parse module source file if available
134
135 if file[-3:] != '.py':
136 print 'no source file'
137 return
138 print 'parsing ...',
139 try:
140 f = open(file, 'rt')
141 except IOError:
142 print sys.exc_info()[0]
143 return
144 contents = f.readlines()
145 f.close()
146
147 def_p = re.compile(r'^def (\w*)( *\(.*?\)):')
148 class_p = re.compile(r'^class +(\w*)')
149 init_p = re.compile(r'^[ \t]+def +__init__\(\w*, *(.*?)\):')
150 inclass = 0
151 classname = ''
152 for line in contents:
153 def_m = def_p.search(line)
154 if def_m:
155 name = def_m.group(1)
156 if api.has_key(entryprefix + name):
157 docindex = string.find(api[entryprefix + name], '[doc:')
158 if docindex + 1:
159 doc = ' ' + api[entryprefix + name][docindex:] # trailing \n included
160 api[entryprefix + name] = entryprefix + name + def_m.group(2) + doc
161 if api[entryprefix + name] == entryprefix + name + '(??) [function]\n':
162 api[entryprefix + name] = entryprefix + name + def_m.group(2) + '\n'
163
164 if inclass:
165 init_m = init_p.search(line)
166 if init_m:
167 if api.has_key(entryprefix + classname):
168 docindex = string.find(api[entryprefix + classname], '[doc:')
169 if docindex + 1:
170 doc = ' ' + api[entryprefix + classname][docindex:] # trailing \n included
171 api[entryprefix + classname] = entryprefix + classname + '(' + init_m.group(1) + ')' + doc
172 if api[entryprefix + classname] == entryprefix + classname + '(??) [class]\n':
173 api[entryprefix + classname] = entryprefix + classname + '(' + init_m.group(1) + ')' + '\n'
174 inclass = 0
175 if not line[0] in ' \t\n':
176 inclass = 0
177
178 class_m = class_p.search(line)
179 if class_m:
180 inclass = 1
181 classname = class_m.group(1)
182 print 'ok'
183
184def processFolder(folder, prefix=''):
185 print 'processing', folder,
186 for excludedir in excludedirlist:
187 if string.find(folder, excludedir) + 1:
188 print '... in exclude list',
189 folder = ''
190 break
191 print
192 if folder == '' or not os.path.isdir(folder):
193 return
194
195 entries = os.listdir(folder)
196 for entry in entries:
197 if add_package_modules and \
198 os.path.isdir(folder + os.sep + entry) and \
199 os.path.isfile(folder + os.sep + entry + os.sep + '__init__.py'):
200 # package
201 processFolder(folder + os.sep + entry, prefix=prefix+entry+'.')
202 print '-done with', folder + os.sep + entry
203 elif prefix and entry == '__init__.py':
204 # modules which are directories with __init__.py files
205 # The probing of 'prefix' is unfortunately necessary, because of
206 # the incorrect behavior of some packages (e.g. PIL) which add
207 # their directory to the searchpath via a .pth file AND are
208 # packages because of an __init__.py file.
209 module = prefix[:-1]
210 file = folder + os.sep + entry
211 processModule(module, file)
212 elif add_other_modules:
213 # normal file-modules
214 root, ext = os.path.splitext(entry)
215 if not ext in moduletypes:
216 continue
217 if entry[-9:] == 'module.so':
218 module = prefix + entry[:-9]
219 else:
220 module = prefix + root
221 file = folder + os.sep + entry
222 processModule(module, file)
223
224#------------------------------------------------------------------------------
225
226# keywords
227if add_keywords:
228 print '\nadding keywords ...',
229 keywords = string.split('''and assert break class continue def del elif else
230 except exec finally for from global if import in is lambda None not or pass
231 print raise return try while''')
232 for keyword in keywords:
233 api[keyword] = keyword + '\n'
234 print 'ok'
235
236# __builtins__
237if add_builtins:
238 print '\nadding __builtins__ ...',
239 for builtin in dir(__builtins__):
240 processName(entryprefix = '', moduleprefix = '', name = builtin, ns = {})
241 print 'ok'
242
243# sys.builtin_module_names
244if add_builtin_modules:
245 print '\nprocessing builtin modules'
246 for module in sys.builtin_module_names:
247 processModule(module)
248
249# modules specified in manuallist
250if add_manual_modules:
251 print '\nprocessing modules specified in manuallist'
252 for module in manuallist:
253 processModule(module)
254
255# modules from sys.path
256if add_package_modules or add_other_modules:
257 print '\nprocessing searchpath'
258 # avoid duplicated entries in sys.path
259 folders = {}
260 for folder in sys.path:
261 folders[folder] = None
262
263 for folder in folders.keys():
264 if folder != os.getcwd() and \
265 folder != os.path.dirname(os.path.abspath(sys.argv[0])):
266 processFolder(folder)
267
268#------------------------------------------------------------------------------
269
270# filtering
271print 'filtering api file ...',
272if len(sys.argv) > 1 and sys.argv[1] == '-a':
273 del sys.argv[1]
274 api_p = re.compile(r'^(\w+\.)*(\w*\([^\)]*\)|\w*)')
275else:
276 api_p = re.compile(r'^(\w+\.)*([^\)]*\))')
277
278apiv = api.values()
279apilist=[]
280
281for apientry in apiv:
282 api_m = api_p.search(apientry)
283 if api_m:
284 fun = api_m.group(2)
285 if not fun in api:
286 apilist.append('%s%s' % (fun, os.linesep))
287print 'done\n'
288
289# saving
290if len(sys.argv) == 2:
291 apidir = sys.argv[1]
292 if not os.path.isdir(apidir):
293 print "Generating the api directory."
294 os.makedirs(apidir)
295 apifile = os.path.join(apidir, 'python.api')
296else:
297 apifile = 'python.api'
298print 'saving api file "%s" ...' % apifile,
299f = open(apifile, 'wt')
300f.writelines(apilist)
301f.close()
302print 'done\n'
0303
=== added file 'debian/gen_qt_apis.py'
--- debian/gen_qt_apis.py 1970-01-01 00:00:00 +0000
+++ debian/gen_qt_apis.py 2013-07-26 17:22:34 +0000
@@ -0,0 +1,61 @@
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3# Copyright (c) 2002-2004 Detlev Offenbach <detlev@die-offenbachs.de>
4# Adapted for usage with Debian by Torsten Marek <shlomme@gmx.net>
5# Changed by Gudjon, only to create qt apis
6import os
7import sys
8import PyQt4.pyqtconfig as pyqtconfig
9
10apidir = sys.argv[1]
11if not os.path.isdir(apidir):
12 print "Generating the api directory."
13 os.makedirs(apidir)
14
15sip = "/usr/bin/sip"
16
17def createAPIFiles(baseDir, modules, defaultImports, getFlags):
18 for mod in modules:
19 try:
20 sipfile = os.path.join(baseDir, mod, "%smod.sip" % (mod, ))
21 apifile = os.path.join(apidir, os.path.split(sipfile.replace("mod.sip", ".api"))[1])
22 args = [sip, "-a", apifile,
23 "-I", os.path.join(baseDir, mod),
24 "-I", baseDir] \
25 + defaultImports \
26 + getFlags(mod) \
27 + [sipfile]
28 print "Generating %s ..." % apifile
29 ret = os.spawnv(os.P_WAIT, sip, args)
30 if ret != 0:
31 print "Error: the process returned the exit code %d" % ret
32 except OSError:
33 print "Warning: The module '%s' does not exist." % mod
34
35
36
37qtsipdir = os.path.abspath(pyqtconfig._pkg_config['pyqt_sip_dir'])
38modules = pyqtconfig._pkg_config['pyqt_modules'].split()
39
40#createAPIFiles(qtsipdir, modules, [],
41# lambda x: pyqtconfig._pkg_config["pyqt_%s_sip_flags" % (x,)].split())
42createAPIFiles(qtsipdir, modules, [],
43 lambda x: pyqtconfig._pkg_config["pyqt_sip_flags"].split())
44
45
46#try:
47 #import PyKDE4.pykdeconfig as pykdeconfig
48 #kdesipdir = "/usr/share/sip/PyKDE4"
49 #modules = pykdeconfig._pkg_config['pykde_modules'].split()
50
51 #extraimport = []
52 ## just import anything for anything else, so we get rid of keeping track of the
53 ## inter-module deps
54 #for mod in modules:
55 #extraimport.extend(["-I", os.path.join(kdesipdir, mod)])
56 #extraimport.extend(["-I", qtsipdir])
57
58 #createAPIFiles(kdesipdir, modules, extraimport,
59 #lambda x: pykdeconfig._pkg_config["pykde_kde_sip_flags"].split())
60#except:
61 #print "Error: No PyKDE4 api files generated"
062
=== added file 'debian/gen_sip_apis.py'
--- debian/gen_sip_apis.py 1970-01-01 00:00:00 +0000
+++ debian/gen_sip_apis.py 2013-07-26 17:22:34 +0000
@@ -0,0 +1,60 @@
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3# Copyright (c) 2002-2004 Detlev Offenbach <detlev@die-offenbachs.de>
4# Adapted for usage with Debian by Torsten Marek <shlomme@gmx.net>
5import os
6import sys
7import PyQt4.pyqtconfig as pyqtconfig
8
9apidir = sys.argv[1]
10if not os.path.isdir(apidir):
11 print "Generating the api directory."
12 os.makedirs(apidir)
13
14sip = "/usr/bin/sip"
15
16def createAPIFiles(baseDir, modules, defaultImports, getFlags):
17 for mod in modules:
18 try:
19 sipfile = os.path.join(baseDir, mod, "%smod.sip" % (mod, ))
20 apifile = os.path.join(apidir, os.path.split(sipfile.replace("mod.sip", ".api"))[1])
21 args = [sip, "-a", apifile,
22 "-I", os.path.join(baseDir, mod),
23 "-I", baseDir] \
24 + defaultImports \
25 + getFlags(mod) \
26 + [sipfile]
27 print "Generating %s ..." % apifile
28 ret = os.spawnv(os.P_WAIT, sip, args)
29 if ret != 0:
30 print "Error: the process returned the exit code %d" % ret
31 except OSError:
32 print "Warning: The module '%s' does not exist." % mod
33
34
35
36qtsipdir = os.path.abspath(pyqtconfig._pkg_config['pyqt_sip_dir'])
37modules = pyqtconfig._pkg_config['pyqt_modules'].split()
38
39#createAPIFiles(qtsipdir, modules, [],
40# lambda x: pyqtconfig._pkg_config["pyqt_%s_sip_flags" % (x,)].split())
41createAPIFiles(qtsipdir, modules, [],
42 lambda x: pyqtconfig._pkg_config["pyqt_sip_flags"].split())
43
44
45try:
46 import PyKDE4.pykdeconfig as pykdeconfig
47 kdesipdir = "/usr/share/sip/PyKDE4"
48 modules = pykdeconfig._pkg_config['pykde_modules'].split()
49
50 extraimport = []
51 # just import anything for anything else, so we get rid of keeping track of the
52 # inter-module deps
53 for mod in modules:
54 extraimport.extend(["-I", os.path.join(kdesipdir, mod)])
55 extraimport.extend(["-I", qtsipdir])
56
57 createAPIFiles(kdesipdir, modules, extraimport,
58 lambda x: pykdeconfig._pkg_config["pykde_kde_sip_flags"].split())
59except:
60 print "Error: No PyKDE4 api files generated"
061
=== added file 'debian/get_translations.sh'
--- debian/get_translations.sh 1970-01-01 00:00:00 +0000
+++ debian/get_translations.sh 2013-07-26 17:22:34 +0000
@@ -0,0 +1,17 @@
1#!/bin/sh
2VERSION=$(dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
3echo $VERSION
4cd debian
5wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-cs-${VERSION}.tar.gz/download
6wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-de-${VERSION}.tar.gz/download
7wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-es-${VERSION}.tar.gz/download
8wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-fr-${VERSION}.tar.gz/download
9wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-it-${VERSION}.tar.gz/download
10wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-ru-${VERSION}.tar.gz/download
11wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-tr-${VERSION}.tar.gz/download
12wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-zh_CN.GB2312-${VERSION}.tar.gz/download
13for name in eric4-i18n-*.tar.gz ; do tar xzf $name; done
14mv -f eric4-${VERSION}/eric/i18n/eric4_*.ts i18n/
15rm -rf eric4-${VERSION}
16rm -f eric4-i18n-*.tar.gz*
17cd ..
018
=== added file 'debian/links'
--- debian/links 1970-01-01 00:00:00 +0000
+++ debian/links 2013-07-26 17:22:34 +0000
@@ -0,0 +1,2 @@
1usr/bin/eric4 usr/bin/eric
2usr/share/man/man1/eric4.1 usr/share/man/man1/eric.1
03
=== added file 'debian/manpages'
--- debian/manpages 1970-01-01 00:00:00 +0000
+++ debian/manpages 2013-07-26 17:22:34 +0000
@@ -0,0 +1,20 @@
1debian/debian-manpages/eric4.1
2debian/debian-manpages/eric4_api.1
3debian/debian-manpages/eric4_compare.1
4debian/debian-manpages/eric4_configure.1
5debian/debian-manpages/eric4_diff.1
6debian/debian-manpages/eric4_doc.1
7debian/debian-manpages/eric4_editor.1
8debian/debian-manpages/eric4_helpviewer.1
9debian/debian-manpages/eric4_iconeditor.1
10debian/debian-manpages/eric4_plugininstall.1
11debian/debian-manpages/eric4_pluginrepository.1
12debian/debian-manpages/eric4_pluginuninstall.1
13debian/debian-manpages/eric4_qregexp.1
14debian/debian-manpages/eric4_re.1
15debian/debian-manpages/eric4_sqlbrowser.1
16debian/debian-manpages/eric4_tray.1
17debian/debian-manpages/eric4_trpreviewer.1
18debian/debian-manpages/eric4_uipreviewer.1
19debian/debian-manpages/eric4_unittest.1
20debian/debian-manpages/eric4_webbrowser.1
021
=== added directory 'debian/patches'
=== added file 'debian/patches/01_path_fix.patch'
--- debian/patches/01_path_fix.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/01_path_fix.patch 2013-07-26 17:22:34 +0000
@@ -0,0 +1,30 @@
1New patch generated from eric 4.1.0-1 diff.gz
2Fixes paths and toolname extensions.
3--- a/eric/Preferences/__init__.py
4+++ b/eric/Preferences/__init__.py
5@@ -531,10 +531,10 @@
6 helpDefaults = {
7 "HelpViewerType" : 1, # this coresponds with the radio button id
8 "CustomViewer" : "",
9- "PythonDocDir" : "",
10- "QtDocDir" : "",
11- "Qt4DocDir" : "",
12- "PyQt4DocDir" : "",
13+ "PythonDocDir" : "/usr/share/doc/python-doc/html/index.html",
14+ "QtDocDir" : "/usr/share/doc/qt3-doc/html/",
15+ "Qt4DocDir" : "/usr/share/doc/qt4-doc-html/html/index.html",
16+ "PyQt4DocDir" : "/usr/share/doc/python-qt4-doc/html/",
17 "PyKDE4DocDir" : "",
18 "PySideDocDir" : "",
19 "SingleHelpWindow" : 1,
20@@ -622,8 +622,8 @@
21 qtDefaults = {
22 "Qt4TranslationsDir" : "",
23 "QtToolsPrefix4" : "",
24- "QtToolsPostfix4" : "",
25- "Qt4Dir" : "",
26+ "QtToolsPostfix4" : "-qt4",
27+ "Qt4Dir" : "/usr/share/qt4/",
28 }
29
30 # defaults for corba related stuff
031
=== added file 'debian/patches/02_missing-profile.patch'
--- debian/patches/02_missing-profile.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/02_missing-profile.patch 2013-07-26 17:22:34 +0000
@@ -0,0 +1,28 @@
1New patch generated from eric 4.0.4-1 diff.gz
2Original from Torsten Marek. Check for python-profiler since it is
3in non-free
4--- a/eric/Debugger/DebugUI.py
5+++ b/eric/Debugger/DebugUI.py
6@@ -1356,6 +1356,22 @@
7 @param runProject flag indicating coverage of the current project (True)
8 or script (false)
9 """
10+ try:
11+ import profile
12+ except ImportError:
13+ QMessageBox.critical(
14+ self.ui,
15+ self.trUtf8("Profiling not possible"),
16+ self.trUtf8(
17+"<p>The module for profiling Python code has been split from the Debian Python"
18+" package and put into the non-free section due to licensing issues.</p>"
19+"<p>Please install the package <b>python-profiler</b> to enable profiling support.</p>"
20+"<p>Your Debian package maintainer</p>"),
21+ self.trUtf8("&OK"))
22+ return
23+ else:
24+ del profile
25+
26 self.__resetUI()
27 doNotStart = False
28
029
=== added file 'debian/patches/03_disable-update-warning.patch'
--- debian/patches/03_disable-update-warning.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/03_disable-update-warning.patch 2013-07-26 17:22:34 +0000
@@ -0,0 +1,26 @@
1Index: eric-4.4.1/eric/UI/UserInterface.py
2Disables upgrade of eric outside the Debian package system
3===================================================================
4--- eric-4.4.1.orig/eric/UI/UserInterface.py 2010-03-26 20:40:23.000000000 +0100
5+++ eric-4.4.1/eric/UI/UserInterface.py 2010-03-26 20:42:03.000000000 +0100
6@@ -5510,7 +5510,8 @@
7 res = KQMessageBox.information(None,
8 self.trUtf8("Update available"),
9 self.trUtf8("""The update to <b>%1</b> of eric4 is available"""
10- """ at <b>%2</b>. Would you like to get it?""")\
11+ """Please ask the Debian maintainer to upgrade """
12+ """the package. """)\
13 .arg(versions[0]).arg(versions[1]),
14 QMessageBox.StandardButtons(\
15 QMessageBox.No | \
16@@ -5527,8 +5528,8 @@
17 self.trUtf8("Error during updates check"),
18 self.trUtf8("""Could not perform updates check."""))
19
20- if url:
21- QDesktopServices.openUrl(QUrl(url))
22+ #if url:
23+ #QDesktopServices.openUrl(QUrl(url))
24
25 def __versionsDownloadCanceled(self):
26 """
027
=== added file 'debian/patches/04_debian_chardet.patch'
--- debian/patches/04_debian_chardet.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/04_debian_chardet.patch 2013-07-26 17:22:34 +0000
@@ -0,0 +1,15 @@
1Changes eric to use the Debian supplied chardet instead of
2of the upstream ThirdParty one.
3--- a/eric/Utilities/__init__.py
4+++ b/eric/Utilities/__init__.py
5@@ -129,8 +129,8 @@
6 if Preferences.getEditor("AdvancedEncodingDetection"):
7 # Try the universal character encoding detector
8 try:
9- import ThirdParty.CharDet.chardet
10- guess = ThirdParty.CharDet.chardet.detect(text)
11+ import chardet
12+ guess = chardet.detect(text)
13 if guess and guess['confidence'] > 0.95 and guess['encoding'] is not None:
14 codec = guess['encoding'].lower()
15 return unicode(text, codec), '%s-guessed' % codec
016
=== added file 'debian/patches/05_minor_docfix.patch'
--- debian/patches/05_minor_docfix.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/05_minor_docfix.patch 2013-07-26 17:22:34 +0000
@@ -0,0 +1,28 @@
1Minor changes to documentation
2--- a/eric/Documentation/Source/eric4.QScintilla.QsciScintillaCompat.html
3+++ b/eric/Documentation/Source/eric4.QScintilla.QsciScintillaCompat.html
4@@ -245,7 +245,7 @@
5 <td>Public method to set the current indicator.</td>
6 </tr><tr>
7 <td><a href="#QsciScintillaCompat.setCursorFlashTime">setCursorFlashTime</a></td>
8-<td>Public method to get the flash (blink) time of the cursor in milliseconds.</td>
9+<td>Public method to set the flash (blink) time of the cursor in milliseconds.</td>
10 </tr><tr>
11 <td><a href="#QsciScintillaCompat.setEolModeByEolString">setEolModeByEolString</a></td>
12 <td>Public method to set the eol mode given the eol string.</td>
13@@ -973,7 +973,7 @@
14 <h4>QsciScintillaCompat.setCursorFlashTime</h4>
15 <b>setCursorFlashTime</b>(<i>time</i>)
16 <p>
17- Public method to get the flash (blink) time of the cursor in milliseconds.
18+ Public method to set the flash (blink) time of the cursor in milliseconds.
19 </p><p>
20 The flash time is the time required to display, invert and restore the
21 caret display. Usually the text cursor is displayed for half the cursor
22@@ -1173,4 +1173,4 @@
23 </dl>
24 <div align="right"><a href="#top">Up</a></div>
25 <hr />
26-</body></html>
27\ No newline at end of file
28+</body></html>
029
=== added file 'debian/patches/06_no_blacklist.patch'
--- debian/patches/06_no_blacklist.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/06_no_blacklist.patch 2013-07-26 17:22:34 +0000
@@ -0,0 +1,15 @@
1Disables blacklisting of unusable sip versions. Usable versions is handled
2in the control file.
3--- a/eric/eric4.py
4+++ b/eric/eric4.py
5@@ -194,8 +194,8 @@
6 options)
7 ddindex = Startup.handleArgs(sys.argv, appinfo)
8
9- if not Utilities.checkBlacklistedVersions():
10- sys.exit(100)
11+ #if not Utilities.checkBlacklistedVersions():
12+ # sys.exit(100)
13
14 app = KQApplication(sys.argv, kqOptions)
15
016
=== added file 'debian/patches/series'
--- debian/patches/series 1970-01-01 00:00:00 +0000
+++ debian/patches/series 2013-07-26 17:22:34 +0000
@@ -0,0 +1,6 @@
101_path_fix.patch
202_missing-profile.patch
303_disable-update-warning.patch
404_debian_chardet.patch
505_minor_docfix.patch
606_no_blacklist.patch
07
=== added file 'debian/rules'
--- debian/rules 1970-01-01 00:00:00 +0000
+++ debian/rules 2013-07-26 17:22:34 +0000
@@ -0,0 +1,105 @@
1#!/usr/bin/make -f
2# -*- makefile -*-
3
4# Uncomment this to turn on verbose mode.
5#export DH_VERBOSE=1
6
7
8ERICDIR=debian/eric/usr/share/eric/modules
9QTAPIFILE=debian/apis/pyqt.api
10KDEAPIFILE=debian/apis/pykde.api
11PYTHONAPIFILE=debian/apis/python.api
12APIFILES=$(QTAPIFILE)
13# $(KDEAPIFILE)
14# $(PYTHONAPIFILE)
15LAN=cs de es fr it ru tr zh_CN.GB2312
16
17clean:
18 dh_testdir
19 dh_testroot
20 find . -name "*.pyc" -exec rm {} \;
21 find . -name "Ui_*" -exec rm {} \;
22 rm -rf debian/eric debian/apis debian/qtapis debian/kdeapis debian/pyapis
23 rm -f eric4*
24 rm -f *-stamp
25 dh_clean
26
27
28apifile-stamp:
29 # generate API files
30 mkdir -p debian/qtapis debian/kdeapis debian/pyapis debian/apis
31 python debian/gen_qt_apis.py debian/qtapis/
32 #python debian/gen_kde_apis.py debian/kdeapis/
33 #python debian/gen_python_api.py debian/pyapis/
34 sort -u debian/qtapis/*.api > $(QTAPIFILE)
35 #sort -u debian/kdeapis/*.api > $(KDEAPIFILE)
36 #sort -u debian/pyapis/*.api > $(PYAPIFILE)
37 touch apifile-stamp
38
39build: build-arch build-indep
40build-arch:
41build-indep:
42
43install: apifile-stamp
44 dh_testdir -i
45 dh_testroot -i
46 dh_prep -i
47 python install.py -i debian/eric -x -c -f debian/eric4config.debian
48 dh_installdirs -i
49
50 for i in transl-*/eric/i18n/*.ts; do\
51 lrelease-qt4 $$i -qm debian/eric/usr/share/qt4/translations/`basename $$i .ts`.qm;\
52 done
53
54 rm -f debian/eric/usr/share/doc/eric/LICENSE.GPL3
55 rm -f $(ERICDIR)/LICENSE.GPL3
56 rm -f $(ERICDIR)/install*.py
57
58# copy API files
59 mv debian/eric/usr/share/eric/api/* debian/eric-api-files/usr/share/eric/api
60
61 for i in $(APIFILES); do \
62 install -o root -g root -m 644 $$i \
63 debian/eric-api-files/usr/share/eric/api/python; \
64 done
65
66# remove README-PyXML.txt
67 rm -f debian/eric/usr/share/doc/eric/README-PyXML.txt
68# remove the ThirdParty libraries
69 rm -rf debian/eric/usr/share/eric/modules/ThirdParty
70 find debian/eric/ -name '*.py[co]' -delete
71
72binary: binary-indep binary-arch
73binary-arch:
74
75# Build architecture-independent files here.
76binary-indep: install
77 dh_testdir -i
78 dh_testroot -i
79 dh_installchangelogs
80 dh_installdocs -i --exclude=LICENSE.GPL3
81 dh_installmenu -i
82 dh_installman -i
83 dh_install
84 dh_link -i
85 dh_lintian -i
86 dh_compress -i
87 dh_python2 -i --exclude=Python3
88 dh_fixperms -i
89 dh_installdeb -i
90 dh_gencontrol -i
91 dh_md5sums -i
92 dh_builddeb -i
93
94get-orig-source:
95 VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-+~]+).*,\1,p');\
96 set -e;\
97 wget -q http://sourceforge.net/projects/eric-ide/files/eric4/stable/$$VER/eric4-$$VER.tar.gz/download\
98 -O eric_$$VER.orig.tar.gz;\
99 for L in ${LAN}; do\
100 wget -q http://sourceforge.net/projects/eric-ide/files/eric4/stable/$$VER/eric4-i18n-$$L-$$VER.tar.gz/download\
101 -O eric_$$VER.orig-transl-$$L.tar.gz;\
102 done;\
103 mv eric_$$VER.orig-transl-zh_CN.GB2312.tar.gz eric_$$VER.orig-transl-zhCNGB2312.tar.gz
104
105.PHONY: clean binary-indep binary-arch binary install
0106
=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format 1970-01-01 00:00:00 +0000
+++ debian/source/format 2013-07-26 17:22:34 +0000
@@ -0,0 +1,1 @@
13.0 (quilt)
02
=== added file 'debian/source/include-binaries'
--- debian/source/include-binaries 1970-01-01 00:00:00 +0000
+++ debian/source/include-binaries 2013-07-26 17:22:34 +0000
@@ -0,0 +1,16 @@
1transl-fr/eric/i18n/eric4_fr.qm
2transl-es/eric/i18n/eric4_es.qm
3transl-it/eric/i18n/eric4_it.qm
4transl-ru/eric/i18n/eric4_ru.qm
5transl-tr/eric/i18n/eric4_tr.qm
6transl-cs/eric/i18n/eric4_cs.qm
7transl-de/eric/i18n/eric4_de.qm
8transl-fr/eric/i18n/eric4_fr.ts
9transl-es/eric/i18n/eric4_es.ts
10transl-it/eric/i18n/eric4_it.ts
11transl-ru/eric/i18n/eric4_ru.ts
12transl-tr/eric/i18n/eric4_tr.ts
13transl-cs/eric/i18n/eric4_cs.ts
14transl-de/eric/i18n/eric4_de.ts
15transl-zhCNGB2312/eric/i18n/eric4_zh_CN.GB2312.qm
16transl-zhCNGB2312/eric/i18n/eric4_zh_CN.GB2312.ts
017
=== added file 'debian/watch'
--- debian/watch 1970-01-01 00:00:00 +0000
+++ debian/watch 2013-07-26 17:22:34 +0000
@@ -0,0 +1,2 @@
1version=3
2http://sf.net/eric-ide/eric4-([0-9]\.[0-9]\.[0-9].*)\.tar\.gz debian uupdate
03
=== added directory 'eric'
=== added directory 'eric/APIs'
=== added directory 'eric/APIs/Python'
=== added file 'eric/APIs/Python/eric4.api'
--- eric/APIs/Python/eric4.api 1970-01-01 00:00:00 +0000
+++ eric/APIs/Python/eric4.api 2013-07-26 17:22:34 +0000
@@ -0,0 +1,5833 @@
1eric4.DataViews.CodeMetrics.COMMENT?7
2eric4.DataViews.CodeMetrics.DEDENT?7
3eric4.DataViews.CodeMetrics.EMPTY?7
4eric4.DataViews.CodeMetrics.INDENT?7
5eric4.DataViews.CodeMetrics.KEYWORD?7
6eric4.DataViews.CodeMetrics.NEWLINE?7
7eric4.DataViews.CodeMetrics.Parser.parse?4(text)
8eric4.DataViews.CodeMetrics.SourceStat.dedent?4(tok)
9eric4.DataViews.CodeMetrics.SourceStat.dump?4()
10eric4.DataViews.CodeMetrics.SourceStat.getCounter?4(id, key)
11eric4.DataViews.CodeMetrics.SourceStat.inc?4(key, value=1)
12eric4.DataViews.CodeMetrics.SourceStat.indent?4(tok)
13eric4.DataViews.CodeMetrics.SourceStat.push?4(identifier, row)
14eric4.DataViews.CodeMetrics.SourceStat?1()
15eric4.DataViews.CodeMetrics.Token?1(**kw)
16eric4.DataViews.CodeMetrics.analyze?4(filename, total)
17eric4.DataViews.CodeMetrics.main?4()
18eric4.DataViews.CodeMetrics.spacer?7
19eric4.DataViews.CodeMetrics.summarize?4(total, key, value)
20eric4.DataViews.CodeMetricsDialog.CodeMetricsDialog.on_buttonBox_clicked?4(button)
21eric4.DataViews.CodeMetricsDialog.CodeMetricsDialog.start?4(fn)
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: