Re: StackFolder graphical glitches

2012-11-15 Thread Ural Mullabaev
Hi Andreas,

 I tested the latest stackfolder code and ran into some graphical
 glitches:
 
 Text color is now taken from scheme but has no glow which makes it
 hard to
 read. Also a highlighting would make sense. I compared the stackfolder
 plasmoid to the folderview plasmoid in the following screenshot to
 show what i
 mean:
 
 http://wstaw.org/m/2012/11/02/text.png
I agree with you would be better if highlight shows on hover. 
Now it appears and switches by arrow keys. 
But i don't know how glow implement and is it worth doing in QML.

 Also the control panel icon size is slightly off as this screenshot
 demonstrates:
 
 http://wstaw.org/m/2012/11/02/iconsize.png
I found that folderview has fixed icon size. It doesn't resize when panel 
change height/width. 
Maybe that's why they  have different sizes?

Thanks for your suggestions!

Regards,
Ural Mullabaev
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Moving applet to review group

2012-10-31 Thread Ural Mullabaev
Hi, Nicolas!

 regarding licencing, i doubt you can use GPLV3+ when you use GPLV2+
 KDE
 code.

We can change licence. Will GPLV2+ be good?

Ural

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Moving applet to review group

2012-10-26 Thread Ural Mullabaev
Hi all!

What have I to do to move StackFolder applet from Playground to Review and then 
to Module group?
Have I to post Review Request? 

Regards,
Ural Mullabaev
Rosa Laboratory
www.rosalab.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Moving applet to review group

2012-10-26 Thread Ural Mullabaev
 You have to open a sysadmin request
 (https://bugs.kde.org/enter_sysadmin_request.cgi) asking for moving
 the applet
 from playground to kdereview.

Many thanks Luca!


Regards,
Ural Mullabaev
Rosa Laboratory
www.rosalab.com

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Stackfolder inclusion to 4.10 [attempt#2]

2012-10-25 Thread Ural Mullabaev
Hi Andreas!

 Much more readable now, great. Still it should obey the theme text
 color which
 is black instead of while. See sebas suggestion:
I set color for text from theme. And I detected black font with shadow too dark 
on the light background. I had to switch off shadows.

 Another feature suggestion: It would be utterly cool to start typing
 and
 filter the files like e.g. the Takeoff plasmoid does:
 http://kde-apps.org/content/show.php?content=144078
Good idea! But I think it's too late to implement now, we'll consider to the 
next development cycle
Funny, we have applet SimpleWelcome look like this)

Regards,
Ural Mullabaev
Rosa Laboratory
www.rosalab.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Stackfolder inclusion to 4.10 [attempt#2]

2012-10-24 Thread Ural Mullabaev
Hi Andreas!

 I would also suggest to give the label text at least some shadows since the
 current white is somewhat hard to read:
I've added shadows for items text using QGraphicsDropShadowEffect. 

  Resizing popup window to contents of folder is our feature. [...]
  I think, we can make special version for KDE.
 
 I do not quite understand. Does this mean, that stack folders are a
 unique
 feature of your distro? At least the animated version?

I meant we can add some option/parameter to switch behavior of popup window 
during folder changing.
In our distro it will hide/show and resize window to fit contents, in KDE - 
keep size. 

Regards,
Ural Mullabaev
Rosa Laboratory
www.rosalab.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Stackfolder inclusion to 4.10 [attempt#2]

2012-10-23 Thread Ural Mullabaev
Hi Martin!

 I just tried it and I quite like it, nice work! I have few suggestions
 for improvements - first of all don't hide and show the popup when you
 change folder, I wasn't sure what's happening when I clicked some
 folder in it, I thought Dolphin is being opened and then suddenly the
 same popup but different size showed up. So keep the popup visible all
 the time and don't change the size, keep it to some sane default.

Resizing popup window to contents of folder is our feature. And hiding/showing 
popup window smooths resizing effect during folders changing.
To open selected folder in the Dolphin you should press Alt-Enter or click on 
button on the right top corner. 
If it will be needed, I think, we can make special version for KDE.

 The scrollbar actually work the other way around - dragging it up
 scrolls down, dragging down scrolls up. That's inconsistent with the
 rest of the whole desktop.

It isn't scrollbar, it's more like indicator of visible area. I agree with you 
it needs to be reworked to the standard scrollbar.
 
 Also there's this project called Homerun which implements exactly this
 and it works quite nicely, even with breadcrumb navigation. Maybe you
 can contact Aurelien, the author, and share code/collaborate in the
 development? Here's the project:
 https://projects.kde.org/projects/playground/base/homerun

Thank you for your suggestions! We will consider them.

Regards,
Ural Mullabaev
Rosa Laboratory
www.rosalab.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Stackfolder inclusion to 4.10 [attempt#2]

2012-10-22 Thread Ural Mullabaev
Hi Aaron and Marco!

I fixed the problems which you specified the last time:
- icon decreasing on the panel (attachment - smallicon.png);
- empty popup dialog (now it should show correctly)
And also I changed path to the qml contents to 
prefix/plasma/packages/org.kde.stackfolder.

Now what else do I need to do to enter StackFolder in KDE 4.10?

I remind that StackFolder is an independent applet and placed in a playground 
repo (https://projects.kde.org/projects/playground/base/stackfolder).
Originally StackFolder is a fork of FolderView applet, that was redesigned to 
look like MacOS X Stask utility.  It allow to browse the stack of folders and 
quick access to files and  also may interact with another Rosa's utility - 
Klook to preview a wide range types of files (including playing video and 
audio). For the time being the GUI part of code is rewritten on QML. And 
recently we reworked StackFolder to PopupApplet.
Now StackFolder has little in common with the FolderView.

Regards,
Ural Mullabaev
Rosa Laboratory
www.rosalab.comattachment: smallicon.png___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Including Stackfolder to 4.10

2012-10-19 Thread Ural Mullabaev
 On Friday, September 28, 2012 14:08:41 Ural Mullabaev wrote:
   On Friday, September 28, 2012 12:19:10 Ural Mullabaev wrote:
Config dialog was specially removed to simplify applet.
To add applet you should drag folder e.g. from Dolphin to panel
and
choose
StackFolder item in the popup menu. Added applet will associate
with
dragged folder.
  
   this means it does not work when added from the add widgets
   interface.
   which
   means 1 of 2 things needs to happen:
  
   * it gets a config dialog that lets you set the current directory
   * it is set to hidden so it does not show in Add Widgets
 
  It's strange behavior. When you using Add widgets dialog it has to
  set
  home directory.
 
 setting to the home directory would be good enough imho. i do see that
 it gets
 the Home icon now when that happens ... but it doesn't list anything
 in the
 dialog that pops up. :/
 

Hello!

I fixed problem with icon decreasing on the panel. 
And problem with inserting applet to the panel by Add widgets dialog was 
solved. Now it will be show content correctly. 
Should I change path to the qml contents to prefix/plasma/packages and set 
prefix kde.org for name?

Ural
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Including Stackfolder to 4.10

2012-10-19 Thread Ural Mullabaev


- Исходное сообщение -
  On Friday, September 28, 2012 14:08:41 Ural Mullabaev wrote:
On Friday, September 28, 2012 12:19:10 Ural Mullabaev wrote:
 Config dialog was specially removed to simplify applet.
 To add applet you should drag folder e.g. from Dolphin to
 panel
 and
 choose
 StackFolder item in the popup menu. Added applet will
 associate
 with
 dragged folder.
   
this means it does not work when added from the add widgets
interface.
which
means 1 of 2 things needs to happen:
   
* it gets a config dialog that lets you set the current
directory
* it is set to hidden so it does not show in Add Widgets
  
   It's strange behavior. When you using Add widgets dialog it has
   to
   set
   home directory.
 
  setting to the home directory would be good enough imho. i do see
  that
  it gets
  the Home icon now when that happens ... but it doesn't list
  anything
  in the
  dialog that pops up. :/
 
 
 Hello!
 
 Should I change path to the qml contents to prefix/plasma/packages
 and set prefix kde.org for name?
*org.kde.

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Including Stackfolder to 4.10

2012-09-28 Thread Ural Mullabaev
Hi all,

What I have to do to include StackFolder in KDE 4.10? I should to post to the 
reviewbord or can you look in the repository, because it isn't small part of 
code?

StackFolder is an independent applet and placed in a playground repo 
(https://projects.kde.org/projects/playground/base/stackfolder). 
Originally StackFolder is a fork of FolderView applet, that was redesigned to 
look like MacOS X Stask utility.  It allow to browse the stack of folders and 
quick access to files and  also may interact with another Rosa's utility - 
Klook to preview a wide range types of files (including playing video and 
audio). For the time being the GUI part of code is rewritten on QML. And 
recently we reworked StackFolder to PopupApplet.

Regards,
Ural Mullabaev
Rosa Laboratory
www.rosalab.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Including Stackfolder to 4.10

2012-09-28 Thread Ural Mullabaev
 On Friday, September 28, 2012 10:18:29 Ural Mullabaev wrote:
  What I have to do to include StackFolder in KDE 4.10? I should to
  post to
  the reviewbord or can you look in the repository, because it isn't
  small
  part of code?
 
 Looking into the repository is fine.
 
 Is the QML version complete? I just installed it and while it shows an
 icon
 (which is too small when put in a small panel; see attachment)

We'll deal with it ASAP.

 clicking on it
 just brings up an empty dialog and there is no config dialog.

Config dialog was specially removed to simplify applet.
To add applet you should drag folder e.g. from Dolphin to panel and choose 
StackFolder item in the popup menu.
Added applet will associate with dragged folder.

 Aaron Seigo
 
 ___
 Plasma-devel mailing list
 Plasma-devel@kde.org
 https://mail.kde.org/mailman/listinfo/plasma-devel

Ural Mullabaev
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Including Stackfolder to 4.10

2012-09-28 Thread Ural Mullabaev

 On Friday 28 September 2012, Aaron J. Seigo wrote:
  On Friday, September 28, 2012 10:18:29 Ural Mullabaev wrote:
   What I have to do to include StackFolder in KDE 4.10? I should to
   post to
   the reviewbord or can you look in the repository, because it isn't
   small
   part of code?
 
  Looking into the repository is fine.
 
  Is the QML version complete? I just installed it and while it shows
  an icon
  (which is too small when put in a small panel; see attachment)
  clicking on
  it just brings up an empty dialog and there is no config dialog.
 
 yes, QML port should be complete to be included.
 looking at it right now it seems to have both versions in the same
 source
 tree?
 
There is one version in the repo only. It is based on c++ plasmoid and has 
graphic interface ported to QML.

Ural Mullabaev
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Including Stackfolder to 4.10

2012-09-28 Thread Ural Mullabaev
 On Friday, September 28, 2012 12:19:10 Ural Mullabaev wrote:
  Config dialog was specially removed to simplify applet.
  To add applet you should drag folder e.g. from Dolphin to panel and
  choose
  StackFolder item in the popup menu. Added applet will associate with
  dragged folder.
 
 this means it does not work when added from the add widgets interface.
 which
 means 1 of 2 things needs to happen:
 
 * it gets a config dialog that lets you set the current directory
 * it is set to hidden so it does not show in Add Widgets
 
It's strange behavior. When you using Add widgets dialog it has to set home 
directory. In our system it works like that. We can do it the same or hide 
applet in the dialog or as a last resort implement config dialog. How should we 
do it?

Ural Mullabaev
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Drag-and-Drop for StackFolder

2012-06-05 Thread Ural Mullabaev
Hi all,

I am a Rosa Linux developer. Recently we implemented Drag-and-Drop mechanism 
for StackFolder and would like to know chances to include StackFolder in KDE 
4.9.

Regards,
Ural Mullabaev
Rosa Laboratory
www.rosalab.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Drag-and-Drop for StackFolder

2012-06-05 Thread Ural Mullabaev
 On Tuesday 05 June 2012, Sebastian Kügler wrote:
 
  It would be good if you posted your patches / code to
  http://reviewboard.kde.org, so we can have a look and judge about
  its
  inclusion and into which release.
 
  In general, we're very welcoming to new and cool Plasma addons, we
  just
  need to sort out the technicalities of shipping it.
 
 I think is an independent applet.. (Ural please shout if i
 misunderstood ;)
 
 the good path about it would be i think getting it in a playground git
 repo to
 start developing it inside the KDE infrastructure (if not already
 done) then
 as soon as the new devel cycle opens asking for review?
 
 --
 Marco Martin
 ___
 Plasma-devel mailing list
 Plasma-devel@kde.org
 https://mail.kde.org/mailman/listinfo/plasma-devel

Yes, StackFolder is an independent applet and placed in a playground repo 
(https://projects.kde.org/projects/playground/base/stackfolder). It was 
announced by Denis Koryavov in the kde-devel mailing list with another our 
utilities.  I'm sorry, I should have done the same in this mailing list. 
Originally StackFolder is a fork of FolderView applet, that was redesigned to 
look like MacOS X Stask utility.  It allow to browse the stack of folders and 
quick access to files and  also may interact with another Rosa's utility - 
Klook to preview a wide range types of files (including playing video and 
audio). For the time being the GUI part of code is rewritten on QML. And as 
I've already written, recently we implemented Drag-and-Drop mechanism.
Here is the video where you can see the features of  StackFolder (this is an 
old video, but topical): http://www.youtube.com/watch?v=DnH13y_FlHU

If I understand you correctly, I should to post to the reviewbord in any case 
independent of kind of  applet?
Could you remind me when will new devel cycle be opened?

Thanks!

Ural Mullabaev
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Drag-and-Drop for StackFolder

2012-06-05 Thread Ural Mullabaev
 On Tue, Jun 5, 2012 at 7:09 PM, Ural Mullabaev 
 ural.mullab...@rosalab.ru  wrote:
 
 
 
 
 
 Yes, StackFolder is an independent applet and placed in a playground
 repo
 ( https://projects.kde.org/projects/playground/base/stackfolder ). It
 was announced by Denis Koryavov in the kde-devel mailing list with
 another our utilities. I'm sorry, I should have done the same in this
 mailing list.
 Originally StackFolder is a fork of FolderView applet, that was
 redesigned to look like MacOS X Stask utility. It allow to browse the
 stack of folders and quick access to files and also may interact with
 another Rosa's utility - Klook to preview a wide range types of files
 (including playing video and audio). For the time being the GUI part
 of code is rewritten on QML. And as I've already written, recently we
 implemented Drag-and-Drop mechanism.
 Here is the video where you can see the features of StackFolder (this
 is an old video, but topical):
 http://www.youtube.com/watch?v=DnH13y_FlHU
 
 
 Nice work! I like it :)
 
 
 If I understand you correctly, I should to post to the reviewbord in
 any case independent of kind of applet?
 
 
 
 Only those you wish to include in the official KDE Software releases,
 you can have as many other/independent applets in playground as you
 want without posting to reviewboard, although generally if you plan to
 eventually include some piece of software in the release, it's good to
 post to reviewboard from the beginning, it's better for developers to
 review small parts of code/iterations than reviewing larger codebase.
 
 
 Could you remind me when will new devel cycle be opened?
 
 
 
 It should be soon (~1 month?), you can find the general release plans
 here: http://techbase.kde.org/Schedules -- the next cycle (4.10) is
 not yet there, but judging from past years, the soft feature freeze
 starts near the end of October, so any new features you'd like to
 include in the release should be ready to be committed by then.
 
 
 Cheers and keep up the nice work! --
 Martin Klapetek | KDE Developer
 
 ___
 Plasma-devel mailing list
 Plasma-devel@kde.org
 https://mail.kde.org/mailman/listinfo/plasma-devel

Many thanks to all!

Ural Mullabaev
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel