Re: KDE/kdeplasma-addons/applets/pastebin

2009-07-10 Thread Travis
On Thursday 09 July 2009 6:22:32 am Artur Duque de Souza wrote:
> SVN commit 993753 by asouza:
>
> TinyURL support on pastebin
>
> Now if you drop an http url on pastebin it will give you back a
> tinyurl. Right now I didn't implement this as a backend as we do
> not have others for tinyurl, but we may want this to be a backend
> for the sake of cleaness.
>
> CCMAIL:plasma-devel@kde.org

It looks like you're using screen-scraping to grab the url which isn't-
A) future proof (what if they change their site design?) and
B) wastes their bandwidth (perhaps marginal, but still a waste). 

They prefer you to use the api which returns a small amount of plaintext where 
you just need to take the final line and that's your URL. I've done this for 
the Konversation tinyurl shell script found here: 
http://lxr.kde.org/source/extragear/network/konversation/data/scripts/tinyurl


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


Re: GSoC on Porting Plasmoids to QML

2011-02-23 Thread Travis McHenry
Hey, I'm one of the people who emailed Marco about this project and didn't
reply right away lol. >_< If you want to take this project that's fine with
me though, it looks like there's plenty of other projects to choose from.
But if you find that it's not something you'd like to do I'd be more than
willing to take it up! haha.

I did spend a little time digging into this though so I'll share my ideas on
it in case they're helpful.

I think the first thing to do is to look through the
kdeexamples/plasma/declarative/ directory and look at how those widgets are
made, make some improvements that seem fun and useful and get a good feel
for it.

One thing I noticed is a weird quirk in the
kdeexamples/plasma/declarative/nowplaying widget where when amarok is
playing and you press the pause button the button will get switched around
so it has the play button when it's already playing and won't pause.

So if you want to learn some QML and maybe a bit about the dataengines in
plasma debugging that would probably be a good place to start. ;)

Also, I think one thing that needs clarification is if the project is to
port the widgets completely to QML or for the ones that have some C++ should
the goal be to port them to use DeclarativeWidgets.

Good luck! :)
Travis.

On Tue, Feb 22, 2011 at 7:52 PM, Tomaz Canabrava  wrote:

> Already downloaded the Plasmoids from  SVN and studying QML.
> if anything that I should know beforehand, please state them.
>
> On Tue, Feb 22, 2011 at 5:42 PM, Marco Martin  wrote:
> > On Tuesday 22 February 2011, Artur de Souza wrote:
> >> Quoting Tomaz Canabrava :
> >> > Not gonna vanish here too. ;p , morpheuz knows where I live and can
> >> > kill me if I do.
> >>
> >> I know where both of you (Daker and you!) live...I can chase you :P
> >>
> >> Cheers!
> >
> > you're elected as our official killer robot that will keep order :p
> > http://www.youtube.com/watch?v=u0AJv-oKcLc
> >
> > Cheers,
> > Marco Martin
> > ___
> > Plasma-devel mailing list
> > Plasma-devel@kde.org
> > https://mail.kde.org/mailman/listinfo/plasma-devel
> >
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


GSOC 2011 QMLify widgets or something

2011-02-23 Thread Travis McHenry
Hey, I'm interested in the GSOC project for porting some plasma widgets to
QML.

I've done some work for Konversation over the past couple years (helping
port to qt4, redoing the channel list window, redoing encryption etc.) so
I'm well versed in Qt/C++ but not so much in QML. I was thinking to get
started I'd try my hand at making a google calendar widget (not just using a
webview) that supports agenda and task creation/completion in QML. The plus
side is that I actually want to have this widget so it's good motivation
lol. The downside is I've since learned there's no tasks api yet and gtasks
(android app) does this via 'magic' lol.

I'm new to the whole GSOC process so I'm hopin to get a lot of feedback.
Someone else already made  a thread about the QMLify widgets idea so I
figured I'd list some other ideas I might be interested in to get some
feedback on them.

1) Plasma media center first release
Would this be just finishing up the project? I think this has been a GSOC
project before so I'm not sure how much work remains to be done. In other
words, I don't know if the level of work left to do would be enough to
warrant a GSOC project.

