[choqok] [Bug 367773] Use t.co URL resolution provided by the Twitter API

2016-08-24 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367773

--- Comment #3 from Mehrdad Momeny  ---
Yes, I understood, and that's my point, Choqok has not been following twitter
in this matter. And that's the thing that might change.
But we need to consider all cases and microblog services that Choqok supports,
not only twitter, and have a solution that fits all.

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 367773] Use t.co URL resolution provided by the Twitter API

2016-08-24 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367773

--- Comment #1 from Mehrdad Momeny  ---
Oh, I didn't notice longurl.org is gone out of business.
I'll check this. But so far Choqok was not replacing short URLs with the longer
ones, because that can cause a long text in tweet and not with the shorter
version that Twitter shows. But the tooltip used to show the longer URL.
We need to decide whether to change it to show something like Twitter or not.

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 340795] Browsing results "pages" does not work

2016-03-27 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340795

--- Comment #2 from Mehrdad Momeny  ---
(In reply to Ian Schwarz from comment #1)
> Created attachment 89589 [details]
> Removes "browsing" buttons, adds very basic "load" more functionality
> 
> My efforts as of today. I have removed the dysfunctional browsing elements
> and added a "load more tweets" button in their place. Note that as of now,
> it only works the SECOND time it is pressed and it does not display an error
> message etc. if there are no more tweets to be found. Also, older tweets are
> added on top of the newer ones. I am finding out how to do that next.

Thanks for sharing your efforts.
However, we use KDE review board[1] to review and apply patches. Also, please
submit a finalized patch.

[1] https://git.reviewboard.kde.org/r/

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 357588] should use NetworkManager online status

2016-01-08 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357588

Mehrdad Momeny  changed:

   What|Removed |Added

   Target Milestone|1.6 |---
 Ever confirmed|1   |0
   Priority|NOR |LO
 Status|CONFIRMED   |UNCONFIRMED

--- Comment #2 from Mehrdad Momeny  ---
Well, I tried this here, (logging into KDE while the networking is disabled and
clicking on Update Timelines menu option to update) but in both cases, it does
not show connection error as a popup message box. just report it in a message
in Choqok window's status bar.
And I do remember that we had only one message showing in start-up time, and it
was eliminated some time ago. and upon re-checking the source codes, I see only
message box errors in cases where user is interacting with the app. (e.g.
posting a tweet)

While the idea of checking if system is connected looks nice, I don't think it
worth the hassle, considering that every module in Choqok is now contacting
directly something on the network to load some stuff.

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 347525] Choqok asks for Twitter PIN, but Twitter doesn't really send me the PIN

2016-01-08 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347525

Mehrdad Momeny  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
  Latest Commit||http://commits.kde.org/choq
   ||ok/0fc0bebd76fbe577c9634204
   ||b9416fc2cebcdafd
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #8 from Mehrdad Momeny  ---
Git commit 0fc0bebd76fbe577c9634204b9416fc2cebcdafd by Mehrdad Momeny.
Committed on 09/01/2016 at 07:22.
Pushed by momeny into branch 'master'.

Check the result of url opening command and report the failure to user

M  +15   -2libchoqok/choqoktools.cpp

http://commits.kde.org/choqok/0fc0bebd76fbe577c9634204b9416fc2cebcdafd

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 333264] no timeline representation (nothing to see in chokoq)

2016-01-08 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333264

Mehrdad Momeny  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |INVALID

--- Comment #3 from Mehrdad Momeny  ---
This only happen in fresh installation. and the reason is that KDE's plugin
list isn't updated yet. thus, choqok can't find its plugins. and because almost
everything is a plugin, nothing will be shown.

I'm closing this as working.

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 357588] should use NetworkManager online status

2016-01-05 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357588

Mehrdad Momeny  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
   Target Milestone|--- |1.6
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 357602] open or open then closed, causes lumina to reset with "out of swap space"

2016-01-05 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357602

--- Comment #1 from Mehrdad Momeny  ---
I really doubt if it has anything to do with Choqok, specially when you have
already closed Choqok previously and it's not running anymore.

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 354607] Migrate to newer Qt5 signal/slot syntax

2015-12-12 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354607

--- Comment #1 from Mehrdad Momeny  ---
Git commit c90caa5831a3b285a144826c1c144e265b607412 by Mehrdad Momeny.
Committed on 12/12/2015 at 08:05.
Pushed by momeny into branch 'master'.

Migrating to new Qt5 connect(signla,slot) method.
/choqok folder is done.
Methods which had overloads left in the old way, as it is prettier that casting
functions.

M  +10   -14   choqok/config/accounts/accountswidget.cpp
M  +2-2choqok/config/accounts/addaccountdialog.cpp
M  +2-2choqok/config/accounts/editaccountdialog.cpp
M  +4-4choqok/config/behavior/behaviorconfig_shorten.cpp
M  +2-2choqok/config/plugins/choqokpluginconfig.cpp
M  +40   -47   choqok/mainwindow.cpp
M  +1-1choqok/systrayicon.cpp
M  +8-4helperlibs/twitterapihelper/twitterapimicroblog.cpp
M  +4-3helperlibs/twitterapihelper/twitterapipostwidget.cpp
M  +1-1microblogs/twitter/twittermicroblog.cpp

http://commits.kde.org/choqok/c90caa5831a3b285a144826c1c144e265b607412

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 344218] Cannot disable Image Preview

2015-12-11 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344218

Mehrdad Momeny  changed:

   What|Removed |Added

 CC||mehrdad.mom...@gmail.com
   Severity|normal  |wishlist

--- Comment #3 from Mehrdad Momeny  ---
There's no feature currently to disable previews! so this isn't a bug.

The image preview plugin is working separately from Twitter's image preview.
i.e. you can disable the image preview plugin and it will no longer try to
provide previews for images posted to other hosts (like twitpic) but it will
not stop photos posted to twitter itself to show up in tweets since, those are
coming from difference source and twitter plugin itself is providing them.

Thus, you are right that previews are always on.
Changing this to a feature request.

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 321824] Multi-column layout (like TweetDeck)

2015-12-11 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=321824

Mehrdad Momeny  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 304078] Trigger scripts

2015-12-11 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=304078

Mehrdad Momeny  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Mehrdad Momeny  ---
We have a filter plugin which provides different ways of filtering posts even
with Regexp.
You can hide or highlight the matched post. 
Have you tried that?

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 345486] A button to go back to the top of the timeline

2015-12-11 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345486

Mehrdad Momeny  changed:

   What|Removed |Added

 CC||lost...@lostsonsvault.org

--- Comment #1 from Mehrdad Momeny  ---
*** Bug 356525 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 336781] Resend (Retweet) As

2015-12-11 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=336781

Mehrdad Momeny  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 316365] HTML entities in tweets

2015-12-11 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=316365

Mehrdad Momeny  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 316365] HTML entities in tweets

2015-12-11 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=316365

--- Comment #1 from Mehrdad Momeny  ---
Created attachment 96002
  --> https://bugs.kde.org/attachment.cgi?id=96002=edit
Screenshot of posting & and  to twitter and Choqok render both of them
correctly.

It works fine in the latest version.

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 345803] Provide KAccounts support

2015-12-11 Thread Mehrdad Momeny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345803

Mehrdad Momeny  changed:

   What|Removed |Added

 CC||mehrdad.mom...@gmail.com
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Mehrdad Momeny  ---
That's a good idea.

-- 
You are receiving this mail because:
You are watching all bug changes.