Re: Keyboard detection and a test request

2013-06-22 Thread Reza Shah
On Fri, Jun 21, 2013 at 7:01 PM, Ivan Čukić wrote: > Hi all, > > Hi Ivan, > I (think) I'm now properly detecting regular mice, touch-pads and touch- > screens, based on some X properties of those. > > It would be very nice if people with touch-screens and touch-pads would do > the > following t

Re: workspace in multimonitor

2013-02-20 Thread Reza Shah
LightDM didnot have this problem even though the monitors layout between xorg and display kcm not match. Regards, Reza On Wed, Feb 20, 2013 at 1:47 PM, Reza Shah wrote: > Hi, > > I'm on KDE SC 4.10. > Currently i'm trying this https://github.com/sddm/sddm. > > But have p

workspace in multimonitor

2013-02-19 Thread Reza Shah
Hi, I'm on KDE SC 4.10. Currently i'm trying this https://github.com/sddm/sddm. But have problem in dual monitor setup. Using KDM or LightDM, i donot have problem. After login, i saw ksplash running in main screen, and in second monitor i saw the background used in ksplash. The problem: After k

Re: Long tooltip

2013-02-18 Thread Reza Shah
Hi Marco, Thanks for the input. Seems the UI change is better. In this case the changes can only go to 4.11 at best, is this correct? Regards, Reza On Mon, Feb 18, 2013 at 6:43 PM, Marco Martin wrote: > On Monday 18 February 2013, Reza Shah wrote: > > Hi, > > > > I&

Long tooltip

2013-02-17 Thread Reza Shah
Hi, I'm trying to fix https://bugs.kde.org/show_bug.cgi?id=314667 Which need longer tooltip interval for certain content. In the old c++ code, the tooltip using autohide(false). So this are possible solution i can think of: - Add autohide to qml tooltip(change kde-runtime?) - Use plasma dialog an

Review Request 108474: use 'send email to' for in krunner result for email address query

2013-01-18 Thread Reza Shah
reviewboard.kde.org/media/uploaded/files/2013/01/18/krunneremail.png Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Re: Re: Re: Panel placement problems

2013-01-03 Thread Reza Shah
pulled, i will try pull kscreen too, may be i can have better result. On Thu, Jan 3, 2013 at 10:44 PM, Alex Fiestas wrote: > On Thursday 03 January 2013 14:43:34 Reza Shah wrote: > > Just recompiled master again, i managed to see kdegraphics module pulled > > also libkscreen. >

Re: Re: Re: Panel placement problems

2013-01-02 Thread Reza Shah
Just recompiled master again, i managed to see kdegraphics module pulled also libkscreen. Is this the one you mentioned? In that case libkscreen also installed. Regards, Reza On Wed, Jan 2, 2013 at 4:45 PM, Alex Fiestas wrote: > On Wednesday 02 January 2013 11:47:26 Reza Shah wrote: > &g

Re: Re: Panel placement problems

2013-01-01 Thread Reza Shah
I just use kdesrc-build, not sure if i'm using it (i think not manually added it in my build config). How to check for it? On Wed, Jan 2, 2013 at 11:27 AM, Alex Fiestas wrote: > On Wednesday 02 January 2013 11:14:51 Reza Shah wrote: > > Screenshot for empty panel http://past

Re: Panel placement problems

2013-01-01 Thread Reza Shah
Screenshot for empty panel http://paste.opensuse.org/21796644 ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Panel placement problems

2013-01-01 Thread Reza Shah
Hi, I'm on master, and trying some simple test with panel placement behaviour in single monitor and in two monitors. I found some weird behaviours as the result. I like to confirm this behaviour: In single screen test, i have a default panel at the bottom and empty panel at top. Then tried adddi

Review Request: enable 'Apply' button when clicking comic item checkbox in setting dialog

2012-12-04 Thread Reza Shah
'Apply'button when clicking comic item checkbox in setting dialog. Diffs - applets/comic/configwidget.cpp 105d5ea Diff: http://git.reviewboard.kde.org/r/107577/diff/ Testing --- tested against master, worked for me. Thanks,

