- when marking all feeds as read (per shortcut), currently the current opened feed and article are deselected (complete view is resetted), showing a blank page: you wrote it is by design. why? its really annoying.
- refreshing all feeds, makes the gui unresponsive (~ freeze). it would be nice, if that could be done in background.
- add shortkey-configuration-option for backward/forward-actions in internal browser
- differentiate between "unread" and "new" (different colors?)
- when I define to display the complete webpage for a folder of feeds, it would be nice, if the feeds in that folder could adapt this setting, at least optionally.
thanks - Oct 04 2013

Audio Extractors/Converters by HessiJames 608 comments
And it would be nice to have shortcuts for "back" and "forward" in the internal browser (like ALT+left/right) - Apr 16 2013
- when configured with system-tray icon, and 1-click to show from system-tray-icon, another click should minimize again
- when marking all feeds as read (per shortcut), currently the current opened feed and article are deselected (complete view is resetted), showing a blank page
- left-click on a feed (option-menu) should show an option "copy link address"
- the internal browser is a little bit slow loading pages, perhaps you could speed it up?
- in the shortcut-configuration view there should be a "live-filter" for filtering the shortcuts
- Apr 06 2013

Plasma 4 Extensions by viranch 51 comments
diff -r enbattery/contents/ui/batterymonitor.qml ../../../../../Downloads/153981-enhanced-battery/contents/ui/batterymonitor.qml
52,53d51
< property int remainingMsec: Number(pmSource.data["Battery"]["Remaining msec"])
<
90d87
< property int remainingMsec: Number(pmSource.data["Battery"]["Remaining msec"])
124c121
< text: show_remaining_time?formatDuration2(remainingMsec):i18nc("overlay on the battery, needs to be really tiny", "%1%", percent);
---
> text: i18nc("overlay on the battery, needs to be really tiny", "%1%", percent);
241,254d237
< }
<
< function formatDuration2(msec) {
< if (msec==0)
< return "";
<
< var time = new Date(msec);
< var hours = time.getUTCHours();
< var minutes = time.getUTCMinutes();
< if (minutes<10)
< minutes = "0"+minutes;
< var str = hours+":"+minutes;
<
< return str;
- Dec 24 2012
go to menu->extras->filter, click "add" and focus the text-field for a the filter rule. it is white text on white background, when focused. Could you please fix that? - Mar 26 2012
a) feed-hierarchies (tree structure on the left), and be able to refresh a subtree
b) shortkey configuration
c) an option to open the webpage immediatly in internal browser (now I have to double click) - Mar 21 2012

System Software by mishaaq 116 comments
It would be nice, if the notifications could be turned off. - Feb 13 2011

System Software by kfl62 5 comments

Audio Extractors/Converters by HessiJames 608 comments
I choosed in detail-view "enter bitrate" with "192kbps". but always quality "middle" is selected, so I have modify select box every time. - Dec 04 2010

System Software by kfl62 5 comments
http://reviewboard.kde.org/r/4151/diff/1/#index_header - Oct 17 2010
It would be nice, if there would be an option, to watch the clipboard automatically, and translate new clipboard-content automatically, and then show it (reasonable count of results) in a tooltip right at mouse-position!
For longer texts, pressing a complicated shortcut and focussing and defocussing the kding window is too intrusive. - Sep 15 2010

Utilities by spiros2907 40 comments

Utilities by spiros2907 40 comments

Utilities by spiros2907 40 comments
..
..
[ 0%] Generating bg.gmo
[ 0%] Generating tr.gmo
[ 56%] Built target pofiles
index.docbook:8: warning: failed to load external entity "dtd/kdex.dtd"
]>
^
index.docbook:10: parser error : Entity 'language' not defined
<book lang="&language;">
^
index.docbook:10: element book: validity error : No declaration for attribute lang of element book
<book lang="&language;">
..
..
Did you miss declaring a dependency in CMakeLists.txt? - Aug 09 2010

Chat & Messenging by cyberbeat 34 comments

Chat & Messenging by cyberbeat 34 comments

Chat & Messenging by cyberbeat 34 comments

Plasma 4 Extensions by strobeam 44 comments

Various KDE 1.-4. Improvements by f3lip3 23 comments
svn diff
instead. It always produced the output required by reviewboard for me. but you need your changes based on an svn checkout from the original kcm module. - Mar 06 2010

Chat & Messenging by cyberbeat 34 comments

Audio Extractors/Converters by HessiJames 608 comments
And are you making progress with the kde4 version? SoundKonverter is really the best konverter&ripper on linux (and I tried most). - Feb 26 2010

Plasma 4 Extensions by cyberbeat 12 comments
Only problem was the install: I generated a RPM with CPACK, but that conflicted against another packacke because of the dbus-service-file. Is there a possible way (for packagers) to generate packages, that do not conflict with the present service-file?
By the way: I think developers on kde-apps should by default include CPACK-code like
SET(CPACK_PACKAGE_NAME ${CMAKE_PROJECT_NAME})
SET(CPACK_SET_DESTDIR TRUE)
INCLUDE(CPack)
into their CMakeLists.txt, and drop a few lines describing how easy to create a package after compiling, like "cpack -G RPM" - Feb 17 2010

Plasma 4 Extensions by cyberbeat 12 comments
https://bugs.kde.org/show_bug.cgi?id=204545 - Feb 17 2010

Chat & Messenging by cyberbeat 34 comments
"do you have installed kopete in /usr/local? if not you should configure cmake to install it in /usr (run ccmake)"
means
"do you have installed kopete in /usr/local? if not you should configure cmake to install the irc-plugin in /usr (run ccmake)" - Jan 18 2010

Chat & Messenging by cyberbeat 34 comments
a) sudo make install
or (if you are able to install DEB packages):
b) cpack -G DEB (then a deb package should be created, which you should be able to install with your distributions package tools) - Jan 17 2010

Chat & Messenging by cyberbeat 34 comments

System Software by mishaaq 116 comments
I also encountered a few very nice synaptics options which I would like to get integrated:
LockedDrags
LockedDragTimeout
These allow very easy "tap and drag" operations over longer distances (when the touchpad space is not big enough for the drag).
also nice would be options for disabling touchpad when another mouse is plugged.
for me the option to disable touchpad while keyboad is in use is greyed out. and the tapping timings/pts seem to have no influence. - Dec 26 2009

Plasma 4 Extensions by jaegerschnitzel 1069 comments

Audio Extractors/Converters by HessiJames 608 comments
Would be nice, when you could use/provide cmake-"find"-files for cdparanoia and taglib. the lib dir was hardcoded in cmakelists, but I had to change it to lib64 for me. also nice would be included cpack in cmakelists for more easy rpm/deb building.
after installing I had no backends in gui.
here are my installed files:
Name : soundkonverter Relocations: (not relocatable)
Version : 0.1.1 Vendor: Humanity
Release : 1 Build Date: Sa 12 Dez 2009 13:19:34 CET
Install Date: Sa 12 Dez 2009 13:21:18 CET Build Host: linux-yl0a.site
Group : unknown Source RPM: soundkonverter-0.1.1-1.src.rpm
Size : 10904034 License: unknown
Signature : (none)
Summary : soundkonverter built using CMake
Description :
DESCRIPTION
===========
This is an installer created using CPack (http://www.cmake.org). No additional installation instructions provided.
Distribution: (none)
/usr
/usr/bin
/usr/bin/soundkonverter
/usr/lib64
/usr/lib64/kde4
/usr/lib64/kde4/libsoundkonverter_codec_ffmpeg.so
/usr/lib64/kde4/libsoundkonverter_codec_lame.so
/usr/lib64/kde4/libsoundkonverter_codec_ogg.so
/usr/lib64/kde4/libsoundkonverter_replaygain_vorbisgain.so
/usr/lib64/kde4/libsoundkonverter_ripper_cdparanoia.so
/usr/lib64/libsoundkonvertercore.so
/usr/share
/usr/share/kde4
/usr/share/kde4/apps
/usr/share/kde4/apps/soundkonverter
/usr/share/kde4/apps/soundkonverter/images
/usr/share/kde4/apps/soundkonverter/images/nocover.png
/usr/share/kde4/apps/soundkonverter/soundkonverterui.rc
/usr/share/kde4/services
/usr/share/kde4/services/soundkonverter_codec_ffmpeg.desktop
/usr/share/kde4/services/soundkonverter_codec_lame.desktop
/usr/share/kde4/services/soundkonverter_codec_ogg.desktop
/usr/share/kde4/services/soundkonverter_replaygain_vorbisgain.desktop
/usr/share/kde4/services/soundkonverter_ripper_cdparanoia.desktop - Dec 12 2009

Chat & Messenging by cyberbeat 34 comments
void connectSlotsByName(const QObject* receiver); - Nov 26 2009

Chat & Messenging by cyberbeat 34 comments

Utilities by gyunaev 103 comments

Chat & Messenging by cyberbeat 34 comments

Chat & Messenging by cyberbeat 34 comments
replace the line
/usr/include/ircclient-qt
with your ircclient-qt directory.
I have to investigate CMake more to optimize the CMakeLists-File. - Oct 14 2009
Bad results:
Kicker does not start anymore at kde-startup (but I can start it manually). I don't know why. The kicker-config-files are not responsible for that. Where do I have to search?
Another problem: tweak changed the settings for kdm: in the shutdown-dialog I had not the right anymore to shutdown. Autologin in kdm also did not work anymore. I had to reconfigure it.
I have kde-3.5.6 on opensuse-10.1 - May 07 2007