tde-devs@chat.jabb.im < 2021/12/03 > | |
---|---|
[11:47] | michelec2 has joined |
[11:51] | blu.256 has left |
[12:07] | cethyel has joined |
[12:17] | cethyel: @Michele, adding tqscintilla to tqt3 seems a nice ideas. From my side I can't do It since I don't fully understand the relationship between sip and the python modules tqt/tdelibs. |
[12:35] | michelec2: @Greg: sip is a tool to create binding for C++ object in python. tqscintilla is a porting of qscintilla which is a library that provide an advanced editor plugin. sip does not need tqscintilla. python-tqt needs tqscintilla only because it contains binding to tqscintilla methods (in python-tqt/sip/qtext folder) |
[12:36] | michelec2: as far as I can tell, if we were to remove those bindings from python-tqt, tqscintilla would not be needed. of course, we would lose its functionality |
[12:37] | michelec2: I am not against integrating tqscintilla in tqt3, I am just wondering whether it is worth the effort to move stuff around, repackage things, create conflicts and update scripts and so on. It is a lot of work for not real perceived benefit, IMO |
[12:39] | cethyel: true, It's not worth the effort, I've stopped altogether |
[12:40] | michelec2: but completing the cmake conversion is indeed a valid effort, so keep that up :-) |
[12:41] | michelec2: we only have a handful of module still to convert, thanks to your good work in the last 3 years |
[12:42] | Slávek: Maybe we can do it in the same way as for the tqca library => module and headers are in TQt, but library itself is in standard system path. |
[12:44] | Slávek: In any case, it seems like a good idea to place the headers in the subdirectory. |
[12:45] | cethyel: @Slávek, I get lost, what are you talking about? |
[12:46] | Slávek: about tqscintilla |
[12:46] | cethyel: ok |
[12:48] | cethyel: the cmake conversion on tqscintilla is at the moment like this on my system: |
[12:48] | cethyel:
/install/slack-desc /usr/include/tqt3/private/Accessor.h /usr/include/tqt3/private/KeyWords.h /usr/include/tqt3/private/Platform.h /usr/include/tqt3/private/PropSet.h /usr/include/tqt3/private/SString.h /usr/include/tqt3/private/SciLexer.h /usr/include/tqt3/private/Scintilla.h /usr/include/tqt3/private/ScintillaWidget.h /usr/include/tqt3/private/WindowAccessor.h /usr/include/tqt3/qextscintilla.h /usr/include/tqt3/qextscintillaapis.h /usr/include/tqt3/qextscintillabase.h /usr/include/tqt3/qextscintillacommand.h /usr/include/tqt3/qextscintillacommandset.h /usr/include/tqt3/qextscintilladocument.h /usr/include/tqt3/qextscintillaglobal.h /usr/include/tqt3/qextscintillalexer.h /usr/include/tqt3/qextscintillalexerbash.h /usr/include/tqt3/qextscintillalexerbatch.h /usr/include/tqt3/qextscintillalexercpp.h /usr/include/tqt3/qextscintillalexercsharp.h /usr/include/tqt3/qextscintillalexercss.h /usr/include/tqt3/qextscintillalexerdiff.h /usr/include/tqt3/qextscintillalexerhtml.h /usr/include/tqt3/qextscintillalexeridl.h /usr/include/tqt3/qextscintillalexerjava.h /usr/include/tqt3/qextscintillalexerjavascript.h /usr/include/tqt3/qextscintillalexerlua.h /usr/include/tqt3/qextscintillalexermakefile.h /usr/include/tqt3/qextscintillalexerperl.h /usr/include/tqt3/qextscintillalexerpov.h /usr/include/tqt3/qextscintillalexerproperties.h /usr/include/tqt3/qextscintillalexerpython.h /usr/include/tqt3/qextscintillalexerruby.h /usr/include/tqt3/qextscintillalexersql.h /usr/include/tqt3/qextscintillalexertex.h /usr/include/tqt3/qextscintillamacro.h /usr/include/tqt3/qextscintillaprinter.h /usr/lib64/libqscintilla.la /usr/lib64/libqscintilla.so /usr/lib64/libqscintilla.so.7 /usr/lib64/libqscintilla.so.7.0.1 /usr/lib64/pkgconfig/qscintilla.pc /usr/lib64/tqt3/plugins/designer/libqscintillaplugin.la /usr/lib64/tqt3/plugins/designer/libqscintillaplugin.so /usr/share/doc/tde/HTML/en/tqscintilla/annotated.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintilla-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintilla.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaAPIs-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaAPIs.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaBase-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaBase.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaCommand-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaCommand.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaCommandSet-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaCommandSet.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaDocument-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaDocument.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexer-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexer.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerBash-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerBash.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerBatch-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerBatch.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerCPP-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerCPP.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerCSS-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerCSS.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerCSharp-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerCSharp.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerDiff-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerDiff.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerHTML-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerHTML.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerIDL-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerIDL.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerJava-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerJava.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerJavaScript-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerJavaScript.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerLua-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerLua.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerMakefile-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerMakefile.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerPOV-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerPOV.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerPerl-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerPerl.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerProperties-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerProperties.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerPython-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerPython.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerRuby-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerRuby.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerSQL-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerSQL.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerTeX-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaLexerTeX.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaMacro-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaMacro.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaPrinter-members.html /usr/share/doc/tde/HTML/en/tqscintilla/classQextScintillaPrinter.html /usr/share/doc/tde/HTML/en/tqscintilla/deprecated.html /usr/share/doc/tde/HTML/en/tqscintilla/doxygen.css /usr/share/doc/tde/HTML/en/tqscintilla/doxygen.png /usr/share/doc/tde/HTML/en/tqscintilla/functions.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x62.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x63.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x64.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x65.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x66.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x67.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x68.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x69.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x6a.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x6b.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x6c.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x6d.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x6e.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x6f.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x70.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x71.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x72.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x73.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x74.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x75.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x76.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x77.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x78.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x7a.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_0x7e.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_enum.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x62.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x63.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x64.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x65.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x66.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x67.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x68.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x69.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x6a.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x6b.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x6c.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x6d.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x6e.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x6f.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x70.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x71.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x72.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x73.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x74.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x75.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x76.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x77.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_eval_0x78.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x62.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x63.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x64.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x65.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x66.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x67.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x68.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x69.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x6b.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x6c.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x6d.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x70.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x71.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x72.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x73.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x74.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x75.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x76.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x77.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x7a.html /usr/share/doc/tde/HTML/en/tqscintilla/functions_func_0x7e.html /usr/share/doc/tde/HTML/en/tqscintilla/hierarchy.html /usr/share/doc/tde/HTML/en/tqscintilla/index.html /usr/share/doc/tde/HTML/en/tqscintilla/pages.html /usr/share/doc/tde/HTML/en/tqscintilla/tab_b.gif /usr/share/doc/tde/HTML/en/tqscintilla/tab_l.gif /usr/share/doc/tde/HTML/en/tqscintilla/tab_r.gif /usr/share/doc/tde/HTML/en/tqscintilla/tabs.css /usr/share/tqt3/translations/qscintilla_de.qm /usr/share/tqt3/translations/qscintilla_fr.qm /usr/share/tqt3/translations/qscintilla_pt_br.qm /usr/share/tqt3/translations/qscintilla_ru.qm |
[12:52] | cethyel: as I said in my comments, the reason to bring eveything into tqt3 was for consistency because some were already put there, but actually I don't mind where everything goes |
[12:53] | Slávek: Because headers - especially those in "private", can be ambiguous, so it seems to me a good idea to install all tqscintilla headers into a subfolder. |
[12:53] | cethyel: I'm much concern if the cmake conversion work with python-tqt, that is the unknown for me, I expect you to build It on your system then provide me with feedback |
[12:56] | cethyel: when you will be checking this out, tell me where you want everything....much better adjust the cmake files yourself to fit everything where you want It |
[13:04] | cethyel: @Michele, https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/11 you might want to update/tick kdbusnotification |
[13:09] | michelec2: @kdbusnotification: done. Thanks for highlighting this |
[13:14] | cethyel: applications/themes/tde-style-qtcurve has been cleaned too, but as strange as It is I still have an admin folder In It |
[13:22] | Slávek: It seems that there after creating tde-style-qtcurve module was "automatically" added admin submodule, although it has never been needed. |
[13:31] | cethyel: I'm going, see you some other time! |
[13:31] | cethyel has left |
[13:59] | michelec2: yes, admin folder still there, I see doxygen stuff inside |
[14:01] | michelec2: but if doxygen is not used, we could probably remove that. I will test it out sometime this weekend |
[15:23] | michelec2 has left |
[15:24] | blu.256 has joined |
tde-devs@chat.jabb.im < 2021/12/03 > |
© 2010-2025 Trinity Desktop Project