2) Spread activities to applications
I'm not sure I understand what the ultimate goal is in this one...like what
are the use cases for the finished product? Would it be basically making
applications have per-activity configurations? Like in konversation you'd
have tabs A B and C open up in activity 1 and in activity 2 you'd have D E
and F open?

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


Re: GSoC on Porting Plasmoids to QML

2011-02-23 Thread Travis McHenry
On Wednesday 23 February 2011, Ivan Čukić wrote:
> Just mind that more people can apply for a specific project, and one
> can apply to more than just one. So, the sentences like:
>
>> But if you find that it's not something you'd like to
>> do I'd be more than willing to take it up!

> are not really needed. It is not like 'we'll pick the one who posts to
> p-d list first' :)

Gotcha, I didn't know we could make more than one proposal so I'll probably
make a few. :)

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


Re: GSOC 2011 QMLify widgets or something

2011-02-23 Thread Travis McHenry
I'm not sure Kopete is a good target, it hasn't had a new release in a long
long time, but the general idea is good (QML'ifying some interfaces).

For example there's the project idea (under phonon) for making a QML kmix
widget to replace the current application.

I'm sure there's lots of other things that can be QML'ified (and
widgetified) besides the current widgets.

Travis.

On Wed, Feb 23, 2011 at 3:47 PM, Tomaz Canabrava  wrote:

> Travis, we can talk about the qmlfying plasmoids, I want to get a SoC
> with QML on it, so it's one more thing to learn,
> one thing I was thinking, the Kopete interface could be all qmlfyed (
> the nick list ).
>
> On Wed, Feb 23, 2011 at 5:10 PM, Marco Martin  wrote:
> > On Wednesday 23 February 2011, Travis McHenry wrote:
> >> Hey, I'm interested in the GSOC project for porting some plasma widgets
> to
> >> QML.
> >>
> >> I've done some work for Konversation over the past couple years (helping
> >> port to qt4, redoing the channel list window, redoing encryption etc.)
> so
> >> I'm well versed in Qt/C++ but not so much in QML. I was thinking to get
> >> started I'd try my hand at making a google calendar widget (not just
> using
> >> a webview) that supports agenda and task creation/completion in QML. The
> >> plus side is that I actually want to have this widget so it's good
> >> motivation lol. The downside is I've since learned there's no tasks api
> >> yet and gtasks (android app) does this via 'magic' lol.
> >>
> >> I'm new to the whole GSOC process so I'm hopin to get a lot of feedback.
> >> Someone else already made  a thread about the QMLify widgets idea so I
> >> figured I'd list some other ideas I might be interested in to get some
> >> feedback on them.
> >>
> >> 1) Plasma media center first release
> >> Would this be just finishing up the project? I think this has been a
> GSOC
> >> project before so I'm not sure how much work remains to be done. In
> other
> >> words, I don't know if the level of work left to do would be enough to
> >> warrant a GSOC project.
> >>
> >> 2) Spread activities to applications
> >> I'm not sure I understand what the ultimate goal is in this one...like
> what
> >> are the use cases for the finished product? Would it be basically making
> >> applications have per-activity configurations? Like in konversation
> you'd
> >> have tabs A B and C open up in activity 1 and in activity 2 you'd have D
> E
> >> and F open?
> >
> > more like being able to show different lists of contacts in different
> > activities, different email folders, also per activity in kmail,
> different
> > sidebar bookmarks in dolphin and so on.
> >
> > Cheers,
> > Marco Martin
> > ___
> > Plasma-devel mailing list
> > Plasma-devel@kde.org
> > https://mail.kde.org/mailman/listinfo/plasma-devel
> >
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


D8267: Correcting symlinks between col- and row-resize and split_v and _hBug 384864

2018-03-06 Thread Travis Foster
tfoster added a comment.


  In D8267#156392 , @cfeck wrote:
  
  > Not 100% sure, but I think those symlinks were created by a script or 
template. Could you check if there are other references to those wrong names in 
the Oxygen cursors source?
  
  
  I believe this is correct. I'm seeing the wrong names in 
`cursors/src/symlinks/col-resize` and `cursors/src/symlinks/row-resize` as 
well. These two files should also be fixed.

REPOSITORY
  R113 Oxygen Theme

REVISION DETAIL
  https://phabricator.kde.org/D8267

To: ostroffjh, #plasma, apol
Cc: tfoster, apol, asturmlechner, cfeck, plasma-devel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, mart