-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for collaboration #36
Comments
@audoban hello!!! :) I am not negative in collaborating but with Now Dock 0.5 version which is going to be released the next days many of the above are already implemented, you could try the master branches to have an idea... 6 Visibility modes automatic masking 4 Alignments respect maximum panel size set by the user positioning the dock left, right, top, bottom add plasma applets and plasmoids in the dock with the traditional way support multiscreen, I believe that my current codepage supports multiscreen with no problem VERY Interesting Features Support partial for when KWin compositing is disabled., this is a good idea for setting the zoom factor to 1.0... Just only one Config Window, for the appearance and behavior., this is also interesting... A good idea would be that we could use your codebase in order to provide the Plasma Panel functionality that it is needed and create one single configuration window for any changes needed... MISSING FEATURES from Now Dock support for Wayland, I would love to have help in this!!! my c++ plugin has been abstracted in order to provide the X functionality separately and I have created an abstract interface which must support the functions needed in order everything to work flawlessly... Custom Interface on DBus (If necessary?), I dont know why this would be needed, what do you have in mind? A package structure plugin-theme just for the Dock, made with KF5::KPackage, neither this one... I am learning the plasma technologies only when I need them.. :) so I dont know the uses for this.. what are you thinking? regards, |
I couldn't start NowDock :(.
Is a structure defined for the Dock, as Plasma theme structure https://community.kde.org/Plasma/lookAndFeelPackage. Users can create their own custom themes.
This is difficult but I know I can. Knowing that you already have most of the features ready, I think what is difficult join xD. |
the above means that now dock panel hasnt been installed correctly... What plasma version are u using? Did you install the Now Dock Panel with the install-global.sh script? Did it show any errors? missing libraries etc?
I dont fancy a lot user theming... But we can discuss it... I prefer a lot the user to use the plasma's installed theme and changing the plasma theme based on its needs...
I will help of course!!! :) But I dont have yet a working wayland environment... :(
Happy to hear!!! :) |
Log of installation. -- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Installing in the same prefix as Qt, adopting their path scheme.
-- Found KF5Plasma: /usr/lib64/cmake/KF5Plasma/KF5PlasmaConfig.cmake (found version "5.28.0")
-- Found KF5PlasmaQuick: /usr/lib64/cmake/KF5PlasmaQuick/KF5PlasmaQuickConfig.cmake (found version "5.28.0")
-- Found KF5WindowSystem: /usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake (found version "5.28.0")
-- Found Gettext: /usr/bin/msgmerge (found version "0.19.2")
-- Found PythonInterp: /usr/bin/python (found version "2.7.12")
-- Found KF5KDELibs4Support: /usr/lib64/cmake/KF5KDELibs4Support/KF5KDELibs4SupportConfig.cmake (found version "5.28.0")
-- Found KF5CoreAddons: /usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.28.0")
-- Found KF5: success (found version "5.28.0") found components: Plasma PlasmaQuick WindowSystem KDELibs4Support CoreAddons
-- Configuring done
-- Generating done
-- Build files have been written to: /home/audoban/bin/nowdock-panel-master/build
Scanning dependencies of target org.kde.store.nowdock.panel-metadata-json
[ 10%] Generating org.kde.store.nowdock.panel-metadata.json
Unknown property type for key "Keywords" -> falling back to string
Unknown property type for key "NoDisplay" -> falling back to string
Unknown property type for key "X-Plasma-API" -> falling back to string
Unknown property type for key "X-Plasma-MainScript" -> falling back to string
Unknown property type for key "X-Plasma-ContainmentType" -> falling back to string
Generated "/home/audoban/bin/nowdock-panel-master/build/org.kde.store.nowdock.panel-metadata.json"
[ 10%] Built target org.kde.store.nowdock.panel-metadata-json
Scanning dependencies of target translations
[ 10%] Built target translations
Scanning dependencies of target nowdockplugin_automoc
[ 20%] Automatic moc for target nowdockplugin
Generating moc source nowdockplugin_automoc.dir/moc_abstractinterf_IQOXKAVOSFY3TM.cpp
Generating moc source nowdockplugin_automoc.dir/moc_nowdockplugin_AQR2TST6CLAPP4.cpp
Generating moc source nowdockplugin_automoc.dir/moc_panelwindow_7JBWH22YM6MPPY.cpp
Generating moc source nowdockplugin_automoc.dir/moc_xwindowinterfa_2OWXFJPNWWGWU5.cpp
Generating moc compilation nowdockplugin_automoc.cpp
[ 20%] Built target nowdockplugin_automoc
Scanning dependencies of target nowdockplugin
[ 30%] Building CXX object libnowdock/CMakeFiles/nowdockplugin.dir/nowdockplugin.cpp.o
[ 40%] Building CXX object libnowdock/CMakeFiles/nowdockplugin.dir/panelwindow.cpp.o
/home/audoban/bin/nowdock-panel-master/libnowdock/panelwindow.cpp: In member function ‘virtual void NowDock::PanelWindow::mousePressEvent(QMouseEvent*)’:
/home/audoban/bin/nowdock-panel-master/libnowdock/panelwindow.cpp:687:51: warning: ‘KPluginInfo Plasma::Applet::pluginInfo() const’ is deprecated (declared at /usr/include/KF5/plasma/applet.h:288) [-Wdeprecated-declarations]
KPluginInfo info = applet->pluginInfo();
^
/home/audoban/bin/nowdock-panel-master/libnowdock/panelwindow.cpp: In member function ‘void NowDock::PanelWindow::addContainmentActions(QMenu*, QEvent*)’:
/home/audoban/bin/nowdock-panel-master/libnowdock/panelwindow.cpp:819:27: warning: ‘bool KAuthorized::authorizeKAction(const QString&)’ is deprecated (declared at /usr/include/KF5/KConfigCore/kauthorized.h:125) [-Wdeprecated-declarations]
!KAuthorized::authorizeKAction(QStringLiteral("plasma/containment_actions"))) {
^
/home/audoban/bin/nowdock-panel-master/libnowdock/panelwindow.cpp:819:88: warning: ‘bool KAuthorized::authorizeKAction(const QString&)’ is deprecated (declared at /usr/include/KF5/KConfigCore/kauthorized.h:125) [-Wdeprecated-declarations]
!KAuthorized::authorizeKAction(QStringLiteral("plasma/containment_actions"))) {
^
[ 50%] Building CXX object libnowdock/CMakeFiles/nowdockplugin.dir/xwindowinterface.cpp.o
[ 60%] Building CXX object libnowdock/CMakeFiles/nowdockplugin.dir/abstractinterface.cpp.o
[ 70%] Building CXX object libnowdock/CMakeFiles/nowdockplugin.dir/nowdockplugin_automoc.cpp.o
[ 80%] Linking CXX shared library libnowdockplugin.so
[ 80%] Built target nowdockplugin
Scanning dependencies of target org.kde.store.nowdock.emptyPanel-metadata-json
[ 90%] Generating org.kde.store.nowdock.emptyPanel-metadata.json
Unknown property type for key "X-Plasma-Shell" -> falling back to string
Unknown property type for key "X-Plasma-ContainmentCategories" -> falling back to string
Generated "/home/audoban/bin/nowdock-panel-master/build/layout-templates/org.kde.store.nowdock.emptyPanel-metadata.json"
[ 90%] Built target org.kde.store.nowdock.emptyPanel-metadata-json
Scanning dependencies of target org.kde.store.nowdock.defaultPanel-metadata-json
[100%] Generating org.kde.store.nowdock.defaultPanel-metadata.json
Unknown property type for key "X-Plasma-Shell" -> falling back to string
Unknown property type for key "X-Plasma-ContainmentCategories" -> falling back to string
Generated "/home/audoban/bin/nowdock-panel-master/build/layout-templates/org.kde.store.nowdock.defaultPanel-metadata.json"
[100%] Built target org.kde.store.nowdock.defaultPanel-metadata-json
[ 10%] Built target org.kde.store.nowdock.panel-metadata-json
[ 10%] Built target translations
[ 20%] Automatic moc for target nowdockplugin
[ 20%] Built target nowdockplugin_automoc
[ 80%] Built target nowdockplugin
[ 90%] Built target org.kde.store.nowdock.emptyPanel-metadata-json
[100%] Built target org.kde.store.nowdock.defaultPanel-metadata-json
Install the project...
-- Install configuration: "RELEASE"
-- Installing: /usr/share/locale/el/LC_MESSAGES/plasma_applet_org.kde.store.nowdock.panel.mo
-- Installing: /usr/share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.store.nowdock.panel.mo
-- Installing: /usr/share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.store.nowdock.panel.mo
-- Installing: /usr/share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.store.nowdock.panel.mo
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/code
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/code/LayoutManager.js
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/config
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/config/main.xml
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/icons
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/icons/splitter.png
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/images
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/images/panel-west.png
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/ui
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/ui/AddWidgetVisual.qml
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/ui/AppletItem.qml
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/ui/ConfigOverlay.qml
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/ui/MagicWindow.qml
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/ui/PanelBox.qml
-- Up-to-date: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/ui/main.qml
-- Installing: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/contents/ui/NowDockConfiguration.qml
-- Installing: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/metadata.desktop
-- Installing: /usr/share/plasma/plasmoids/org.kde.store.nowdock.panel/metadata.json
-- Installing: /usr/share/metainfo/org.kde.store.nowdock.panel.appdata.xml
-- Installing: /usr/share/kservices5/plasma-applet-org.kde.store.nowdock.panel.desktop
-- Installing: /usr/lib64/qt5/qml/org/kde/nowdock/libnowdockplugin.so
-- Up-to-date: /usr/lib64/qt5/qml/org/kde/nowdock/qmldir
-- Up-to-date: /usr/share/plasma/layout-templates/org.kde.store.nowdock.defaultPanel
-- Up-to-date: /usr/share/plasma/layout-templates/org.kde.store.nowdock.defaultPanel/contents
-- Up-to-date: /usr/share/plasma/layout-templates/org.kde.store.nowdock.defaultPanel/contents/layout.js
-- Installing: /usr/share/plasma/layout-templates/org.kde.store.nowdock.defaultPanel/metadata.desktop
-- Installing: /usr/share/plasma/layout-templates/org.kde.store.nowdock.defaultPanel/metadata.json
-- Installing: /usr/share/metainfo/org.kde.store.nowdock.defaultPanel.appdata.xml
-- Installing: /usr/share/kservices5/plasma-layout-template-org.kde.store.nowdock.defaultPanel.desktop
-- Up-to-date: /usr/share/plasma/layout-templates/org.kde.store.nowdock.emptyPanel
-- Up-to-date: /usr/share/plasma/layout-templates/org.kde.store.nowdock.emptyPanel/contents
-- Up-to-date: /usr/share/plasma/layout-templates/org.kde.store.nowdock.emptyPanel/contents/layout.js
-- Installing: /usr/share/plasma/layout-templates/org.kde.store.nowdock.emptyPanel/metadata.desktop
-- Installing: /usr/share/plasma/layout-templates/org.kde.store.nowdock.emptyPanel/metadata.json
-- Installing: /usr/share/metainfo/org.kde.store.nowdock.emptyPanel.appdata.xml
-- Installing: /usr/share/kservices5/plasma-layout-template-org.kde.store.nowdock.emptyPanel.desktop |
the build is normal, there was no problem. I am using Plasma 5.8.2 and KF5 5.28.0, and yes, I use install-global.sh script
Regarding warnings, you should stop using Plasma::Applet::pluginInfo() method and use Plasma::Applet::pluginMetaData() instead, Just a suggestion 👍 |
I have in my system Plasma 5.8.4 and KF5 5.28.0, in Frameworks 5.28 the json metadata were introduced so as it seems they broke something , and they shouldnt!!! I think that even though everything is working correctly I didnt try with KF5-5.28 to add a new now dock panel, I am using the one added in previous iterations... I will see what is happening also in my system concerning this...
I saw that this is deprecated but when I tried to use Plasma::Applet::pluginMetaData() I saw that it was introduced >=5.27 , am I wrong? So I decided to wait a bit more because many distributtions will stack to 5.26 a little more... |
in my Plasma 5.8.4 and Frameworks 5.28 it works ok....
|
psifidotos/nowdock-plasmoid#58 (comment) , this is a discussion for next 0.5 release! |
@audoban how are you ?? Do you still want to collaborate? I would love to have you feedback around 0.5 version of Now Dock... What do you think ? One more information, I had a little discussion with Martin from KWin around Wayland support... I think that through the discussion, an implementation road appeared through KWayland. Now Dock 0.5 has already prepared the use-case for Wayland from the interaction and behavior point of view. What is missing is the wayland implementation for the class found in nowdock plugin. |
I'm not home right now. But at night I try it @psifidotos I currently working on my Dock. About KWayland, I have not yet begun to study it, but I think his contribution is excellent. Now also I will could add support to my dock. |
nice to hear!!! I have to think though if I am also going to follow the from scratch road or interact with the plasma developers to add functionality and support in the default plasma implementation to support the use case... |
@audoban I look a bit your code at: https://github.com/audoban/Candil-Dock , it looks really nice !!! Nice job!! :) I am starting to think also what can be done in order to drop the plasma's default configuration and use my code to do this job. Question 1: As I understand it this could be possible my providing a second panel implementation for plasma (either one that subclasses panel or the containment class) do you know if this is possible? (this will probably act as a plugin for plasma) Question 2: In your code you subclass also the corona class and through this you provide a different executable... Can you give me some insight about this design decision? thanks a lot!!! |
I am no yet try NowDock, sorry I promise which today I try it 👍
I had thought of that before, But apparently you can't not replace or add a new panel for plasma shell and change behavior and UI original configuration.
I want have the totally control of panel geometry, add a visibilitymanager, also wanted to have full control of the window mask, also wanted just only one UI Configuration window. Also I wanted screen managment. I want a zoom effect wich easy to implement. Then I inherit of plasmaquick::containment and the compatibility with plasmoids is ensured, write my Plasma::Corona, and I have control the default shell and plugins. I also made a fork PlasmaCore::IconItem for improve scaling with zoomeffect, because KQuickControlsAddons::QIconItem consumes lots ram |
Oh.... You have done fantastic job!!! Your implementation fixes many of my issues!!! including!!!
yes it does!!! If you managed this, this is great news!!! I also like the idea that by owning your executable, crashing is not affecting the plasmashell and the opposite!!! I start to fancy that road a lot!!! One small notice about auto-hide, I show in your implementation that you use kwin slide in and out... Unfortunately this is not going to work well, qt stops painting when the window is out of the boundaries of the screen and as consequense all the animations are played all together when the window in back in the boundaries of the screen. To solve this I use just masking for the window and a slide in-out only for the contents which are inside that window. I think that for Now Dock 0.6 I will try your path!!!! :) I hope we can co-operate in this!!! We could even rename it to Candi Dock if things move well... |
Thank's a lot.
You can copy IconItem of my repository, if you want.
If you refer to Screen edge API, I don't uses it, because I can't add timers, then I don't like api.
Sure I help you
Wow change the name!!, well, I am also willing to change the name of my Dock, or maybe join two names, But I don’t know, because my implementation is very distinct of plasmashell, and I am sure which NowDock-plasmoid will need much changes into CandilDock shell. Specially the geometry the window because is delegated to qml view, IconSize and factorZoom, and user don't have control about panel length, because is auto calculated. However you can always take part of my code and adapt it. You decided. And I would be happy to collaborate and make the best Dock for KDE 💯 Thanks a lot for your feedback 👍 , I will install now NowDock 0.5 and write feedback for you. |
Hi @psifidotos But I found some issues. The zoom effect not function when mouse enter to dock The timer for showing is very important, because sometimes the user for mistake move the mouse into the panel, and will could breaks flow work of user. Otherwise works well :) and looks great |
I am not so concerned about that... I am more concerned in a more general way... Now Dock should behave exactly as a plasma corona (excluding the DesktopContainment) and a plasma containment(panel) because the user should be able to add any plasmoids wants to, including the now dock plasmoid one and the plasmoids should work as expected... There are of course two things that are in question: Currently Now Dock in order for the user to add plasmoids in it or set its properties, the desktop's widgets must be in unlocked state (!immutable). So there are also the following concerns, I dont know if there is a dbus interface for plasmashell which allows me to do:
the above are not so necessary but they add a lot in a more unified experience with plasma..
zoom effect works only when the widgets are in locked state
If we are talking about the same thing there is a timer for showing/hiding etc. but the plasma must be in a locked state.
thanks a lot!!! |
I managed to use your code :-) and very soon I obdained my corona and containments... I even used my containment layout and I added plasmoids in it... Many things are missing but I believe that soon enough something working will arise... My only disappointment that far is that unlocking/locking plasmashell does not affect the Now Dock corona... I wish there was a way to solve this... |
awesome!!
Maybe with dbus? If you find out, let me know. |
dbus is the only way I know but plasmashell dbus interface does not support yet these three functions. It isnt difficult to have a patch during the week but I hope the Plasma 5.9 window hasnt closed yet and the plasma developers will accept patches for it |
Maybe to increase chances of potential contributors we could get some kind of manual on how to set up development environment for nowdock? Some kind of testing/debugging tutorial maybe? Due to panel being involved this is probably more complex than testing simple plasmoid eh? |
@audoban things are moving here... I have two issues I dont know if you have some ideas to throw in the table:
I have tried in my dockview code:
the above even though are changing the plasmoid.immutable value in the docks contents the signaling is not occuring... do you have any ideas?
thanks a lot ... |
@rokups I think that this could be done in the process... If someone wants to contribute, I can guide him in the basics and this process could become a small guide... Either way these days are so fragile from development point of view... version 0.6 probably will change a lot in the architecture in order to solve some fundamentals problems... I dont know if this is the right moment to create the manual... version 0.6 probably will live outside plasma on its own executable but it will behave the same and will provide a unified experience with plasma... |
@psifidotos Do you implement the shell kpackage plugin? You use your own toolbox or use org.kde.toolbox? |
I have some contextual menus. Preferences. Lock or unlock. And add widgets |
I based my kpackage structure to your implementation but I havent created
yet the configuration window, I didnt notice anything about toolbox, what
is it needed? Where can I look in your code?
Στις 20 Δεκ 2016 12:55, ο χρήστης "Smith AR" <[email protected]>
έγραψε:
@psifidotos <https://github.com/psifidotos> Do you implement the shell
kpackage plugin? You use your own toolbox or use org.kde.toolbox?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACHSGgn9xuPDtfaYAWqyxX_CRZAveAnXks5rJ7Q4gaJpZM4LDrsZ>
.
|
I didnt see anything relevant in your code where do l look? Candil didnt
show me a right click menu either I thought it didnt provide any...
Στις 20 Δεκ 2016 12:58, ο χρήστης "Smith AR" <[email protected]>
έγραψε:
I have some contextual menus. Preferences. Lock or unlock. And add widgets
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACHSGiOdXmvshivoQibVTC5pcxASOMPEks5rJ7S_gaJpZM4LDrsZ>
.
|
@audoban you can follow also the discussion at: https://phabricator.kde.org/D3754 concerning things that are missing from dbus in order to provide good communication through dbus that we discussed earlier... |
@audoban , everything ok with the astyle and I have sent also the commit, this is for .cpp and .h files. Are we going to use something similar for qml files? |
@audoban
yes of course, there is already one timer in VisibilityManager I could add and a second one. One small detail, to check we are talking about the same thing...\ hide timer: after the mouse leaves the dock, is the time waited before goes hidden in a case the mouse does not enter again. show timer: the dock is hidden, if an event received (e.g. active window changed) except mouse triggered the edge, the timer holds the time after which the dock could be shown. is that what we are talking about? Question: How did you handle in your code the edge triggerring event? (currently if the dock is covered from other windows (fullscreen, active etc.) does not trigger to show) In my old code I had a second hidden window which was ontop of everything and was triggering the dock that was underneath to show above... |
Hi @psifidotos
My strategy is similar to Plank Dock dockview.h has a function for set the mask, it's all. But shell/Dock.qml I manage the mask the accord to thickness and length panel and position of the containment. And when the dock is hidden I setting thickness mask to 1 pixel. Also dock window is always on top, and I never change this.
When a window is top o fullscreen, you can't show dock because the dock window is behind of active window. Even plank and plasmashell panel, has problem with this. I think it's a limitation of X or WindowManager, this can not be fixed. When a window is active but is not has not top state, I don't having problems, because always exist 1 pixel of mask in the edge.
it was an ingenious solution but a bit ugly xD. In the next dock, just we a need dockview window.
My VisibilityManager just know the geometry absolute of dock in the current screen (x, y, LengthxThickness), id Window view, and it does not matters mask of dock. When I update the panel geometry, VisibilityManager recalculate the state(Visible, Hidden), and update struts whether mode is Normal.
Is a good point. I'm accord of use your class, but I think we can simplify the interface.
Yes, I want a new repository. |
Yes, If that's what I'm talking about, but just for mouse events. |
I using qtcreator qml formatter. It is not the best, but it is what there is. |
I suggest Iris Dock. |
ok, I was already supporting this behavior but it wasnt the default, now it is the default ;) . If we stick with this a lot of code from VisibilityManager and qml can be removed... ;)
of course, no problem at all... If we stick with Dock Type window all the time then much code can be cleaned up from visibilitymanager and xwindowinterface and abstractinterface also...
easy .... :)
I added the astylerc from candil... I believe this is ok there...
Give me 2-3 days in case I come up with another proposal... But I kind of like it already !!! Do you mean the flower or the eye or the combination of colors in general?
would you like to push everything from nowdockpanel into an IrisDock repository or create a new one with not history in it (based on the corona branch)? in my space? either way we must be both administrators and commiters... Is this possible in github? |
Just create a repository where we both have all permissions, but we need decide a name. Without history. |
Please leave this task to me. |
I don't like xD
Latte Dock, art in coffee? Arte del latte |
(ContarDo)ck
Latte Dock, art in coffee?
I like a lot the "art in coffee" moto!!!
Do you prefer "Latte Dock" or "Contar Dock"?
previously that I asked about english I meant the pronunciation, I dont
know if in english "Contar Dock" will sound nice..
I like both!
|
Contar have another mean in Spanish, sounds rare for me. |
*Contar* <http://www.wordreference.com/definicion/contar> have another mean
in Spanish, sounds rare for me.
I prefer Latte Dock.
Latte Dock, it is then!!! Art In Coffee!!! Tomorrow I will set up the
repo!!
|
Ok, I like the new name. |
Me too!!!
One more thing... Do we need the Dock part why dont we just call it, Latte?
Eg Plank, is not a Plank Dock... It has a personality... :-)
and one more question for the uris I propose to use, org.kde.latte as we
are part of the kde community... org.kde.latte.dock, org.kde.latte.plasmoid
.... shell etc.
|
I found also this https://www.math.ucdavis.edu/~latte/software.php
Do we have a conflict? Is there already a latte executable for linux?
|
and this http://www.latte.org/download.html
|
Latte.org have linux binary, but is a very old software 1999. And math latte have recent versions. We can use latte-shell, latte-dock, lattedock for binary. |
Latte.org have linux binary, but is a very old software 1999. And math
latte have recent versions. We can use latte-shell, latte-dock, lattedock
for binary.
Ok we stick with Latte!!! I am trying also to forward
https://git.reviewboard.kde.org/r/129696/ that effects our Dock!!!
During the day I will also send to the designer mentioned earlier in case
he can help us with an icon...
|
@audoban https://github.com/psifidotos/Latte-Dock I have send you an invitation!! Lets Latte it!!! :) |
Merry Christmas Latte-Dock |
Merry Christmas to everyone!!!! ;) |
Merry Christmas |
@audoban , do you have time to look at some logos ? https://github.com/psifidotos/Latte-Dock/issues/1 |
Guys, you are amazing! I just moved to Latte, and it works like a charm. Congrats! |
thank u!!! ;) |
thanks a lot. 👍 |
Hi regards.
I like your project, your concept and it all. But I think what There are still things missing for be competitive.
I think we can join our projects and make an incredible dock, as good as the plank or any other.
I am currently developing a Dock that has the following ready features.
Visibility Modes.
Hide timers:
Alignments
Positioning
Support partial for when KWin compositing is disabled.
Just only one Config Window, for the appearance and behavior.
An Dock interface for QML
Custom window mask exposed to QML. For setting mask accord to taskmanager geometry.
Based totally on technologies KF5 as PlasmaQuick, Corona, PlasmaApplet, PlasmaContainment and etc, all plugins of plasma we can use.
My dock was done from scratch, based on plasmashell but thinking just for contain a TaskManager(or maybe a Plasma::Containment panel for be more precise) not a Desktop, Also it is written in C++14, and is a very Tiny shell :).
Missing features.
Please see this video, is a demo of Visibility Modes
https://www.youtube.com/watch?v=Vm2h6Z1QnwA
Project: https://github.com/audoban/Candil-Dock
What do you think the proposed?.
Sorry for my English, my native language is Spanish.
The text was updated successfully, but these errors were encountered: