Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-qscintilla-qt5 | Distribution: openSUSE Leap 15.2 |
Version: 2.10.4 | Vendor: openSUSE |
Release: lp152.3.3 | Build date: Thu Feb 6 12:15:32 2020 |
Group: Development/Libraries/C and C++ | Build host: obs-arm-9 |
Size: 1626083 | Source RPM: python-qscintilla-qt5-2.10.4-lp152.3.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://www.riverbankcomputing.co.uk/qscintilla | |
Summary: Python Bindings for the C++ Editor Class Library |
QScintilla is a Qt port of Neil Hodgson's Scintilla C++ editor class. This is a Qt port from the original Scintilla class (http://www.scintilla.org/). This package is mainly used by eric, the Python IDE.
GPL-3.0-only
* Tue Apr 17 2018 lbeltrame@kde.org - Remove source URL for now to work around SourceForge's unreliable mirroring * Tue Apr 17 2018 termim@gmail.com - Update to version 2.10.4 * Bug fixes. - Update to version 2.10.3 * Added accessibility support. * Added the API file for Python v3.7. * Fri Jan 26 2018 aloisio@gmx.com - Update to version 2.10.2 * Added setScrollWidth() , scrollWidth, setScrollWidthTracking() and scrollWidthTracking() to QsciScintilla. * Bug fixes. version v2.10.1 * Added previously internal lexer methods to the Python bindings. * Thu May 25 2017 toddrme2178@gmail.com - Fix python Requires, Provides, and Obsoletes. This pulls in proper dependencies and avoids conflicts. * Wed Apr 19 2017 toddrme2178@gmail.com - Add qt4 versions as subpackages. - Rename qt4 versions to use -qt4 suffix. * Sat Apr 01 2017 hpj@urpla.net - force -std=c++11 to compile with Leap 42.1 * Sun Mar 12 2017 toddrme2178@gmail.com - Implement single-spec version * Wed Mar 01 2017 termim@gmail.com - Update to 2.10 - Based on Scintilla v3.7.2. - Added the QsciLexerJSON class. - Added the QsciLexerMarkdown class. - Added replaceHorizontalScrollBar() and replaceVerticalScrollBar() to QsciScintillaBase. - Added bytes() and a corresponding text() overload to QsciScintilla. - Added EdgeMultipleLines to QsciScintilla::EdgeMode. - Added addEdgeColumn() and clearEdgeColumns() to QsciScintilla. - Added the marginRightClicked() signal to QsciScintilla. - Added SymbolMarginColor to QsciScintilla::MarginType. - Added setMarginBackgroundColor() and marginBackgroundColor() to QsciScintilla. - Added setMargins() and margins() to QsciScintilla. - Added TriangleIndicator and TriangleCharacterIndicator to QsciScintilla::IndicatorStyle. - Added WsVisibleOnlyInIndent to QsciScintilla::WhitespaceVisibility. - Added TabDrawMode, setTabDrawMode() and tabDrawMode() to QsciScintilla. - Added InstanceProperty to QsciLexerCoffeeScript. - Added EDGE_MULTILINE to QsciScintillaBase. - Added INDIC_POINT and INDIC_POINTCHARACTER to QsciScintillaBase. - Added SC_AC_FILLUP, SC_AC_DOUBLECLICK, SC_AC_TAB, SC_AC_NEWLINE and SC_AC_COMMAND to QsciScintillaBase. - Added SC_CASE_CAMEL to QsciScintillaBase. - Added SC_CHARSET_CYRILLIC and SC_CHARSET_OEM866 to QsciScintillaBase. - Added SC_FOLDDISPLAYTEXT_HIDDEN, SC_FOLDDISPLAYTEXT_STANDARD and SC_FOLDDISPLAYTEXT_BOXED to QsciScintillaBase. - Added SC_IDLESTYLING_NONE, SC_IDLESTYLING_TOVISIBLE, SC_IDLESTYLING_AFTERVISIBLE and SC_IDLESTYLING_ALL to QsciScintillaBase. - Added SC_MARGIN_COLOUR to QsciScintillaBase. - Added SC_POPUP_NEVER, SC_POPUP_ALL and SC_POPUP_TEXT to QsciScintillaBase. - Added SCI_FOLDDISPLAYTEXTSETSTYLE and SCI_TOGGLEFOLDSHOWTEXT to QsciScintillaBase. - Added SCI_GETIDLESTYLING and SCI_SETIDLESTYLING to QsciScintillaBase. - Added SCI_GETMARGINBACKN and SCI_SETMARGINBACKN to QsciScintillaBase. - Added SCI_GETMARGINS and SCI_SETMARGINS to QsciScintillaBase. - Added SCI_GETMOUSEWHEELCAPTURES and SCI_SETMOUSEWHEELCAPTURES to QsciScintillaBase. - Added SCI_GETTABDRAWMODE and SCI_SETTABDRAWMODE to QsciScintillaBase. - Added SCI_ISRANGEWORD to QsciScintillaBase. - Added SCI_MULTIEDGEADDLINE and SCI_MULTIEDGECLEARALL to QsciScintillaBase. - Added SCI_MULTIPLESELECTADDNEXT and SCI_MULTIPLESELECTADDEACH to QsciScintillaBase. - Added SCI_TARGETWHOLEDOCUMENT to QsciScintillaBase. - Added SCLEX_JSON and SCLEX_EDIFACT to QsciScintillaBase. - Added SCTD_LONGARROW and SCTD_STRIKEOUT to QsciScintillaBase. - Added SCVS_NOWRAPLINESTART to QsciScintillaBase. - Added SCWS_VISIBLEONLYININDENT to QsciScintillaBase. - Added STYLE_FOLDDISPLAYTEXT to QsciScintillaBase. - Added the SCN_AUTOCCOMPLETED() signal to QsciScintillaBase. - Added the overloaded SCN_AUTOCSELECTION() and SCN_USERLISTSELECTION() signals to QsciScintillaBase. - Added the SCN_MARGINRIGHTCLICK() signal to QsciScintillaBase. - Renamed SCI_GETTARGETRANGE to SCI_GETTARGETTEXT in QsciScintillaBase. - Removed SCI_GETKEYSUNICODE and SCI_SETKEYSUNICODE to QsciScintillaBase. - The autoCompletionFillups(), autoCompletionWordSeparators(), blockEnd(), blockLookback(), blockStart(), blockStartKeyword(), braceStyle(), caseSensitive(), indentationGuideView() and defaultStyle() methods of QsciLexer are no longer marked as internal and are exposed to Python so that they may be used by QsciLexerCustom sub-classes. - The name of the library has been changed to include the major version number of the version of Qt it is built against (ie. 4 or 5). * Tue Jan 03 2017 termim@gmail.com - Update to 2.9.4 - Added the .api file for Python v3.6. - Bug fixes. * Tue Jul 26 2016 termim@gmail.com - Update to 2.9.3 - Bug fixes - Update to 2.9.2 - Added support for a PEP 484 stub file for the Python extension module. * Fri Oct 30 2015 termim@gmail.com - Update to 2.9.1 - This is primarily a bug-fix release. * Fri Aug 14 2015 termim@gmail.com - change required sip version to 4.16.9 * Sun Jul 19 2015 termim@gmail.com - Update to 2.9 - Based on Scintilla v3.5.4. - Added UserLiteral, InactiveUserLiteral, TaskMarker, InactiveTaskMarker, EscapeSequence, InactiveEscapeSequence, setHighlightBackQuotedStrings(), highlightBackQuotedStrings(), setHighlightEscapeSequences(), highlightEscapeSequences(), setVerbatimStringEscapeSequencesAllowed() and verbatimStringEscapeSequencesAllowed() to QsciLexerCPP. - Added CommentKeyword, DeclareInputPort, DeclareOutputPort, DeclareInputOutputPort, PortConnection and the inactive versions of all styles to QsciLexerVerilog. - Added CommentBlock to QsciLexerVHDL. - Added AnnotationIndented to QsciScintilla::AnnotationDisplay. - Added FullBoxIndicator, ThickCompositionIndicator, ThinCompositionIndicator and TextColorIndicator to QsciScintilla::IndicatorStyle. - Added setIndicatorHoverForegroundColor() and setIndicatorHoverStyle() to QsciScintilla. - Added Bookmark to QsciScintilla::MarkerSymbol. - Added WrapWhitespace to QsciScintilla::WrapMode. - Added SCLEX_AS, SCLEX_BIBTEX, SCLEX_DMAP, SCLEX_DMIS, SCLEX_IHEX, SCLEX_REGISTRY, SCLEX_SREC and SCLEX_TEHEX to QsciScintillaBase. - Added SCI_CHANGEINSERTION to QsciScintillaBase. - Added SCI_CLEARTABSTOPS, SCI_ADDTABSTOP and SCI_GETNEXTTABSTOP to QsciScintillaBase. - Added SCI_GETIMEINTERACTION, SCI_SETIMEINTERACTION, SC_IME_WINDOWED and SC_IME_INLINE to QsciScintillaBase. - Added SC_MARK_BOOKMARK to QsciScintillaBase. - Added INDIC_COMPOSITIONTHIN, INDIC_FULLBOX, INDIC_TEXTFORE, INDIC_IME, INDIC_IME_MAX, SC_INDICVALUEBIT, SC_INDICVALUEMASK, SC_INDICFLAG_VALUEBEFORE, SCI_INDICSETHOVERSTYLE, SCI_INDICGETHOVERSTYLE, SCI_INDICSETHOVERFORE, SCI_INDICGETHOVERFORE, SCI_INDICSETFLAGS and SCI_INDICGETFLAGS to QsciScintillaBase. - Added SCI_SETTARGETRANGE and SCI_GETTARGETRANGE to QsciScintillaBase. - Added SCFIND_CXX11REGEX to QsciScintillaBase. - Added SCI_CALLTIPSETPOSSTART to QsciScintillaBase. - Added SC_FOLDFLAG_LINESTATE to QsciScintillaBase. - Added SC_WRAP_WHITESPACE to QsciScintillaBase. - Added SC_PHASES_ONE, SC_PHASES_TWO, SC_PHASES_MULTIPLE, SCI_GETPHASESDRAW and SCI_SETPHASESDRAW to QsciScintillaBase. - Added SC_STATUS_OK, SC_STATUS_FAILURE, SC_STATUS_BADALLOC, SC_STATUS_WARN_START and SC_STATUS_WARNREGEX to QsciScintillaBase. - Added SC_MULTIAUTOC_ONCE, SC_MULTIAUTOC_EACH, SCI_AUTOCSETMULTI and SCI_AUTOCGETMULTI to QsciScintillaBase. - Added ANNOTATION_INDENTED to QsciScintillaBase. - Added SCI_DROPSELECTIONN to QsciScintillaBase. - Added SC_TECHNOLOGY_DIRECTWRITERETAIN and SC_TECHNOLOGY_DIRECTWRITEDC to QsciScintillaBase. - Added SC_LINE_END_TYPE_DEFAULT, SC_LINE_END_TYPE_UNICODE, SCI_GETLINEENDTYPESSUPPORTED, SCI_SETLINEENDTYPESALLOWED, SCI_GETLINEENDTYPESALLOWED and SCI_GETLINEENDTYPESACTIVE to QsciScintillaBase. - Added SCI_ALLOCATESUBSTYLES, SCI_GETSUBSTYLESSTART, SCI_GETSUBSTYLESLENGTH, SCI_GETSTYLEFROMSUBSTYLE, SCI_GETPRIMARYSTYLEFROMSTYLE, SCI_FREESUBSTYLES, SCI_SETIDENTIFIERS, SCI_DISTANCETOSECONDARYSTYLES and SCI_GETSUBSTYLEBASES to QsciScintillaBase. - Added SC_MOD_INSERTCHECK and SC_MOD_CHANGETABSTOPS to QsciScintillaBase. - Qt v3 and PyQt v3 are no longer supported.
/usr/lib64/python3.6/site-packages/PyQt5/Qsci.pyi /usr/lib64/python3.6/site-packages/PyQt5/Qsci.so /usr/share/doc/packages/python3-qscintilla-qt5 /usr/share/doc/packages/python3-qscintilla-qt5/LICENSE /usr/share/doc/packages/python3-qscintilla-qt5/NEWS /usr/share/doc/packages/python3-qscintilla-qt5/README /usr/share/qt5/qsci /usr/share/qt5/qsci/api /usr/share/qt5/qsci/api/python_3.6 /usr/share/qt5/qsci/api/python_3.6/QScintilla2.api
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:45:28 2024