Review Request: adjust qml wallpaper setting dialog and make it's color button remember previous value

2012-11-30 Thread Reza Shah
: http://git.reviewboard.kde.org/r/107532/diff/ Testing --- tested against master, seems no problem Screenshots --- before after http://git.reviewboard.kde.org/r/107532/s/861/ Thanks, Reza Shah ___ Plasma-devel mailing list Plasma

Review Request: fixed comic tooltip and buttons bar display

2012-11-24 Thread Reza Shah
://git.reviewboard.kde.org/r/107444/diff/ Testing --- Tested against master. Tooltip and buttons bar both can be displayed together now. Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo

Re: Review Request: porting comic plasmoid to qml

2012-11-08 Thread Reza Shah
- Tested the applet from my branch with other environment from master, seems working fine. There might be some missing features. Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: set flickable content position

2012-11-05 Thread Reza Shah
, 2012 at 9:02 PM, Reza Shah wrote: > Hi Marco, > > I replaced as your suggestion, it worked, but has little problem with > the scrollbar position as in this: http://paste.opensuse.org/4552016. > Is this fixable from my codes? > > Regards, > Reza > On Sun, Nov 4, 2012 at 9

Re: set flickable content position

2012-11-05 Thread Reza Shah
Hi Marco, I replaced as your suggestion, it worked, but has little problem with the scrollbar position as in this: http://paste.opensuse.org/4552016. Is this fixable from my codes? Regards, Reza On Sun, Nov 4, 2012 at 9:27 PM, Marco Martin wrote: > > use viewContainer.contentWidth instead of > c

Review Request: porting comic plasmoid to qml

2012-11-04 Thread Reza Shah
, seems working fine. There might be some missing features. Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

set flickable content position

2012-11-03 Thread Reza Shah
Hi, In comic plasmoid there are some flags to define reading direction like top to bottom or right to left. I'm trying to implement this, i tried several ways but my codes were not working. Please see http://paste.kde.org/589778/ Any clue? Regards, Reza

Re: comic plasmoid and soft freeze

2012-10-27 Thread Reza Shah
leftMargin: 18 } } Rectangle { id:r color: theme.highlightColor width: 10 height: 8 anchors { bottom: parent.bottom left: parent.left } } } On Sat, Oct 27, 2012 at 8:59 PM, Marco Martin wrote: > On Saturday 27 October 2012,

Re: comic plasmoid and soft freeze

2012-10-26 Thread Reza Shah
On Sat, Oct 27, 2012 at 12:34 AM, Marco Martin wrote: > of the above things, i suggest you to prioritize, what is really a blocker for > merge and what isn't (the autoresize of the applet for instance i this is a > feature that wasn't good in the first place, an unread visual cue for the > tabbar

comic plasmoid and soft freeze

2012-10-26 Thread Reza Shah
Hi, I have a question about the soft freeze(i believe already too late). The porting still not finished but i'm still working on it with slower pace (not much time can be allocated in past weeks). Things currently broken or not implemented - 'Next Tab with new strip' context menu - TabButton high

Review Request: make qmlwallpaper thumbnail size similar to other plugins(image, color or pattern plugins)

2012-10-17 Thread Reza Shah
/wallpapersqml.cpp a737027 Diff: http://git.reviewboard.kde.org/r/106927/diff/ Testing --- tested against master Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: make color wallpaper thumbnail aspect ratio similar to primary screen aspect ratio

2012-10-12 Thread Reza Shah
/color/CMakeLists.txt 73c389d plasma/generic/wallpapers/color/color.cpp d2ba02f Diff: http://git.reviewboard.kde.org/r/106754/diff/ Testing --- Tested using single monitor only but with different resolution. I hope somebody with multi monitor setup can test this patch. Thanks, Reza Shah

Re: kephal or qdesktopwidget

2012-10-09 Thread Reza Shah
Hi Aaron. On Tue, Oct 9, 2012 at 6:38 PM, Aaron J. Seigo wrote: > ah! you want to actually find out which screen you are on. then yes, you just > take the parent->geometry()->center() and get kephal to tell you what the id > is. I tried like your suggestion, seems fine (need to test against multi

kephal or qdesktopwidget

2012-10-08 Thread Reza Shah
Hi, I managed to test my patch for color and pattern wallpaper in multi monitor setup with different resolution. The pattern wallpaper has proper result compared the color wallpaper. I think, i miss understood the kephal::primaryScreen function in color wallpaper so the result was not correct(both

Re: Review Request: make pattern wallpaper thumbnail aspect ratio similar to primary screen aspect ratio

2012-10-08 Thread Reza Shah
/backgroundlistmodel.cpp 0864047 wallpapers/pattern/pattern.cpp 29536dd Diff: http://git.reviewboard.kde.org/r/106766/diff/ Testing --- Tested using single monitor only but with different resolution. I hope somebody with multi monitor setup can test this patch. Thanks, Reza Shah

Review Request: make pattern wallpaper thumbnail aspect ratio similar to primary screen aspect ratio

2012-10-08 Thread Reza Shah
/pattern.cpp 29536dd Diff: http://git.reviewboard.kde.org/r/106766/diff/ Testing --- Tested using single monitor only but with different resolution. I hope somebody with multi monitor setup can test this patch. Thanks, Reza Shah ___ Plasma-devel

Re: Review Request: make color wallpaper thumbnail aspect ratio similar to primary screen aspect ratio

2012-10-08 Thread Reza Shah
://git.reviewboard.kde.org/r/106754/diff/ Testing --- Tested using single monitor only but with different resolution. I hope somebody with multi monitor setup can test this patch. Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https

Re: Review Request: make color wallpaper thumbnail aspect ratio similar to primary screen aspect ratio

2012-10-07 Thread Reza Shah
--- Tested using single monitor only but with different resolution. I hope somebody with multi monitor setup can test this patch. Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Review Request: make color wallpaper thumbnail aspect ratio similar to primary screen aspect ratio

2012-10-07 Thread Reza Shah
this patch. Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: wallpaper thumbnail preview size

2012-10-05 Thread Reza Shah
nient function inside plasma which can be accessed directly from wallpaper plugin? Regards, Reza On Thu, Oct 4, 2012 at 7:41 AM, Aaron J. Seigo wrote: > On Wednesday, October 3, 2012 21:18:48 Reza Shah wrote: >> Which part of 'Image' wallpaper plugin codes handle this

wallpaper thumbnail preview size

2012-10-03 Thread Reza Shah
Hi, In image wallpaper plugin we can see the preview thumbnail size follows the active monitor resolution. So when we open this plugin config dialog in 16:9 or 4:3 monitor, the preview thumbnails size will be displayed in 16:9 or 4:3 (if possible). Which part of 'Image' wallpaper plugin codes han

Re: Plasma Wallpapers in QML

2012-10-02 Thread Reza Shah
HI Aleix, The thumbnail selection faster now. But seems the wallpaper will always set to Haenau. Tried with ascii or hunyango, but Haenau will be displayed. On Wed, Oct 3, 2012 at 10:34 AM, Aleix Pol wrote: > ...and pushed. > ___ Plasma-devel mailing l

Re: Plasma Wallpapers in QML

2012-10-02 Thread Reza Shah
HI Aleix, Tried with latest one, seems there were some delay in configuration dialog: - when clicking Haenau, i can feel slight delay until the thumbnail selected, you can compare with ascii and hunyango (do selection between them). - seem the thumbnails are 'active', they changed their appearea

Re: Plasma Wallpapers in QML

2012-10-02 Thread Reza Shah
seems bounce plasmoid can be converted as animated wallpaper. it has sound, well not the baby one :) can be tickled On Wed, Oct 3, 2012 at 6:13 AM, Aaron J. Seigo wrote: > On Tuesday, October 2, 2012 20:28:29 Aleix Pol wrote: >> I just pushed the mouse events forwarding to the QGraphicsScene, not

Re: Review Request: add preview thumbnail at color wallpaper config dialog

2012-10-02 Thread Reza Shah
/color/itemsview.cpp e69de29 Diff: http://git.reviewboard.kde.org/r/106626/diff/ Testing --- tested against master, worked fine. Screenshots --- new config dialog http://git.reviewboard.kde.org/r/106626/s/740/ Thanks, Reza Shah

Review Request: add preview thumbnail at color wallpaper config dialog

2012-09-28 Thread Reza Shah
config dialog http://git.reviewboard.kde.org/r/106626/s/740/ Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: libplasma2 and Wallpaper

2012-09-27 Thread Reza Shah
t qml wallpaper and want to offer that ability to their user. Regards, Reza On Thu, Sep 27, 2012 at 9:33 PM, Aaron J. Seigo wrote: > On Thursday, September 27, 2012 20:36:39 Reza Shah wrote: >> If it's not overkill, may be the new design can be used inside other apps. >> Something li

Re: libplasma2 and Wallpaper

2012-09-27 Thread Reza Shah
Hi, If it's not overkill, may be the new design can be used inside other apps. Something like set dolphin background, set kopete chat background. On Tue, Sep 25, 2012 at 4:49 PM, Aaron J. Seigo wrote: > but now we are heading to a QML centric world. i think it would be far more > useful to rip o

Re: Plasma Wallpapers in QML

2012-09-25 Thread Reza Shah
Hi I tried converting current color wallpaper to qml (painting is hybrid, some background type still painted in c++). I put in kde:scratch/rshah/colorwallpaperqml Regards, Reza ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mail

Re: my features plan for 4.10

2012-09-24 Thread Reza Shah
Hi Shaun, I have not talked with mat69, will try to reach him. Thanks for the info. Regards, Reza On Tue, Sep 25, 2012 at 1:17 AM, Shaun Reich wrote: > Have you talked to mat69 (irc nick, forget his real name) iirc I asked him > one time and there were some areas that were kinda tricky to do th

Re: commit problem

2012-09-24 Thread Reza Shah
Hi Aaron, Thanks, yesterday talked with Marco at #plasma and managed to solve this. Regards, Reza On Mon, Sep 24, 2012 at 11:18 PM, Aaron J. Seigo wrote: > On Monday, September 24, 2012 10:06:44 Reza Shah wrote: >> And later how to merge this to master? Does 'git cherry-pick sh

commit problem

2012-09-23 Thread Reza Shah
Hi, I did commit and pushed my changes at home (sha is 2cb3da8528549db525f75af992dd6afda36fc84f) to branch KDE/4.9. For this review request: https://git.reviewboard.kde.org/r/106541/ But at the office when i pulled from this branch nothing changed. 'git show 2cb3da8528549db525f75af992dd6afda36fc8

Review Request: improve wheel scrolling behaviour inside thumbnail view in virus and pattern wallpaper plugins

2012-09-23 Thread Reza Shah
ng --- tested against KDE/4.9 branch, looked ok Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: reuse knewstuff's itemsview class to provide smooth scrolling in wallpaper configuration screen

2012-09-22 Thread Reza Shah
master. Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Review Request: reuse knewstuff's itemsview class to provide smooth scrolling in wallpaper configuration screen

2012-09-22 Thread Reza Shah
/show_bug.cgi?id=224198 Diffs - plasma/generic/wallpapers/image/CMakeLists.txt 2a4c2a3 plasma/generic/wallpapers/image/imageconfig.ui 793f0ea Diff: http://git.reviewboard.kde.org/r/106536/diff/ Testing --- tested against master. Thanks, Reza Shah

Re: plasmoid configuration using kconfigxt

2012-09-22 Thread Reza Shah
ned, when i delete my plasmoid? Will the 'Appearance' group deleted? or only the items inside 'Appearance' group which are belong to my plasmoid will be deleted? Regards, Reza On Sun, Sep 23, 2012 at 5:18 AM, Aaron J. Seigo wrote: > On Saturday, September 22, 2012 09:04:23 Reza Shah

plasmoid configuration using kconfigxt

2012-09-21 Thread Reza Shah
Hi, I have questions regarding how/where plasma keep plasmoid configuration when using kconfigxt. In old comic plasmoid (using kconfig) the settings are keep inside plasma-desktop-appletrc. I changed the configuration to kconfigxt, but now the settings are keep inside plasma-desktoprc. Is this ex

Comic plasmoid progress

2012-09-16 Thread Reza Shah
Hi, I have pushed some changes for comic plasmoid at rshah/comicqml. Basically i just move some UI parts to QML side, and left the logic as current(hopefully) As i'm never use this plasmoid before, i'm not sure if some bugs introduced in this porting exist previously or new bugs. There are some

qml version of visibility gone

2012-09-08 Thread Reza Shah
Hi, Background: I have two buttons with display order side by side: [A][B] I like to have the final display like [B] In android i can set the visibility of button A to gone, then the B will occupy button A space. I tried to achieve the same thing in qml using anchor. So when A visibility is fals

declarative tabbutton style

2012-09-08 Thread Reza Shah
Hi, In current comic strip applet, we can choose to display text only, icon only or both. Seems this feature not available in master version. Should i created my own tabbutton or this feature should go to master version? Regards, Reza ___ Plasma-devel

my features plan for 4.10

2012-09-08 Thread Reza Shah
Hi, As suggested by Marco. I would like to propose 1. Comic plasmoid in qml, i'm trying to port all the features (status: in-progress) 2. Display preview for 'Color' wallpaper plugin, please imagine this something like 'pattern' or 'image' wallpaper plugin, where we can see thumbnails of pattern o

question about dataengine and plasmoid config in qml

2012-09-01 Thread Reza Shah
Hi, I'm porting cpp plasmoid into qml one, and have problems below: - What is the equivalent of DataEngine::query function in qml? - I need to display more than one config page, in cpp some thing like KConfigDialog::addPage. Any documentation regarding config dialog creation? Regards. Reza __

Re: Review Request: increased binary clock applet minimum size

2012-07-27 Thread Reza Shah
nerated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105577/#review16554 --- On July 15, 2012, 12:19 p.m., Reza Shah wrote: > > --- > This is an automatically generate

Re: Review Request: increased binary clock applet minimum size

2012-07-27 Thread Reza Shah
d.kde.org/r/105577/#review16546 --- On July 15, 2012, 12:19 p.m., Reza Shah wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewb

Re: Review Request: increased binary clock applet minimum size

2012-07-27 Thread Reza Shah
panel? - Reza --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105577/#review16470 --- On July 15, 2012, 12:19 p.m.,

Re: Review Request: added mouse middle button support to scrollbar qml

2012-07-17 Thread Reza Shah
. http://bugs.kde.org/show_bug.cgi?id=272934 Diffs (updated) - plasma/declarativeimports/plasmacomponents/qml/private/ScrollBarDelegate.qml 02a869e Diff: http://git.reviewboard.kde.org/r/105576/diff/ Testing --- tested against widget explorer in master Thanks, Reza Shah

Re: Review Request: added mouse middle button support to scrollbar qml

2012-07-15 Thread Reza Shah
t explorer in master Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Review Request: increased binary clock applet minimum size

2012-07-15 Thread Reza Shah
- applets/binary-clock/binaryclock.cpp 6e706de Diff: http://git.reviewboard.kde.org/r/105577/diff/ Testing --- master Screenshots --- before - after http://git.reviewboard.kde.org/r/105577/s/637/ Thanks, Reza Shah ___ Plasma-devel

Review Request: added mouse middle button support to scrollbar qml

2012-07-14 Thread Reza Shah
/ScrollBarDelegate.qml 02a869e Diff: http://git.reviewboard.kde.org/r/105576/diff/ Testing --- tested against widget explorer in master Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo

Review Request: fixed calendar plasmoid configuration not saved

2012-07-14 Thread Reza Shah
2958 Diffs - libs/plasmaclock/calendar.cpp e2b3b41 Diff: http://git.reviewboard.kde.org/r/105569/diff/ Testing --- against master Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Review Request: fixed duplication of timezone displayed at tooltip

2012-07-13 Thread Reza Shah
--- testing against master Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Review Request: minimize listview item weird placement in widget explorer

2012-07-12 Thread Reza Shah
wmodels.cpp 500e6ff libs/plasmagenericshell/widgetsexplorer/package/contents/ui/AppletDelegate.qml 98a7560 Diff: http://git.reviewboard.kde.org/r/105544/diff/ Testing --- tested against master Thanks, Reza Shah ___ Plasma-devel mailing list

Review Request: add little margin to tooltip position

2012-07-11 Thread Reza Shah
file should i read to get kickoff tooltip value. I will commit this to KDE/4.9 and master if accepted. Diffs - libs/plasmagenericshell/widgetsexplorer/widgetexplorer.cpp 2651371 Diff: http://git.reviewboard.kde.org/r/105520/diff/ Testing --- tested againts master. Thanks, Reza

Review Request: added minimum size to 'show activities' plasmoid at desktop

2012-07-07 Thread Reza Shah
e/contents/ui/main.qml 4dba01a Diff: http://git.reviewboard.kde.org/r/105473/diff/ Testing --- tested against master Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: fixed widget explorer or activity manager not closed when clicking desktop area above panel

2012-06-29 Thread Reza Shah
/ Testing --- test against master branch. Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Review Request: make content margin of widget explorer similar to activity manager

2012-06-26 Thread Reza Shah
://git.reviewboard.kde.org/r/105361/diff/ Testing --- tested against master Screenshots --- before-after http://git.reviewboard.kde.org/r/105361/s/612/ Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https

Re: Review Request: fixed widget explorer or activity manager not closed when clicking desktop area above panel

2012-06-26 Thread Reza Shah
Diff: http://git.reviewboard.kde.org/r/105340/diff/ Testing --- test against master branch. Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Review Request: fixed widget explorer or activity manager not closed when clicking desktop area above panel

2012-06-24 Thread Reza Shah
expected result is widget explorer or activity manager will be closed. Diffs - plasma/desktop/shell/controllerwindow.cpp 5e5c26f Diff: http://git.reviewboard.kde.org/r/105340/diff/ Testing --- test against master branch. Thanks, Reza Shah

Re: question about panel size guideline

2012-01-10 Thread Reza Shah
On Sat, Dec 31, 2011 at 5:57 PM, Aaron J. Seigo wrote: > On Tuesday, December 27, 2011 21:16:19 Reza Shah wrote: >> so, do we have some guideline regarding the panel for example: >> - minimum size or maximum size > > max size is currently 1/3rd of the screen > min size i

commit from master to branch kde 4.8

2011-12-28 Thread Reza Shah
I committed below to master, at that time i do not have KDE/4.8. https://projects.kde.org/projects/kde/kdeplasma-addons/repository/revisions/8a03179be64f2dfb3fc6b52b38b0c7ba0d680dfa My purpose was to include my changes for new release of KDE SC 4.8. Does anyone can commit this also to branch KDE/

Review Request: Add little margin to widget explorer in dashboard view

2011-12-28 Thread Reza Shah
://git.reviewboard.kde.org/r/103564/s/385/ Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

question about panel size guideline

2011-12-27 Thread Reza Shah
Hi, While doing bug triaging, i found some bugs related to the panel behavior or property. so, do we have some guideline regarding the panel for example: - minimum size or maximum size - behavior of each component put inside panel when panel grow or shrink - etc Thanks __

Re: Review Request: Update 'Pattern Wallpaper' configuration interface layout

2011-12-21 Thread Reza Shah
Screenshots --- pattern config interface http://git.reviewboard.kde.org/r/103365/s/356/ Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Review Request: Update 'Pattern Wallpaper' configuration interface layout

2011-12-09 Thread Reza Shah
t.reviewboard.kde.org/r/103365/diff/diff Testing --- Tested against master Screenshots --- pattern config interface http://git.reviewboard.kde.org/r/103365/s/356/ Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.or

Review Request: Wishlist no 198661

2011-11-23 Thread Reza Shah
70f61c5 plasma/desktop/applets/tasks/tasksConfig.ui 6f3ff18 Diff: http://git.reviewboard.kde.org/r/103215/diff/diff Testing --- Tested against master branch Thanks, Reza Shah ___ Plasma-devel mailing list Plasma-devel@kde.org https

Re: compile plasma active from source

2011-09-03 Thread Reza Shah
Hi Aaron, Thanks. Now it leads me to start compiling task from soprano. Regards, Reza On Sat, Sep 3, 2011 at 5:10 PM, Aaron J. Seigo wrote: > On Saturday, September 3, 2011 07:48:27 Reza Shah wrote: >> I have kdelibs from master installed. > > you currently need kdel

compile plasma active from source

2011-09-02 Thread Reza Shah
Hi, I'm trying to compile plasma-mobile from git. But i'm facing these error: /home/reza/kde/src/master/plasma-mobile/components/resourceinstance.cpp: In member function ‘void ResourceInstance::syncWid()’: /home/reza/kde/src/master/plasma-mobile/components/resourceinstance.cpp:85:94: error: no mat

Re: Review Request: Make the size of abstracticon uniform in plasma 'Add Widgets' dialog

2011-08-12 Thread Reza Shah
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102305/ --- (Updated Aug. 13, 2011, 2:47 a.m.) Review request for Plasma, Aaron J. Sei

Re: Review Request: Make the size of abstracticon uniform in plasma 'Add Widgets' dialog

2011-08-12 Thread Reza Shah
matically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102305/#review5659 --- On Aug. 12, 2011, 3:01 p.m., Reza Shah wrote: > > --- > This is

Re: Review Request: Make the size of abstracticon uniform in plasma 'Add Widgets' dialog

2011-08-12 Thread Reza Shah
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102305/ --- (Updated Aug. 12, 2011, 3:01 p.m.) Review request for Plasma, Aaron J. Sei

Re: New add widget layout proposal

2011-08-11 Thread Reza Shah
ical panel, i'm not sure what is the best way. I was thinking to have one position only (top or bottom). Thanks for the inputs , On 8/11/11, Lukas <1luk...@gmail.com> wrote: >> On Thu, Aug 11, 2011 at 5:35 AM, Reza Shah > wrote: > >> > Hi, > >> >

Review Request: Make the size of abstracticon uniform in plasma 'Add Widgets' dialog

2011-08-11 Thread Reza Shah
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102305/ --- Review request for Plasma, Aaron J. Seigo and Marco Martin. Summary --

New add widget layout proposal

2011-08-10 Thread Reza Shah
Hi, I'm proposing the new add widget dialog layout, something like in SystemSettings. Please see the mockup: http://imagebin.org/167376 It will be displayed only on horizontal panel edge only (top and bottom), regardless of panel orientation. Please share your thought. Thanks _

same size for each item in widgetexplorer

2011-08-10 Thread Reza Shah
Hi, I changed abstracticon class to make the size of each item uniform in Add Widgets dialog. If the new codes are ok, please commit for me. Thanks. The codes: http://pastebin.com/KXGiduEd The old and new screenshot: http://imagebin.org/167302 diff --git a/libs/plasmagenericshell/abstracticon.cp

PlasmaCore.DataSource cannot get data if the key is in japanese character

2011-02-12 Thread Reza Shah
Hi Marco, As i talked in #plasma. I don't have problem in plasmaengineexplorer when querying kitenengine using english word and japanese word. The problem only happened when i'm using dataSource[japaneseWord]['text'] in kitenqml plasmoid. Here are my scratch repo for kitenengine and kitenqml pla

Re: Review Request: Change behaviour of 'Next Wallpaper Image' menu

2010-04-09 Thread Reza Shah
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3529/ --- (Updated 2010-04-10 01:49:31.072417) Review request for Plasma. Changes --

Re: Review Request: Change behaviour of 'Next Wallpaper Image' menu

2010-04-09 Thread Reza Shah
sure if this is better or not. - Reza --- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3529/#review4939 -------

Review Request: Change behaviour of 'Next Wallpaper Image' menu

2010-04-08 Thread Reza Shah
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3529/ --- Review request for Plasma. Summary --- This patch change the behaviour of d

Re: plasma listview

2010-04-07 Thread Reza Shah
Hi, Thanks for all the replies. In listview i can have gridview(n rows X m cols) to display thumbnail of items like in folderview or plasmamediacenter(in gridview mode), or something like in this screenshot http://kde-look.org/content/preview.php?preview=1&id=116413&file1=116413-1.png&file2=&file3=

plasma listview

2010-04-07 Thread Reza Shah
Hi, I created a wrapper for QListView inside QGraphicsProxyWidget, because i have a plasmoid which need a listview. Is it possible if my wrapper can be included in plasma library? Here are the source codes http://websvn.kde.org/trunk/playground/base/plasma/applets/knewstuffplasmoid/src/listview.h?

Re: Phonon::VideoWidget embedded inside a QGraphicsProxyWidget

2010-03-26 Thread Reza Shah
On Sat, Mar 27, 2010 at 3:03 AM, Alessandro Diaferia wrote: > As you currently may be aware of, embedding a Phonon::VideoWidget inside a > QGraphicsProxyWidget causes the video appealing awfully while playing. Does this because of high CPU usage? I played sometime ago with videowidget(gstreamer b

KDE version dialog

2010-02-06 Thread Reza Shah
Hi, I don't know if anybody already implemented this or not. I want to create KDE version dialog, something like 'About this mac' or Windows about dialog. I have created two mockups, because i'm not really sure which one should i create. As a normal kde dialog or as plasma dialog (donot know the c

Any easy way to add picture frame programmatically?

2009-09-14 Thread Reza Shah
Hi, I want to add picture frame programmatically and set it content to user selected image. For example my program (not a plasmoid) has a list view which contains image thumbnails, right click on an image, then invoke add picture frame function. Can somebody give clues? Regards, Reza ___

Review Request: Make folderview plasmoid to select first item if user press right key. Just like dolphin do.

2009-09-10 Thread Reza Shah
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1564/ --- Review request for Plasma. Summary --- Make folderview plasmoid to select f

Widget previewer

2009-09-02 Thread Reza Shah
Hi, Currently i'm creating widget previewer, well hope not confusing you guys with the name. It's not plasmoid viewer, but a plasmoid which i put all visible widget from Plasma namespace. The screenshot is here http://imagebin.ca/view/RfJLkMtP.html. And questions follow: 1. Why the theme combob

Re: Keren plasmoid: need icon, usability and other suggestion

2009-06-03 Thread Reza Shah
On Wed, Jun 3, 2009 at 2:52 PM, Aaron J. Seigo wrote: > On Wednesday 03 June 2009, Reza Shah wrote: >> 2. Implement image effect, let me know if somebody know ready to use >> library. > > do you need on-the-fly effects for video frame rate speeds, or just > adjustment

Keren plasmoid: need icon, usability and other suggestion

2009-06-03 Thread Reza Shah
Hi, I'm still progressing with my Keren plasmoid. I have committed my initial codes to playground. My short plan features are below: 1. Capture image 2. Implement image effect, let me know if somebody know ready to use library. 3. Implement picture frame support, let me know if you have nice desi

Re: Photobox plasmoid

2009-05-28 Thread Reza Shah
Please try http://www.box.net/shared/a3m5rdex5m It still pretty basic. Only capture image. I grab the icon from net, so if some body has better icons please let me include to this plasmoid. Suggestion welcome, especially how to provide better animation. Reza ___

  1   2   >