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
1=== added file 'LICENSE.GPL3'
2--- LICENSE.GPL3 1970-01-01 00:00:00 +0000
3+++ LICENSE.GPL3 2013-07-26 17:22:34 +0000
4@@ -0,0 +1,630 @@
5+Eric is Copyright (c) 2002 - 2008 Detlev Offenbach <detlev@die-offenbachs.de>
6+
7+You may use, distribute and copy Eric under the terms of the GNU
8+General Public License as published by the Free Software Foundation,
9+either version 3 of the License, which is shown below, or (at your
10+option) any later version.
11+
12+-------------------------------------------------------------------------
13+
14+ GNU GENERAL PUBLIC LICENSE
15+ Version 3, 29 June 2007
16+
17+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
18+ Everyone is permitted to copy and distribute verbatim copies
19+ of this license document, but changing it is not allowed.
20+
21+ Preamble
22+
23+ The GNU General Public License is a free, copyleft license for
24+software and other kinds of works.
25+
26+ The licenses for most software and other practical works are designed
27+to take away your freedom to share and change the works. By contrast,
28+the GNU General Public License is intended to guarantee your freedom to
29+share and change all versions of a program--to make sure it remains free
30+software for all its users. We, the Free Software Foundation, use the
31+GNU General Public License for most of our software; it applies also to
32+any other work released this way by its authors. You can apply it to
33+your programs, too.
34+
35+ When we speak of free software, we are referring to freedom, not
36+price. Our General Public Licenses are designed to make sure that you
37+have the freedom to distribute copies of free software (and charge for
38+them if you wish), that you receive source code or can get it if you
39+want it, that you can change the software or use pieces of it in new
40+free programs, and that you know you can do these things.
41+
42+ To protect your rights, we need to prevent others from denying you
43+these rights or asking you to surrender the rights. Therefore, you have
44+certain responsibilities if you distribute copies of the software, or if
45+you modify it: responsibilities to respect the freedom of others.
46+
47+ For example, if you distribute copies of such a program, whether
48+gratis or for a fee, you must pass on to the recipients the same
49+freedoms that you received. You must make sure that they, too, receive
50+or can get the source code. And you must show them these terms so they
51+know their rights.
52+
53+ Developers that use the GNU GPL protect your rights with two steps:
54+(1) assert copyright on the software, and (2) offer you this License
55+giving you legal permission to copy, distribute and/or modify it.
56+
57+ For the developers' and authors' protection, the GPL clearly explains
58+that there is no warranty for this free software. For both users' and
59+authors' sake, the GPL requires that modified versions be marked as
60+changed, so that their problems will not be attributed erroneously to
61+authors of previous versions.
62+
63+ Some devices are designed to deny users access to install or run
64+modified versions of the software inside them, although the manufacturer
65+can do so. This is fundamentally incompatible with the aim of
66+protecting users' freedom to change the software. The systematic
67+pattern of such abuse occurs in the area of products for individuals to
68+use, which is precisely where it is most unacceptable. Therefore, we
69+have designed this version of the GPL to prohibit the practice for those
70+products. If such problems arise substantially in other domains, we
71+stand ready to extend this provision to those domains in future versions
72+of the GPL, as needed to protect the freedom of users.
73+
74+ Finally, every program is threatened constantly by software patents.
75+States should not allow patents to restrict development and use of
76+software on general-purpose computers, but in those that do, we wish to
77+avoid the special danger that patents applied to a free program could
78+make it effectively proprietary. To prevent this, the GPL assures that
79+patents cannot be used to render the program non-free.
80+
81+ The precise terms and conditions for copying, distribution and
82+modification follow.
83+
84+ TERMS AND CONDITIONS
85+
86+ 0. Definitions.
87+
88+ "This License" refers to version 3 of the GNU General Public License.
89+
90+ "Copyright" also means copyright-like laws that apply to other kinds of
91+works, such as semiconductor masks.
92+
93+ "The Program" refers to any copyrightable work licensed under this
94+License. Each licensee is addressed as "you". "Licensees" and
95+"recipients" may be individuals or organizations.
96+
97+ To "modify" a work means to copy from or adapt all or part of the work
98+in a fashion requiring copyright permission, other than the making of an
99+exact copy. The resulting work is called a "modified version" of the
100+earlier work or a work "based on" the earlier work.
101+
102+ A "covered work" means either the unmodified Program or a work based
103+on the Program.
104+
105+ To "propagate" a work means to do anything with it that, without
106+permission, would make you directly or secondarily liable for
107+infringement under applicable copyright law, except executing it on a
108+computer or modifying a private copy. Propagation includes copying,
109+distribution (with or without modification), making available to the
110+public, and in some countries other activities as well.
111+
112+ To "convey" a work means any kind of propagation that enables other
113+parties to make or receive copies. Mere interaction with a user through
114+a computer network, with no transfer of a copy, is not conveying.
115+
116+ An interactive user interface displays "Appropriate Legal Notices"
117+to the extent that it includes a convenient and prominently visible
118+feature that (1) displays an appropriate copyright notice, and (2)
119+tells the user that there is no warranty for the work (except to the
120+extent that warranties are provided), that licensees may convey the
121+work under this License, and how to view a copy of this License. If
122+the interface presents a list of user commands or options, such as a
123+menu, a prominent item in the list meets this criterion.
124+
125+ 1. Source Code.
126+
127+ The "source code" for a work means the preferred form of the work
128+for making modifications to it. "Object code" means any non-source
129+form of a work.
130+
131+ A "Standard Interface" means an interface that either is an official
132+standard defined by a recognized standards body, or, in the case of
133+interfaces specified for a particular programming language, one that
134+is widely used among developers working in that language.
135+
136+ The "System Libraries" of an executable work include anything, other
137+than the work as a whole, that (a) is included in the normal form of
138+packaging a Major Component, but which is not part of that Major
139+Component, and (b) serves only to enable use of the work with that
140+Major Component, or to implement a Standard Interface for which an
141+implementation is available to the public in source code form. A
142+"Major Component", in this context, means a major essential component
143+(kernel, window system, and so on) of the specific operating system
144+(if any) on which the executable work runs, or a compiler used to
145+produce the work, or an object code interpreter used to run it.
146+
147+ The "Corresponding Source" for a work in object code form means all
148+the source code needed to generate, install, and (for an executable
149+work) run the object code and to modify the work, including scripts to
150+control those activities. However, it does not include the work's
151+System Libraries, or general-purpose tools or generally available free
152+programs which are used unmodified in performing those activities but
153+which are not part of the work. For example, Corresponding Source
154+includes interface definition files associated with source files for
155+the work, and the source code for shared libraries and dynamically
156+linked subprograms that the work is specifically designed to require,
157+such as by intimate data communication or control flow between those
158+subprograms and other parts of the work.
159+
160+ The Corresponding Source need not include anything that users
161+can regenerate automatically from other parts of the Corresponding
162+Source.
163+
164+ The Corresponding Source for a work in source code form is that
165+same work.
166+
167+ 2. Basic Permissions.
168+
169+ All rights granted under this License are granted for the term of
170+copyright on the Program, and are irrevocable provided the stated
171+conditions are met. This License explicitly affirms your unlimited
172+permission to run the unmodified Program. The output from running a
173+covered work is covered by this License only if the output, given its
174+content, constitutes a covered work. This License acknowledges your
175+rights of fair use or other equivalent, as provided by copyright law.
176+
177+ You may make, run and propagate covered works that you do not
178+convey, without conditions so long as your license otherwise remains
179+in force. You may convey covered works to others for the sole purpose
180+of having them make modifications exclusively for you, or provide you
181+with facilities for running those works, provided that you comply with
182+the terms of this License in conveying all material for which you do
183+not control copyright. Those thus making or running the covered works
184+for you must do so exclusively on your behalf, under your direction
185+and control, on terms that prohibit them from making any copies of
186+your copyrighted material outside their relationship with you.
187+
188+ Conveying under any other circumstances is permitted solely under
189+the conditions stated below. Sublicensing is not allowed; section 10
190+makes it unnecessary.
191+
192+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
193+
194+ No covered work shall be deemed part of an effective technological
195+measure under any applicable law fulfilling obligations under article
196+11 of the WIPO copyright treaty adopted on 20 December 1996, or
197+similar laws prohibiting or restricting circumvention of such
198+measures.
199+
200+ When you convey a covered work, you waive any legal power to forbid
201+circumvention of technological measures to the extent such circumvention
202+is effected by exercising rights under this License with respect to
203+the covered work, and you disclaim any intention to limit operation or
204+modification of the work as a means of enforcing, against the work's
205+users, your or third parties' legal rights to forbid circumvention of
206+technological measures.
207+
208+ 4. Conveying Verbatim Copies.
209+
210+ You may convey verbatim copies of the Program's source code as you
211+receive it, in any medium, provided that you conspicuously and
212+appropriately publish on each copy an appropriate copyright notice;
213+keep intact all notices stating that this License and any
214+non-permissive terms added in accord with section 7 apply to the code;
215+keep intact all notices of the absence of any warranty; and give all
216+recipients a copy of this License along with the Program.
217+
218+ You may charge any price or no price for each copy that you convey,
219+and you may offer support or warranty protection for a fee.
220+
221+ 5. Conveying Modified Source Versions.
222+
223+ You may convey a work based on the Program, or the modifications to
224+produce it from the Program, in the form of source code under the
225+terms of section 4, provided that you also meet all of these conditions:
226+
227+ a) The work must carry prominent notices stating that you modified
228+ it, and giving a relevant date.
229+
230+ b) The work must carry prominent notices stating that it is
231+ released under this License and any conditions added under section
232+ 7. This requirement modifies the requirement in section 4 to
233+ "keep intact all notices".
234+
235+ c) You must license the entire work, as a whole, under this
236+ License to anyone who comes into possession of a copy. This
237+ License will therefore apply, along with any applicable section 7
238+ additional terms, to the whole of the work, and all its parts,
239+ regardless of how they are packaged. This License gives no
240+ permission to license the work in any other way, but it does not
241+ invalidate such permission if you have separately received it.
242+
243+ d) If the work has interactive user interfaces, each must display
244+ Appropriate Legal Notices; however, if the Program has interactive
245+ interfaces that do not display Appropriate Legal Notices, your
246+ work need not make them do so.
247+
248+ A compilation of a covered work with other separate and independent
249+works, which are not by their nature extensions of the covered work,
250+and which are not combined with it such as to form a larger program,
251+in or on a volume of a storage or distribution medium, is called an
252+"aggregate" if the compilation and its resulting copyright are not
253+used to limit the access or legal rights of the compilation's users
254+beyond what the individual works permit. Inclusion of a covered work
255+in an aggregate does not cause this License to apply to the other
256+parts of the aggregate.
257+
258+ 6. Conveying Non-Source Forms.
259+
260+ You may convey a covered work in object code form under the terms
261+of sections 4 and 5, provided that you also convey the
262+machine-readable Corresponding Source under the terms of this License,
263+in one of these ways:
264+
265+ a) Convey the object code in, or embodied in, a physical product
266+ (including a physical distribution medium), accompanied by the
267+ Corresponding Source fixed on a durable physical medium
268+ customarily used for software interchange.
269+
270+ b) Convey the object code in, or embodied in, a physical product
271+ (including a physical distribution medium), accompanied by a
272+ written offer, valid for at least three years and valid for as
273+ long as you offer spare parts or customer support for that product
274+ model, to give anyone who possesses the object code either (1) a
275+ copy of the Corresponding Source for all the software in the
276+ product that is covered by this License, on a durable physical
277+ medium customarily used for software interchange, for a price no
278+ more than your reasonable cost of physically performing this
279+ conveying of source, or (2) access to copy the
280+ Corresponding Source from a network server at no charge.
281+
282+ c) Convey individual copies of the object code with a copy of the
283+ written offer to provide the Corresponding Source. This
284+ alternative is allowed only occasionally and noncommercially, and
285+ only if you received the object code with such an offer, in accord
286+ with subsection 6b.
287+
288+ d) Convey the object code by offering access from a designated
289+ place (gratis or for a charge), and offer equivalent access to the
290+ Corresponding Source in the same way through the same place at no
291+ further charge. You need not require recipients to copy the
292+ Corresponding Source along with the object code. If the place to
293+ copy the object code is a network server, the Corresponding Source
294+ may be on a different server (operated by you or a third party)
295+ that supports equivalent copying facilities, provided you maintain
296+ clear directions next to the object code saying where to find the
297+ Corresponding Source. Regardless of what server hosts the
298+ Corresponding Source, you remain obligated to ensure that it is
299+ available for as long as needed to satisfy these requirements.
300+
301+ e) Convey the object code using peer-to-peer transmission, provided
302+ you inform other peers where the object code and Corresponding
303+ Source of the work are being offered to the general public at no
304+ charge under subsection 6d.
305+
306+ A separable portion of the object code, whose source code is excluded
307+from the Corresponding Source as a System Library, need not be
308+included in conveying the object code work.
309+
310+ A "User Product" is either (1) a "consumer product", which means any
311+tangible personal property which is normally used for personal, family,
312+or household purposes, or (2) anything designed or sold for incorporation
313+into a dwelling. In determining whether a product is a consumer product,
314+doubtful cases shall be resolved in favor of coverage. For a particular
315+product received by a particular user, "normally used" refers to a
316+typical or common use of that class of product, regardless of the status
317+of the particular user or of the way in which the particular user
318+actually uses, or expects or is expected to use, the product. A product
319+is a consumer product regardless of whether the product has substantial
320+commercial, industrial or non-consumer uses, unless such uses represent
321+the only significant mode of use of the product.
322+
323+ "Installation Information" for a User Product means any methods,
324+procedures, authorization keys, or other information required to install
325+and execute modified versions of a covered work in that User Product from
326+a modified version of its Corresponding Source. The information must
327+suffice to ensure that the continued functioning of the modified object
328+code is in no case prevented or interfered with solely because
329+modification has been made.
330+
331+ If you convey an object code work under this section in, or with, or
332+specifically for use in, a User Product, and the conveying occurs as
333+part of a transaction in which the right of possession and use of the
334+User Product is transferred to the recipient in perpetuity or for a
335+fixed term (regardless of how the transaction is characterized), the
336+Corresponding Source conveyed under this section must be accompanied
337+by the Installation Information. But this requirement does not apply
338+if neither you nor any third party retains the ability to install
339+modified object code on the User Product (for example, the work has
340+been installed in ROM).
341+
342+ The requirement to provide Installation Information does not include a
343+requirement to continue to provide support service, warranty, or updates
344+for a work that has been modified or installed by the recipient, or for
345+the User Product in which it has been modified or installed. Access to a
346+network may be denied when the modification itself materially and
347+adversely affects the operation of the network or violates the rules and
348+protocols for communication across the network.
349+
350+ Corresponding Source conveyed, and Installation Information provided,
351+in accord with this section must be in a format that is publicly
352+documented (and with an implementation available to the public in
353+source code form), and must require no special password or key for
354+unpacking, reading or copying.
355+
356+ 7. Additional Terms.
357+
358+ "Additional permissions" are terms that supplement the terms of this
359+License by making exceptions from one or more of its conditions.
360+Additional permissions that are applicable to the entire Program shall
361+be treated as though they were included in this License, to the extent
362+that they are valid under applicable law. If additional permissions
363+apply only to part of the Program, that part may be used separately
364+under those permissions, but the entire Program remains governed by
365+this License without regard to the additional permissions.
366+
367+ When you convey a copy of a covered work, you may at your option
368+remove any additional permissions from that copy, or from any part of
369+it. (Additional permissions may be written to require their own
370+removal in certain cases when you modify the work.) You may place
371+additional permissions on material, added by you to a covered work,
372+for which you have or can give appropriate copyright permission.
373+
374+ Notwithstanding any other provision of this License, for material you
375+add to a covered work, you may (if authorized by the copyright holders of
376+that material) supplement the terms of this License with terms:
377+
378+ a) Disclaiming warranty or limiting liability differently from the
379+ terms of sections 15 and 16 of this License; or
380+
381+ b) Requiring preservation of specified reasonable legal notices or
382+ author attributions in that material or in the Appropriate Legal
383+ Notices displayed by works containing it; or
384+
385+ c) Prohibiting misrepresentation of the origin of that material, or
386+ requiring that modified versions of such material be marked in
387+ reasonable ways as different from the original version; or
388+
389+ d) Limiting the use for publicity purposes of names of licensors or
390+ authors of the material; or
391+
392+ e) Declining to grant rights under trademark law for use of some
393+ trade names, trademarks, or service marks; or
394+
395+ f) Requiring indemnification of licensors and authors of that
396+ material by anyone who conveys the material (or modified versions of
397+ it) with contractual assumptions of liability to the recipient, for
398+ any liability that these contractual assumptions directly impose on
399+ those licensors and authors.
400+
401+ All other non-permissive additional terms are considered "further
402+restrictions" within the meaning of section 10. If the Program as you
403+received it, or any part of it, contains a notice stating that it is
404+governed by this License along with a term that is a further
405+restriction, you may remove that term. If a license document contains
406+a further restriction but permits relicensing or conveying under this
407+License, you may add to a covered work material governed by the terms
408+of that license document, provided that the further restriction does
409+not survive such relicensing or conveying.
410+
411+ If you add terms to a covered work in accord with this section, you
412+must place, in the relevant source files, a statement of the
413+additional terms that apply to those files, or a notice indicating
414+where to find the applicable terms.
415+
416+ Additional terms, permissive or non-permissive, may be stated in the
417+form of a separately written license, or stated as exceptions;
418+the above requirements apply either way.
419+
420+ 8. Termination.
421+
422+ You may not propagate or modify a covered work except as expressly
423+provided under this License. Any attempt otherwise to propagate or
424+modify it is void, and will automatically terminate your rights under
425+this License (including any patent licenses granted under the third
426+paragraph of section 11).
427+
428+ However, if you cease all violation of this License, then your
429+license from a particular copyright holder is reinstated (a)
430+provisionally, unless and until the copyright holder explicitly and
431+finally terminates your license, and (b) permanently, if the copyright
432+holder fails to notify you of the violation by some reasonable means
433+prior to 60 days after the cessation.
434+
435+ Moreover, your license from a particular copyright holder is
436+reinstated permanently if the copyright holder notifies you of the
437+violation by some reasonable means, this is the first time you have
438+received notice of violation of this License (for any work) from that
439+copyright holder, and you cure the violation prior to 30 days after
440+your receipt of the notice.
441+
442+ Termination of your rights under this section does not terminate the
443+licenses of parties who have received copies or rights from you under
444+this License. If your rights have been terminated and not permanently
445+reinstated, you do not qualify to receive new licenses for the same
446+material under section 10.
447+
448+ 9. Acceptance Not Required for Having Copies.
449+
450+ You are not required to accept this License in order to receive or
451+run a copy of the Program. Ancillary propagation of a covered work
452+occurring solely as a consequence of using peer-to-peer transmission
453+to receive a copy likewise does not require acceptance. However,
454+nothing other than this License grants you permission to propagate or
455+modify any covered work. These actions infringe copyright if you do
456+not accept this License. Therefore, by modifying or propagating a
457+covered work, you indicate your acceptance of this License to do so.
458+
459+ 10. Automatic Licensing of Downstream Recipients.
460+
461+ Each time you convey a covered work, the recipient automatically
462+receives a license from the original licensors, to run, modify and
463+propagate that work, subject to this License. You are not responsible
464+for enforcing compliance by third parties with this License.
465+
466+ An "entity transaction" is a transaction transferring control of an
467+organization, or substantially all assets of one, or subdividing an
468+organization, or merging organizations. If propagation of a covered
469+work results from an entity transaction, each party to that
470+transaction who receives a copy of the work also receives whatever
471+licenses to the work the party's predecessor in interest had or could
472+give under the previous paragraph, plus a right to possession of the
473+Corresponding Source of the work from the predecessor in interest, if
474+the predecessor has it or can get it with reasonable efforts.
475+
476+ You may not impose any further restrictions on the exercise of the
477+rights granted or affirmed under this License. For example, you may
478+not impose a license fee, royalty, or other charge for exercise of
479+rights granted under this License, and you may not initiate litigation
480+(including a cross-claim or counterclaim in a lawsuit) alleging that
481+any patent claim is infringed by making, using, selling, offering for
482+sale, or importing the Program or any portion of it.
483+
484+ 11. Patents.
485+
486+ A "contributor" is a copyright holder who authorizes use under this
487+License of the Program or a work on which the Program is based. The
488+work thus licensed is called the contributor's "contributor version".
489+
490+ A contributor's "essential patent claims" are all patent claims
491+owned or controlled by the contributor, whether already acquired or
492+hereafter acquired, that would be infringed by some manner, permitted
493+by this License, of making, using, or selling its contributor version,
494+but do not include claims that would be infringed only as a
495+consequence of further modification of the contributor version. For
496+purposes of this definition, "control" includes the right to grant
497+patent sublicenses in a manner consistent with the requirements of
498+this License.
499+
500+ Each contributor grants you a non-exclusive, worldwide, royalty-free
501+patent license under the contributor's essential patent claims, to
502+make, use, sell, offer for sale, import and otherwise run, modify and
503+propagate the contents of its contributor version.
504+
505+ In the following three paragraphs, a "patent license" is any express
506+agreement or commitment, however denominated, not to enforce a patent
507+(such as an express permission to practice a patent or covenant not to
508+sue for patent infringement). To "grant" such a patent license to a
509+party means to make such an agreement or commitment not to enforce a
510+patent against the party.
511+
512+ If you convey a covered work, knowingly relying on a patent license,
513+and the Corresponding Source of the work is not available for anyone
514+to copy, free of charge and under the terms of this License, through a
515+publicly available network server or other readily accessible means,
516+then you must either (1) cause the Corresponding Source to be so
517+available, or (2) arrange to deprive yourself of the benefit of the
518+patent license for this particular work, or (3) arrange, in a manner
519+consistent with the requirements of this License, to extend the patent
520+license to downstream recipients. "Knowingly relying" means you have
521+actual knowledge that, but for the patent license, your conveying the
522+covered work in a country, or your recipient's use of the covered work
523+in a country, would infringe one or more identifiable patents in that
524+country that you have reason to believe are valid.
525+
526+ If, pursuant to or in connection with a single transaction or
527+arrangement, you convey, or propagate by procuring conveyance of, a
528+covered work, and grant a patent license to some of the parties
529+receiving the covered work authorizing them to use, propagate, modify
530+or convey a specific copy of the covered work, then the patent license
531+you grant is automatically extended to all recipients of the covered
532+work and works based on it.
533+
534+ A patent license is "discriminatory" if it does not include within
535+the scope of its coverage, prohibits the exercise of, or is
536+conditioned on the non-exercise of one or more of the rights that are
537+specifically granted under this License. You may not convey a covered
538+work if you are a party to an arrangement with a third party that is
539+in the business of distributing software, under which you make payment
540+to the third party based on the extent of your activity of conveying
541+the work, and under which the third party grants, to any of the
542+parties who would receive the covered work from you, a discriminatory
543+patent license (a) in connection with copies of the covered work
544+conveyed by you (or copies made from those copies), or (b) primarily
545+for and in connection with specific products or compilations that
546+contain the covered work, unless you entered into that arrangement,
547+or that patent license was granted, prior to 28 March 2007.
548+
549+ Nothing in this License shall be construed as excluding or limiting
550+any implied license or other defenses to infringement that may
551+otherwise be available to you under applicable patent law.
552+
553+ 12. No Surrender of Others' Freedom.
554+
555+ If conditions are imposed on you (whether by court order, agreement or
556+otherwise) that contradict the conditions of this License, they do not
557+excuse you from the conditions of this License. If you cannot convey a
558+covered work so as to satisfy simultaneously your obligations under this
559+License and any other pertinent obligations, then as a consequence you may
560+not convey it at all. For example, if you agree to terms that obligate you
561+to collect a royalty for further conveying from those to whom you convey
562+the Program, the only way you could satisfy both those terms and this
563+License would be to refrain entirely from conveying the Program.
564+
565+ 13. Use with the GNU Affero General Public License.
566+
567+ Notwithstanding any other provision of this License, you have
568+permission to link or combine any covered work with a work licensed
569+under version 3 of the GNU Affero General Public License into a single
570+combined work, and to convey the resulting work. The terms of this
571+License will continue to apply to the part which is the covered work,
572+but the special requirements of the GNU Affero General Public License,
573+section 13, concerning interaction through a network will apply to the
574+combination as such.
575+
576+ 14. Revised Versions of this License.
577+
578+ The Free Software Foundation may publish revised and/or new versions of
579+the GNU General Public License from time to time. Such new versions will
580+be similar in spirit to the present version, but may differ in detail to
581+address new problems or concerns.
582+
583+ Each version is given a distinguishing version number. If the
584+Program specifies that a certain numbered version of the GNU General
585+Public License "or any later version" applies to it, you have the
586+option of following the terms and conditions either of that numbered
587+version or of any later version published by the Free Software
588+Foundation. If the Program does not specify a version number of the
589+GNU General Public License, you may choose any version ever published
590+by the Free Software Foundation.
591+
592+ If the Program specifies that a proxy can decide which future
593+versions of the GNU General Public License can be used, that proxy's
594+public statement of acceptance of a version permanently authorizes you
595+to choose that version for the Program.
596+
597+ Later license versions may give you additional or different
598+permissions. However, no additional obligations are imposed on any
599+author or copyright holder as a result of your choosing to follow a
600+later version.
601+
602+ 15. Disclaimer of Warranty.
603+
604+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
605+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
606+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
607+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
608+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
609+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
610+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
611+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
612+
613+ 16. Limitation of Liability.
614+
615+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
616+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
617+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
618+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
619+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
620+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
621+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
622+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
623+SUCH DAMAGES.
624+
625+ 17. Interpretation of Sections 15 and 16.
626+
627+ If the disclaimer of warranty and limitation of liability provided
628+above cannot be given local legal effect according to their terms,
629+reviewing courts shall apply local law that most closely approximates
630+an absolute waiver of all civil liability in connection with the
631+Program, unless a warranty or assumption of liability accompanies a
632+copy of the Program in return for a fee.
633+
634+ END OF TERMS AND CONDITIONS
635
636=== renamed file 'LICENSE.GPL3' => 'LICENSE.GPL3.moved'
637=== added file 'README'
638--- README 1970-01-01 00:00:00 +0000
639+++ README 2013-07-26 17:22:34 +0000
640@@ -0,0 +1,209 @@
641+README for the eric4 IDE
642+
643+ Installation
644+
645+ Installing eric4 is a simple process. Just execute the install.py script
646+ (type python install.py -h for some help). Please note that the installation
647+ has to be performed using the administrators account (i.e. root on linux).
648+ This installs a wrapper script in the standard executable directory
649+ (default: /usr/local/bin on linux) called eric4.
650+
651+ If you want to uninstall the package just execute the uninstall script. This
652+ gets rid of all installed files. In this case please send an email to the
653+ below mentioned address and tell me your reason. This might give me a hint on
654+ how to improve eric4.
655+
656+ If the required packages (Qt4, QScintilla2, sip and PyQt4) are not installed,
657+ please get them and install them in the following order (order is important).
658+
659+ 1. Install Qt4
660+
661+ 2. Build and install sip
662+
663+ 3. Build and install QScintilla2
664+
665+ 4. Build and install PyQt4
666+
667+ 5. Build and install QScintilla2 Python bindings
668+
669+ 6. Install eric4
670+
671+ If you want to use the interfaces to other supported software packages, you may
672+ install them in any order and at any time.
673+
674+ Installation of translations
675+
676+ Translations of the eric4 IDE are available as separate downloads. There
677+ are two ways to install them.
678+
679+ The first possibility is to install them together with eric4. In order
680+ to do that, simply extract the downloaded archives into the same place
681+ as the eric4 archive and follow the installation instructions above.
682+
683+ The second possibility is to install them separately. Extract the
684+ downloaded archives and execute the install-i18n.py script (type
685+ python install-i18n.py -h for some help). This way you can make the
686+ translations available to everybody or just to the user executing the
687+ installation command (if using the -p switch).
688+
689+ Running
690+
691+ Just call up eric4, which will start the IDE. Use the "what is"-help
692+ (arrow with ?) to get some help. Sorry, there is no documentation yet.
693+ To start the unit test module in a standalone variant simply call up
694+ eric4-unittest. This will show the same dialog (though with a little bit less
695+ functionality) as if started from within eric4. The helpviewer can be
696+ started as a standalone program by executing the eric4-helpviewer script.
697+
698+ Please note, the first time you start eric4 it will recognize, that it
699+ hasn't been configured yet and will show the configuration dialog.
700+ Please take your time and go through all the configuration items.
701+ However, every configuration option has a meaningful default value.
702+
703+ Running from the sources
704+
705+ If you want to run eric4 from within the source tree you have to execute
706+ the compileUiFiles.py script once after a fresh checkout from the source
707+ repository or when new dialogs have been added. Thereafter just execute
708+ the eric4.py script.
709+
710+ Tray starter
711+
712+ eric4 comes with a little utility called "eric4-tray". This embeds an icon
713+ in the system tray, which contains a context menu to start eric4 and all
714+ it's utilities. Double clicking this icon starts the eric4 IDE.
715+
716+ Autocompletion/Calltips
717+
718+ eric4 provides an interface to the QScintilla auto-completion and calltips
719+ functionality. QScintilla2 comes with API files for Python and itself. PyQt4
720+ contains an API file as well. These are installed by default, if the correct
721+ installation order (see above) is followed. An API file for eric4 is
722+ installed in the same place.
723+
724+ In order to use autocompletion and calltips in eric4 please configure these
725+ functions in the "Preferences Dialog" on the "Editor -> APIs",
726+ "Editor -> Autocompletion" and "Editor -> Calltips" pages.
727+
728+ Remote Debugger
729+
730+ In order to enable the remote debugger start eric4, open the preferences
731+ dialog and configure the settings on the debugger pages.
732+
733+ The remote login must be possible without any further interaction (i.e.
734+ no password prompt). If the remote setup differs from the local one you
735+ must configure the Python interpreter and the Debug Client to be used
736+ in the Preferences dialog. eric4 includes two different versions of the
737+ debug client. DebugClient.py is the traditional debugger and
738+ DebugClientThreads is a multithreading variant of the debug client.
739+ Please copy all needed files to a place accessible through the Python path
740+ of the remote machine and set the entries of the a.m. configuration tab
741+ accordingly.
742+
743+ Passive Debugging
744+
745+ Passive debugging mode allows the startup of the debugger from outside
746+ of the IDE. The IDE waits for a connection attempt. For further details
747+ see the file README-passive-debugging.txt
748+
749+ Plugin System
750+
751+ eric4 contains a plugin system, that is used to extend eric4's
752+ functionality. Some plugins are part of eric4. Additional plugins
753+ are available via the Internet. Please use the built in plug-in
754+ repository dialog to get a list of available (official) plugins
755+ and to download them. For more details about the plug-in system
756+ please see the documentation area.
757+
758+ Interfaces to additional software packages
759+
760+ At the moment eric4 provides interfaces to the following software
761+ packages.
762+
763+ Qt-Designer
764+ This is part of the Qt distribution and is used to generate user
765+ interfaces.
766+
767+ Qt-Linguist
768+ This is part of the Qt distribution and is used to generate translations.
769+
770+ Qt-Assistant
771+ This is part of the Qt distribution and may be used to display help files.
772+
773+ Subversion
774+ This is another version control system available from
775+ <subversion.tigris.org>. It is meant to be the successor of CVS.
776+ Eric4 supports two different Subversion interfaces. One is using
777+ the svn command line tool, the other is using the PySvn Python
778+ interface <pysvn.tigris.org>. The selection is done automatically
779+ depending on the installed software. The PySvn interface is prefered.
780+ This automatism can be overridden an a per project basis using
781+ the "User Properties" dialog.
782+
783+ coverage.py
784+ This is a tool to check Python code coverage. A slightly modified
785+ version is part of the eric4 distribution. The original version is
786+ available from <www.nedbatchelder.com/code/modules/coverage.html>
787+
788+ tabnanny
789+ This is a tool to check Python code for white-space related problems. It
790+ is part of the standard Python installation.
791+
792+ profile
793+ This is part of the standard Python distribution and is used to profile
794+ Python source code.
795+
796+ cyclops
797+ This is a tool to detect variable cycles which can cause the garbage
798+ collector being unable to do his job.
799+
800+ Interfaces to additional software packages via plugins
801+
802+ Some of the interfaces provided as plugins are as follows.
803+
804+ CVS
805+ This is a version control system available from <www.cvshome.org>.
806+
807+ pylint
808+ This is a tool to check the source code according to various rules.
809+ It is available from <http://www.logilab.org/projects/pylint>.
810+
811+ cx_Freeze
812+ This is a tool for packaging Python programs. It is available from
813+ <http://starship.python.net/crew/atuining/cx_Freeze>
814+
815+ Internationalization
816+
817+ eric4 and it's tools are prepared to show the UI in different
818+ languages, which can be configured via the preferences dialog. The Qt and
819+ QScintilla translations are searched in the translations directory given
820+ in the preferences dialog (Qt page). If the translations cannot be found,
821+ some part of the MMI might show English texts even if you have selected
822+ something else. If you are missing eric4 translations for your language
823+ and are willing to volunteer for this work please send me an email naming
824+ the country code and I will send you the respective Qt-Linguist file.
825+
826+ Window Layout
827+
828+ eric4 provides different window layouts. In these layouts, the shell window
829+ and the file browser may be embedded or be separat windows. The first layout
830+ uses dock windows and the last one provides independant windows.
831+
832+ Source code documentation
833+
834+ eric4 has a built in source code documentation generator, which is
835+ usable via the commandline as well. For further details please see
836+ the file README-eric4-doc.txt
837+
838+ License
839+
840+ eric4 (and the others) is released under the conditions of the GPL. See
841+ separate license file for more details. Third party software included in
842+ eric4 is released under their respective license and contained in the
843+ eric4 distribution for convenience.
844+
845+ Bugs and other reports
846+
847+ Please send bug reports, feature requests or contributions to eric bugs address.
848+ After the IDE is installed you can use the "Report Bug..." entry of the Help menu.
849+ This will send a message to <eric4-bugs@die-offenbachs.de>
850
851=== added file 'README-i18n.txt'
852--- README-i18n.txt 1970-01-01 00:00:00 +0000
853+++ README-i18n.txt 2013-07-26 17:22:34 +0000
854@@ -0,0 +1,17 @@
855+README for the eric4 IDE's translations
856+
857+ Installation of translations
858+
859+ Translations of the eric4 IDE are available as separate downloads. There
860+ are two ways to install them.
861+
862+ The first possibility is to install them together with eric4. In order
863+ to do that, simply extract the downloaded archives into the same place
864+ as the eric4 archive and follow the installation instructions of the
865+ eric4 README.
866+
867+ The second possibility is to install them separately. Extract the
868+ downloaded archives and execute the install-i18n.py script (type
869+ python install-i18n.py -h for some help). This way you can make the
870+ translations available to everybody or just to the user executing the
871+ installation command (if using the -p switch).
872
873=== renamed file 'README-i18n.txt' => 'README-i18n.txt.moved'
874=== renamed file 'README' => 'README.moved'
875=== added file 'THANKS'
876--- THANKS 1970-01-01 00:00:00 +0000
877+++ THANKS 2013-07-26 17:22:34 +0000
878@@ -0,0 +1,39 @@
879+THANKS
880+------
881+
882+Phil Thompson for providing PyQt and QScintilla and pushing me into this business
883+some years ago.
884+
885+Andrew Bushnell of Fluent Inc. for contributing the multithreading debugger
886+and a bunch of fixes to enhance the platform independance.
887+
888+Phil Dawes for providing the Bicycle Repair Man refactoring tool and for giving
889+permission to bundle it with eric3 and eric4.
890+
891+Henk Spaay
892+Gordon Tyler
893+Hans-Peter Jansen
894+Ralf Ahlbrink
895+Stefan Jaensch
896+Martin v. Löwis
897+Thorsten Kohnhorst
898+Torsten Marek
899+Maciek Fijalkowski
900+for providing patches to improve eric3/4.
901+
902+Alexander Darovsky and Mikhail Terekhov for providing Russian translations.
903+Julien Vienne for providing French translations.
904+Zdeněk Böhm for providing Czech translations.
905+Jaime Seuma for providing Spanish translations.
906+Serdar Koçdaş for providing Turkish translations.
907+Xia WeiPeng for providing Chinese translations.
908+Gianluca and Leonardo Giordani for providing Italian translations.
909+
910+Shane Richards for Crystal Icons.
911+
912+The Kumula Team for the splash screen.
913+
914+And all the people who reported bugs and made suggestions.
915+
916+Thanks,
917+Detlev
918
919=== renamed file 'THANKS' => 'THANKS.moved'
920=== added file 'changelog'
921--- changelog 1970-01-01 00:00:00 +0000
922+++ changelog 2013-07-26 17:22:34 +0000
923@@ -0,0 +1,840 @@
924+Change Log
925+----------
926+Version 4.5.13:
927+- bug fixes
928+
929+Version 4.5.12:
930+- bug fixes
931+
932+Version 4.5.11:
933+- bug fixes
934+- introduced a configurable delay timer to get smoother sidebars behavior
935+- changed the line numbers margin to adjust themselves to the size needed
936+ (Editor, Mini Editor, Shell)
937+
938+Version 4.5.10:
939+- bug fixes
940+- added support for the --fork-child and --fork-parent switches
941+- added support for more widgets in the code creation dialog
942+- changed the way multi line strings are shown in the value column
943+ of the variables viewer
944+
945+Version 4.5.9:
946+- bug fixes
947+
948+Version 4.5.8:
949+- bug fixes
950+- enhanced the code coverage dialog functionality
951+
952+Version 4.5.7:
953+- bug fixes
954+
955+Version 4.5.6:
956+- bug fixes
957+- added a filter edit to filter the configuration tree to the configuration dialog
958+
959+Version 4.5.5:
960+- bug fixes
961+- added the configurable capability to automatically show the source, when
962+ the call frame is changed in the callstack viewer of the local variables
963+ viewer
964+- introduced a "workspace" directory that is used as the default for opening
965+ or saving new files or projects (configurable on Multiproject config page)
966+
967+Version 4.5.4:
968+- bug fixes
969+- enhanced the selection of VCS system during project creation
970+- added code to the Subversion plug-ins to ensure, that some eric specific files
971+ and directories get ignored
972+- improved the VCS copy/move operations a bit
973+- added capability to select from existing change lists and added a dialog to browse
974+ the change lists
975+
976+Version 4.5.3:
977+- bug fixes
978+
979+Version 4.5.2:
980+- bug fixes
981+- updated included Pygments to v 1.5.0
982+- added capability to manage the QtHelp filter attributes to the web browser
983+
984+Version 4.5.1:
985+- bug fixes
986+- added capability to highlight a 'removed' VCS status in the project browser
987+
988+Version 4.5.0:
989+- bug fixes
990+- added function to test the login data to the Email config page
991+- added more default search engines to the web browser
992+- added forms generation support for PySide and Python3 Qt projects
993+- improved the handling of mouse XButton1 and XButton2 handling in the web browser
994+- enhanced source browsers and source documentor to support class attributes, class
995+ methods and static methods
996+- changed tasks manager to forget about global file tasks when file is closed
997+ (configurable via configuration dialog)
998+- added support for QScintilla 2.6 (and newer)
999+- added capability to change the keywords of a syntax highlighter
1000+- added an action to launch another instantiation of eric4
1001+- added an action to reset the zoom factor of the editor/shell/terminal
1002+- added the capability to go through the history of the web browser via Shift+Mouse Wheel
1003+- added the auto fork options to the run dialog
1004+- added the capability to replace just the selected occurence of the search text to
1005+ the editor
1006+- added the capability to change the colours of the edit area independant from the
1007+ colours of the system style
1008+- changed the subversion related plug-ins to be compatible with the new working copy
1009+ meta-data format as of Subversion 1.7.0
1010+
1011+Version 4.5-snapshot-20110501:
1012+- bug fixes
1013+- added support for additional configurable file filters
1014+- added display of suppressed client termination messages
1015+- made the toolbars of the initial layout more minimalistic
1016+- merged "Save to Project" into "Save" and "Save As...".
1017+- added a diff context menu entry to the subversion status dialogs
1018+- added functionality to restore missing files and directories to
1019+ the subversion status dialogs
1020+- added functionality to the subversion status dialogs to make them
1021+ more generalized commit dialogs
1022+- added the capability to filter on status to the subversion status dialogs
1023+- changed syntax check to report error position within the line
1024+- added capability to filter out unwanted items in the file browsers
1025+ (s. config dialog, interface page)
1026+- added configuration options for visible whitespace (as of QScintilla 2.5)
1027+- added support for new lexer properties (as of QScintilla 2.5)
1028+- enhanced error reporting in case the debugger backend cannot be started
1029+- added support for the Matlab and Octave lexers for QScintilla >= 2.5.1
1030+- enhanced the autocompletion of templates to observe the language of the
1031+ current file
1032+
1033+Version 4.5-snapshot-20101029:
1034+- bug fixes
1035+- added action to copy the editor path to the clipboard to the tab context menuto
1036+- added code to adjust the cursor flash time of the editor to the global settings
1037+- added code to the Qt part of KQFileDialog to cope with Linux distributors usage
1038+ of KDE wrapper dialogs for the Qt file dialogs
1039+- added a check to the find and replace dialog to make sure,
1040+ that no external changes were done between the find run and
1041+ the replace run
1042+- added an option to configure the icon of the tray starter application
1043+- update Pygments to version 1.3.1
1044+
1045+Version 4.5-snapshot-20100523:
1046+- bug fixes
1047+- added code to use the PYTHONPATH environment setting in the debuggers
1048+- added code to indicate directories and files being symbolic links
1049+- added code to save the editor zoom factor in the session file
1050+- added code to update the file browser window (mostly) automatically
1051+- added code to update the Others tab of the project browser (mostly) automatically
1052+- added a menu to the highlighting styles config page to change individual
1053+ aspects of a font only
1054+- added code to show the keyboard shortcut to the tooltip of an action
1055+- changed the Find in Files dialog to remember the history of the search string,
1056+ replace string and the search directory
1057+- added code to enhance the proxy configuration and removed the usage of QHttp
1058+
1059+Version 4.4.0:
1060+released as version 4.4.0
1061+
1062+- upgraded chardet to version 2.0.1
1063+- added a dialog to edit open search engine data
1064+
1065+Version 4.4-snapshot-20091129:
1066+- bug fixes
1067+
1068+Version 4.4-snapshot-20091025:
1069+- bug fixes
1070+- fixed forgotten disabling of favicons for private browsing mode
1071+- improved the eric4 web browser with respect to privacy
1072+- updated Pygments to version 1.1
1073+- added support for PySide
1074+- added configuration options to always break on exceptions and to suppress
1075+ the client exit dialog for a clean exit
1076+- added code to save passwords in encoded form in the settings file
1077+- added a password manager to save and restore passwords used to login
1078+ to web services via the authentication dialog or login forms
1079+- added AdBlock support to the web browser
1080+
1081+Version 4.4-snapshot-20090913:
1082+- bug fixes
1083+- added a little icon editor tool
1084+- added an option to the find file dialog to open the first hit automatically
1085+- added option to toggle breakpoints from off to permannet to temporary to off
1086+ (patch provided by Michele Petrazzo)
1087+- removed Qt3 support from eric4
1088+- updated the QColorDialog wizard for Qt 4.5
1089+- made some font attributes configurable for Terminal and Shell
1090+- added menu entries to copy the file or directory name to the clipboard to the
1091+ various browsers
1092+- added a little context menu to the find files dialog
1093+- updated coverage.py to version 3.0.1
1094+
1095+Version 4.4-snapshot-20090821:
1096+- bug fixes
1097+- added capability to send a bug email, if an error log file is detected
1098+ upon startup of eric4
1099+- added capability to use the system email client for sending reports
1100+- added an improved history system to the eric web browser
1101+- added a few actions to the eric web browser
1102+- added keywords to the eric web browser search engines
1103+- added a separate configuration page for the eric web browser
1104+- added a nice start page to the eric web browser
1105+- added an embedded search dialog to the eric web browser
1106+- removed all separate search and search/replace dialogs
1107+- added the "selection only" option to the embedded search and replace dialogs
1108+
1109+Version 4.4-snapshot-20090726:
1110+- bug fixes
1111+- added the SQL Browser tool to inspect databases
1112+- added an improved bookmark system to the help viewer
1113+- added some additional actions to improve the help viewer
1114+
1115+Version 4.4-snapshot-20090627:
1116+- bug fixes
1117+- added support for opensearch search engines to the help viewer
1118+- added a few zoom related actions to the help viewer
1119+- added config option for printing backgrounds to the help viewer
1120+
1121+Version 4.4-snapshot-20090523:
1122+- bug fixes
1123+- added option to suppress debuggee's stdout and stderr output for
1124+ the shell window
1125+- added option to sort the file contents by occurrence in file browsers
1126+- added option to not show the log-viewer automatically upon new output
1127+- added option to enable web plugins for the help viewer
1128+- added private browsing to the help viewer
1129+- added navigation menus to the back and forward buttons of the help viewer
1130+- added option to have a close button on each tab
1131+- added option to request download filename from user
1132+- added a web search entry to the help viewer
1133+- added a full screen mode to the help viewer
1134+- added an action to the help viewer to clear private data
1135+- added support for the new QScintilla lexer properties
1136+- added a network monitor dialog to the help viewer
1137+- added a disk cache to the help viewer
1138+- added an action to show the page source in an editor to the help viewer
1139+- added a dialog to configure the accepted languages for web pages to the
1140+ help viewer
1141+- added cookie handling to the help viewer
1142+- changed to latest coverage.py (v3.0b3)
1143+
1144+Version 4.4-snapshot-20090419:
1145+- bug fixes
1146+- added a thread list viewer to the debug viewer
1147+- added support for forking to the Python debuggers Python debuggers
1148+- added code for handling infinite recursions to the
1149+- added code to make it compatible with PyQt 4.5.0 or newer
1150+- added Italian translations contributed by Gianluca
1151+- added capability to open the help window with a search word
1152+- added configuration option to disable spell checking
1153+- added Python 3 compatibility code to the Pythe re wizard
1154+- added code to check, if a project needs to be reread after an update
1155+ from the repository (e.g. if files have been added or deleted)
1156+- removed the Python cycles finder because that is not needed anymore
1157+- changed the find in files dialog to show the current file
1158+- added a navigation menu to the tabview viewmanager
1159+- added an auto update feature to the VCS status monitor (needs to be
1160+ activated via the configuration dialog)
1161+- added some improvements to the find/replace in files dialog
1162+
1163+Version 4.4-snapshot-20090330:
1164+- bug fixes
1165+- added a Python3 compatible debugger and a respective project type
1166+- added a "wrap around" option to the embedded search and replace dialogs
1167+- changed code so that shell follows the selected stack frame of the local
1168+ variables viewer
1169+- added an option to start the debugger in a console window to the various
1170+ start dialogs
1171+- made shell to be used by the terminal configurable for non-win systems
1172+- added support for QtHelp files generation to eric4-doc and the IDE
1173+- added support for "qthelp" URLs to the eric4 help viewer
1174+- added widgets to show a table of contents, a search window and an index
1175+ of the eric4 QtHelp database and added functions to manage this database
1176+- added the --debug and --config=configDir commandline options
1177+- changed to latest coverage.py (v3.0b1)
1178+- added option to configure the comment position (column 0 or first non-whitespace)
1179+
1180+Version 4.3.0:
1181+released as version 4.3.0
1182+
1183+Version 4.3-snapshot-20090201:
1184+- bug fixes
1185+
1186+Version 4.3-snapshot-20090118:
1187+- bug fixes
1188+- added the capability to associate an alternative (Pygments) lexer with a
1189+ filename pattern
1190+- added the capability to have project specific lexer associations
1191+- added the capability to have project type specific lexer associations
1192+- added a auto-collapsing feature to the sidebars
1193+
1194+Version 4.3-snapshot-20090111:
1195+- bug fixes
1196+- changed PyCoverage to use coverage.py v2.85
1197+- added a "dedent def" to the Python typing completer
1198+
1199+Version 4.3-snapshot-20081227:
1200+- bug fixes
1201+- introduced project specific word and exclude lists (for spell checking)
1202+- added action to editor's context menu to remove a word from the dictionary
1203+ (actually it is added to the personal/project exclusion list)
1204+- added a new window layout called "Sidebars", that gives more space
1205+ to the editors by having retractable sidebars
1206+- enhanced template auto completion by showing a selection, if the template
1207+ name is not unique
1208+- added support for icons in auto completion lists
1209+
1210+Version 4.3-snapshot-20081208:
1211+- bug fixes
1212+- made the email server port configurable
1213+- added keyboard navigation to listview viewmanager
1214+- added spell checking functionality (pyenchant needs to be installed)
1215+- enhanced the Python typing completer to cover more cases
1216+
1217+Version 4.3-snapshot-20081130:
1218+- bug fixes
1219+- added a lexer type that guesses the style based on the current text
1220+ (default for unknown source types)
1221+- added context menu entry to select an alternative (Pygments) lexer
1222+- updated pygments to version 1.0
1223+- added capability to auto complete using templates (press Tab after
1224+ entering a valid template name)
1225+
1226+Version 4.3-snapshot-20081122:
1227+- bug fixes
1228+- added more button types to the KQMessageBox KDE wrapper
1229+- added capability to configure exceptions to be ignored and add to them
1230+ at run-time, when an exception occurs
1231+- added capability to export and import the eric4 configuration
1232+- added capability to define keyboard shortcuts for plug-ins
1233+- changed CompareDialog to be suitable as an external diff viewer for svn
1234+- added the capability to export and import syntax highlighting styles
1235+ (Configuration dialog->Highlighters->Styles page)
1236+- added a configuration dialog to the help viewer (webkit based)
1237+- extended the shortcuts configuration dialog
1238+- added capability to implement custom lexers as plug-ins (s. Django plug-in)
1239+ (This needs a patch to the latest QScintilla release, s. qscintilla.cpp.diff)
1240+
1241+Version 4.3-snapshot-20081019:
1242+- bug fixes
1243+- added Subversion changelist support
1244+- extended editor to show separate margins for bookmarks, breakpoints and
1245+ other indicators
1246+- added keyboard shortcut to toggle between current and previous current
1247+ tab
1248+
1249+Version 4.3-snapshot-20081005:
1250+- bug fixes
1251+- added a dialog to replace in files (Ctrl+Shift+R)
1252+- reenabled the support for KDE dialogs
1253+- added editor context menu entry to toggle the typing aids support
1254+- added shortcut to the configuration dialog to several eric4 components
1255+- extended the help facility to support remote documentation (starting with
1256+ http:// or https://)
1257+- added display of the eol string used by the editor and improved eol handling
1258+- made eol and encoding user selectable
1259+- made the usage of the universal character encoding detector configurable
1260+
1261+Version 4.3-snapshot-20080920:
1262+- bug fixes
1263+- changed license to GPL v3
1264+- added support for TLS mode to the Email dialog
1265+- added support for the new QScintilla Lexers (Fortran, Fortran77, Pascal,
1266+ PostScript, XML, YAML)
1267+- added options to change the margins colors
1268+- added Drag & Drop to reorder editor tabs, to relocate them from one
1269+ view to another and to clone them
1270+- added support for wheel events to the various tab bars
1271+- made the translations handling code more flexible with respect to the
1272+ naming of translation files
1273+- added embedded Find and Find&Replace dialogs
1274+- unified the log viewer tabs into one log view with configurable color
1275+ for the stderr text
1276+- added restart functionality needed by some plug-ins (plug-ins must have
1277+ "needsRestart = True" in their header)
1278+- added capability to prepopulate the plug-in installation dialog from the
1279+ plug-in repository dialog
1280+- added the universal character encoding detector from
1281+ http://chardet.feedparser.org to improve the encoding guessing
1282+- added a simple terminal like window
1283+- added capability to select files based on a file name pattern to the
1284+ find in files dialog
1285+- improved IPv6 support
1286+- added buttons to the highlighters styles page to set styles to the
1287+ default values
1288+- added a new window layout called "Toolboxes", that gives more space
1289+ to the editors
1290+
1291+Version 4.2.0:
1292+released as version 4.2.0
1293+
1294+Version 4.2-snapshot-20080802:
1295+- bug fixes
1296+
1297+Version 4.2-snapshot-20080726:
1298+- bug fixes
1299+- reorganized the configuration dialog to use a QScrollArea and combined
1300+ some (split) settings onto a big scrolling page
1301+- extended the templates system to support a few predefined variables
1302+ (thanks to Dan Bullok)
1303+
1304+Version 4.2-snapshot-20080719:
1305+- bug fixes
1306+- updated Turkish translations from Serdar Koçdaş
1307+- updated Spanish translations from Jaime Seuma
1308+- updated Czech translations from Zdenek Böhm
1309+- added API file for Ruby
1310+- added Ruby API file for eric4 Ruby files
1311+- enhanced the API file generation tool and dialog
1312+- updated the plug-in document
1313+
1314+Version 4.2-snapshot-20080706:
1315+- bug fixes
1316+- changed subversion relocate function to perform a relocation inside
1317+ a repository
1318+- added an indication of the current editor's language to the status bar
1319+- moved all supporting project management files (e.g. tasks file) to a
1320+ management sub-directory
1321+- changed the auto-completion and calltips hook support
1322+ Note: the latest rope plug-in snapshot is required
1323+- updated Turkish translations from Serdar Koçdaş
1324+- updated Spanish translations from Jaime Seuma
1325+
1326+Version 4.2-snapshot-20080628:
1327+- bug fixes
1328+- updated French translations from Julien Vienne
1329+- updated Spanish translations from Jaime Seuma
1330+- added Turkish translations from Serdar Koçdaş
1331+- added a double click action and a reload button to the shell history dialog
1332+- made improvements to the Plug-in Info dialog
1333+- added capability to save the folding state of a file in the session file
1334+- added capability to save the open multi project and the open project in
1335+ the global session file
1336+- added a Ctrl-Click action to the editor to show the info related to a
1337+ syntax error
1338+- added an action to send a feature request using the email dialog
1339+- separated QScintilla specific auto-completion and calltips configuration
1340+ from general configuration
1341+- moved configuration of the VCS indicator colours to the VCS configuration page
1342+- added the --noopen command line parameter to override the OpenOnStartup
1343+ configuration setting (mostly used for eric4 development)
1344+
1345+Version 4.2-snapshot-20080615:
1346+- bug fixes
1347+- compatibility fix for Ubuntu and Mandriva
1348+- added the relocate action to the vcsSubversion plug-in
1349+- added an action to insert a new line below the current one (Shift+Return)
1350+- added a QWebKit based help viewer (available if Qt 4.4 is installed)
1351+- made some network related aspects configurable
1352+- added storage key PROJECTTYPESPECIFICDATA for project type specific
1353+ data (may be used by project type plug-ins)
1354+- made Shell history more comfortable by
1355+ -- selecting from history via a dialog
1356+ -- list the history in a dialog with capabilities to
1357+ --- delete entries
1358+ --- copy entries to the current editor
1359+ --- execute entries in the shell
1360+- made the size grip of the main window configurable (s. Interface (Part 1))
1361+
1362+Version 4.2-snapshot-20080525:
1363+- bug fixes
1364+- added print preview capability (available if Qt 4.4 is installed)
1365+- added new default icon set based on the Oxygen icons
1366+- added some more icons
1367+
1368+Version 4.2-snapshot-20080519:
1369+- bug fixes
1370+- compatibility fix for Qt 4.4
1371+
1372+Version 4.2-snapshot-20080503:
1373+- bug fixes
1374+- added capability to the API generator to extract global variables
1375+ and class variables
1376+- added double click action to the tabview viewmanager. Double clicking
1377+ the space right of the last tab opens a new editor.
1378+- added indicator for the current editors encoding to the status bar
1379+- changed compare and side-by-side compare dialogs to have the file name
1380+ of the current editor as the first file
1381+- added hook support for plug-ins providing calltips
1382+
1383+Version 4.2-snapshot-20080406:
1384+- bug fixes
1385+- added double click support for attributes and globals
1386+- reorganized the configuration dialog some more
1387+- added various start-up configuration options (application page)
1388+- added functionality to mark all occurrences of a searched text
1389+ (s.a. configuration dialog editor->searching page)
1390+- enhanced Unicode support (added utf-16 and utf-32)
1391+- a few changes to the PyKDE4 support code to work around a PyKDE4
1392+ problem with the Oxygen style (this workaround allows eric4 to
1393+ use the Oxygen style, when KDE4 dialogs are disabled)
1394+- added hook support for plug-ins providing auto-completion
1395+- added action and menu entries to show calltips
1396+
1397+Version 4.2-snapshot-20080319:
1398+- bug fixes
1399+- added support for the coding line to the Python and Ruby class browsers
1400+- added support for module global variables and class (global) variables
1401+
1402+Version 4.2-snapshot-20080318:
1403+- bug fixes
1404+- added an LED to signal the project's VCS status to the project viewer
1405+- reorganized the configuration dialog
1406+- added a button to configure the eol fill setting for all styles of a lexer
1407+- added capability to save UML like graphics as SVG
1408+- added capability to display SVG files
1409+- made some improvements to the code metrics dialog
1410+- enhanced the printing support
1411+- added lexer support for TCL/Tk files
1412+- added the PyKDE4 compatibility code
1413+- added project support for KDE 4 projects
1414+
1415+Version 4.2-snapshot-20080302:
1416+- bug fixes
1417+- added hook support to ProjectFormsBrowser, ProjectResourcesBrowser and
1418+ ProjectTranslationsBrowser
1419+- added support to provide API files by plug-ins
1420+- moved Django support to an external plug-in
1421+- moved TurboGears support to an external plug-in
1422+- moved wxPython support to an external plug-in
1423+
1424+Version 4.2-snapshot-20080224:
1425+- bug fixes
1426+- changed settings from native format to ini format
1427+- made number of recently opened projects and files configurable
1428+- added multiproject support
1429+- changed formats of some XML files
1430+- extended the workspace view manager
1431+- added a viewmanager using the new QMdiArea
1432+- added HTTPS support to plug-in repository dialog (for Qt 4.3 and newer)
1433+- added actions to the graphics views to align the shapes
1434+
1435+Version 4.2-snapshot-20080210:
1436+- bug fixes
1437+- added configuration option to select the text shown in the
1438+ tabview viewmanager tabs
1439+- changed project browsers to override the default double click
1440+ action
1441+- added a toolbar manager and a toolbar configuration dialog
1442+- cleaned up the default toolbars
1443+- changed watch point to watch expression to make it's use clearer
1444+- added additional move actions to TabWidget
1445+- cleaned up the API of E4Action and replace E4ActionGroup by
1446+ the createActionGroup module function
1447+
1448+Version 4.1.0:
1449+released as version 4.1.0
1450+- added API files for wxPython
1451+- added API files for Zope 2 and Zope 3
1452+
1453+Version 4.1-snapshot-20080118:
1454+- bug fixes
1455+- added and changed a few methods of the VCS interface modules, which
1456+ were needed by the rope refactoring plug-in
1457+- added some methods needed for the rope plug-in
1458+
1459+Version 4.1-snapshot-20080107:
1460+- bug fixes
1461+- changed the plug-in repository dialog to download multiple files
1462+- added a button to the plug-in repository dialog to close it and
1463+ open the plug-in installation dialog
1464+- changed the plug-in repository dialog to indicate, if a plug-in
1465+ needs a fresh download
1466+- changed the plug-in repository dialog to indicate the
1467+ status of a plug-in as given in the repository file
1468+- added Spanish translations from Daniel Malisani (still incomplete)
1469+- added API files for Django and TurboGears
1470+
1471+Version 4.1-snapshot-20071224:
1472+- bug fixes
1473+- made number of Subversion commit messages to remember configurable
1474+- added buttons to edit the Subversion config and servers file to the
1475+ Subversion configuration page
1476+- changed the plug-in installation dialog to be able to
1477+ install multiple plug-in archives
1478+- added menu entry and code to create a snapshot plug-in archive
1479+- added a simplified editor dialog and an associated main script
1480+- created a main script to start the plug-in repository dialog
1481+
1482+Version 4.1-snapshot-20071216:
1483+- bug fixes
1484+- added a Repository Browser to the PySvn VCS plug-in
1485+- added a Repository Browser to the Subversion VCS plug-in
1486+- added a Log Browser to the PySvn VCS plug-in
1487+- added a Log Browser to the Subversion VCS plug-in
1488+- made the visible project browsers configurable
1489+- added project type for wxPython
1490+- added functionality to strip trailing white-space upon saving to the editor
1491+- removed the scripting stuff because the plug-in system is much more capable
1492+- added a stop function to the find in files dialog
1493+- added a search text entry to the keyboard shortcuts dialog
1494+
1495+Version 4.1-snapshot-20071118:
1496+- bug fixes
1497+- added version info to the plug-in repository dialog
1498+- refactored PyLint plug-in as a separate plug-in distribution package
1499+- refactored CVS plug-in as a separate plug-in distribution package
1500+
1501+Version 4.1-snapshot-20071111:
1502+- bug fixes
1503+- added an action to stop the running script to the "Start" menu/toolbar
1504+- added a config option for the plug-ins download directory
1505+- added dialog to display the plug-in repository and download plug-ins
1506+- refactored CxFreeze plug-in as a separate plug-in distribution package
1507+
1508+Version 4.1-snapshot-20071021:
1509+- bug fixes
1510+- added a dialog to show the eric4 versions available for download
1511+- added the project types "Django" and "TurboGears"
1512+- added a button to the Start ... dialog to clear the history lists
1513+- added a configuration option (Project page) to enable a recursive search
1514+ for new files
1515+- added configuration option (Plugin Manager page) to disable loading
1516+ of 3rd party plug-ins
1517+- added code to the imports diagram to cope with relative imports as of
1518+ Python 2.5 and to show external imports
1519+- added code to the application diagram to cope with relative imports as of
1520+ Python 2.5
1521+
1522+Version 4.1-snapshot-20070924:
1523+- bug fixes
1524+- added the menu entry "New package..." to the project sources browser
1525+ context menus
1526+- removed configuration option to specify the directory of the Qt4 installation
1527+ (it is now required, that the Qt bin directory is in the PATH)
1528+- changed code of Python debug client to better intercept output
1529+- added a source code exporter to write the colourised source as HTML, PDF,
1530+ RTF and LaTeX
1531+
1532+Version 4.1-snapshot-20070813:
1533+- bug fixes
1534+- compatibility fixes for Debian
1535+- added 'load', 'save' and 'next match' actions to the regexp wizards
1536+- made the VCS clients update their status after a commit, update and revert
1537+- added '-z' to the installer to inhibit compilation of the python files
1538+- added documentation of the new plug-in system
1539+
1540+Version 4.1-snapshot-20070721:
1541+- bug fixes
1542+- changed VCS interfaces to plug-ins
1543+- changed wizards to plug-ins
1544+- added methods to register/unregister a toolbar with the UserInterface.
1545+ This must be used by plug-ins, which create their own toolbar.
1546+- added code to allow a plug-in to clean up before it gets uninstalled
1547+
1548+Version 4.1-snapshot-20070708:
1549+- bug fixes
1550+- made plug-ins deactivateable and added a context menu to the plug-ins
1551+ info dialog
1552+- added code to remember the deactivated plug-ins
1553+- added dialog to install new plug-ins
1554+- added dialog to uninstall plug-ins
1555+- added the methods registerPluginObject/unregisterPluginObject to
1556+ KQApplication to allow Plug-ins to register their object.
1557+- added code to allow registered plug-ins, that have a getActions() method
1558+ to have the shortcuts configured via the shortcuts configuration dialog
1559+- added code to allow active plug-ins to be configured via the
1560+ configuration dialog
1561+- added the command line option --plug-in=pluginfile to eric4.py. This
1562+ option can be used for plug-in development to specify a plug-in file
1563+ to load (e.g. eric4 --plug-in=/my/plug-in/development/area/PluginTest.py).
1564+- added actions and code to create eric4 plug-in archive files
1565+- added the new project type "Eric4 Plugin"
1566+- added code to run/debug/... an eric4 plug-in from within eric4 by starting
1567+ another eric4 process instead of the plug-in main script
1568+- removed the character tables dialog
1569+ (will be provided as a plug-in by Jürgen Urner)
1570+- removed the Bicycle Repair Man code and converted it to a standalone
1571+ plug-in
1572+- added option to configure, whether the project browsers should highlight
1573+ the entry for the file of the current editor
1574+- added a field to enter a more descriptive text for a task
1575+- changed the way how files and directories can be added to a project in
1576+ order to respect the project's file type associations
1577+
1578+Version 4.1-snapshot-20070622:
1579+- bug fixes
1580+- implemented a (basic) plug-in system to allow people to extend eric4
1581+- converted view managers to plug-ins
1582+- converted the About functionality to a plug-in
1583+- converted the checkers to plug-ins
1584+- converted the packagers to plug-ins
1585+- converted the documentation tools to plug-ins
1586+
1587+Version 4.0.0:
1588+- first official release
1589+
1590+Version 4.0-snapshot-20070526:
1591+- bug fixes
1592+- made improvements to the typing completers
1593+- added more rules to the Ruby typing completer
1594+
1595+Version 4.0-snapshot-20070517:
1596+- bug fixes
1597+- added code for the final QScintilla2 calltips API
1598+- added a check to see, if eric4 has been configured. If not, the
1599+ configuration dialog is started automatically.
1600+- added Python typing rules for try-except-finally blocks
1601+- updated PyLint support for 0.13.0
1602+- moved VCS status monitor LED code from UserInterface to it's own class
1603+ and gave it a context menu
1604+- added the '-p' switch to eric4-api to include private classes, methods
1605+ and functions in the resulting API file
1606+
1607+Version 4.0-snapshot-20070506:
1608+- bug fixes
1609+
1610+Version 4.0-snapshot-20070505:
1611+- bug fixes
1612+- added CMake lexer support
1613+- added VHDL lexer support
1614+- made the help viewer keyboard shortcuts configurable
1615+- added support for the case insensitive variant of the C++ lexer
1616+- added some code to perform automatic insertions while typing (Ruby)
1617+- added config options for entering a prefix and/or a postfix for
1618+ Qt tools (e.g. on Kubuntu it is "-qt4" to make "designer-qt4")
1619+
1620+Version 4.0-snapshot-20070411:
1621+- bug fixes
1622+- added Czech translations (thanks to Zdenek Böhm)
1623+- added some code to perform automatic insertions while typing (Python)
1624+- more win32 compatibility issues fixed
1625+
1626+Version 4.0-snapshot-20070402:
1627+- bug fixes
1628+- changed the shortcuts dialog to show icons of the actions
1629+- moved the dialog showing external tools used by eric4 to the
1630+ preferences menu
1631+- changed the handling of the commit message dialogs to enhance
1632+ their usability.
1633+- added a dialog to derive code for a forms implementation for Qt4
1634+- enhanced win32 compatibility
1635+
1636+Version 4.0-snapshot-20070325:
1637+- bug fixes
1638+- updated to chartables 0.5.2
1639+- extended the svn diff capabilities
1640+- extended the eric4-api and eric4-doc tools
1641+- added @see, @since and {@link} to eric4-doc
1642+- changed structure of debug server
1643+- extended the subversion status dialogs by an add and revert action
1644+- added a "Recreate project tasks" action to the taskviewer context menu
1645+- added D lexer support
1646+- added Povray lexer support
1647+- added file and directory completers to various dialogs
1648+- added a top level exception handler to log the exception info
1649+
1650+Version 4.0-snapshot-20070218:
1651+- bug fixes
1652+- changed graphics to use QGraphicsView
1653+- changed Pylint support for pylint >= 0.12.0
1654+- changed the compare dialog to be more specific about changed lines
1655+- changed install script to patch pyXML in order to fix a bug there
1656+
1657+Version 4.0-snapshot-20070204:
1658+- bug fixes
1659+- added check for syntax errors when a project run/debug/... action
1660+ is invoked. The number of faulty files will be displayed and the
1661+ action aborted.
1662+- added an option to hide generated source of forms files (those
1663+ starting with Ui_)
1664+- added an entry "Find in this directory" to the browser context
1665+ menu
1666+- extended the compare dialog by movement buttons
1667+- changed the debugger to accept environment settings of the form
1668+ 'var+=value' in order to amend an existing environment variable
1669+- added support for svn diff against HEAD and COMMITTED
1670+- added esc handlers to the email and template dialogs
1671+- changed dialogs to use QDialogButtonBox
1672+
1673+Version 4.0-snapshot-20070114:
1674+- bug fixes
1675+- added configuration option to enable/disable the usage of
1676+ auto-completion fill-up characters
1677+- added support for the new QScintilla2 APIs interface
1678+
1679+Version 4.0-snapshot-20061230:
1680+- bug fixes
1681+- added configuration option to select the font used for the graphics
1682+ displays
1683+- changed the logic of the editor search and replace dialogs
1684+- added even more compatibility changes for Subversion 1.4.0
1685+- backed out the Qt4 workaround for Linux because it was causing trouble
1686+
1687+Version 4.0-snapshot-20061222:
1688+- bug fixes
1689+- reworked the Edit menu to make it a bit shorter
1690+- added capability to add existing translation files
1691+- added a close button to the tab view, which closes the current editor
1692+- added capability to save the help window size and position (and a
1693+ configuration option to enable this)
1694+- added close tab and new tab buttons to the help viewer window
1695+- added more compatibility changes for Subversion 1.4.0
1696+
1697+Version 4.0-snapshot-20061217:
1698+- bug fixes
1699+- added capability to exclude files and directories from translation
1700+- updated to chartables v. 0.5.0
1701+- added actions to go to the next/previous task of an open editor
1702+- added a dialog to override some global settings on a per project basis
1703+- added the capability to resize the configuration dialog's contents via
1704+ a splitter
1705+- added tabbed browsing to the help viewer
1706+- added configuration option to use just one help browser window
1707+- rearranged editor context menu and introduced an option to show a
1708+ minimalistic context menu (for small screens)
1709+- extended help texts for the Python and Qt regexp wizard dialogs
1710+
1711+Version 4.0-snapshot-20061112:
1712+- bug fixes
1713+- more Qt 4.2.0 changes
1714+- added the character tables dialog from Jürgen Urner
1715+- added support for Qt style sheets
1716+- added an apply and reset action to the configuration dialog
1717+
1718+Version 4.0-snapshot-20061029:
1719+- bug fixes
1720+- added a configuration option for the default font of the editor
1721+- changed layout of the editors search and replace dialogs
1722+- added an eric4 tray starter application. It adds an icon to the
1723+ systemtray, which gives a context menu to start eric4 with
1724+ recently opened projects or files and to start the various
1725+ tools included in eric4
1726+
1727+Version 4.0-snapshot-20061022:
1728+- bug fixes
1729+- adaptation to Qt 4.2.0 (Qt 4.2.0 is a prerequisite)
1730+- completed Russian translation (thanks to Alexander Darovsky)
1731+
1732+Version 4.0-snapshot-20061014:
1733+- bug fixes
1734+- some Qt 4.2.0 compatibility fixes
1735+- added capability to reset the window layout via eric4-configure
1736+
1737+Version 4.0-snapshot-20061009:
1738+- many bug fixes
1739+- added a QFileIconProvider derived class to show more specific
1740+ icons in the file dialog.
1741+- made code changes for latest QScintilla2 snapshot
1742+
1743+Version 4.0-snapshot-20061002:
1744+- many bug fixes
1745+- added capability to set several lexer styles (font and colours)
1746+ simultaneously
1747+- added capability to clear the interpreter window on activation
1748+ of a run, debug, ... action
1749+- added capability to not stop the debugger on the first executable
1750+ line
1751+- all selections made in the run, debug, ... start dialog are saved
1752+ across invocations of eric4
1753+- added capability to restrict the network interfaces, the debug server
1754+ listens on, and the hosts allowed to connect to the debug server
1755+
1756+Version 4.0-snapshot-20060923:
1757+- many bug fixes
1758+- added compatibility with Subversion 1.4.0
1759+- added option to select the UI style (Preferences->Interface->Style)
1760+
1761+Version 4.0-snapshot-20060913:
1762+- first public snapshot of eric4
1763+
1764
1765=== renamed file 'changelog' => 'changelog.moved'
1766=== added directory 'debian'
1767=== added file 'debian/README.source'
1768--- debian/README.source 1970-01-01 00:00:00 +0000
1769+++ debian/README.source 2013-07-26 17:22:34 +0000
1770@@ -0,0 +1,4 @@
1771+The translations must be downloaeded from sourceforge.net. The
1772+script get_translations.sh can be used to download and install them.
1773+$ ./debian/get_translations.sh
1774+
1775
1776=== added file 'debian/changelog'
1777--- debian/changelog 1970-01-01 00:00:00 +0000
1778+++ debian/changelog 2013-07-26 17:22:34 +0000
1779@@ -0,0 +1,577 @@
1780+eric (4.5.13-1) UNRELEASED; urgency=low
1781+
1782+ * New upstream release.
1783+
1784+ -- Mike C. Fletcher (VRPlumber Consulting Inc.) <mcfletch@vrplumber.com> Fri, 26 Jul 2013 11:13:39 -0400
1785+
1786+eric (4.5.2-1) unstable; urgency=low
1787+
1788+ * New upstream release
1789+ * Bump standards version to 3.9.3
1790+ * Add manpage eric4_iconeditor.1
1791+ * Rename all man pages from eric4-* to eric4_* and
1792+ edit them to reflect the changes
1793+ * Add an override file to suppress the warning about the
1794+ empty directory /usr/share/eric/api
1795+
1796+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 22 Apr 2012 08:21:16 +0200
1797+
1798+eric (4.5.0-1) unstable; urgency=low
1799+
1800+ * New upstream release
1801+
1802+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Tue, 07 Feb 2012 19:10:33 +0100
1803+
1804+eric (4.4.18-1) unstable; urgency=low
1805+
1806+ * New upstream release
1807+ * Switch to dh_python2
1808+ * Remove quilt dependency
1809+ * Change XS-Python-Version to X-Python-Version
1810+ * Change dh_clean -k to dh_prep
1811+
1812+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Mon, 07 Nov 2011 08:25:51 +0100
1813+
1814+eric (4.4.17-1) unstable; urgency=low
1815+
1816+ * New upstream release
1817+ * Add build-indep target
1818+ * Change doc/python2.5-doc path to doc/python-doc
1819+
1820+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 11 Sep 2011 10:53:43 +0200
1821+
1822+eric (4.4.15-1) unstable; urgency=low
1823+
1824+ * New upstream file
1825+ * Fixed watch file, not to search for snapshots
1826+ * Removed version from python-sip/qt4 dependencies. It disturbs
1827+ the build daemon and the non-working versions have never
1828+ been packaged (Closes: #629749)
1829+ * Bump standards version to 3.9.2
1830+
1831+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Tue, 14 Jun 2011 08:02:53 +0200
1832+
1833+eric (4.4.12-1) unstable; urgency=low
1834+
1835+ * New upstream release
1836+ * Add description to 06_no_blacklist
1837+ * Change - to \- in eric4-api.1
1838+
1839+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Mon, 07 Feb 2011 22:07:26 +0100
1840+
1841+eric (4.4.9-1) unstable; urgency=low
1842+
1843+ * New upstream release
1844+ * Add patch 06_no_blacklist.patch
1845+ * Add versioned build dependency on python-sip-dev <<4.11 or >=4.11.2
1846+ and python-qt4-dev <<4.7.5 or >=4.7.6 and binary dependency on
1847+ python-qt4 <<4.7.5 or >=4.7.6 since these versions are blacklisted
1848+ in upstream
1849+
1850+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 28 Nov 2010 10:31:01 +0100
1851+
1852+eric (4.4.7-1) unstable; urgency=low
1853+
1854+ * New upstream release
1855+ * Bump standards version to 3.9.1
1856+ * Added patch 05_minor_docfix, minor fixes to documentation
1857+
1858+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Thu, 19 Aug 2010 08:36:58 +0200
1859+
1860+eric (4.4.6-1) unstable; urgency=low
1861+
1862+ * New upstream release
1863+ * Bump standards version to 3.9.0
1864+
1865+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Fri, 09 Jul 2010 19:15:32 +0200
1866+
1867+eric (4.4.4a-1) unstable; urgency=low
1868+
1869+ * New upstream release
1870+
1871+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sat, 15 May 2010 14:33:56 +0200
1872+
1873+eric (4.4.3-2) unstable; urgency=low
1874+
1875+ * Bump binary package python-qscintilla2 dependency to version 2.4.3
1876+ (Closes: #579013)
1877+
1878+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sat, 24 Apr 2010 20:59:03 +0200
1879+
1880+eric (4.4.3-1) unstable; urgency=low
1881+
1882+ [ Gudjon I. Gudjonsson ]
1883+ * New upstream release
1884+ * Change qscintilla dependency to >=2.4.3, old version needed recompiling
1885+
1886+ [ Piotr Ożarowski ]
1887+ * Don't ship .pyc files
1888+
1889+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Tue, 20 Apr 2010 21:54:05 +0200
1890+
1891+eric (4.4.2-1) unstable; urgency=low
1892+
1893+ * New upstream release
1894+ * Fix patch 03_disable-update-warning
1895+ * Add Italian translation
1896+ * Bump python-all and XS-Python-Version to >=2.5
1897+ * Change translations to multiple source format
1898+ * Make a get-orig-source target
1899+
1900+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 28 Mar 2010 23:41:51 +0200
1901+
1902+eric (4.4.1-1) unstable; urgency=low
1903+
1904+ * New upstream release
1905+ * Switch to dpkg-source 3.0 (quilt) format
1906+ * Patches 03_installer_fix, 04_documentation_paths removed, seem to be
1907+ unecessary.
1908+ * Add manpage eric4-sqlbrowser and eric4-webbrowser
1909+ * Fix gen_*_api.py scripts
1910+ * Minor changes to other manpages
1911+ * Create separate gen_qt/kde_api.py scripts
1912+ * Add dependency on python (>= 2.6) | python-simplejson
1913+ * Bump standards version to 3.8.4, no changes needed
1914+ * Change debhelper dependency to 7
1915+ * Fix clean target
1916+ * Improve get_translations script, thanks to Piotr
1917+ * Add VCS fields
1918+ * Exclude Python3 directory from dh_support
1919+ * Remove dependency on python-qt-dev
1920+ * Change sip4 dependency to python-sip-dev
1921+ * Remove python-sip4 binary dependency
1922+
1923+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 07 Feb 2010 15:55:42 +0100
1924+
1925+eric (4.3.10-1) unstable; urgency=low
1926+
1927+ * New upstream release (Closes: #563183)
1928+ * Change dependency on python-all-dev to python-all
1929+ * Add misc dependency to eric-api-files
1930+ * Change patch 01_path_fix to fix qt3 tools
1931+
1932+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sat, 09 Jan 2010 14:23:26 +0100
1933+
1934+eric (4.3.9-1) unstable; urgency=low
1935+
1936+ * New upstream release
1937+ * Change sip4 dependency to >=4.9
1938+ * Add runtime dependency on pyton-sip4 (>=4.9)
1939+
1940+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Mon, 09 Nov 2009 19:22:37 +0100
1941+
1942+eric (4.3.8-1) unstable; urgency=low
1943+
1944+ * New upstream release
1945+ * Change script get_translations.sh from bash to sh (works with dash)
1946+
1947+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 11 Oct 2009 23:23:04 +0200
1948+
1949+eric (4.3.7.1-1) unstable; urgency=low
1950+
1951+ * New upstream release
1952+ * Bump Standards-version to 3.8.3, no changes needed
1953+ * Fix qt3-doc dir in 01_path_fix.dpatch
1954+ * Remove qt4-assistant from suggest
1955+ * Fixed patch 06_disable-update-warning (Closes: #504284)
1956+
1957+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 06 Sep 2009 13:18:42 +0200
1958+
1959+eric (4.3.5-1) unstable; urgency=low
1960+
1961+ * New upstream release
1962+ * Change python-doc dir to python2.5-doc.
1963+
1964+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Fri, 24 Jul 2009 08:22:20 +0200
1965+
1966+eric (4.3.4-1) unstable; urgency=low
1967+
1968+ * New upstream release
1969+ * Comment out gen_python_api.py in rules file. Api file generation needs
1970+ to be checked.
1971+ * Upgrade dependencies. Python-qt/sip versions cannot be mixed but eric
1972+ can be backported with older python versions.
1973+ * Depend on experimental version on python-qscintilla2 (Closes: #532772)
1974+ * Add versioned dependency on runtime python-qscintilla2 (2.4-3)
1975+ * Add python-qt4-sql to suggests
1976+ * Bump standard version to 3.8.2. No changes needed
1977+ * Remove dh_desktop from rules file
1978+
1979+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 21 Jun 2009 21:38:27 +0200
1980+
1981+eric (4.3.1-1) unstable; urgency=low
1982+
1983+ * New upstream release (Closes: #519929)
1984+ * Bump standards version to 3.8.1, no changes needed
1985+ * Remove patch 05_fix-api-path, not needed anymore
1986+ * Add eric.api to eric-api-files
1987+ * Update eric4-api.1 manpage
1988+
1989+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Thu, 19 Mar 2009 07:34:06 +0100
1990+
1991+eric (4.3.0-2) unstable; urgency=low
1992+
1993+ * Add a patch 07_debian_chardet to make eric use python-chardet
1994+ instead of the upstream one
1995+ * Remove the whole ThirdParty directory from the package
1996+ * Change from py_central to py_support
1997+
1998+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Fri, 06 Mar 2009 08:32:47 +0100
1999+
2000+eric (4.3.0-1) unstable; urgency=low
2001+
2002+ [ Marco Rodrigues ]
2003+ * debian/control:
2004+ + Set new Homepage URL.
2005+ + Add XB-Python-Version to eric-api-files.
2006+ + Change qt4-doc to qt4-doc-html because
2007+ Documentation uses the html one.
2008+ + Add python-qt4-doc to Suggests to make
2009+ PyQt4 documentation available.
2010+ * Add python-kde4-doc to Suggest to make
2011+ PyKDE4 documentation available.
2012+ + Add ${misc:Depends} to fix lintian warning.
2013+ * debian/eric.desktop:
2014+ + Remove 'Application' from Categories.
2015+ + Remove Icon filename extension.
2016+ * debian/docs:
2017+ + Remove duplicate entry of README-i18n.txt
2018+ * Rename xpm icon from eric-icon.xpm to eric.xpm.
2019+ * debian/rules:
2020+ + Remove manual install of desktop and xpm icon.
2021+ * debian/eric.install:
2022+ + Add install for desktop and xpm icon.
2023+ * debian/debian-manpages/eric4-doc.1:
2024+ + Remove first line to fix lintian warning.
2025+ * debian/copyright:
2026+ + Fix copyright years according to upstream.
2027+ * debian/eric.dirs:
2028+ + Remove desktop and icon respective paths.
2029+
2030+ [ Gudjon I. Gudjonsson ]
2031+ * New upstream release (Closes: #501770)
2032+ * Upstream license change from GPL2 to GPL3
2033+ * Fix patches 01, 04 and 05
2034+ * Add dependency on python-pygments and python-chardet
2035+ * Add pygments license to copyright file
2036+ * Remove ThirdParty after installation to debian/eric in debian/rules
2037+ * Make new ThirdParty __init__.py files to import pygments and chardet
2038+ files
2039+
2040+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Thu, 26 Feb 2009 21:52:36 +0100
2041+
2042+eric (4.2.5-1) experimental; urgency=low
2043+
2044+ * New upstream release
2045+ * Disable 06_disable-update-warning patch since it is disfunctional
2046+ * Remove suggest and recommends for qt4-linguist, libqt3-i18
2047+ * Add suggestion for qt4-dev-tools
2048+ * Added GPL version to copyright file
2049+
2050+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 01 Feb 2009 10:58:55 +0000
2051+
2052+eric (4.2.4a-1) experimental; urgency=low
2053+
2054+ * New upstream release
2055+
2056+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Fri, 26 Dec 2008 23:07:03 +0100
2057+
2058+eric (4.2.2a-1) experimental; urgency=low
2059+
2060+ * New upstream release
2061+ * Fix path to documentation
2062+
2063+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Wed, 15 Oct 2008 06:55:51 +0100
2064+
2065+eric (4.2.0-1) experimental; urgency=low
2066+
2067+ * New upstream release
2068+ * Section changed from "python" to "devel"
2069+ * Not installing ChangeLog since it is equal to changelog.
2070+ * Remove "Encoding=UTF-8" from desktop file
2071+ * Move eric from section python to devel
2072+ * Remove README-PyXML.txt, obsolete in Debian
2073+ * Remove dh_strip, dh_shlibdeps
2074+ * No reference to eric3 in desktop file found (Closes: #472751)
2075+ * Python-qscintilla2 is updated and doesn't cause crash at startup.
2076+ (Closes: #488041)
2077+ * Add remaining man pages
2078+ * Add description to patches
2079+ * Remove link changelog->Changelog, fixed in upstream
2080+ * Fix patch 05_fix-api-path
2081+ * Change debian/rules, api files installed directly to eric-api-files
2082+ * Api dir changed to /usr/share/eric/api, according to upstream
2083+
2084+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Mon, 25 Aug 2008 08:53:52 +0200
2085+
2086+eric (4.1.5-1) unstable; urgency=low
2087+
2088+ * New upstream release.
2089+ * Disable "Update available" warning.
2090+ Patch 06_disable-update-warning.dpatch. (Closes: #485313)
2091+ * Bump standard version to 3.8.0. No changes needed.
2092+
2093+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Mon, 09 Jun 2008 16:33:39 +0200
2094+
2095+eric (4.1.4-1) unstable; urgency=low
2096+
2097+ * New upstream release. (Closes: #466094)
2098+ * Doesn't recommend python-xml. (Closes: #468584)
2099+ * Commented out 03_installer_fix.dpatch since fixed upstream.
2100+ * Fixed the watch file.
2101+
2102+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Thu, 22 May 2008 21:47:03 +0200
2103+
2104+eric (4.1.1-1) unstable; urgency=low
2105+
2106+ * New upstream release.
2107+ * Changed installer file patch 03_installer_fix.dpatch.
2108+ Will send to Detlev
2109+
2110+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Sun, 02 Mar 2008 11:42:27 +0000
2111+
2112+eric (4.1.0-1) unstable; urgency=low
2113+
2114+ * New upstream release. (Closes: #466094)
2115+ * Added MMartin Höfling <martin.hoefling@gmx.de> as a co-maintain.
2116+ * Added a patch 03_install_fix from Per Hansen. Sent to upstream.
2117+ * Bicycle repairman has been removed from sources. Removed the
2118+ related patches and lines from debian/rules file.
2119+ * Moved all changes for Userinterface.py to __init__.py.
2120+ * Added more api files to eric-api-files.
2121+ * Conflict bug is considered outdated since eric3 is obsolete.
2122+ (Closes: #378583)
2123+ * The shell now works with the french language but the default keyboard
2124+ shortcuts may have to be imported (default.e4k). (Closes: #453087)
2125+
2126+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Fri, 22 Feb 2008 22:51:42 +0000
2127+
2128+eric (4.0.4-2) unstable; urgency=low
2129+
2130+ * Removed dependency of python-qt3 and python-qtext and suggestions
2131+ of all other qt3 based libraries.
2132+ * Upstream version 4.0.4 closes the following bugs
2133+ (Closes: #432929, #345738, #453198)
2134+ * Bug #453087 still persists, sent to upstream
2135+
2136+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Wed, 23 Jan 2008 11:16:37 +0100
2137+
2138+eric (4.0.4-1) unstable; urgency=low
2139+
2140+ * New upstream release
2141+ * New maintainer
2142+
2143+ -- Gudjon I. Gudjonsson <gudjon@gudjon.org> Wed, 19 Dec 2007 15:20:19 +0100
2144+
2145+eric (3.9.5-1) unstable; urgency=low
2146+
2147+ * New upstream release
2148+ * Do not build-depend on python-kde3 any more for now
2149+ * FTBFS: sort: open failed: debian/apis/k*.api: No such file or
2150+ directory (Closes: #423762)
2151+
2152+ -- Torsten Marek <shlomme@debian.org> Tue, 15 May 2007 23:13:30 +0200
2153+
2154+eric (3.9.1-1) unstable; urgency=low
2155+
2156+ * New upstream release
2157+ * Move eric3config.py to /usr/share/eric/modules (Closes: #378580)
2158+ * Suggest python-profiler, don't recommend it (Closes: #378726)
2159+ * Tighten dependency on transitioned Python modules
2160+ * Clean up patches
2161+
2162+ -- Torsten Marek <shlomme@debian.org> Tue, 18 Jul 2006 10:00:27 +0200
2163+
2164+eric (3.9.0-2) unstable; urgency=low
2165+
2166+ * Update package for new Debian Python policy
2167+ * Bump standards version to 3.7.2
2168+
2169+ -- Torsten Marek <shlomme@debian.org> Tue, 4 Jul 2006 15:24:48 +0200
2170+
2171+eric (3.9.0-1) unstable; urgency=low
2172+
2173+ * New upstream release
2174+
2175+ -- Torsten Marek <shlomme@debian.org> Tue, 2 May 2006 10:59:07 +0200
2176+
2177+eric (3.8.2-3) unstable; urgency=low
2178+
2179+ * Fix lintian warnings
2180+
2181+ -- Torsten Marek <shlomme@debian.org> Sat, 22 Apr 2006 15:06:25 +0200
2182+
2183+eric (3.8.2-2) unstable; urgency=low
2184+
2185+ * Changed maintainer address to shlomme@debian.org
2186+ * Special thanks to Rogerio Reis for sponsoring so many uploads of eric!
2187+ * Added handling for missing Qt3 or Python documentation
2188+ and added pythond-doc to suggestions (Closes: #360507, #360508)
2189+ * Dropped unneeded build-dependency on python-sip4-qt3
2190+ * Raise debhelper compatibility level to 5
2191+ * Added python-kde3-dev to build-dependencies and install PyKDE API files again
2192+
2193+ -- Torsten Marek <shlomme@debian.org> Sun, 9 Apr 2006 10:31:16 +0200
2194+
2195+eric (3.8.2-1) unstable; urgency=low
2196+
2197+ * New upstream release
2198+
2199+ -- Torsten Marek <shlomme@gmx.net> Wed, 29 Mar 2006 14:16:26 +0200
2200+
2201+eric (3.8.1-1) unstable; urgency=low
2202+
2203+ * New upstream release (Closes: #344494)
2204+
2205+ -- Torsten Marek <shlomme@gmx.net> Fri, 30 Dec 2005 19:11:58 +0100
2206+
2207+eric (3.8.0-1) unstable; urgency=low
2208+
2209+ * New upstream release
2210+ * Translation files are not included into orig.tar.gz
2211+ any more, but into diff.gz.
2212+ * Added call to dh_desktop to debian/rules
2213+
2214+ -- Torsten Marek <shlomme@gmx.net> Mon, 7 Nov 2005 13:05:01 +0100
2215+
2216+eric (3.7.2-1) unstable; urgency=low
2217+
2218+ * New upstream release (Closes: #330608)
2219+ * Added libqt3-i18n to Recommends:
2220+ * Added suggestions for Ruby and mention Ruby
2221+ debugging support in description
2222+ * Add some words about eric to eric-api-files
2223+ description (Closes: #318674)
2224+
2225+ -- Torsten Marek <shlomme@gmx.net> Tue, 20 Sep 2005 12:40:13 +0200
2226+
2227+eric (3.7.1+3.7.2-rc2-1) unstable; urgency=low
2228+
2229+ * New upstream release
2230+ * Some cleanups in debian/rules
2231+
2232+ -- Torsten Marek <shlomme@gmx.net> Mon, 5 Sep 2005 00:07:22 +0200
2233+
2234+eric (3.7.1+3.7.2-rc1-1) unstable; urgency=low
2235+
2236+ * New upstream release
2237+ * Updated standards version to 3.6.2
2238+ * Add .desktop file from Ubuntu
2239+ * Install the icon for menu and .desktop file in /usr/share/pixmaps
2240+ * Disable building the PyKDE apis for this release
2241+ * Really move sitecustomize.py out of site-packages/
2242+ * Remove junk out of eric3-qregexp manpage
2243+
2244+ -- Torsten Marek <shlomme@gmx.net> Thu, 1 Sep 2005 21:18:49 +0200
2245+
2246+eric (3.7.1-1) unstable; urgency=low
2247+
2248+ * New upstream release (Closes: #312711).
2249+ * python-xml, python-profiler and python-kde3 upgraded from
2250+ suggestions to recommendations
2251+ * The Python modules are now installed in /usr/share/eric/modules
2252+ rather than in /usr/lib/python2.3/site-packages/eric
2253+ * Added watchfile again
2254+ * API files for Python, PyQt and PyKDE are created and put into
2255+ a separate package (Closes: #294071).
2256+ * Add APIs from eric-api-files, if installed
2257+ * Add Debian Qt directory in preferences
2258+
2259+ -- Torsten Marek <shlomme@gmx.net> Sat, 9 Jul 2005 19:24:41 +0200
2260+
2261+eric (3.6.2-1) unstable; urgency=low
2262+
2263+ * New upstream release
2264+ * Add python-profiler to suggestions (Closes: #295206)
2265+ * Display a note if python-profiler is not installed and
2266+ the user wants to profile
2267+ * Removed uninstalled eric-icon.xpm from icons/
2268+ * Patches now use dpatch
2269+ * Added a link from /usr/bin/eric to /usr/bin/eric3 on
2270+ popular demand
2271+
2272+ -- Torsten Marek <shlomme@gmx.net> Sun, 20 Feb 2005 20:16:20 +0100
2273+
2274+eric (3.6.1-3) unstable; urgency=low
2275+
2276+ * Fix typo in Suggests:, there is no package qt3-docs,
2277+ only qt3-doc
2278+ * New upload because the path to the python interpreter
2279+ in eric3 shell wrappers was wrong (Closes: #293452).
2280+
2281+ -- Torsten Marek <shlomme@gmx.net> Thu, 3 Feb 2005 16:40:23 +0100
2282+
2283+eric (3.6.1-2) unstable; urgency=low
2284+
2285+ * Change Build-Depends-Indep acc. to Python policy,
2286+ depend on python >= 2.3, remove ${python:Depends} and
2287+ build dependency on python-dev
2288+ * add homepage url to description
2289+
2290+ -- Torsten Marek <shlomme@gmx.net> Sun, 30 Jan 2005 11:46:13 +0100
2291+
2292+eric (3.6.1-1) unstable; urgency=low
2293+
2294+ * New upstream release
2295+ * removed watch file because orig.tar.gz has
2296+ to be created manually at every release
2297+
2298+ -- Torsten Marek <shlomme@gmx.net> Sun, 30 Jan 2005 01:03:24 +0100
2299+
2300+eric (3.6.0-2) unstable; urgency=low
2301+
2302+ * Keep files generated by install script out of .diff
2303+ * Adapt package description, lowercase first word
2304+
2305+ -- Torsten Marek <shlomme@gmx.net> Fri, 28 Jan 2005 19:22:45 +0100
2306+
2307+eric (3.6.0-1) unstable; urgency=low
2308+
2309+ * New upstream release (Closes: ##291341)
2310+ * Recreated source tarball with translations (Closes: #281236).
2311+ * Moved sitecustomize.py out of sys.path (Closes: #290805).
2312+ * Added Qt3 development tools and python-xml to package suggestions
2313+ * removed dependency python2.3-sip4-qt3 since it is already
2314+ depended upon by python2.3-qt3
2315+ * removed dependency sip4 since it is not necessary to run eric
2316+
2317+ -- Torsten Marek <shlomme@gmx.net> Sun, 23 Jan 2005 16:50:06 +0100
2318+
2319+eric (3.5.0-3) unstable; urgency=low
2320+
2321+ * sip4 and python2.3-sip4-qt3 added to the dependencies
2322+
2323+ -- Rogerio Reis <rvr@debian.org> Mon, 6 Dec 2004 00:08:35 +0000
2324+
2325+eric (3.5.0-2) unstable; urgency=low
2326+
2327+ * Bug fix: "eric: FTBFS: Missing Build-Depends on 'python-dev'", thanks
2328+ to Andreas Jochens (Closes: #275879).
2329+
2330+ -- Rogerio Reis <rvr@debian.org> Tue, 12 Oct 2004 09:16:48 +0100
2331+
2332+eric (3.5.0-1) unstable; urgency=low
2333+
2334+ * New upstream release. Almost all the work was done by Torsten Marek
2335+ <shlomme@gmx.net> that was already packing this new version.
2336+ (Closes: #275321).
2337+
2338+ * Bug fix: eric environments fixed, thanks to Paolo Alexis Falcone
2339+ (Closes: #275319).
2340+
2341+ -- Rogerio Reis <rvr@debian.org> Thu, 7 Oct 2004 20:59:53 +0100
2342+
2343+eric (3.4.2-2) unstable; urgency=low
2344+
2345+ * Bug fix: "eric: package description feature list indentation", thanks
2346+ to Bastian Kleineidam (Closes: #272933).
2347+
2348+ -- Rogerio Reis <rvr@debian.org> Sun, 26 Sep 2004 10:30:31 +0100
2349+
2350+eric (3.4.2-1) unstable; urgency=low
2351+
2352+ * Initial Release. (Closes: #170615)
2353+
2354+
2355+ -- Rogerio Reis <rvr@debian.org> Mon, 7 Jun 2004 19:10:29 +0100
2356+
2357
2358=== added file 'debian/compat'
2359--- debian/compat 1970-01-01 00:00:00 +0000
2360+++ debian/compat 2013-07-26 17:22:34 +0000
2361@@ -0,0 +1,1 @@
2362+5
2363
2364=== added file 'debian/control'
2365--- debian/control 1970-01-01 00:00:00 +0000
2366+++ debian/control 2013-07-26 17:22:34 +0000
2367@@ -0,0 +1,55 @@
2368+Source: eric
2369+Section: devel
2370+Priority: optional
2371+Maintainer: Gudjon I. Gudjonsson <gudjon@gudjon.org>
2372+Uploaders: Martin Höfling <martin.hoefling@gmx.de>, Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
2373+Build-Depends: debhelper (>= 7)
2374+Build-Depends-Indep: python-all (>= 2.5), python-qt4 (>= 4.5),
2375+ python-qscintilla2 (>=2.4.3),
2376+ python-sip-dev, qt4-dev-tools, libqt4-dev, python-qt4-dev
2377+#, python-kde4
2378+X-Python-Version: >=2.5
2379+Standards-Version: 3.9.3
2380+Homepage: http://eric-ide.python-projects.org/
2381+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/eric/trunk/
2382+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/eric/trunk/
2383+
2384+Package: eric
2385+Architecture: all
2386+Depends: ${python:Depends}, ${misc:Depends}, python-qt4 (<<4.7.5) | python-qt4 (>=4.7.6), bicyclerepair (>= 0.9-4.1),
2387+ python-pygments, python-chardet, python-qscintilla2 (>=2.4.3), python (>= 2.6) | python-simplejson
2388+Recommends: eric-api-files
2389+Suggests: qt4-designer, qt4-doc-html, pyqt4-dev-tools,
2390+ qt4-dev-tools, ruby, python-doc, python-qt4-doc, python-kde4-doc, python-profiler,
2391+ python-qt4-sql
2392+Description: full featured Python IDE
2393+ eric is a full featured Python IDE written in PyQt using the QScintilla
2394+ editor widget. Some highlights
2395+ * Any number of editors with configurable syntax highlighting, code
2396+ folding, auto indenting and brace highlighting.
2397+ * Integrated Project Management facility to organize your projects. The
2398+ project browser shows all source files, all forms and all translations
2399+ each on its own tab. The source browser has built in class browsing
2400+ capabilities.
2401+ * Integrated and full featured debuggers for Python and Ruby.
2402+ * Interactive shells for Python and Ruby.
2403+ * An explorer window for walking through your directory structure with
2404+ built in class browsing capabilities for Python files.
2405+ * Variable windows that display local and global variables in the
2406+ current scope while debugging a program.
2407+ * An integrated interface to the Python Module "unittest".
2408+ * An integrated help viewer to display HTML help files. Alternatively
2409+ you can choose to use Qt-Assistant to view help files.
2410+ * Display of the UI in different languages.
2411+ * The capability to start Qt-Designer and Qt-Linguist from within eric4.
2412+ * The ability to compile Qt-Designer forms, to produce Qt-Linguist files
2413+ and release them from within the IDE.
2414+
2415+Package: eric-api-files
2416+Architecture: all
2417+Depends: ${misc:Depends}, eric
2418+Description: API description files for use with eric
2419+ This package contains code completion API files of
2420+ Python standard modules & builtins, PyQt and PyKDE.
2421+ .
2422+ eric is a full featured Python IDE.
2423
2424=== added file 'debian/copyright'
2425--- debian/copyright 1970-01-01 00:00:00 +0000
2426+++ debian/copyright 2013-07-26 17:22:34 +0000
2427@@ -0,0 +1,93 @@
2428+This package was debianized by Rogerio Reis <rvr@debian.org> on
2429+Mon, 7 Jun 2004 19:10:29 +0100.
2430+
2431+It was downloaded from http://www.die-offenbachs.de/eric/eric4-download.html
2432+
2433+Upstream Author: Detlev Offenbach <detlev@die-offenbachs.de>
2434+
2435+Copyright:
2436+
2437+ Copyright (c) 2002 - 2009 Detlev Offenbach <detlev@die-offenbachs.de>
2438+
2439+ eric4 (and the others) is released under the conditions of the GPL
2440+ (version 3). See separate license file for more details. Third party
2441+ software included in eric4 is released under their respective license
2442+ and contained in the eric4 distribution (as LICENSE.GPL) for convenience.
2443+
2444+On Debian systems, the complete text of the GNU General
2445+Public License can be found in `/usr/share/common-licenses/GPL-3'.
2446+
2447+
2448+Two third party libraries exist in the code called pygments and chardet.
2449+They are not used but the debian versions python-pygments and
2450+python-chardet are used instead.
2451+
2452+Pygments has the following license. The AUTHORS file can be found below.
2453+
2454+Copyright (c) 2006 by the respective authors (see AUTHORS file).
2455+All rights reserved.
2456+
2457+Redistribution and use in source and binary forms, with or without
2458+modification, are permitted provided that the following conditions are
2459+met:
2460+
2461+ * Redistributions of source code must retain the above copyright
2462+ notice, this list of conditions and the following disclaimer.
2463+
2464+ * Redistributions in binary form must reproduce the above
2465+ copyright notice, this list of conditions and the following
2466+ disclaimer in the documentation and/or other materials provided
2467+ with the distribution.
2468+
2469+ * The names of the contributors may not be used to endorse or
2470+ promote products derived from this software without specific
2471+ prior written permission.
2472+
2473+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2474+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2475+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2476+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2477+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2478+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2479+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2480+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2481+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2482+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2483+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2484+
2485+(AUTHORS file)
2486+Pygments is written and maintained by Georg Brandl <g.brandl@gmx.net>.
2487+
2488+Other contributors (as mentionend in :copyright:s) are:
2489+
2490+- Armin Ronacher <armin.ronacher@active-4.com>
2491+- Lukas Meuser <pocoo@quittenbrod.de>
2492+- Matt Good <trac@matt-good.net>
2493+- Tim Hatch <tim@timhatch.com>
2494+- Ronny Pfannschmidt
2495+- Dennis Kaarsemaker
2496+- Marek Kubica
2497+- Ben Bangert
2498+- Tiberius Teng
2499+- Adam Blinkinsop <blinks@acm.org>
2500+- Kirk McDonald
2501+- Christopher Creutzig <christopher@creutzig.de>
2502+- Frits van Bommel
2503+- Matteo Sasso
2504+- Kumar Appaiah <akumar@ee.iitm.ac.in>
2505+- Varun Hiremath <varunhiremath@gmail.com>
2506+- Jeremy Thurgood
2507+- Matthew Harrison
2508+- Steven Hazel
2509+
2510+Many thanks for all your contributions!
2511+
2512+Also thanks to the following contributors that helped fixing minor
2513+bugs:
2514+
2515+- Pierre Bourdon
2516+
2517+Chardet has the following license
2518+GNU LESSER GENERAL PUBLIC LICENSE
2519+Version 2.1, February 1999
2520+See: /usr/share/common-licenses/LGPL-2.1
2521\ No newline at end of file
2522
2523=== added directory 'debian/debian-manpages'
2524=== added file 'debian/debian-manpages/eric4.1'
2525--- debian/debian-manpages/eric4.1 1970-01-01 00:00:00 +0000
2526+++ debian/debian-manpages/eric4.1 2013-07-26 17:22:34 +0000
2527@@ -0,0 +1,68 @@
2528+.\" Hey, EMACS: -*- nroff -*-
2529+.\" First parameter, NAME, should be all caps
2530+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
2531+.\" other parameters are allowed: see man(7), man(1)
2532+.TH ERIC4 1 "August 1, 2004"
2533+.\" Please adjust this date whenever revising the manpage.
2534+.\"
2535+.\" Some roff macros, for reference:
2536+.\" .nh disable hyphenation
2537+.\" .hy enable hyphenation
2538+.\" .ad l left justify
2539+.\" .ad b justify to both left and right margins
2540+.\" .nf disable filling
2541+.\" .fi enable filling
2542+.\" .br insert line break
2543+.\" .sp <n> insert n+1 empty lines
2544+.\" for manpage-specific macros, see man(7)
2545+.SH NAME
2546+eric4 \- A full-fledged Python IDE and debugger
2547+.SH SYNOPSIS
2548+.B eric4
2549+.RI [ options ] " files" ...
2550+.SH DESCRIPTION
2551+This manual page documents briefly the
2552+.B eric4
2553+program.
2554+This manual page was written for the Debian distribution
2555+because the original program does not have a manual page.
2556+Instead, it has documentation provided in HTML format.
2557+.PP
2558+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
2559+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
2560+.\" respectively.
2561+\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.
2562+.SH OPTIONS
2563+These programs follow the usual GNU command line syntax, with long
2564+options starting with two dashes (`-').
2565+A summary of options is included below.
2566+.TP
2567+.B \-h, \-\-help
2568+Show summary of options.
2569+.TP
2570+.B \-v, \-\-version
2571+Show version of program.
2572+.SH SEE ALSO
2573+.BR eric4_api (1),
2574+.BR eric4_compare (1),
2575+.BR eric4_configure (1),
2576+.BR eric4_diff (1),
2577+.BR eric4_doc (1),
2578+.BR eric4_editor (1),
2579+.BR eric4_helpviewer (1),
2580+.BR eric4_iconeditor (1),
2581+.BR eric4_plugininstall (1),
2582+.BR eric4_pluginrepository (1),
2583+.BR eric4_pluginuninstall (1),
2584+.BR eric4_qregexp (1),
2585+.BR eric4_re (1),
2586+.BR eric4_sqlbrowser (1),
2587+.BR eric4_tray (1),
2588+.BR eric4_trpreviewer (1),
2589+.BR eric4_uipreviewer (1),
2590+.BR eric4_unittest (1),
2591+.BR eric4_webbrowser (1)
2592+.br
2593+.SH AUTHOR
2594+This manual page was written by Torsten Marek <shlomme@gmx.net>,
2595+for the Debian project (but may be used by others).
2596
2597=== added file 'debian/debian-manpages/eric4_api.1'
2598--- debian/debian-manpages/eric4_api.1 1970-01-01 00:00:00 +0000
2599+++ debian/debian-manpages/eric4_api.1 2013-07-26 17:22:34 +0000
2600@@ -0,0 +1,111 @@
2601+.\" Hey, EMACS: -*- nroff -*-
2602+.\" First parameter, NAME, should be all caps
2603+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
2604+.\" other parameters are allowed: see man(7), man(1)
2605+.TH ERIC4_API 1 "January 31, 2010"
2606+.\" Please adjust this date whenever revising the manpage.
2607+.\"
2608+.\" Some roff macros, for reference:
2609+.\" .nh disable hyphenation
2610+.\" .hy enable hyphenation
2611+.\" .ad l left justify
2612+.\" .ad b justify to both left and right margins
2613+.\" .nf disable filling
2614+.\" .fi enable filling
2615+.\" .br insert line break
2616+.\" .sp <n> insert n+1 empty lines
2617+.\" for manpage-specific macros, see man(7)
2618+.SH NAME
2619+eric4_api \- eric4 API generator
2620+.SH SYNOPSIS
2621+.B eric4_api
2622+.RI [ options ] " files" ...
2623+
2624+where files can be be either Python modules, package directories or ordinary directories.
2625+.SH DESCRIPTION
2626+This manual page documents briefly the
2627+.B eric4_api
2628+command.
2629+This manual page was written for the Debian distribution
2630+because the original program does not have a manual page.
2631+.PP
2632+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
2633+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
2634+.\" respectively.
2635+\fBeric4_api\fP scans Python source code to generate API descriptions files which are
2636+used to as tooltips and autocompletion suggestions by the QScintilla editor widget in
2637+eric4.
2638+.SH OPTIONS
2639+These programs follow the usual GNU command line syntax, with long
2640+options starting with two dashes (`-').
2641+A summary of options is included below.
2642+For a complete description, see the Info files.
2643+.TP
2644+.B \-b name or \-\-base name
2645+Use the given name as the name of the base package.
2646+.TP
2647+.B \-h or \-\-help
2648+Show this help and exit.
2649+.TP
2650+.B \-o filename or \-\-output\=filename
2651+Write the API information to the named file. A '%L' placeholder
2652+is replaced by the language of the API file (see \-\-language).
2653+.TP
2654+.B \-\-oldstyle
2655+Generate API files for QScintilla prior to 1.7.
2656+.TP
2657+.B \-p or \-\-private
2658+Include private methods and functions.
2659+.TP
2660+.B \-R, \-r or \-\-recursive
2661+Perform a recursive search for Python files.
2662+.TP
2663+.B \-t ext or \-\-extension = ext
2664+Add the given extension to the list of file extensions.
2665+This option may be given multiple times.
2666+.TP
2667+.B \-V or \-\-version
2668+Show version information and exit.
2669+.TP
2670+.B \-x directory or \-\-exclude=directory
2671+Specify a directory basename to be excluded.
2672+This option may be repeated multiple times.
2673+.TP
2674+.B \-\-exclude\-file=pattern
2675+Specify a filename pattern of files to be excluded.
2676+This option may be repeated multiple times.
2677+.TP
2678+.B \-l language or \-\-language=language
2679+Generate an API file for the given programming language.
2680+Supported programming languages are:
2681+ * Python
2682+ * Python3
2683+ * Ruby
2684+The default is 'Python'.
2685+This option may be repeated multiple times.
2686+
2687+
2688+.SH SEE ALSO
2689+.BR eric4 (1),
2690+.BR eric4_compare (1),
2691+.BR eric4_configure (1),
2692+.BR eric4_diff (1),
2693+.BR eric4_doc (1),
2694+.BR eric4_editor (1),
2695+.BR eric4_helpviewer (1),
2696+.BR eric4_iconeditor (1),
2697+.BR eric4_plugininstall (1),
2698+.BR eric4_pluginrepository (1),
2699+.BR eric4_pluginuninstall (1),
2700+.BR eric4_qregexp (1),
2701+.BR eric4_re (1),
2702+.BR eric4_sqlbrowser (1),
2703+.BR eric4_tray (1),
2704+.BR eric4_trpreviewer (1),
2705+.BR eric4_uipreviewer (1),
2706+.BR eric4_unittest (1),
2707+.BR eric4_webbrowser (1)
2708+.br
2709+.SH AUTHOR
2710+This manual page was written by Torsten Marek <shlomme@gmx.net>,
2711+for the Debian project (but may be used by others).
2712
2713=== added file 'debian/debian-manpages/eric4_compare.1'
2714--- debian/debian-manpages/eric4_compare.1 1970-01-01 00:00:00 +0000
2715+++ debian/debian-manpages/eric4_compare.1 2013-07-26 17:22:34 +0000
2716@@ -0,0 +1,51 @@
2717+.TH ERIC4_COMPARE 1 "January 31, 2010"
2718+.SH NAME
2719+eric4_compare \- Simple graphical compare tool
2720+.SH SYNOPSIS
2721+.B eric4_compare
2722+.RI [ options ] " files" ...
2723+.SH DESCRIPTION
2724+This manual page documents briefly the
2725+.B eric4_compare
2726+program. This manual page was written for the Debian
2727+distribution because the original program does not have a manual page.
2728+Instead, it has documentation provided in HTML format.
2729+
2730+.SH OPTIONS
2731+These programs follow the usual GNU command line syntax, with long
2732+options starting with two dashes (`-').
2733+A summary of options is included below.
2734+.TP
2735+.B \-h, \-\-help
2736+Show summary of options.
2737+.TP
2738+.B \-\-version
2739+Show version of program.
2740+.TP
2741+.B \-\-nokde
2742+Don't use KDE widgets
2743+.SH SEE ALSO
2744+.BR eric4 (1),
2745+.BR eric4_api (1),
2746+.BR eric4_configure (1),
2747+.BR eric4_diff (1),
2748+.BR eric4_doc (1),
2749+.BR eric4_editor (1),
2750+.BR eric4_helpviewer (1),
2751+.BR eric4_iconeditor (1),
2752+.BR eric4_plugininstall (1),
2753+.BR eric4_pluginrepository (1),
2754+.BR eric4_pluginuninstall (1),
2755+.BR eric4_qregexp (1),
2756+.BR eric4_re (1),
2757+.BR eric4_sqlbrowser (1),
2758+.BR eric4_tray (1),
2759+.BR eric4_trpreviewer (1),
2760+.BR eric4_uipreviewer (1),
2761+.BR eric4_unittest (1),
2762+.BR eric4_webbrowser (1)
2763+.SH AUTHOR
2764+eric4_compare was written by Detlev Offenbach.
2765+.PP
2766+This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
2767+for the Debian project (but may be used by others).
2768
2769=== added file 'debian/debian-manpages/eric4_configure.1'
2770--- debian/debian-manpages/eric4_configure.1 1970-01-01 00:00:00 +0000
2771+++ debian/debian-manpages/eric4_configure.1 2013-07-26 17:22:34 +0000
2772@@ -0,0 +1,52 @@
2773+.TH ERIC4_CONFIGURE 1 "January 31, 2010"
2774+.SH NAME
2775+eric4_configure \- Configuration editor for eric4
2776+.SH SYNOPSIS
2777+.B eric4_configure
2778+.RI [ options ] " files" ...
2779+.SH DESCRIPTION
2780+This manual page documents briefly the
2781+.B eric4_configure
2782+program. This manual page was written for the Debian
2783+distribution because the original program does not have a manual page.
2784+Instead, it has documentation provided in HTML format.
2785+
2786+.SH OPTIONS
2787+These programs follow the usual GNU command line syntax, with long
2788+options starting with two dashes (`-').
2789+A summary of options is included below.
2790+For a complete description, see the Info files.
2791+.TP
2792+.B \-h, \-\-help
2793+Show summary of options.
2794+.TP
2795+.B \-\-version
2796+Show version of program.
2797+.TP
2798+.B \-\-nokde
2799+Don't use KDE widgets
2800+.SH SEE ALSO
2801+.BR eric4 (1),
2802+.BR eric4_api (1),
2803+.BR eric4_compare (1),
2804+.BR eric4_diff (1),
2805+.BR eric4_doc (1),
2806+.BR eric4_editor (1),
2807+.BR eric4_helpviewer (1),
2808+.BR eric4_iconeditor (1),
2809+.BR eric4_plugininstall (1),
2810+.BR eric4_pluginrepository (1),
2811+.BR eric4_pluginuninstall (1),
2812+.BR eric4_qregexp (1),
2813+.BR eric4_re (1),
2814+.BR eric4_sqlbrowser (1),
2815+.BR eric4_tray (1),
2816+.BR eric4_trpreviewer (1),
2817+.BR eric4_uipreviewer (1),
2818+.BR eric4_unittest (1),
2819+.BR eric4_webbrowser (1)
2820+.SH AUTHOR
2821+eric4_configure was written by Detlev Offenbach.
2822+.PP
2823+This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
2824+for the Debian project (but may be used by others).
2825
2826=== added file 'debian/debian-manpages/eric4_diff.1'
2827--- debian/debian-manpages/eric4_diff.1 1970-01-01 00:00:00 +0000
2828+++ debian/debian-manpages/eric4_diff.1 2013-07-26 17:22:34 +0000
2829@@ -0,0 +1,51 @@
2830+.TH ERIC4_DIFF 1 "January 31, 2010"
2831+.SH NAME
2832+eric4_diff \- Simple graphical diff tool
2833+.SH SYNOPSIS
2834+.B eric4_compare
2835+.RI [ options ] " files" ...
2836+.SH DESCRIPTION
2837+This manual page documents briefly the
2838+.B eric4_diff
2839+program. This manual page was written for the Debian
2840+distribution because the original program does not have a manual page.
2841+Instead, it has documentation provided in HTML format.
2842+
2843+.SH OPTIONS
2844+These programs follow the usual GNU command line syntax, with long
2845+options starting with two dashes (`-').
2846+A summary of options is included below.
2847+.TP
2848+.B \-h, \-\-help
2849+Show summary of options.
2850+.TP
2851+.B \-\-version
2852+Show version of program.
2853+.TP
2854+.B \-\-nokde
2855+Don't use KDE widgets
2856+.SH SEE ALSO
2857+.BR eric4 (1),
2858+.BR eric4_api (1),
2859+.BR eric4_compare (1),
2860+.BR eric4_configure (1),
2861+.BR eric4_doc (1),
2862+.BR eric4_editor (1),
2863+.BR eric4_helpviewer (1),
2864+.BR eric4_iconeditor (1),
2865+.BR eric4_plugininstall (1),
2866+.BR eric4_pluginrepository (1),
2867+.BR eric4_pluginuninstall (1),
2868+.BR eric4_qregexp (1),
2869+.BR eric4_re (1),
2870+.BR eric4_sqlbrowser (1),
2871+.BR eric4_tray (1),
2872+.BR eric4_trpreviewer (1),
2873+.BR eric4_uipreviewer (1),
2874+.BR eric4_unittest (1),
2875+.BR eric4_webbrowser (1)
2876+.SH AUTHOR
2877+eric4_diff was written by Detlev Offenbach.
2878+.PP
2879+This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
2880+for the Debian project (but may be used by others).
2881
2882=== added file 'debian/debian-manpages/eric4_doc.1'
2883--- debian/debian-manpages/eric4_doc.1 1970-01-01 00:00:00 +0000
2884+++ debian/debian-manpages/eric4_doc.1 2013-07-26 17:22:34 +0000
2885@@ -0,0 +1,90 @@
2886+.\" Hey, EMACS: -*- nroff -*-
2887+.\" First parameter, NAME, should be all caps
2888+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
2889+.\" other parameters are allowed: see man(7), man(1)
2890+.TH ERIC4_DOC 1 "January 31, 2010"
2891+.\" Please adjust this date whenever revising the manpage.
2892+.\"
2893+.\" Some roff macros, for reference:
2894+.\" .nh disable hyphenation
2895+.\" .hy enable hyphenation
2896+.\" .ad l left justify
2897+.\" .ad b justify to both left and right margins
2898+.\" .nf disable filling
2899+.\" .fi enable filling
2900+.\" .br insert line break
2901+.\" .sp <n> insert n+1 empty lines
2902+.\" for manpage-specific macros, see man(7)
2903+.SH NAME
2904+eric4_doc \- eric4 documentation generator
2905+.SH SYNOPSIS
2906+.B eric4_doc
2907+.RI [ options ] " files" ...
2908+
2909+where files can be be either Python modules, package directories or ordinary directories.
2910+.SH DESCRIPTION
2911+This manual page documents briefly the
2912+.B eric4_doc
2913+command.
2914+This manual page was written for the Debian distribution
2915+because the original program does not have a manual page.
2916+Instead, it has documentation provided in the file /usr/share/doc/eric/README\-eric4\-doc.txt.gz in plain text format.
2917+.PP
2918+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
2919+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
2920+.\" respectively.
2921+\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).
2922+.SH OPTIONS
2923+These programs follow the usual GNU command line syntax, with long
2924+options starting with two dashes (`-').
2925+A summary of options is included below.
2926+For a complete description, see the Info files.
2927+.TP
2928+.B \-p prefix or \-\-prefix\=prefix
2929+Prepend given prefix to file names.
2930+.TP
2931+.B \-o directory or \-\-outdir\=directory
2932+Generate files in the named directory.
2933+.TP
2934+.B \-R, \-r or \-\-recursive
2935+Perform a recursive search for Python files.
2936+.TP
2937+.B \-x directory or \-\-exclude\=directory
2938+Specify a directory basename to be excluded.
2939+This option may be repeated multiple times.
2940+.TP
2941+.B \-i or \-\-noindex
2942+Don't generate index files.
2943+.TP
2944+.B \-e or \-\-noempty
2945+Don't include empty modules.
2946+.TP
2947+.B \-h, \-\-help
2948+Show summary of options.
2949+.TP
2950+.B \-v, \-\-version
2951+Show version of program.
2952+.SH SEE ALSO
2953+.BR eric4 (1),
2954+.BR eric4_api (1),
2955+.BR eric4_compare (1),
2956+.BR eric4_configure (1),
2957+.BR eric4_diff (1),
2958+.BR eric4_editor (1),
2959+.BR eric4_helpviewer (1),
2960+.BR eric4_iconeditor (1),
2961+.BR eric4_plugininstall (1),
2962+.BR eric4_pluginrepository (1),
2963+.BR eric4_pluginuninstall (1),
2964+.BR eric4_qregexp (1),
2965+.BR eric4_re (1),
2966+.BR eric4_sqlbrowser (1),
2967+.BR eric4_tray (1),
2968+.BR eric4_trpreviewer (1),
2969+.BR eric4_uipreviewer (1),
2970+.BR eric4_unittest (1),
2971+.BR eric4_webbrowser (1)
2972+.br
2973+.SH AUTHOR
2974+This manual page was written by Torsten Marek <shlomme@gmx.net>,
2975+for the Debian project (but may be used by others).
2976
2977=== added file 'debian/debian-manpages/eric4_editor.1'
2978--- debian/debian-manpages/eric4_editor.1 1970-01-01 00:00:00 +0000
2979+++ debian/debian-manpages/eric4_editor.1 2013-07-26 17:22:34 +0000
2980@@ -0,0 +1,51 @@
2981+.TH ERIC4_EDITOR 1 "January 31, 2010"
2982+.SH NAME
2983+eric4_editpr \- Simplified version of the eric4 editor
2984+.SH SYNOPSIS
2985+.B eric4_editor
2986+.RI [ options ] " files" ...
2987+.SH DESCRIPTION
2988+This manual page documents briefly the
2989+.B eric4_editor
2990+program. This manual page was written for the Debian
2991+distribution because the original program does not have a manual page.
2992+Instead, it has documentation provided in HTML format.
2993+
2994+.SH OPTIONS
2995+These programs follow the usual GNU command line syntax, with long
2996+options starting with two dashes (`-').
2997+A summary of options is included below.
2998+.TP
2999+.B \-h, \-\-help
3000+Show summary of options.
3001+.TP
3002+.B \-\-version
3003+Show version of program.
3004+.TP
3005+.B \-\-nokde
3006+Don't use KDE widgets
3007+.SH SEE ALSO
3008+.BR eric4 (1),
3009+.BR eric4_api (1),
3010+.BR eric4_compare (1),
3011+.BR eric4_configure (1),
3012+.BR eric4_diff (1),
3013+.BR eric4_doc (1),
3014+.BR eric4_helpviewer (1),
3015+.BR eric4_iconeditor (1),
3016+.BR eric4_plugininstall (1),
3017+.BR eric4_pluginrepository (1),
3018+.BR eric4_pluginuninstall (1),
3019+.BR eric4_qregexp (1),
3020+.BR eric4_re (1),
3021+.BR eric4_sqlbrowser (1),
3022+.BR eric4_tray (1),
3023+.BR eric4_trpreviewer (1),
3024+.BR eric4_uipreviewer (1),
3025+.BR eric4_unittest (1),
3026+.BR eric4_webbrowser (1)
3027+.SH AUTHOR
3028+eric4_editor was written by Detlev Offenbach.
3029+.PP
3030+This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
3031+for the Debian project (but may be used by others).
3032
3033=== added file 'debian/debian-manpages/eric4_helpviewer.1'
3034--- debian/debian-manpages/eric4_helpviewer.1 1970-01-01 00:00:00 +0000
3035+++ debian/debian-manpages/eric4_helpviewer.1 2013-07-26 17:22:34 +0000
3036@@ -0,0 +1,68 @@
3037+.\" Hey, EMACS: -*- nroff -*-
3038+.\" First parameter, NAME, should be all caps
3039+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
3040+.\" other parameters are allowed: see man(7), man(1)
3041+.TH ERIC4_HELPVIEWER 1 "January 31, 2010"
3042+.\" Please adjust this date whenever revising the manpage.
3043+.\"
3044+.\" Some roff macros, for reference:
3045+.\" .nh disable hyphenation
3046+.\" .hy enable hyphenation
3047+.\" .ad l left justify
3048+.\" .ad b justify to both left and right margins
3049+.\" .nf disable filling
3050+.\" .fi enable filling
3051+.\" .br insert line break
3052+.\" .sp <n> insert n+1 empty lines
3053+.\" for manpage-specific macros, see man(7)
3054+.SH NAME
3055+eric4_helpviewer \- eric4 and Qt help browser
3056+.SH SYNOPSIS
3057+.B eric4_helpviewer
3058+.RI [ options ] " files" ...
3059+.SH DESCRIPTION
3060+This manual page documents briefly the
3061+.B eric4_helpviewer
3062+command.
3063+This manual page was written for the Debian distribution
3064+because the original program does not have a manual page.
3065+.PP
3066+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
3067+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
3068+.\" respectively.
3069+\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.
3070+.SH OPTIONS
3071+These programs follow the usual GNU command line syntax, with long
3072+options starting with two dashes (`-').
3073+A summary of options is included below.
3074+For a complete description, see the Info files.
3075+.TP
3076+.B \-h, \-\-help
3077+Show summary of options.
3078+.TP
3079+.B \-v, \-\-version
3080+Show version of program.
3081+.SH SEE ALSO
3082+.BR eric4 (1),
3083+.BR eric4_api (1),
3084+.BR eric4_compare (1),
3085+.BR eric4_configure (1),
3086+.BR eric4_diff (1),
3087+.BR eric4_doc (1),
3088+.BR eric4_editor (1),
3089+.BR eric4_iconeditor (1),
3090+.BR eric4_plugininstall (1),
3091+.BR eric4_pluginrepository (1),
3092+.BR eric4_pluginuninstall (1),
3093+.BR eric4_qregexp (1),
3094+.BR eric4_re (1),
3095+.BR eric4_sqlbrowser (1),
3096+.BR eric4_tray (1),
3097+.BR eric4_trpreviewer (1),
3098+.BR eric4_uipreviewer (1),
3099+.BR eric4_unittest (1),
3100+.BR eric4_webbrowser (1)
3101+.br
3102+.SH AUTHOR
3103+This manual page was written by Torsten Marek <shlomme@gmx.net>,
3104+for the Debian project (but may be used by others).
3105
3106=== added file 'debian/debian-manpages/eric4_iconeditor.1'
3107--- debian/debian-manpages/eric4_iconeditor.1 1970-01-01 00:00:00 +0000
3108+++ debian/debian-manpages/eric4_iconeditor.1 2013-07-26 17:22:34 +0000
3109@@ -0,0 +1,55 @@
3110+.TH ERIC4_ICONEDITOR 1 "April 21, 2012"
3111+.SH NAME
3112+eric4_iconeditor \- Icon editor for eric4
3113+.SH SYNOPSIS
3114+.B eric4_iconeditor
3115+.RI [ options ] " files" ...
3116+.SH DESCRIPTION
3117+This manual page documents briefly the
3118+.B eric4_iconeditor
3119+program. This manual page was written for the Debian
3120+distribution because the original program does not have a manual page.
3121+Instead, it has documentation provided in HTML format.
3122+
3123+.SH OPTIONS
3124+These programs follow the usual GNU command line syntax, with long
3125+options starting with two dashes (`-').
3126+A summary of options is included below.
3127+For a complete description, see the Info files.
3128+.TP
3129+.B \-\-config=configDir
3130+Use the given directory as the one containing the config files
3131+.TP
3132+.B \-h, \-\-help
3133+Show summary of options.
3134+.TP
3135+.B \-\-nokde
3136+Don't use KDE widgets
3137+.TP
3138+.B \-\-version
3139+Show the program's version number and exit.
3140+.SH SEE ALSO
3141+.BR eric4 (1),
3142+.BR eric4_api (1),
3143+.BR eric4_compare (1),
3144+.BR eric4_configure (1),
3145+.BR eric4_diff (1),
3146+.BR eric4_doc (1),
3147+.BR eric4_editor (1),
3148+.BR eric4_helpviewer (1),
3149+.BR eric4_plugininstall (1),
3150+.BR eric4_pluginrepository (1),
3151+.BR eric4_pluginuninstall (1),
3152+.BR eric4_qregexp (1),
3153+.BR eric4_re (1),
3154+.BR eric4_sqlbrowser (1),
3155+.BR eric4_tray (1),
3156+.BR eric4_trpreviewer (1),
3157+.BR eric4_uipreviewer (1),
3158+.BR eric4_unittest (1),
3159+.BR eric4_webbrowser (1)
3160+.SH AUTHOR
3161+eric4_iconeditor was written by Detlev Offenbach.
3162+.PP
3163+This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
3164+for the Debian project (but may be used by others).
3165
3166=== added file 'debian/debian-manpages/eric4_plugininstall.1'
3167--- debian/debian-manpages/eric4_plugininstall.1 1970-01-01 00:00:00 +0000
3168+++ debian/debian-manpages/eric4_plugininstall.1 2013-07-26 17:22:34 +0000
3169@@ -0,0 +1,52 @@
3170+.TH ERIC4_PLUGININSTALL 1 "January 31, 2010"
3171+.SH NAME
3172+eric4_plugininstall \- Plugin installation utility for eric4
3173+.SH SYNOPSIS
3174+.B eric4_plugininstall
3175+.RI [ options ] " files" ...
3176+.SH DESCRIPTION
3177+This manual page documents briefly the
3178+.B eric4_plugininstall
3179+program. This manual page was written for the Debian
3180+distribution because the original program does not have a manual page.
3181+Instead, it has documentation provided in HTML format.
3182+
3183+.SH OPTIONS
3184+These programs follow the usual GNU command line syntax, with long
3185+options starting with two dashes (`-').
3186+A summary of options is included below.
3187+.TP
3188+.B \-h, \-\-help
3189+Show summary of options.
3190+.TP
3191+.B \-\-version
3192+Show version of program.
3193+.TP
3194+.B \-\-nokde
3195+Don't use KDE widgets
3196+.SH SEE ALSO
3197+.BR eric4 (1),
3198+.BR eric4 (1),
3199+.BR eric4_api (1),
3200+.BR eric4_compare (1),
3201+.BR eric4_configure (1),
3202+.BR eric4_diff (1),
3203+.BR eric4_doc (1),
3204+.BR eric4_editor (1),
3205+.BR eric4_helpviewer (1),
3206+.BR eric4_iconeditor (1),
3207+.BR eric4_pluginrepository (1),
3208+.BR eric4_pluginuninstall (1),
3209+.BR eric4_qregexp (1),
3210+.BR eric4_re (1),
3211+.BR eric4_sqlbrowser (1),
3212+.BR eric4_tray (1),
3213+.BR eric4_trpreviewer (1),
3214+.BR eric4_uipreviewer (1),
3215+.BR eric4_unittest (1),
3216+.BR eric4_webbrowser (1)
3217+.SH AUTHOR
3218+eric4_plugininstal was written by Detlev Offenbach.
3219+.PP
3220+This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
3221+for the Debian project (but may be used by others).
3222
3223=== added file 'debian/debian-manpages/eric4_pluginrepository.1'
3224--- debian/debian-manpages/eric4_pluginrepository.1 1970-01-01 00:00:00 +0000
3225+++ debian/debian-manpages/eric4_pluginrepository.1 2013-07-26 17:22:34 +0000
3226@@ -0,0 +1,51 @@
3227+.TH ERIC4_PLUGINREPOSITORY 1 "January 31, 2010"
3228+.SH NAME
3229+eric4_pluginrepository \- Utility to show the contents of the eric4 Plugin repository
3230+.SH SYNOPSIS
3231+.B eric4_pluginrepository
3232+.RI [ options ] " files" ...
3233+.SH DESCRIPTION
3234+This manual page documents briefly the
3235+.B eric4_pluginrepository
3236+program. This manual page was written for the Debian
3237+distribution because the original program does not have a manual page.
3238+Instead, it has documentation provided in HTML format.
3239+
3240+.SH OPTIONS
3241+These programs follow the usual GNU command line syntax, with long
3242+options starting with two dashes (`-').
3243+A summary of options is included below.
3244+.TP
3245+.B \-h, \-\-help
3246+Show summary of options.
3247+.TP
3248+.B \-\-version
3249+Show version of program.
3250+.TP
3251+.B \-\-nokde
3252+Don't use KDE widgets
3253+.SH SEE ALSO
3254+.BR eric4 (1),
3255+.BR eric4_api (1),
3256+.BR eric4_compare (1),
3257+.BR eric4_configure (1),
3258+.BR eric4_diff (1),
3259+.BR eric4_doc (1),
3260+.BR eric4_editor (1),
3261+.BR eric4_helpviewer (1),
3262+.BR eric4_iconeditor (1),
3263+.BR eric4_plugininstall (1),
3264+.BR eric4_pluginuninstall (1),
3265+.BR eric4_qregexp (1),
3266+.BR eric4_re (1),
3267+.BR eric4_sqlbrowser (1),
3268+.BR eric4_tray (1),
3269+.BR eric4_trpreviewer (1),
3270+.BR eric4_uipreviewer (1),
3271+.BR eric4_unittest (1),
3272+.BR eric4_webbrowser (1)
3273+.SH AUTHOR
3274+eric4_pluginrepository was written by Detlev Offenbach.
3275+.PP
3276+This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
3277+for the Debian project (but may be used by others).
3278
3279=== added file 'debian/debian-manpages/eric4_pluginuninstall.1'
3280--- debian/debian-manpages/eric4_pluginuninstall.1 1970-01-01 00:00:00 +0000
3281+++ debian/debian-manpages/eric4_pluginuninstall.1 2013-07-26 17:22:34 +0000
3282@@ -0,0 +1,51 @@
3283+.TH ERIC4_PLUGINUNINSTALL 1 "January 31, 2010"
3284+.SH NAME
3285+eric4_pluginuninstall \- Plugin uninstallation utility for eric4
3286+.SH SYNOPSIS
3287+.B eric4_pluginuninstall
3288+.RI [ options ] " files" ...
3289+.SH DESCRIPTION
3290+This manual page documents briefly the
3291+.B eric4_pluginuninstall
3292+program. This manual page was written for the Debian
3293+distribution because the original program does not have a manual page.
3294+Instead, it has documentation provided in HTML format.
3295+
3296+.SH OPTIONS
3297+These programs follow the usual GNU command line syntax, with long
3298+options starting with two dashes (`-').
3299+A summary of options is included below.
3300+.TP
3301+.B \-h, \-\-help
3302+Show summary of options.
3303+.TP
3304+.B \-\-version
3305+Show version of program.
3306+.TP
3307+.B \-\-nokde
3308+Don't use KDE widgets
3309+.SH SEE ALSO
3310+.BR eric4 (1),
3311+.BR eric4_api (1),
3312+.BR eric4_compare (1),
3313+.BR eric4_configure (1),
3314+.BR eric4_diff (1),
3315+.BR eric4_doc (1),
3316+.BR eric4_editor (1),
3317+.BR eric4_helpviewer (1),
3318+.BR eric4_iconeditor (1),
3319+.BR eric4_plugininstall (1),
3320+.BR eric4_pluginrepository (1),
3321+.BR eric4_qregexp (1),
3322+.BR eric4_re (1),
3323+.BR eric4_sqlbrowser (1),
3324+.BR eric4_tray (1),
3325+.BR eric4_trpreviewer (1),
3326+.BR eric4_uipreviewer (1),
3327+.BR eric4_unittest (1),
3328+.BR eric4_webbrowser (1)
3329+.SH AUTHOR
3330+eric4_pluginuninstall was written by Detlev Offenbach.
3331+.PP
3332+This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
3333+for the Debian project (but may be used by others).
3334
3335=== added file 'debian/debian-manpages/eric4_qregexp.1'
3336--- debian/debian-manpages/eric4_qregexp.1 1970-01-01 00:00:00 +0000
3337+++ debian/debian-manpages/eric4_qregexp.1 2013-07-26 17:22:34 +0000
3338@@ -0,0 +1,68 @@
3339+.\" Hey, EMACS: -*- nroff -*-
3340+.\" First parameter, NAME, should be all caps
3341+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
3342+.\" other parameters are allowed: see man(7), man(1)
3343+.TH ERIC4_QREGEXP 1 "January 31, 2010"
3344+.\" Please adjust this date whenever revising the manpage.
3345+.\"
3346+.\" Some roff macros, for reference:
3347+.\" .nh disable hyphenation
3348+.\" .hy enable hyphenation
3349+.\" .ad l left justify
3350+.\" .ad b justify to both left and right margins
3351+.\" .nf disable filling
3352+.\" .fi enable filling
3353+.\" .br insert line break
3354+.\" .sp <n> insert n+1 empty lines
3355+.\" for manpage-specific macros, see man(7)
3356+.SH NAME
3357+eric4_qregexp \- a GUI editor for Qt style regular expressions
3358+.SH SYNOPSIS
3359+.B eric4_qregexp
3360+.RI [ options ]
3361+.SH DESCRIPTION
3362+This manual page documents briefly the
3363+.B eric4_qregexp
3364+command.
3365+This manual page was written for the Debian distribution
3366+because the original program does not have a manual page.
3367+.PP
3368+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
3369+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
3370+.\" respectively.
3371+\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.
3372+.SH OPTIONS
3373+These programs follow the usual GNU command line syntax, with long
3374+options starting with two dashes (`-').
3375+A summary of options is included below.
3376+For a complete description, see the Info files.
3377+.TP
3378+.B \-h, \-\-help
3379+Show summary of options.
3380+.TP
3381+.B \-v, \-\-version
3382+Show version of program.
3383+.SH SEE ALSO
3384+.BR eric4 (1),
3385+.BR eric4_api (1),
3386+.BR eric4_compare (1),
3387+.BR eric4_configure (1),
3388+.BR eric4_diff (1),
3389+.BR eric4_doc (1),
3390+.BR eric4_editor (1),
3391+.BR eric4_helpviewer (1),
3392+.BR eric4_iconeditor (1),
3393+.BR eric4_plugininstall (1),
3394+.BR eric4_pluginrepository (1),
3395+.BR eric4_pluginuninstall (1),
3396+.BR eric4_re (1),
3397+.BR eric4_sqlbrowser (1),
3398+.BR eric4_tray (1),
3399+.BR eric4_trpreviewer (1),
3400+.BR eric4_uipreviewer (1),
3401+.BR eric4_unittest (1),
3402+.BR eric4_webbrowser (1)
3403+.br
3404+.SH AUTHOR
3405+This manual page was written by Torsten Marek <shlomme@gmx.net>,
3406+for the Debian project (but may be used by others).
3407
3408=== added file 'debian/debian-manpages/eric4_re.1'
3409--- debian/debian-manpages/eric4_re.1 1970-01-01 00:00:00 +0000
3410+++ debian/debian-manpages/eric4_re.1 2013-07-26 17:22:34 +0000
3411@@ -0,0 +1,68 @@
3412+.\" Hey, EMACS: -*- nroff -*-
3413+.\" First parameter, NAME, should be all caps
3414+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
3415+.\" other parameters are allowed: see man(7), man(1)
3416+.TH ERIC4_RE 1 "January 31, 2010"
3417+.\" Please adjust this date whenever revising the manpage.
3418+.\"
3419+.\" Some roff macros, for reference:
3420+.\" .nh disable hyphenation
3421+.\" .hy enable hyphenation
3422+.\" .ad l left justify
3423+.\" .ad b justify to both left and right margins
3424+.\" .nf disable filling
3425+.\" .fi enable filling
3426+.\" .br insert line break
3427+.\" .sp <n> insert n+1 empty lines
3428+.\" for manpage-specific macros, see man(7)
3429+.SH NAME
3430+eric4_re \- a GUI editor for Python style regular expressions
3431+.SH SYNOPSIS
3432+.B eric4_re
3433+.RI [ options ]
3434+.SH DESCRIPTION
3435+This manual page documents briefly the
3436+.B eric4_re
3437+command.
3438+This manual page was written for the Debian distribution
3439+because the original program does not have a manual page.
3440+.PP
3441+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
3442+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
3443+.\" respectively.
3444+\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.
3445+.SH OPTIONS
3446+These programs follow the usual GNU command line syntax, with long
3447+options starting with two dashes (`-').
3448+A summary of options is included below.
3449+For a complete description, see the Info files.
3450+.TP
3451+.B \-h, \-\-help
3452+Show summary of options.
3453+.TP
3454+.B \-v, \-\-version
3455+Show version of program.
3456+.SH SEE ALSO
3457+.BR eric4 (1),
3458+.BR eric4_api (1),
3459+.BR eric4_compare (1),
3460+.BR eric4_configure (1),
3461+.BR eric4_diff (1),
3462+.BR eric4_doc (1),
3463+.BR eric4_editor (1),
3464+.BR eric4_helpviewer (1),
3465+.BR eric4_iconeditor (1),
3466+.BR eric4_plugininstall (1),
3467+.BR eric4_pluginrepository (1),
3468+.BR eric4_pluginuninstall (1),
3469+.BR eric4_qregexp (1),
3470+.BR eric4_sqlbrowser (1),
3471+.BR eric4_tray (1),
3472+.BR eric4_trpreviewer (1),
3473+.BR eric4_uipreviewer (1),
3474+.BR eric4_unittest (1),
3475+.BR eric4_webbrowser (1)
3476+.br
3477+.SH AUTHOR
3478+This manual page was written by Torsten Marek <shlomme@gmx.net>,
3479+for the Debian project (but may be used by others).
3480
3481=== added file 'debian/debian-manpages/eric4_sqlbrowser.1'
3482--- debian/debian-manpages/eric4_sqlbrowser.1 1970-01-01 00:00:00 +0000
3483+++ debian/debian-manpages/eric4_sqlbrowser.1 2013-07-26 17:22:34 +0000
3484@@ -0,0 +1,73 @@
3485+.\" Hey, EMACS: -*- nroff -*-
3486+.\" First parameter, NAME, should be all caps
3487+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
3488+.\" other parameters are allowed: see man(7), man(1)
3489+.TH ERIC4_SQLBROWSER 1 "January 31, 2010"
3490+.\" Please adjust this date whenever revising the manpage.
3491+.\"
3492+.\" Some roff macros, for reference:
3493+.\" .nh disable hyphenation
3494+.\" .hy enable hyphenation
3495+.\" .ad l left justify
3496+.\" .ad b justify to both left and right margins
3497+.\" .nf disable filling
3498+.\" .fi enable filling
3499+.\" .br insert line break
3500+.\" .sp <n> insert n+1 empty lines
3501+.\" for manpage-specific macros, see man(7)
3502+.SH NAME
3503+eric4_sqlbrowser \- eric4 SQL Browser
3504+.SH SYNOPSIS
3505+.B eric4_sqlbrowser
3506+.RI [ options ] " files" ...
3507+.SH DESCRIPTION
3508+This manual page documents briefly the
3509+.B eric4_sqlbrowser
3510+command.
3511+This manual page was written for the Debian distribution
3512+because the original program does not have a manual page.
3513+.PP
3514+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
3515+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
3516+.\" respectively.
3517+\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.
3518+.SH OPTIONS
3519+These programs follow the usual GNU command line syntax, with long
3520+options starting with two dashes (`-').
3521+A summary of options is included below.
3522+For a complete description, see the Info files.
3523+.TP
3524+.B \-h, \-\-help
3525+Show summary of options.
3526+.TP
3527+.B \-\-version
3528+Show version of program and exit.
3529+.B \-\-config=configDir
3530+Use the given directory as the one containing the config files
3531+.B \-\-nokde
3532+Don't use KDE widgets
3533+.SH SEE ALSO
3534+.BR eric4 (1),
3535+.BR eric4_api (1),
3536+.BR eric4_compare (1),
3537+.BR eric4_configure (1),
3538+.BR eric4_diff (1),
3539+.BR eric4_doc (1),
3540+.BR eric4_editor (1),
3541+.BR eric4_helpviewer (1),
3542+.BR eric4_iconeditor (1),
3543+.BR eric4_plugininstall (1),
3544+.BR eric4_pluginrepository (1),
3545+.BR eric4_pluginuninstall (1),
3546+.BR eric4_qregexp (1),
3547+.BR eric4_re (1),
3548+.BR eric4_sqlbrowser (1),
3549+.BR eric4_tray (1),
3550+.BR eric4_trpreviewer (1),
3551+.BR eric4_uipreviewer (1),
3552+.BR eric4_unittest (1),
3553+.BR eric4_webbrowser (1)
3554+.br
3555+.SH AUTHOR
3556+This manual page was written by Torsten Marek <shlomme@gmx.net>,
3557+for the Debian project (but may be used by others).
3558
3559=== added file 'debian/debian-manpages/eric4_tray.1'
3560--- debian/debian-manpages/eric4_tray.1 1970-01-01 00:00:00 +0000
3561+++ debian/debian-manpages/eric4_tray.1 2013-07-26 17:22:34 +0000
3562@@ -0,0 +1,51 @@
3563+.TH ERIC4_TRAY 1 "January 31, 2010"
3564+.SH NAME
3565+eric4_tray \- Traystarter for eric4
3566+.SH SYNOPSIS
3567+.B eric4_tray
3568+.RI [ options ] " files" ...
3569+.SH DESCRIPTION
3570+This manual page documents briefly the
3571+.B eric4_tray
3572+program. This manual page was written for the Debian
3573+distribution because the original program does not have a manual page.
3574+Instead, it has documentation provided in HTML format.
3575+
3576+.SH OPTIONS
3577+These programs follow the usual GNU command line syntax, with long
3578+options starting with two dashes (`-').
3579+A summary of options is included below.
3580+.TP
3581+.B \-h, \-\-help
3582+Show summary of options.
3583+.TP
3584+.B \-\-version
3585+Show version of program.
3586+.TP
3587+.B \-\-nokde
3588+Don't use KDE widgets
3589+.SH SEE ALSO
3590+.BR eric4 (1),
3591+.BR eric4_api (1),
3592+.BR eric4_compare (1),
3593+.BR eric4_configure (1),
3594+.BR eric4_diff (1),
3595+.BR eric4_doc (1),
3596+.BR eric4_editor (1),
3597+.BR eric4_helpviewer (1),
3598+.BR eric4_iconeditor (1),
3599+.BR eric4_plugininstall (1),
3600+.BR eric4_pluginrepository (1),
3601+.BR eric4_pluginuninstall (1),
3602+.BR eric4_qregexp (1),
3603+.BR eric4_re (1),
3604+.BR eric4_sqlbrowser (1),
3605+.BR eric4_trpreviewer (1),
3606+.BR eric4_uipreviewer (1),
3607+.BR eric4_unittest (1),
3608+.BR eric4_webbrowser (1)
3609+.SH AUTHOR
3610+eric4_tray was written by Detlev Offenbach.
3611+.PP
3612+This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
3613+for the Debian project (but may be used by others).
3614
3615=== added file 'debian/debian-manpages/eric4_trpreviewer.1'
3616--- debian/debian-manpages/eric4_trpreviewer.1 1970-01-01 00:00:00 +0000
3617+++ debian/debian-manpages/eric4_trpreviewer.1 2013-07-26 17:22:34 +0000
3618@@ -0,0 +1,68 @@
3619+.\" Hey, EMACS: -*- nroff -*-
3620+.\" First parameter, NAME, should be all caps
3621+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
3622+.\" other parameters are allowed: see man(7), man(1)
3623+.TH ERIC4_TRPREVIEWER 1 "January 31, 2010"
3624+.\" Please adjust this date whenever revising the manpage.
3625+.\"
3626+.\" Some roff macros, for reference:
3627+.\" .nh disable hyphenation
3628+.\" .hy enable hyphenation
3629+.\" .ad l left justify
3630+.\" .ad b justify to both left and right margins
3631+.\" .nf disable filling
3632+.\" .fi enable filling
3633+.\" .br insert line break
3634+.\" .sp <n> insert n+1 empty lines
3635+.\" for manpage-specific macros, see man(7)
3636+.SH NAME
3637+eric4_trpreviewer \- Previewer for UI translations
3638+.SH SYNOPSIS
3639+.B eric4_trpreviewer
3640+.RI [ options ] " files" ...
3641+.SH DESCRIPTION
3642+This manual page documents briefly the
3643+.B eric4_trpreviewer
3644+command.
3645+This manual page was written for the Debian distribution
3646+because the original program does not have a manual page.
3647+.PP
3648+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
3649+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
3650+.\" respectively.
3651+\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.
3652+.SH OPTIONS
3653+These programs follow the usual GNU command line syntax, with long
3654+options starting with two dashes (`-').
3655+A summary of options is included below.
3656+For a complete description, see the Info files.
3657+.TP
3658+.B \-h, \-\-help
3659+Show summary of options.
3660+.TP
3661+.B \-v, \-\-version
3662+Show version of program.
3663+.SH SEE ALSO
3664+.BR eric4 (1),
3665+.BR eric4_api (1),
3666+.BR eric4_compare (1),
3667+.BR eric4_configure (1),
3668+.BR eric4_diff (1),
3669+.BR eric4_doc (1),
3670+.BR eric4_editor (1),
3671+.BR eric4_helpviewer (1),
3672+.BR eric4_iconeditor (1),
3673+.BR eric4_plugininstall (1),
3674+.BR eric4_pluginrepository (1),
3675+.BR eric4_pluginuninstall (1),
3676+.BR eric4_qregexp (1),
3677+.BR eric4_re (1),
3678+.BR eric4_sqlbrowser (1),
3679+.BR eric4_tray (1),
3680+.BR eric4_uipreviewer (1),
3681+.BR eric4_unittest (1),
3682+.BR eric4_webbrowser (1)
3683+.br
3684+.SH AUTHOR
3685+This manual page was written by Torsten Marek <shlomme@gmx.net>,
3686+for the Debian project (but may be used by others).
3687
3688=== added file 'debian/debian-manpages/eric4_uipreviewer.1'
3689--- debian/debian-manpages/eric4_uipreviewer.1 1970-01-01 00:00:00 +0000
3690+++ debian/debian-manpages/eric4_uipreviewer.1 2013-07-26 17:22:34 +0000
3691@@ -0,0 +1,69 @@
3692+.\" Hey, EMACS: -*- nroff -*-
3693+.\" First parameter, NAME, should be all caps
3694+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
3695+.\" other parameters are allowed: see man(7), man(1)
3696+.TH ERIC4_UIPREVIEWER 1 "January 31, 2010"
3697+.\" Please adjust this date whenever revising the manpage.
3698+.\"
3699+.\" Some roff macros, for reference:
3700+.\" .nh disable hyphenation
3701+.\" .hy enable hyphenation
3702+.\" .ad l left justify
3703+.\" .ad b justify to both left and right margins
3704+.\" .nf disable filling
3705+.\" .fi enable filling
3706+.\" .br insert line break
3707+.\" .sp <n> insert n+1 empty lines
3708+.\" for manpage-specific macros, see man(7)
3709+.SH NAME
3710+eric4_uipreviewer \- Previever for Qt Designer *.ui files
3711+.SH SYNOPSIS
3712+.B eric4_uipreviewer
3713+.RI [ options ] " files" ...
3714+.SH DESCRIPTION
3715+This manual page documents briefly the
3716+.B eric4_uipreviewer
3717+command.
3718+This manual page was written for the Debian distribution
3719+because the original program does not have a manual page.
3720+.PP
3721+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
3722+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
3723+.\" respectively.
3724+\fBeric4_uipreviewer\fP is a small preview program for user interface files created with Qt Designer.
3725+.SH OPTIONS
3726+These programs follow the usual GNU command line syntax, with long
3727+options starting with two dashes (`-').
3728+A summary of options is included below.
3729+For a complete description, see the Info files.
3730+.TP
3731+.B \-h, \-\-help
3732+Show summary of options.
3733+.TP
3734+.B \-v, \-\-version
3735+Show version of program.
3736+.SH SEE ALSO
3737+.BR eric4 (1),
3738+.BR eric4_api (1),
3739+.BR eric4_compare (1),
3740+.BR eric4_configure (1),
3741+.BR eric4_diff (1),
3742+.BR eric4_doc (1),
3743+.BR eric4_editor (1),
3744+.BR eric4_helpviewer (1),
3745+.BR eric4_iconeditor (1),
3746+.BR eric4_plugininstall (1),
3747+.BR eric4_pluginrepository (1),
3748+.BR eric4_pluginuninstall (1),
3749+.BR eric4_qregexp (1),
3750+.BR eric4_re (1),
3751+.BR eric4_sqlbrowser (1),
3752+.BR eric4_tray (1),
3753+.BR eric4_trpreviewer (1),
3754+.BR eric4_uipreviewer (1),
3755+.BR eric4_unittest (1),
3756+.BR eric4_webbrowser (1)
3757+.br
3758+.SH AUTHOR
3759+This manual page was written by Torsten Marek <shlomme@gmx.net>,
3760+for the Debian project (but may be used by others).
3761
3762=== added file 'debian/debian-manpages/eric4_unittest.1'
3763--- debian/debian-manpages/eric4_unittest.1 1970-01-01 00:00:00 +0000
3764+++ debian/debian-manpages/eric4_unittest.1 2013-07-26 17:22:34 +0000
3765@@ -0,0 +1,68 @@
3766+.\" Hey, EMACS: -*- nroff -*-
3767+.\" First parameter, NAME, should be all caps
3768+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
3769+.\" other parameters are allowed: see man(7), man(1)
3770+.TH ERIC4_UNITTEST 1 "January 31, 2010"
3771+.\" Please adjust this date whenever revising the manpage.
3772+.\"
3773+.\" Some roff macros, for reference:
3774+.\" .nh disable hyphenation
3775+.\" .hy enable hyphenation
3776+.\" .ad l left justify
3777+.\" .ad b justify to both left and right margins
3778+.\" .nf disable filling
3779+.\" .fi enable filling
3780+.\" .br insert line break
3781+.\" .sp <n> insert n+1 empty lines
3782+.\" for manpage-specific macros, see man(7)
3783+.SH NAME
3784+eric4_unittest \- a GUI for displaying Python unit test results
3785+.SH SYNOPSIS
3786+.B eric4_unittest
3787+.RI [ options ] " files" ...
3788+.SH DESCRIPTION
3789+This manual page documents briefly the
3790+.B eric4_unittest
3791+command.
3792+This manual page was written for the Debian distribution
3793+because the original program does not have a manual page.
3794+.PP
3795+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
3796+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
3797+.\" respectively.
3798+\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.
3799+.SH OPTIONS
3800+These programs follow the usual GNU command line syntax, with long
3801+options starting with two dashes (`-').
3802+A summary of options is included below.
3803+For a complete description, see the Info files.
3804+.TP
3805+.B \-h, \-\-help
3806+Show summary of options.
3807+.TP
3808+.B \-v, \-\-version
3809+Show version of program.
3810+.SH SEE ALSO
3811+.BR eric4 (1),
3812+.BR eric4_api (1),
3813+.BR eric4_compare (1),
3814+.BR eric4_configure (1),
3815+.BR eric4_diff (1),
3816+.BR eric4_doc (1),
3817+.BR eric4_editor (1),
3818+.BR eric4_helpviewer (1),
3819+.BR eric4_iconeditor (1),
3820+.BR eric4_plugininstall (1),
3821+.BR eric4_pluginrepository (1),
3822+.BR eric4_pluginuninstall (1),
3823+.BR eric4_qregexp (1),
3824+.BR eric4_re (1),
3825+.BR eric4_sqlbrowser (1),
3826+.BR eric4_tray (1),
3827+.BR eric4_trpreviewer (1),
3828+.BR eric4_uipreviewer (1),
3829+.BR eric4_webbrowser (1)
3830+.br
3831+.SH AUTHOR
3832+This manual page was written by Torsten Marek <shlomme@gmx.net>,
3833+for the Debian project (but may be used by others).
3834
3835=== added file 'debian/debian-manpages/eric4_webbrowser.1'
3836--- debian/debian-manpages/eric4_webbrowser.1 1970-01-01 00:00:00 +0000
3837+++ debian/debian-manpages/eric4_webbrowser.1 2013-07-26 17:22:34 +0000
3838@@ -0,0 +1,74 @@
3839+.\" Hey, EMACS: -*- nroff -*-
3840+.\" First parameter, NAME, should be all caps
3841+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
3842+.\" other parameters are allowed: see man(7), man(1)
3843+.TH ERIC4_WEBBROWSER 1 "January 31, 2010"
3844+.\" Please adjust this date whenever revising the manpage.
3845+.\"
3846+.\" Some roff macros, for reference:
3847+.\" .nh disable hyphenation
3848+.\" .hy enable hyphenation
3849+.\" .ad l left justify
3850+.\" .ad b justify to both left and right margins
3851+.\" .nf disable filling
3852+.\" .fi enable filling
3853+.\" .br insert line break
3854+.\" .sp <n> insert n+1 empty lines
3855+.\" for manpage-specific macros, see man(7)
3856+.SH NAME
3857+eric4_webbrowser \- eric4 web browser
3858+.SH SYNOPSIS
3859+.B eric4_webbrowser
3860+.RI [ options ] " files" ...
3861+.SH DESCRIPTION
3862+This manual page documents briefly the
3863+.B eric4_webbrowser
3864+command.
3865+This manual page was written for the Debian distribution
3866+because the original program does not have a manual page.
3867+.PP
3868+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
3869+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
3870+.\" respectively.
3871+\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.
3872+.SH OPTIONS
3873+These programs follow the usual GNU command line syntax, with long
3874+options starting with two dashes (`-').
3875+A summary of options is included below.
3876+For a complete description, see the Info files.
3877+.TP
3878+.B \-h, \-\-help
3879+Show summary of options.
3880+.TP
3881+.B \-v, \-\-version
3882+Show version of program.
3883+.B \-\-config=configDir
3884+Use the given directory as the one containing the config files
3885+.B \-\-nokde
3886+Don't use KDE widgets
3887+.B \-\-search=word
3888+Search for the given word
3889+.SH SEE ALSO
3890+.BR eric4 (1),
3891+.BR eric4_api (1),
3892+.BR eric4_compare (1),
3893+.BR eric4_configure (1),
3894+.BR eric4_diff (1),
3895+.BR eric4_doc (1),
3896+.BR eric4_editor (1),
3897+.BR eric4_helpviewer (1),
3898+.BR eric4_iconeditor (1),
3899+.BR eric4_plugininstall (1),
3900+.BR eric4_pluginrepository (1),
3901+.BR eric4_pluginuninstall (1),
3902+.BR eric4_qregexp (1),
3903+.BR eric4_re (1),
3904+.BR eric4_sqlbrowser (1),
3905+.BR eric4_tray (1),
3906+.BR eric4_trpreviewer (1),
3907+.BR eric4_uipreviewer (1),
3908+.BR eric4_unittest (1)
3909+.br
3910+.SH AUTHOR
3911+This manual page was written by Torsten Marek <shlomme@gmx.net>,
3912+for the Debian project (but may be used by others).
3913
3914=== added file 'debian/doc-base'
3915--- debian/doc-base 1970-01-01 00:00:00 +0000
3916+++ debian/doc-base 2013-07-26 17:22:34 +0000
3917@@ -0,0 +1,11 @@
3918+Document: eric
3919+Title: eric source code documentation
3920+Author: Detlev Offenbach
3921+Abstract: This manual describes the internal APIs of eric
3922+ eric is a full featured Python IDE written in PyQt using the QScintilla
3923+ editor widget, debugging support, project management and much more.
3924+Section: Programming
3925+
3926+Format: HTML
3927+Index: /usr/share/doc/eric/Source/index.html
3928+Files: /usr/share/doc/eric/Source/*.html
3929
3930=== added file 'debian/docs'
3931--- debian/docs 1970-01-01 00:00:00 +0000
3932+++ debian/docs 2013-07-26 17:22:34 +0000
3933@@ -0,0 +1,2 @@
3934+README
3935+README-i18n.txt
3936
3937=== added file 'debian/eric-api-files.dirs'
3938--- debian/eric-api-files.dirs 1970-01-01 00:00:00 +0000
3939+++ debian/eric-api-files.dirs 2013-07-26 17:22:34 +0000
3940@@ -0,0 +1,1 @@
3941+usr/share/eric/api
3942
3943=== added file 'debian/eric.desktop'
3944--- debian/eric.desktop 1970-01-01 00:00:00 +0000
3945+++ debian/eric.desktop 2013-07-26 17:22:34 +0000
3946@@ -0,0 +1,11 @@
3947+[Desktop Entry]
3948+Name=Eric python IDE
3949+Name[es]=IDE para python Eric
3950+Comment=Full featured Python IDE
3951+Comment[es]=Completo entorno de programaciè´¸n para Python
3952+Exec=eric
3953+Terminal=false
3954+Type=Application
3955+Icon=eric
3956+Categories=Development;IDE;
3957+StartupNotify=true
3958
3959=== added file 'debian/eric.dirs'
3960--- debian/eric.dirs 1970-01-01 00:00:00 +0000
3961+++ debian/eric.dirs 2013-07-26 17:22:34 +0000
3962@@ -0,0 +1,1 @@
3963+usr/bin
3964
3965=== added file 'debian/eric.install'
3966--- debian/eric.install 1970-01-01 00:00:00 +0000
3967+++ debian/eric.install 2013-07-26 17:22:34 +0000
3968@@ -0,0 +1,2 @@
3969+debian/eric.desktop /usr/share/applications
3970+debian/eric.xpm /usr/share/pixmaps/
3971
3972=== added file 'debian/eric.lintian-overrides'
3973--- debian/eric.lintian-overrides 1970-01-01 00:00:00 +0000
3974+++ debian/eric.lintian-overrides 2013-07-26 17:22:34 +0000
3975@@ -0,0 +1,1 @@
3976+eric: package-contains-empty-directory
3977
3978=== added file 'debian/eric.menu'
3979--- debian/eric.menu 1970-01-01 00:00:00 +0000
3980+++ debian/eric.menu 2013-07-26 17:22:34 +0000
3981@@ -0,0 +1,7 @@
3982+?package(eric):\
3983+ needs="X11" \
3984+ section="Applications/Programming"\
3985+ title="eric" \
3986+ longtitle="eric Python IDE" \
3987+ command="/usr/bin/eric" \
3988+ icon="/usr/share/pixmaps/eric.xpm"
3989
3990=== added file 'debian/eric.xpm'
3991--- debian/eric.xpm 1970-01-01 00:00:00 +0000
3992+++ debian/eric.xpm 2013-07-26 17:22:34 +0000
3993@@ -0,0 +1,69 @@
3994+/* XPM */
3995+static char *eric-icon[] = {
3996+/* columns rows colors chars-per-pixel */
3997+"32 32 31 1",
3998+" c #0E0D0C",
3999+". c #24201E",
4000+"X c #46352D",
4001+"o c #55433D",
4002+"O c #754A35",
4003+"+ c #775B3E",
4004+"@ c #5E5441",
4005+"# c #7F6A4A",
4006+"$ c #9A5B40",
4007+"% c #897A54",
4008+"& c #887B79",
4009+"* c #A26D47",
4010+"= c #B3704D",
4011+"- c #BB7E57",
4012+"; c red",
4013+": c #9E9069",
4014+"> c #A6835D",
4015+", c #BC9076",
4016+"< c #C99068",
4017+"1 c #9C9496",
4018+"2 c #AEA18A",
4019+"3 c #B9B2AD",
4020+"4 c #C9A182",
4021+"5 c #DEA284",
4022+"6 c #D7B49B",
4023+"7 c #CCBFB4",
4024+"8 c #D7D0CC",
4025+"9 c #E0DEDD",
4026+"0 c #ECE8E8",
4027+"q c #F1F0F0",
4028+"w c gray100",
4029+/* pixels */
4030+"wwwwwwwwwwwwwwwwqqw8990wwwwwwwww",
4031+"wwwwwwwwwwwwwwwq887@@@18wwwwwwww",
4032+"wwwwwwwwwwwwwww02#X...X18qwwwwww",
4033+"wwwwwwwwwwwwww02@. . .@3qwwwww",
4034+"wwwwwwwwwwwwq8&o ..1qwwwww",
4035+"wwwwwwwwwwwq3@X. .X$. X&9wwwww",
4036+"wwww;www;ww8@.. ...*@o$o1wwwww",
4037+"www;wwwww;w3X.@+. ...*55-$3qwwww",
4038+"www;wwwww;w8o&-OXXOO&,<=$X&9wwww",
4039+"wwww;www;wq&o4$OX$<$$$$$OO*wwwww",
4040+"wwwww;;;wwq731*$$*--=$O$$O6wwwww",
4041+"wwwwwwwwwwwq#*<<$$==-=$$=-9wwwww",
4042+"wwwwwwwwwww03&<-=$$=<-=O=<qwwwww",
4043+"www;;;;;;;www75$--$$=-$$$6wwwwww",
4044+"wwwwwwwwwwwwq55-==,,*-=-*<wwwwww",
4045+"wwwwwwwwwwww85<$*#-4<=$*->wwwwww",
4046+"wwww;;www;ww6<-7q*>->+>:*4wwwwww",
4047+"www;ww;w;www00q13%:>%%@7wwwwwwww",
4048+"www;ww;;wwwwq07@222:%:#:wwwwwwww",
4049+"www;;;;;;;wwq3&%2:::::>>wwwwwwww",
4050+"wwwwwwwwwwwww2o::::%%%#%wwwwwwww",
4051+"wwwwwwwwwwww03@%##%%%#%#9wwwwwww",
4052+"www;wwwww;ww91@:#@@#@@@+:wwwwwww",
4053+"www;ww;ww;ww911::%@o@@o%%wwwwwww",
4054+"www;ww;ww;wwwq81::%@.Xo#:wwwwwww",
4055+"www;;;;;;;wwqq9%@#@% X@+7wwwwwww",
4056+"wwwwwwwwwwwwwq3:%%@..X@@3wwwwwww",
4057+"wwwwwwwwwwwqq932%%@.X@O#*6qwwwww",
4058+"wwwwwwwwwwwwq9322:>@X@+#4,4wwwww",
4059+"wwwwwwwwwwwqqq322>,>1&+>>-,qwwww",
4060+"wwwwwwwwwwwwwq32,-<-7988660wwwww",
4061+"wwwwwwwwwwwwwwq764470qwqwqwwwwww"
4062+};
4063
4064=== added file 'debian/eric4config.debian'
4065--- debian/eric4config.debian 1970-01-01 00:00:00 +0000
4066+++ debian/eric4config.debian 2013-07-26 17:22:34 +0000
4067@@ -0,0 +1,17 @@
4068+cfg = {
4069+ 'ericDir' : "/usr/share/eric/modules",
4070+ 'ericPixDir' : "/usr/share/eric/pixmaps",
4071+ 'ericIconDir' : "/usr/share/eric/icons",
4072+ 'ericDTDDir' : "/usr/share/eric/DTDs",
4073+ 'ericCSSDir' : "/usr/share/eric/CSSs",
4074+ 'ericStylesDir' : "/usr/share/eric/Styles",
4075+ 'ericDocDir' : "/usr/share/doc/eric",
4076+ 'ericExamplesDir' : "/usr/share/doc/eric/Examples",
4077+ 'ericTranslationsDir' : "/usr/share/qt4/translations",
4078+ 'ericTemplatesDir' : "/usr/share/eric/DesignerTemplates",
4079+ 'ericCodeTemplatesDir' : "/usr/share/eric/CodeTemplates",
4080+ 'ericOthersDir' : "/usr/share/eric",
4081+ 'bindir' : "/usr/bin",
4082+ 'mdir' : "/usr/share/eric/modules",
4083+ 'apidir' : "/usr/share/eric/api"
4084+}
4085
4086=== added file 'debian/gen_kde_apis.py'
4087--- debian/gen_kde_apis.py 1970-01-01 00:00:00 +0000
4088+++ debian/gen_kde_apis.py 2013-07-26 17:22:34 +0000
4089@@ -0,0 +1,61 @@
4090+#!/usr/bin/env python
4091+# -*- coding: utf-8 -*-
4092+# Copyright (c) 2002-2004 Detlev Offenbach <detlev@die-offenbachs.de>
4093+# Adapted for usage with Debian by Torsten Marek <shlomme@gmx.net>
4094+# Changed by Gudjon, only to create kde apis
4095+import os
4096+import sys
4097+import PyQt4.pyqtconfig as pyqtconfig
4098+
4099+apidir = sys.argv[1]
4100+if not os.path.isdir(apidir):
4101+ print "Generating the api directory."
4102+ os.makedirs(apidir)
4103+
4104+sip = "/usr/bin/sip"
4105+
4106+def createAPIFiles(baseDir, modules, defaultImports, getFlags):
4107+ for mod in modules:
4108+ try:
4109+ sipfile = os.path.join(baseDir, mod, "%smod.sip" % (mod, ))
4110+ apifile = os.path.join(apidir, os.path.split(sipfile.replace("mod.sip", ".api"))[1])
4111+ args = [sip, "-a", apifile,
4112+ "-I", os.path.join(baseDir, mod),
4113+ "-I", baseDir] \
4114+ + defaultImports \
4115+ + getFlags(mod) \
4116+ + [sipfile]
4117+ print "Generating %s ..." % apifile
4118+ ret = os.spawnv(os.P_WAIT, sip, args)
4119+ if ret != 0:
4120+ print "Error: the process returned the exit code %d" % ret
4121+ except OSError:
4122+ print "Warning: The module '%s' does not exist." % mod
4123+
4124+
4125+
4126+qtsipdir = os.path.abspath(pyqtconfig._pkg_config['pyqt_sip_dir'])
4127+modules = pyqtconfig._pkg_config['pyqt_modules'].split()
4128+
4129+#createAPIFiles(qtsipdir, modules, [],
4130+# lambda x: pyqtconfig._pkg_config["pyqt_%s_sip_flags" % (x,)].split())
4131+#createAPIFiles(qtsipdir, modules, [],
4132+# lambda x: pyqtconfig._pkg_config["pyqt_sip_flags"].split())
4133+
4134+
4135+try:
4136+ import PyKDE4.pykdeconfig as pykdeconfig
4137+ kdesipdir = "/usr/share/sip/PyKDE4"
4138+ modules = pykdeconfig._pkg_config['pykde_modules'].split()
4139+
4140+ extraimport = []
4141+ # just import anything for anything else, so we get rid of keeping track of the
4142+ # inter-module deps
4143+ for mod in modules:
4144+ extraimport.extend(["-I", os.path.join(kdesipdir, mod)])
4145+ extraimport.extend(["-I", qtsipdir])
4146+
4147+ createAPIFiles(kdesipdir, modules, extraimport,
4148+ lambda x: pykdeconfig._pkg_config["pykde_kde_sip_flags"].split())
4149+except:
4150+ print "Error: No PyKDE4 api files generated"
4151
4152=== added file 'debian/gen_python_api.py'
4153--- debian/gen_python_api.py 1970-01-01 00:00:00 +0000
4154+++ debian/gen_python_api.py 2013-07-26 17:22:34 +0000
4155@@ -0,0 +1,302 @@
4156+#!/usr/bin/env python
4157+# -*- coding: utf-8 -*-
4158+
4159+'''gen_python_api.py generates a python.api file for eric3
4160+
4161+The generated api file includes
4162+ *) all Python keywords
4163+ *) all builtin functions
4164+ *) all module attributes
4165+
4166+Module functions are represented by their docstring if available,
4167+otherwise by the function definition from the source file.
4168+
4169+Classes are represented by their constructor if available.
4170+
4171+Usage:
4172+Edit the list of modules which should be excluded. This list is located
4173+some lines below. Look for excludemodulelist = [...]
4174+Specify the modules whose contents should be added as global names
4175+(i.e. from parrot import *). Look for addasgloballist = [...]
4176+
4177+Start the script by typing 'python gen_python_api.py [-a]' or
4178+'python gen_python_api.py [-a] apidir' in the shell.
4179+
4180+The -a switch will include everything in the API file, without it,
4181+just functions and methods will be included.
4182+
4183+Copy the generated python.api file into your eric3 api directory and
4184+add it via the Preferences dialog.
4185+
4186+Original by Markus Gritsch (gritsch@iue.tuwien.ac.at)
4187+Modified to work with eric3 by Detlev Offenbach (detlev@die-offenbachs.de)
4188+Modified for the Debian package of eric by Torsten Marek <shlomme@gmx.net>
4189+'''
4190+
4191+# if one of these substrings is found in a specific sys.path directory,
4192+# the modules in this particular directory are not processed
4193+excludedirlist = ['lib-tk', 'site-packages', 'plat-linux-i386',
4194+ 'plat-win', 'plat-linux2', 'site-python', 'idlelib', 'python-support']
4195+
4196+excludemodulelist = []
4197+# switch for excluding modules whose names begin with _
4198+exclude_modules = 1
4199+
4200+# list of modules whose contents should be added as global names
4201+addasgloballist = []
4202+
4203+# list of modules which are otherwise not accessible
4204+# sourcefile-parsing is NOT done for these modules
4205+# also activate the add_manual_modules-switch below
4206+manuallist = ['os.path', '_xmlplus']
4207+
4208+# import modules of the following type (the dot must be present!!)
4209+moduletypes = ['.py', '.pyd', '.dll', '.so']
4210+
4211+# some switches
4212+add_keywords = 1 # e.g. print
4213+add_builtins = 1 # e.g. open()
4214+add_builtin_modules = 1 # e.g. sys
4215+add_manual_modules = 1 # modules from manuallist
4216+add_package_modules = 1 # modules which are directories with __init__.py files
4217+add_other_modules = 1 # all the other modules
4218+
4219+#------------------------------------------------------------------------------
4220+
4221+import string, re, sys, os, types
4222+
4223+api = {}
4224+
4225+def processName(entryprefix, moduleprefix, name, ns):
4226+ exec 'hasdoc = hasattr(' + moduleprefix + name + ', "__doc__")' in ns
4227+ exec 'nametype = type(' + moduleprefix + name + ')' in ns
4228+ if ns['hasdoc']:
4229+ exec 'doc = ' + moduleprefix + name + '.__doc__' in ns
4230+ pattern = re.compile('^ *' + name + r' *\(.*?\)')
4231+ if ns['doc']:
4232+ if type(ns['doc']) in [types.StringType, types.BufferType] and \
4233+ pattern.search(ns['doc']):
4234+ if not api.has_key(entryprefix + name):
4235+ api[entryprefix + name] = entryprefix + string.strip(string.split(ns['doc'], '\n')[0]) + '\n'
4236+ return
4237+ else:
4238+ if ns['nametype'] in [types.ClassType, types.FunctionType]:
4239+ api[entryprefix + name] = entryprefix + name + '(??) [doc: ' + string.strip(string.split(ns['doc'], '\n')[0]) + ']' + '\n'
4240+ if not api.has_key(entryprefix + name):
4241+ if ns['nametype'] == types.ClassType:
4242+ api[entryprefix + name] = entryprefix + name + '(??) [class]\n'
4243+ elif ns['nametype'] == types.FunctionType:
4244+ api[entryprefix + name] = entryprefix + name + '(??) [function]\n'
4245+ elif ns['nametype'] == types.ModuleType:
4246+ api[entryprefix + name] = entryprefix + name + ' [module]\n'
4247+ else:
4248+ api[entryprefix + name] = entryprefix + name + '\n'
4249+
4250+def processModule(module, file=''):
4251+ print ' ', string.ljust(module, 22), ': importing ...',
4252+ if module in excludemodulelist:
4253+ print 'in exclude list'
4254+ return
4255+
4256+ if exclude_modules and module[0] == '_':
4257+ for mmod in manuallist:
4258+ if module.startswith(mmod):
4259+ break
4260+ else:
4261+ print 'modulename begins with _'
4262+ return
4263+
4264+ entryprefix = module + '.'
4265+ for addasglobal in addasgloballist:
4266+ if module[:len(addasglobal)] == addasglobal:
4267+ entryprefix = module[len(addasglobal)+1:]
4268+ break
4269+
4270+ ns = {}
4271+ try:
4272+ exec 'import ' + module in ns
4273+ print 'ok,',
4274+ except:
4275+ print sys.exc_info()[0]
4276+ return
4277+
4278+ print 'processing ...',
4279+ try:
4280+ exec 'names = dir(%s)' % module in ns
4281+ except:
4282+ print sys.exc_info()[0]
4283+ return
4284+ for name in ns['names']:
4285+ processName(entryprefix, module + '.', name, ns)
4286+ print 'ok,',
4287+
4288+ # parse module source file if available
4289+
4290+ if file[-3:] != '.py':
4291+ print 'no source file'
4292+ return
4293+ print 'parsing ...',
4294+ try:
4295+ f = open(file, 'rt')
4296+ except IOError:
4297+ print sys.exc_info()[0]
4298+ return
4299+ contents = f.readlines()
4300+ f.close()
4301+
4302+ def_p = re.compile(r'^def (\w*)( *\(.*?\)):')
4303+ class_p = re.compile(r'^class +(\w*)')
4304+ init_p = re.compile(r'^[ \t]+def +__init__\(\w*, *(.*?)\):')
4305+ inclass = 0
4306+ classname = ''
4307+ for line in contents:
4308+ def_m = def_p.search(line)
4309+ if def_m:
4310+ name = def_m.group(1)
4311+ if api.has_key(entryprefix + name):
4312+ docindex = string.find(api[entryprefix + name], '[doc:')
4313+ if docindex + 1:
4314+ doc = ' ' + api[entryprefix + name][docindex:] # trailing \n included
4315+ api[entryprefix + name] = entryprefix + name + def_m.group(2) + doc
4316+ if api[entryprefix + name] == entryprefix + name + '(??) [function]\n':
4317+ api[entryprefix + name] = entryprefix + name + def_m.group(2) + '\n'
4318+
4319+ if inclass:
4320+ init_m = init_p.search(line)
4321+ if init_m:
4322+ if api.has_key(entryprefix + classname):
4323+ docindex = string.find(api[entryprefix + classname], '[doc:')
4324+ if docindex + 1:
4325+ doc = ' ' + api[entryprefix + classname][docindex:] # trailing \n included
4326+ api[entryprefix + classname] = entryprefix + classname + '(' + init_m.group(1) + ')' + doc
4327+ if api[entryprefix + classname] == entryprefix + classname + '(??) [class]\n':
4328+ api[entryprefix + classname] = entryprefix + classname + '(' + init_m.group(1) + ')' + '\n'
4329+ inclass = 0
4330+ if not line[0] in ' \t\n':
4331+ inclass = 0
4332+
4333+ class_m = class_p.search(line)
4334+ if class_m:
4335+ inclass = 1
4336+ classname = class_m.group(1)
4337+ print 'ok'
4338+
4339+def processFolder(folder, prefix=''):
4340+ print 'processing', folder,
4341+ for excludedir in excludedirlist:
4342+ if string.find(folder, excludedir) + 1:
4343+ print '... in exclude list',
4344+ folder = ''
4345+ break
4346+ print
4347+ if folder == '' or not os.path.isdir(folder):
4348+ return
4349+
4350+ entries = os.listdir(folder)
4351+ for entry in entries:
4352+ if add_package_modules and \
4353+ os.path.isdir(folder + os.sep + entry) and \
4354+ os.path.isfile(folder + os.sep + entry + os.sep + '__init__.py'):
4355+ # package
4356+ processFolder(folder + os.sep + entry, prefix=prefix+entry+'.')
4357+ print '-done with', folder + os.sep + entry
4358+ elif prefix and entry == '__init__.py':
4359+ # modules which are directories with __init__.py files
4360+ # The probing of 'prefix' is unfortunately necessary, because of
4361+ # the incorrect behavior of some packages (e.g. PIL) which add
4362+ # their directory to the searchpath via a .pth file AND are
4363+ # packages because of an __init__.py file.
4364+ module = prefix[:-1]
4365+ file = folder + os.sep + entry
4366+ processModule(module, file)
4367+ elif add_other_modules:
4368+ # normal file-modules
4369+ root, ext = os.path.splitext(entry)
4370+ if not ext in moduletypes:
4371+ continue
4372+ if entry[-9:] == 'module.so':
4373+ module = prefix + entry[:-9]
4374+ else:
4375+ module = prefix + root
4376+ file = folder + os.sep + entry
4377+ processModule(module, file)
4378+
4379+#------------------------------------------------------------------------------
4380+
4381+# keywords
4382+if add_keywords:
4383+ print '\nadding keywords ...',
4384+ keywords = string.split('''and assert break class continue def del elif else
4385+ except exec finally for from global if import in is lambda None not or pass
4386+ print raise return try while''')
4387+ for keyword in keywords:
4388+ api[keyword] = keyword + '\n'
4389+ print 'ok'
4390+
4391+# __builtins__
4392+if add_builtins:
4393+ print '\nadding __builtins__ ...',
4394+ for builtin in dir(__builtins__):
4395+ processName(entryprefix = '', moduleprefix = '', name = builtin, ns = {})
4396+ print 'ok'
4397+
4398+# sys.builtin_module_names
4399+if add_builtin_modules:
4400+ print '\nprocessing builtin modules'
4401+ for module in sys.builtin_module_names:
4402+ processModule(module)
4403+
4404+# modules specified in manuallist
4405+if add_manual_modules:
4406+ print '\nprocessing modules specified in manuallist'
4407+ for module in manuallist:
4408+ processModule(module)
4409+
4410+# modules from sys.path
4411+if add_package_modules or add_other_modules:
4412+ print '\nprocessing searchpath'
4413+ # avoid duplicated entries in sys.path
4414+ folders = {}
4415+ for folder in sys.path:
4416+ folders[folder] = None
4417+
4418+ for folder in folders.keys():
4419+ if folder != os.getcwd() and \
4420+ folder != os.path.dirname(os.path.abspath(sys.argv[0])):
4421+ processFolder(folder)
4422+
4423+#------------------------------------------------------------------------------
4424+
4425+# filtering
4426+print 'filtering api file ...',
4427+if len(sys.argv) > 1 and sys.argv[1] == '-a':
4428+ del sys.argv[1]
4429+ api_p = re.compile(r'^(\w+\.)*(\w*\([^\)]*\)|\w*)')
4430+else:
4431+ api_p = re.compile(r'^(\w+\.)*([^\)]*\))')
4432+
4433+apiv = api.values()
4434+apilist=[]
4435+
4436+for apientry in apiv:
4437+ api_m = api_p.search(apientry)
4438+ if api_m:
4439+ fun = api_m.group(2)
4440+ if not fun in api:
4441+ apilist.append('%s%s' % (fun, os.linesep))
4442+print 'done\n'
4443+
4444+# saving
4445+if len(sys.argv) == 2:
4446+ apidir = sys.argv[1]
4447+ if not os.path.isdir(apidir):
4448+ print "Generating the api directory."
4449+ os.makedirs(apidir)
4450+ apifile = os.path.join(apidir, 'python.api')
4451+else:
4452+ apifile = 'python.api'
4453+print 'saving api file "%s" ...' % apifile,
4454+f = open(apifile, 'wt')
4455+f.writelines(apilist)
4456+f.close()
4457+print 'done\n'
4458
4459=== added file 'debian/gen_qt_apis.py'
4460--- debian/gen_qt_apis.py 1970-01-01 00:00:00 +0000
4461+++ debian/gen_qt_apis.py 2013-07-26 17:22:34 +0000
4462@@ -0,0 +1,61 @@
4463+#!/usr/bin/env python
4464+# -*- coding: utf-8 -*-
4465+# Copyright (c) 2002-2004 Detlev Offenbach <detlev@die-offenbachs.de>
4466+# Adapted for usage with Debian by Torsten Marek <shlomme@gmx.net>
4467+# Changed by Gudjon, only to create qt apis
4468+import os
4469+import sys
4470+import PyQt4.pyqtconfig as pyqtconfig
4471+
4472+apidir = sys.argv[1]
4473+if not os.path.isdir(apidir):
4474+ print "Generating the api directory."
4475+ os.makedirs(apidir)
4476+
4477+sip = "/usr/bin/sip"
4478+
4479+def createAPIFiles(baseDir, modules, defaultImports, getFlags):
4480+ for mod in modules:
4481+ try:
4482+ sipfile = os.path.join(baseDir, mod, "%smod.sip" % (mod, ))
4483+ apifile = os.path.join(apidir, os.path.split(sipfile.replace("mod.sip", ".api"))[1])
4484+ args = [sip, "-a", apifile,
4485+ "-I", os.path.join(baseDir, mod),
4486+ "-I", baseDir] \
4487+ + defaultImports \
4488+ + getFlags(mod) \
4489+ + [sipfile]
4490+ print "Generating %s ..." % apifile
4491+ ret = os.spawnv(os.P_WAIT, sip, args)
4492+ if ret != 0:
4493+ print "Error: the process returned the exit code %d" % ret
4494+ except OSError:
4495+ print "Warning: The module '%s' does not exist." % mod
4496+
4497+
4498+
4499+qtsipdir = os.path.abspath(pyqtconfig._pkg_config['pyqt_sip_dir'])
4500+modules = pyqtconfig._pkg_config['pyqt_modules'].split()
4501+
4502+#createAPIFiles(qtsipdir, modules, [],
4503+# lambda x: pyqtconfig._pkg_config["pyqt_%s_sip_flags" % (x,)].split())
4504+createAPIFiles(qtsipdir, modules, [],
4505+ lambda x: pyqtconfig._pkg_config["pyqt_sip_flags"].split())
4506+
4507+
4508+#try:
4509+ #import PyKDE4.pykdeconfig as pykdeconfig
4510+ #kdesipdir = "/usr/share/sip/PyKDE4"
4511+ #modules = pykdeconfig._pkg_config['pykde_modules'].split()
4512+
4513+ #extraimport = []
4514+ ## just import anything for anything else, so we get rid of keeping track of the
4515+ ## inter-module deps
4516+ #for mod in modules:
4517+ #extraimport.extend(["-I", os.path.join(kdesipdir, mod)])
4518+ #extraimport.extend(["-I", qtsipdir])
4519+
4520+ #createAPIFiles(kdesipdir, modules, extraimport,
4521+ #lambda x: pykdeconfig._pkg_config["pykde_kde_sip_flags"].split())
4522+#except:
4523+ #print "Error: No PyKDE4 api files generated"
4524
4525=== added file 'debian/gen_sip_apis.py'
4526--- debian/gen_sip_apis.py 1970-01-01 00:00:00 +0000
4527+++ debian/gen_sip_apis.py 2013-07-26 17:22:34 +0000
4528@@ -0,0 +1,60 @@
4529+#!/usr/bin/env python
4530+# -*- coding: utf-8 -*-
4531+# Copyright (c) 2002-2004 Detlev Offenbach <detlev@die-offenbachs.de>
4532+# Adapted for usage with Debian by Torsten Marek <shlomme@gmx.net>
4533+import os
4534+import sys
4535+import PyQt4.pyqtconfig as pyqtconfig
4536+
4537+apidir = sys.argv[1]
4538+if not os.path.isdir(apidir):
4539+ print "Generating the api directory."
4540+ os.makedirs(apidir)
4541+
4542+sip = "/usr/bin/sip"
4543+
4544+def createAPIFiles(baseDir, modules, defaultImports, getFlags):
4545+ for mod in modules:
4546+ try:
4547+ sipfile = os.path.join(baseDir, mod, "%smod.sip" % (mod, ))
4548+ apifile = os.path.join(apidir, os.path.split(sipfile.replace("mod.sip", ".api"))[1])
4549+ args = [sip, "-a", apifile,
4550+ "-I", os.path.join(baseDir, mod),
4551+ "-I", baseDir] \
4552+ + defaultImports \
4553+ + getFlags(mod) \
4554+ + [sipfile]
4555+ print "Generating %s ..." % apifile
4556+ ret = os.spawnv(os.P_WAIT, sip, args)
4557+ if ret != 0:
4558+ print "Error: the process returned the exit code %d" % ret
4559+ except OSError:
4560+ print "Warning: The module '%s' does not exist." % mod
4561+
4562+
4563+
4564+qtsipdir = os.path.abspath(pyqtconfig._pkg_config['pyqt_sip_dir'])
4565+modules = pyqtconfig._pkg_config['pyqt_modules'].split()
4566+
4567+#createAPIFiles(qtsipdir, modules, [],
4568+# lambda x: pyqtconfig._pkg_config["pyqt_%s_sip_flags" % (x,)].split())
4569+createAPIFiles(qtsipdir, modules, [],
4570+ lambda x: pyqtconfig._pkg_config["pyqt_sip_flags"].split())
4571+
4572+
4573+try:
4574+ import PyKDE4.pykdeconfig as pykdeconfig
4575+ kdesipdir = "/usr/share/sip/PyKDE4"
4576+ modules = pykdeconfig._pkg_config['pykde_modules'].split()
4577+
4578+ extraimport = []
4579+ # just import anything for anything else, so we get rid of keeping track of the
4580+ # inter-module deps
4581+ for mod in modules:
4582+ extraimport.extend(["-I", os.path.join(kdesipdir, mod)])
4583+ extraimport.extend(["-I", qtsipdir])
4584+
4585+ createAPIFiles(kdesipdir, modules, extraimport,
4586+ lambda x: pykdeconfig._pkg_config["pykde_kde_sip_flags"].split())
4587+except:
4588+ print "Error: No PyKDE4 api files generated"
4589
4590=== added file 'debian/get_translations.sh'
4591--- debian/get_translations.sh 1970-01-01 00:00:00 +0000
4592+++ debian/get_translations.sh 2013-07-26 17:22:34 +0000
4593@@ -0,0 +1,17 @@
4594+#!/bin/sh
4595+VERSION=$(dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
4596+echo $VERSION
4597+cd debian
4598+wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-cs-${VERSION}.tar.gz/download
4599+wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-de-${VERSION}.tar.gz/download
4600+wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-es-${VERSION}.tar.gz/download
4601+wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-fr-${VERSION}.tar.gz/download
4602+wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-it-${VERSION}.tar.gz/download
4603+wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-ru-${VERSION}.tar.gz/download
4604+wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-tr-${VERSION}.tar.gz/download
4605+wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-zh_CN.GB2312-${VERSION}.tar.gz/download
4606+for name in eric4-i18n-*.tar.gz ; do tar xzf $name; done
4607+mv -f eric4-${VERSION}/eric/i18n/eric4_*.ts i18n/
4608+rm -rf eric4-${VERSION}
4609+rm -f eric4-i18n-*.tar.gz*
4610+cd ..
4611
4612=== added file 'debian/links'
4613--- debian/links 1970-01-01 00:00:00 +0000
4614+++ debian/links 2013-07-26 17:22:34 +0000
4615@@ -0,0 +1,2 @@
4616+usr/bin/eric4 usr/bin/eric
4617+usr/share/man/man1/eric4.1 usr/share/man/man1/eric.1
4618
4619=== added file 'debian/manpages'
4620--- debian/manpages 1970-01-01 00:00:00 +0000
4621+++ debian/manpages 2013-07-26 17:22:34 +0000
4622@@ -0,0 +1,20 @@
4623+debian/debian-manpages/eric4.1
4624+debian/debian-manpages/eric4_api.1
4625+debian/debian-manpages/eric4_compare.1
4626+debian/debian-manpages/eric4_configure.1
4627+debian/debian-manpages/eric4_diff.1
4628+debian/debian-manpages/eric4_doc.1
4629+debian/debian-manpages/eric4_editor.1
4630+debian/debian-manpages/eric4_helpviewer.1
4631+debian/debian-manpages/eric4_iconeditor.1
4632+debian/debian-manpages/eric4_plugininstall.1
4633+debian/debian-manpages/eric4_pluginrepository.1
4634+debian/debian-manpages/eric4_pluginuninstall.1
4635+debian/debian-manpages/eric4_qregexp.1
4636+debian/debian-manpages/eric4_re.1
4637+debian/debian-manpages/eric4_sqlbrowser.1
4638+debian/debian-manpages/eric4_tray.1
4639+debian/debian-manpages/eric4_trpreviewer.1
4640+debian/debian-manpages/eric4_uipreviewer.1
4641+debian/debian-manpages/eric4_unittest.1
4642+debian/debian-manpages/eric4_webbrowser.1
4643
4644=== added directory 'debian/patches'
4645=== added file 'debian/patches/01_path_fix.patch'
4646--- debian/patches/01_path_fix.patch 1970-01-01 00:00:00 +0000
4647+++ debian/patches/01_path_fix.patch 2013-07-26 17:22:34 +0000
4648@@ -0,0 +1,30 @@
4649+New patch generated from eric 4.1.0-1 diff.gz
4650+Fixes paths and toolname extensions.
4651+--- a/eric/Preferences/__init__.py
4652++++ b/eric/Preferences/__init__.py
4653+@@ -531,10 +531,10 @@
4654+ helpDefaults = {
4655+ "HelpViewerType" : 1, # this coresponds with the radio button id
4656+ "CustomViewer" : "",
4657+- "PythonDocDir" : "",
4658+- "QtDocDir" : "",
4659+- "Qt4DocDir" : "",
4660+- "PyQt4DocDir" : "",
4661++ "PythonDocDir" : "/usr/share/doc/python-doc/html/index.html",
4662++ "QtDocDir" : "/usr/share/doc/qt3-doc/html/",
4663++ "Qt4DocDir" : "/usr/share/doc/qt4-doc-html/html/index.html",
4664++ "PyQt4DocDir" : "/usr/share/doc/python-qt4-doc/html/",
4665+ "PyKDE4DocDir" : "",
4666+ "PySideDocDir" : "",
4667+ "SingleHelpWindow" : 1,
4668+@@ -622,8 +622,8 @@
4669+ qtDefaults = {
4670+ "Qt4TranslationsDir" : "",
4671+ "QtToolsPrefix4" : "",
4672+- "QtToolsPostfix4" : "",
4673+- "Qt4Dir" : "",
4674++ "QtToolsPostfix4" : "-qt4",
4675++ "Qt4Dir" : "/usr/share/qt4/",
4676+ }
4677+
4678+ # defaults for corba related stuff
4679
4680=== added file 'debian/patches/02_missing-profile.patch'
4681--- debian/patches/02_missing-profile.patch 1970-01-01 00:00:00 +0000
4682+++ debian/patches/02_missing-profile.patch 2013-07-26 17:22:34 +0000
4683@@ -0,0 +1,28 @@
4684+New patch generated from eric 4.0.4-1 diff.gz
4685+Original from Torsten Marek. Check for python-profiler since it is
4686+in non-free
4687+--- a/eric/Debugger/DebugUI.py
4688++++ b/eric/Debugger/DebugUI.py
4689+@@ -1356,6 +1356,22 @@
4690+ @param runProject flag indicating coverage of the current project (True)
4691+ or script (false)
4692+ """
4693++ try:
4694++ import profile
4695++ except ImportError:
4696++ QMessageBox.critical(
4697++ self.ui,
4698++ self.trUtf8("Profiling not possible"),
4699++ self.trUtf8(
4700++"<p>The module for profiling Python code has been split from the Debian Python"
4701++" package and put into the non-free section due to licensing issues.</p>"
4702++"<p>Please install the package <b>python-profiler</b> to enable profiling support.</p>"
4703++"<p>Your Debian package maintainer</p>"),
4704++ self.trUtf8("&OK"))
4705++ return
4706++ else:
4707++ del profile
4708++
4709+ self.__resetUI()
4710+ doNotStart = False
4711+
4712
4713=== added file 'debian/patches/03_disable-update-warning.patch'
4714--- debian/patches/03_disable-update-warning.patch 1970-01-01 00:00:00 +0000
4715+++ debian/patches/03_disable-update-warning.patch 2013-07-26 17:22:34 +0000
4716@@ -0,0 +1,26 @@
4717+Index: eric-4.4.1/eric/UI/UserInterface.py
4718+Disables upgrade of eric outside the Debian package system
4719+===================================================================
4720+--- eric-4.4.1.orig/eric/UI/UserInterface.py 2010-03-26 20:40:23.000000000 +0100
4721++++ eric-4.4.1/eric/UI/UserInterface.py 2010-03-26 20:42:03.000000000 +0100
4722+@@ -5510,7 +5510,8 @@
4723+ res = KQMessageBox.information(None,
4724+ self.trUtf8("Update available"),
4725+ self.trUtf8("""The update to <b>%1</b> of eric4 is available"""
4726+- """ at <b>%2</b>. Would you like to get it?""")\
4727++ """Please ask the Debian maintainer to upgrade """
4728++ """the package. """)\
4729+ .arg(versions[0]).arg(versions[1]),
4730+ QMessageBox.StandardButtons(\
4731+ QMessageBox.No | \
4732+@@ -5527,8 +5528,8 @@
4733+ self.trUtf8("Error during updates check"),
4734+ self.trUtf8("""Could not perform updates check."""))
4735+
4736+- if url:
4737+- QDesktopServices.openUrl(QUrl(url))
4738++ #if url:
4739++ #QDesktopServices.openUrl(QUrl(url))
4740+
4741+ def __versionsDownloadCanceled(self):
4742+ """
4743
4744=== added file 'debian/patches/04_debian_chardet.patch'
4745--- debian/patches/04_debian_chardet.patch 1970-01-01 00:00:00 +0000
4746+++ debian/patches/04_debian_chardet.patch 2013-07-26 17:22:34 +0000
4747@@ -0,0 +1,15 @@
4748+Changes eric to use the Debian supplied chardet instead of
4749+of the upstream ThirdParty one.
4750+--- a/eric/Utilities/__init__.py
4751++++ b/eric/Utilities/__init__.py
4752+@@ -129,8 +129,8 @@
4753+ if Preferences.getEditor("AdvancedEncodingDetection"):
4754+ # Try the universal character encoding detector
4755+ try:
4756+- import ThirdParty.CharDet.chardet
4757+- guess = ThirdParty.CharDet.chardet.detect(text)
4758++ import chardet
4759++ guess = chardet.detect(text)
4760+ if guess and guess['confidence'] > 0.95 and guess['encoding'] is not None:
4761+ codec = guess['encoding'].lower()
4762+ return unicode(text, codec), '%s-guessed' % codec
4763
4764=== added file 'debian/patches/05_minor_docfix.patch'
4765--- debian/patches/05_minor_docfix.patch 1970-01-01 00:00:00 +0000
4766+++ debian/patches/05_minor_docfix.patch 2013-07-26 17:22:34 +0000
4767@@ -0,0 +1,28 @@
4768+Minor changes to documentation
4769+--- a/eric/Documentation/Source/eric4.QScintilla.QsciScintillaCompat.html
4770++++ b/eric/Documentation/Source/eric4.QScintilla.QsciScintillaCompat.html
4771+@@ -245,7 +245,7 @@
4772+ <td>Public method to set the current indicator.</td>
4773+ </tr><tr>
4774+ <td><a href="#QsciScintillaCompat.setCursorFlashTime">setCursorFlashTime</a></td>
4775+-<td>Public method to get the flash (blink) time of the cursor in milliseconds.</td>
4776++<td>Public method to set the flash (blink) time of the cursor in milliseconds.</td>
4777+ </tr><tr>
4778+ <td><a href="#QsciScintillaCompat.setEolModeByEolString">setEolModeByEolString</a></td>
4779+ <td>Public method to set the eol mode given the eol string.</td>
4780+@@ -973,7 +973,7 @@
4781+ <h4>QsciScintillaCompat.setCursorFlashTime</h4>
4782+ <b>setCursorFlashTime</b>(<i>time</i>)
4783+ <p>
4784+- Public method to get the flash (blink) time of the cursor in milliseconds.
4785++ Public method to set the flash (blink) time of the cursor in milliseconds.
4786+ </p><p>
4787+ The flash time is the time required to display, invert and restore the
4788+ caret display. Usually the text cursor is displayed for half the cursor
4789+@@ -1173,4 +1173,4 @@
4790+ </dl>
4791+ <div align="right"><a href="#top">Up</a></div>
4792+ <hr />
4793+-</body></html>
4794+\ No newline at end of file
4795++</body></html>
4796
4797=== added file 'debian/patches/06_no_blacklist.patch'
4798--- debian/patches/06_no_blacklist.patch 1970-01-01 00:00:00 +0000
4799+++ debian/patches/06_no_blacklist.patch 2013-07-26 17:22:34 +0000
4800@@ -0,0 +1,15 @@
4801+Disables blacklisting of unusable sip versions. Usable versions is handled
4802+in the control file.
4803+--- a/eric/eric4.py
4804++++ b/eric/eric4.py
4805+@@ -194,8 +194,8 @@
4806+ options)
4807+ ddindex = Startup.handleArgs(sys.argv, appinfo)
4808+
4809+- if not Utilities.checkBlacklistedVersions():
4810+- sys.exit(100)
4811++ #if not Utilities.checkBlacklistedVersions():
4812++ # sys.exit(100)
4813+
4814+ app = KQApplication(sys.argv, kqOptions)
4815+
4816
4817=== added file 'debian/patches/series'
4818--- debian/patches/series 1970-01-01 00:00:00 +0000
4819+++ debian/patches/series 2013-07-26 17:22:34 +0000
4820@@ -0,0 +1,6 @@
4821+01_path_fix.patch
4822+02_missing-profile.patch
4823+03_disable-update-warning.patch
4824+04_debian_chardet.patch
4825+05_minor_docfix.patch
4826+06_no_blacklist.patch
4827
4828=== added file 'debian/rules'
4829--- debian/rules 1970-01-01 00:00:00 +0000
4830+++ debian/rules 2013-07-26 17:22:34 +0000
4831@@ -0,0 +1,105 @@
4832+#!/usr/bin/make -f
4833+# -*- makefile -*-
4834+
4835+# Uncomment this to turn on verbose mode.
4836+#export DH_VERBOSE=1
4837+
4838+
4839+ERICDIR=debian/eric/usr/share/eric/modules
4840+QTAPIFILE=debian/apis/pyqt.api
4841+KDEAPIFILE=debian/apis/pykde.api
4842+PYTHONAPIFILE=debian/apis/python.api
4843+APIFILES=$(QTAPIFILE)
4844+# $(KDEAPIFILE)
4845+# $(PYTHONAPIFILE)
4846+LAN=cs de es fr it ru tr zh_CN.GB2312
4847+
4848+clean:
4849+ dh_testdir
4850+ dh_testroot
4851+ find . -name "*.pyc" -exec rm {} \;
4852+ find . -name "Ui_*" -exec rm {} \;
4853+ rm -rf debian/eric debian/apis debian/qtapis debian/kdeapis debian/pyapis
4854+ rm -f eric4*
4855+ rm -f *-stamp
4856+ dh_clean
4857+
4858+
4859+apifile-stamp:
4860+ # generate API files
4861+ mkdir -p debian/qtapis debian/kdeapis debian/pyapis debian/apis
4862+ python debian/gen_qt_apis.py debian/qtapis/
4863+ #python debian/gen_kde_apis.py debian/kdeapis/
4864+ #python debian/gen_python_api.py debian/pyapis/
4865+ sort -u debian/qtapis/*.api > $(QTAPIFILE)
4866+ #sort -u debian/kdeapis/*.api > $(KDEAPIFILE)
4867+ #sort -u debian/pyapis/*.api > $(PYAPIFILE)
4868+ touch apifile-stamp
4869+
4870+build: build-arch build-indep
4871+build-arch:
4872+build-indep:
4873+
4874+install: apifile-stamp
4875+ dh_testdir -i
4876+ dh_testroot -i
4877+ dh_prep -i
4878+ python install.py -i debian/eric -x -c -f debian/eric4config.debian
4879+ dh_installdirs -i
4880+
4881+ for i in transl-*/eric/i18n/*.ts; do\
4882+ lrelease-qt4 $$i -qm debian/eric/usr/share/qt4/translations/`basename $$i .ts`.qm;\
4883+ done
4884+
4885+ rm -f debian/eric/usr/share/doc/eric/LICENSE.GPL3
4886+ rm -f $(ERICDIR)/LICENSE.GPL3
4887+ rm -f $(ERICDIR)/install*.py
4888+
4889+# copy API files
4890+ mv debian/eric/usr/share/eric/api/* debian/eric-api-files/usr/share/eric/api
4891+
4892+ for i in $(APIFILES); do \
4893+ install -o root -g root -m 644 $$i \
4894+ debian/eric-api-files/usr/share/eric/api/python; \
4895+ done
4896+
4897+# remove README-PyXML.txt
4898+ rm -f debian/eric/usr/share/doc/eric/README-PyXML.txt
4899+# remove the ThirdParty libraries
4900+ rm -rf debian/eric/usr/share/eric/modules/ThirdParty
4901+ find debian/eric/ -name '*.py[co]' -delete
4902+
4903+binary: binary-indep binary-arch
4904+binary-arch:
4905+
4906+# Build architecture-independent files here.
4907+binary-indep: install
4908+ dh_testdir -i
4909+ dh_testroot -i
4910+ dh_installchangelogs
4911+ dh_installdocs -i --exclude=LICENSE.GPL3
4912+ dh_installmenu -i
4913+ dh_installman -i
4914+ dh_install
4915+ dh_link -i
4916+ dh_lintian -i
4917+ dh_compress -i
4918+ dh_python2 -i --exclude=Python3
4919+ dh_fixperms -i
4920+ dh_installdeb -i
4921+ dh_gencontrol -i
4922+ dh_md5sums -i
4923+ dh_builddeb -i
4924+
4925+get-orig-source:
4926+ VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-+~]+).*,\1,p');\
4927+ set -e;\
4928+ wget -q http://sourceforge.net/projects/eric-ide/files/eric4/stable/$$VER/eric4-$$VER.tar.gz/download\
4929+ -O eric_$$VER.orig.tar.gz;\
4930+ for L in ${LAN}; do\
4931+ wget -q http://sourceforge.net/projects/eric-ide/files/eric4/stable/$$VER/eric4-i18n-$$L-$$VER.tar.gz/download\
4932+ -O eric_$$VER.orig-transl-$$L.tar.gz;\
4933+ done;\
4934+ mv eric_$$VER.orig-transl-zh_CN.GB2312.tar.gz eric_$$VER.orig-transl-zhCNGB2312.tar.gz
4935+
4936+.PHONY: clean binary-indep binary-arch binary install
4937
4938=== added directory 'debian/source'
4939=== added file 'debian/source/format'
4940--- debian/source/format 1970-01-01 00:00:00 +0000
4941+++ debian/source/format 2013-07-26 17:22:34 +0000
4942@@ -0,0 +1,1 @@
4943+3.0 (quilt)
4944
4945=== added file 'debian/source/include-binaries'
4946--- debian/source/include-binaries 1970-01-01 00:00:00 +0000
4947+++ debian/source/include-binaries 2013-07-26 17:22:34 +0000
4948@@ -0,0 +1,16 @@
4949+transl-fr/eric/i18n/eric4_fr.qm
4950+transl-es/eric/i18n/eric4_es.qm
4951+transl-it/eric/i18n/eric4_it.qm
4952+transl-ru/eric/i18n/eric4_ru.qm
4953+transl-tr/eric/i18n/eric4_tr.qm
4954+transl-cs/eric/i18n/eric4_cs.qm
4955+transl-de/eric/i18n/eric4_de.qm
4956+transl-fr/eric/i18n/eric4_fr.ts
4957+transl-es/eric/i18n/eric4_es.ts
4958+transl-it/eric/i18n/eric4_it.ts
4959+transl-ru/eric/i18n/eric4_ru.ts
4960+transl-tr/eric/i18n/eric4_tr.ts
4961+transl-cs/eric/i18n/eric4_cs.ts
4962+transl-de/eric/i18n/eric4_de.ts
4963+transl-zhCNGB2312/eric/i18n/eric4_zh_CN.GB2312.qm
4964+transl-zhCNGB2312/eric/i18n/eric4_zh_CN.GB2312.ts
4965
4966=== added file 'debian/watch'
4967--- debian/watch 1970-01-01 00:00:00 +0000
4968+++ debian/watch 2013-07-26 17:22:34 +0000
4969@@ -0,0 +1,2 @@
4970+version=3
4971+http://sf.net/eric-ide/eric4-([0-9]\.[0-9]\.[0-9].*)\.tar\.gz debian uupdate
4972
4973=== added directory 'eric'
4974=== added directory 'eric/APIs'
4975=== added directory 'eric/APIs/Python'
4976=== added file 'eric/APIs/Python/eric4.api'
4977--- eric/APIs/Python/eric4.api 1970-01-01 00:00:00 +0000
4978+++ eric/APIs/Python/eric4.api 2013-07-26 17:22:34 +0000
4979@@ -0,0 +1,5833 @@
4980+eric4.DataViews.CodeMetrics.COMMENT?7
4981+eric4.DataViews.CodeMetrics.DEDENT?7
4982+eric4.DataViews.CodeMetrics.EMPTY?7
4983+eric4.DataViews.CodeMetrics.INDENT?7
4984+eric4.DataViews.CodeMetrics.KEYWORD?7
4985+eric4.DataViews.CodeMetrics.NEWLINE?7
4986+eric4.DataViews.CodeMetrics.Parser.parse?4(text)
4987+eric4.DataViews.CodeMetrics.SourceStat.dedent?4(tok)
4988+eric4.DataViews.CodeMetrics.SourceStat.dump?4()
4989+eric4.DataViews.CodeMetrics.SourceStat.getCounter?4(id, key)
4990+eric4.DataViews.CodeMetrics.SourceStat.inc?4(key, value=1)
4991+eric4.DataViews.CodeMetrics.SourceStat.indent?4(tok)
4992+eric4.DataViews.CodeMetrics.SourceStat.push?4(identifier, row)
4993+eric4.DataViews.CodeMetrics.SourceStat?1()
4994+eric4.DataViews.CodeMetrics.Token?1(**kw)
4995+eric4.DataViews.CodeMetrics.analyze?4(filename, total)
4996+eric4.DataViews.CodeMetrics.main?4()
4997+eric4.DataViews.CodeMetrics.spacer?7
4998+eric4.DataViews.CodeMetrics.summarize?4(total, key, value)
4999+eric4.DataViews.CodeMetricsDialog.CodeMetricsDialog.on_buttonBox_clicked?4(button)
5000+eric4.DataViews.CodeMetricsDialog.CodeMetricsDialog.start?4(fn)
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: