Multiline toolbar in .rc file

2014-08-30 Thread Reza Shah
Hi I'm porting kiten to framework5. And currently have problem with the toolbar. The toolbar is displayed as one line, seems the newline=true ignored. I also tried using "gui" as the root element instead of "kpartui", both gave the same result(one line toolbar). This is the kitenui.rc content ht

Re: Multiline toolbar in .rc file

2014-08-31 Thread Reza Shah
I forgot to mentioned earlier. Yes, i have pushed to frameworks branch for kiten. Regards, Reza On Sun, Aug 31, 2014 at 8:08 PM, Albert Astals Cid wrote: > El Diumenge, 31 d'agost de 2014, a les 14:35:00, Reza Shah va escriure: > > Hi > > > > I'm porti

Re: Multiline toolbar in .rc file

2014-08-31 Thread Reza Shah
The screenshot: http://paste.opensuse.org/30412231 Regards, Reza On Sun, Aug 31, 2014 at 9:27 PM, Albert Astals Cid wrote: > El Diumenge, 31 d'agost de 2014, a les 20:52:50, Reza Shah va escriure: > > I forgot to mentioned earlier. > > Yes, i have pushed to framewo

Re: Multiline toolbar in .rc file

2014-08-31 Thread Reza Shah
time. Regards, Reza On Mon, Sep 1, 2014 at 7:42 AM, Albert Astals Cid wrote: > El Dilluns, 1 de setembre de 2014, a les 06:54:56, Reza Shah va escriure: > > The screenshot: > > http://paste.opensuse.org/30412231 > > Here mine http://i.imgur.com/U3CXHoC.png > > Maybe

Re: Building kde-workspace with latest checkout

2011-09-21 Thread Reza Shah
Hi, I just cloned kde-libs,kde-workspace,kde-baseapps with this steps: mkdir $BRANCH cd $BRANCH git init git remote add -t $BRANCH -f origin $REMOTE_REPO git checkout $BRANCH Then compile everything without problem. On 9/22/11, Gorosito Gonzalo wrote: > I have this one here: > > commit 6ef2c709

KCM Locale timeFormat value

2011-12-24 Thread Reza Shah
Hi, How do the changes in Locale kcm propagated to KGlobal::locale() for datetime related? I put kDebug to display KGlobal::locale()->timeFormat(), but the value displayed was the old one. It will display the new one until i restart plasma-desktop. In order to always get new value i have to do

Re: 10 Rasberry PIs available for projects

2012-09-27 Thread Reza Shah
Hi, Just share an idea. Along with plasma media center, may be we can create a fun photo apps like in self service photo booth. And showcase this in some kde events, and let the visitor try and print their photo. Regards, Reza On Thu, Sep 27, 2012 at 4:58 AM, Lydia Pintscher wrote: > Heya folk

Re: Developing for KDE Based Linux OS

2012-10-09 Thread Reza Shah
Hi, Recently there were many emails like this, it's really nice. I wonder how they find kde-devel address, from google search or directly from www.kde.org. I tried to browse www.kde.org and search how can i get involved in KDE development. I know under 'Community' menu we can see 'Get Involved'.

Re: diff master and own branch for review

2012-11-06 Thread Reza Shah
Hi Ben, Thanks for the info, just tried this and seems working fine. Regards, Reza On Wed, Nov 7, 2012 at 3:57 AM, Ben Cooksley wrote: > > You will want to merge master into your branch, which should then > allow you to generate a diff of only the changes in your branch. > > > Regards, > Ben >

Re: retrieve user list

2013-02-15 Thread Reza Shah
Hi Daniel, It worked. Thanks, Reza On Sat, Feb 16, 2013 at 1:47 AM, Daniel Nicoletti wrote: > try KUser class > > 2013/2/15 Reza Shah : > > Hi, > > > > I need to display normal user list in my kcm module, which includes some > > data like name, home dir

soprano cmake error

2013-03-08 Thread Reza Shah
HI, I'm compiling kde-master using kdesrc-build. I only compiled default packages selected from kdesrc-build. Almost all packages can be compiled. The failed ones are soprano, akonadi, kdepimlibs. As for soprano, it could not find the qmake. I'm on archlinux, both qt5 and qt4 are installed. I w

Re: soprano cmake error

2013-03-09 Thread Reza Shah
olved the problem. Thanks On Sat, Mar 9, 2013 at 3:46 PM, Thiago Macieira wrote: > On sábado, 9 de março de 2013 09.19.02, Reza Shah wrote: > > CMake Error at cmake/modules/FindQt4.cmake:1239 (MESSAGE): > > Qt qmake not found! > > Where is qmake? And is it on

Re: soprano cmake error

2013-03-09 Thread Reza Shah
erver/src/nepomuk/result.h:28, from kdesrc/kdesupport/akonadi/server/src/nepomuksearch.cpp:26: /opt/kde4/include/soprano/node.h:120:9: error: ‘Q_DECL_CONSTRUCTOR_DEPRECATED’ does not name a type Any relation with the qmake problem? Thanks On Sat, Mar 9, 2013 at 5:26 PM, Reza Shah wrote: > I h

Re: soprano cmake error

2013-03-09 Thread Reza Shah
I'm sorry. I managed to compile soprano properly. These errors below is when compiling akonadi. Sorry for the noise. On Sat, Mar 9, 2013 at 9:17 PM, Reza Shah wrote: > I can compile now. > But i got these error: > - several akDebug errors like agentserver.cpp:(.text+0x3

Re: kcm source files layout

2013-03-19 Thread Reza Shah
Hi Albert, Thanks for the input. - Reza On Wed, Mar 20, 2013 at 3:54 AM, Albert Astals Cid wrote: > El Dimarts, 19 de març de 2013, a les 20:46:04, Reza Shah va escriure: > > Hi > > > > What is the best practice for files placement in kcm? > > For exampl

kde-workspace in KF5 cmake error

2013-08-06 Thread Reza Shah
I just updated kde-workspace from framework-scratch. I got errors when building it as in http://paste.kde.org/pc4273542/, something about KStyle. How to fix these errors? Regards, Reza >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: kde-workspace in KF5 cmake error

2013-08-06 Thread Reza Shah
I just updated again. Seems the problem fixed. Thanks. On Wed, Aug 7, 2013 at 2:15 PM, Kevin Ottens wrote: > On Wednesday 07 August 2013 11:17:22 Reza Shah wrote: > > I just updated kde-workspace from framework-scratch. > > I got errors when building it as in http://paste.kd

QAction and KGlobalAccel::globalShortcutChanged signal in KF5

2013-08-07 Thread Reza Shah
Hi, I'm trying to port KAction to QAction. The old codes something like below: -- KShortcut cubeShortcut, cylinderShortcut; KAction* cubeAction, * cylinderAction; cubeShortcut = cubeAction->globalShortcut(); connect(cubeAction, SIGNAL(globalShortcutChanged(QKeySequence)),

Re: QAction and KGlobalAccel::globalShortcutChanged signal in KF5

2013-08-07 Thread Reza Shah
Thanks a lot. Regards, Reza On Wed, Aug 7, 2013 at 7:50 PM, Kevin Ottens wrote: > Hello, > > On Wednesday 07 August 2013 17:11:09 Reza Shah wrote: > > Below are the new codes(simplified), but i have doubt how to use > > globalShortcutChanged, and effectSho

KGlobal::locale() replacement

2013-08-28 Thread Reza Shah
Hi What would be the proper replacement for KGlobal::locale() in KF5: - KLocale::global() or - QLocale::system() Regards, Reza >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: KGlobal::locale() replacement

2013-08-28 Thread Reza Shah
za On Thu, Aug 29, 2013 at 3:24 AM, Albert Astals Cid wrote: > El Dimecres, 28 d'agost de 2013, a les 19:34:04, Reza Shah va escriure: > > Hi > > > > What would be the proper replacement for KGlobal::locale() in KF5: > > - KLocale::global() or > > - QL