|
2011-02-16
, 01:16
|
Posts: 1,086 |
Thanked: 2,964 times |
Joined on Jan 2010
|
#52
|
The Following 4 Users Say Thank You to kojacker For This Useful Post: | ||
|
2011-02-16
, 07:33
|
Posts: 1,086 |
Thanked: 2,964 times |
Joined on Jan 2010
|
#55
|
thanks for updating.works good in initial test.
hey where is time of call??? there is no time running when call is active.
what!!!!!! delay secs is only for 100secs........ i thought it would be atleast for 60 min.
|
2011-02-16
, 15:17
|
Posts: 54 |
Thanked: 14 times |
Joined on Oct 2010
|
#56
|
The Following User Says Thank You to hathoda For This Useful Post: | ||
|
2011-03-05
, 22:49
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#58
|
ListView { id: fileList anchors { fill: dialog; leftMargin: 10; rightMargin: 10; topMargin: 80; bottomMargin: 10 } clip: true interactive: visibleArea.heightRatio < 1 model: FolderListModel { id: folderModel nameFilters: [ "*.avi", "*.divx", "*.flv", "*.mp4", "*.mkv", "*.mpg", "*.wmv" ] showDotAndDotDot: true folder: "/home/stuart/" } delegate: FileChooserDelegate { id: delegate Connections { onDelegateClicked: { fileList.currentIndex = index; if (!folderModel.isFolder(index)) { fileChosen(filepath); //signal dialog.opacity = 0; close(); //signal } else { folderModel.folder = filepath; } } } } }
The Following User Says Thank You to marxian For This Useful Post: | ||
|
2011-04-16
, 23:01
|
Posts: 9 |
Thanked: 2 times |
Joined on Mar 2011
|
#59
|
The Following User Says Thank You to bidomo For This Useful Post: | ||
|
2011-04-16
, 23:36
|
Posts: 1,086 |
Thanked: 2,964 times |
Joined on Jan 2010
|
#60
|
I might be totally not ok and my head should be somewhere else but...
the mfakecaller path seems to have changed in the latest 0.2.2 release, can't find it to trigger it via command line.
.::edit::. /home/opt/usr/bin/mfakecaller
/home/opt/usr/bin/mfakecaller
cd /home/opt/usr/bin
ls
I've implemented it in the new QML version of cuteTube that I'm working on, and it works quite well.
[NITDroid] [My Qtlockscreen Skins] [QBW HTC Sense on Your N900!] [CPU Power Control] [Debian Packaging] [Build Me!]
Youtube Channel - Subscribe!
Retired Dev - Thanks for all the fish!