[Plasma Workspace Wallpapers] [Bug 351089] wallpaper is not displayed if the file names have symbol #

2015-08-08 Thread Thomas Braxton
https://bugs.kde.org/show_bug.cgi?id=351089 --- Comment #2 from Thomas Braxton kde.brax...@gmail.com --- This should probably be moved to Product: plasmashell Component: Image Wallpaper -- You are receiving this mail because: You are the assignee for the bug

Re: Review Request 119515: Support per-activity favourites

2014-07-28 Thread Thomas Braxton
://git.reviewboard.kde.org/r/119515/#comment44158 addToGlobalFavorites sounds better applets/kickoff/package/contents/ui/ContextMenu.qml https://git.reviewboard.kde.org/r/119515/#comment44159 same here addToActivityFavorites - Thomas Braxton On July 28, 2014, 11:49 a.m., Ivan Čukić

Re: cmake does not work

2014-07-10 Thread Thomas Braxton
Remove your build dir and run cmake again making sure it uses the qmake from Qt 4. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 118487: fix type issue with qreal

2014-06-02 Thread Thomas Braxton
://git.reviewboard.kde.org/r/118487/#comment41073 double and isn't this redundant since 1.0 is double unless cast to something else? - Thomas Braxton On June 3, 2014, 1:36 a.m., Harald Sitter wrote: --- This is an automatically

Re: Review Request 116075: Provide an implementation for QPlatformSystemTrayIcon

2014-02-26 Thread Thomas Braxton
://git.reviewboard.kde.org/r/116075/#comment35725 couldn't this be replaced with m_items.removeOne(ours) ? - Thomas Braxton On Feb. 26, 2014, 8:09 a.m., Martin Gräßlin wrote: --- This is an automatically generated e-mail. To reply, visit

Re: Review Request: Overrides Plasma::wallpaer method addUrls() to set Image

2011-01-25 Thread Thomas Braxton
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/6391/#review9720 ---

Re: Review Request: Overrides Plasma::wallpaer method addUrls() to set Image

2011-01-25 Thread Thomas Braxton
On Jan. 25, 2011, 4:17 p.m., Thomas Braxton wrote: trunk/KDE/kdebase/workspace/plasma/generic/wallpapers/image/image.cpp, line 141 http://svn.reviewboard.kde.org/r/6391/diff/2/?file=44483#file44483line141 shouldn't this be: foreach(const KUrl url, urls) ? Sinny Kumari

Re: Review Request: The WebshortcutRunner did not check whether the search engines it provided were even enabled.

2010-03-12 Thread Thomas Braxton
On 2010-03-08 14:40:14, Nikolaus Waxweiler wrote: wait. something's not right. location in WebshortcutRunner::run(...) is empty. Nikolaus Waxweiler wrote: huh. the bug seems to elsewhere as earlier revisions have the same bug. the result is that this runner doesn't do anything.

Re: Applet KConfigGroup vs QSettings?

2008-12-30 Thread Thomas Braxton
On Tue, Dec 30, 2008 at 4:53 AM, David Baron d_ba...@012.net.il wrote: I want to save/read configuration settings for the user (rather than global settings). The applet class provides two KConfigGroup functions: config() and config( group) Where do these store their data? Global? User? The