


Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments
Quote:plasmoidviewer -f horizontal ~/.kde/share/apps/plasma/plasmoids/appmenu-qml/
(.kde could be .kde4 on your machine) in a Konsole and see if there are any errors? Note that, unlike Kickoff and Lancelot, the search in this plasmoid only searches for entries in the menu, so the other possibilities of KRunner are not available. - Feb 05 2013

Plasma 4 Extensions by glad 168 comments
Note however that if the popup is focused (i.e. you can browse the menu with the keys) then you can always start typing and what you type will be entered in the search box and the search box will then become focused. Conversely, when the search box is focused, you can still use the arrow keys to browse the menus. - Feb 05 2013

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments
Note however that if the popup is focused (i.e. you can browse the menu with the keys) then you can always start typing and what you type will be entered in the search box and the search box will then become focused. Conversely, when the search box is focused, you can still use the arrow keys to browse the menus. - Jan 14 2013

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments
Quote:plasmapkg -r appmenu-qml
plasmapkg -i plasma-applet-appmenu-qml-1.3.plasmoid
kquitapp plasma-desktop
plasma-desktop
(where you replace the name of the .plasmoid file by the actual name of the downloaded file). You do all this without ever removing the plasmoid from the panel.
This situation is the same for every plasmoid. For C++ plasmoids it is technically possible to implement persistent settings which survive removal and re-addition of the plasmoid (but IIRC this is not recommended), for QML plasmoids like this one it is simply impossible to implement this. - Oct 19 2012

PDF Software by glad 51 comments
If there is anything else wrong in my remark, I would be happy to learn it. - Oct 03 2012

PDF Software by glad 51 comments

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments
The favorites area can be hidden since version 0.7.3 (that is more than 5 versions ago). The possibility to hide the "Leave" buttons will be added when I have forgotten that I am a lousy programmer.
Ah, now I notice the title of your friendly post. Since you have paid me 0€ to develop this plasmoid, you have no right to tell me what to do. I release new versions whenever I feel the need to do it and I solve bugs whenever I feel the need to do it (and when I am capable to do it) and I implement the features that I am interested in. You should be happy to have the possibility to use any version for free. As you may have noticed in the 7 previous pages of comments, when a user is nice to me, I am happy to solve his bugs and I do everything that is in my possibilities to implement his feature requests (even if I do not need them myself). Unfortunately, there are some limitations in QML and Plasma QML which inhibit me from implementing everything I want. - Aug 29 2012

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 10 comments

Plasma 4 Extensions by glad 10 comments

PDF Software by glad 51 comments

PDF Software by glad 51 comments

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments

PDF Software by glad 51 comments

PDF Software by glad 51 comments

Plasma 4 Extensions by glad 168 comments
tl;dr
STOP USING BROKEN PLASMA THEMES!
Non-broken themes include (but are not necessarily limited to) air, glassified, produkt. - Jun 04 2012

Plasma 4 Extensions by glad 168 comments
In any distro that doesn't mess with KDE (such as Arch Linux) the menu itself is focused when you open it, so you are also able to use the +, = and - keys. You can see that the menu is focused when the search field is focused. If, when you open the menu, the search field is not focused, then focus it by clicking in it. Then you will be able to use the keys to browse the menus, add and remove favorites. Also don't forget to submit a bug report to your distro that the popups of the plasmoids should receive focus each time they are shown. - May 20 2012

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by nowardev 17 comments
Where can I find the wallpaper in the first screenshot? - May 03 2012

Plasma 4 Extensions by glad 168 comments

Plasma 4 Extensions by glad 168 comments
The translations are however not installed under linux, you should add the line "include(lang/lang.pri)" also in the "unix {}" section in QuiteRSS.pro and remove the duplicate TRANSLATIONS line in it. Furthermore, translations.files should be defined as "release/target/lang/*.qm" (without the quotes) and you should add "translations.CONFIG += no_check_exist" (without the quotes). You should also create in RSSListing a translator qtTranslator_ in a similar way as you create translator_ and then add in RSSListing::appInstallTranslator() code like:
qApp->removeTranslator(qtTranslator_);
qtTranslator_->load(QString("qt_%1").arg(langFileName_), QLibraryInfo::location(QLibraryInfo::TranslationsPath));
qApp->installTranslator(qtTranslator_);
This will make sure that the buttons in the "Add feed" dialog and other dialogs are translated as well.
For some unknown reason, "make install" wants to strip the desktop file, the sound file and all icons. This should not happen, but I have no clue why it happens. - Apr 16 2012

PDF Software by glad 51 comments

PDF Software by glad 51 comments

PDF Software by glad 51 comments

PDF Software by glad 51 comments

PDF Software by glad 51 comments
- when I use my color scheme which is darker than usual, there is an ugly white border around #feedsTreeView_ and #newsView_, so I propose to remove in system.qss the background-color for these two items;
- I see no use for "QToolBar { border-style: none }";
- the background-color of both #toolBarNull and #pushButtonNull should be set to "palette(window)" (without the quotes) instead of "#f0f0f0" and "#e0e0e0";
- the arrows for QHeaderView::down-arrow and QHeaderView::up-arrow are green which does not fit well with my color scheme, on the other hand removing this code from system.qss results in the fact that the arrow of the last column is hidden behind the button which shows a submenu for selecting the visible columns;
- the background color of #contentLabel_ does not fit well with my color scheme, so I propose to remove that part too. - Apr 12 2012

Plasma 4 Extensions by glad 168 comments
In version 0.7.6 there is now an option to set the size of the icons on the buttons at the bottom. BTW, I am not a precise clicker either.
The submenu arrows are now taken from the plasma theme. They are defined in $KDEDIR/apps/desktoptheme/$YOUR_THEME/widget/arrows.svgz (where $KDEDIR is /usr/share/kde4/ or /usr/share or ~/.kde/share or ~/.kde4/share and where $YOUR_THEME is the name of the Plasma theme you are using). - Apr 05 2012