date | project | content | link |
|---|
| 08:46 on Jan 24, 2011 | KDE | Commit by ssingh :: r 1216692 /trunk/www/sites/planet/planetkde/config: ( link) fixed ssingh's blog feed link , now it only takes feed from posts tagged planet-kde | # |
| 16:23 on Mar 26, 2009 | KDE | Commit by ssingh :: r944989 marble/trunk/KDE/kdeedu/marble/src/plugins/render/panoramio/ (PanoramioPlugin.cpp PanoramioPlugin.h): [1]installed a event filter for Panoramio PLugin | # |
| 15:46 on Mar 25, 2009 | KDE | Commit by ssingh :: r944504 marble/trunk/KDE/kdeedu/marble/src/plugins/render/panoramio/ (5 files): [1]removed redudant variables [2]changed names of slot to mroe meaningfull counterparts [3]trying to paint a widget as a pixmap [panoramio] so that mousePress event can be extracted [4]corrected a bug in josnParser | # |
| 14:35 on Mar 24, 2009 | KDE | Commit by ssingh :: r943791 marble/trunk/KDE/kdeedu/marble/src/plugins/render/twitter/ (CMakeLists.txt jsonparser.cpp): [1]library name is twitter [2]removed redudant code | # |
| 14:31 on Mar 24, 2009 | KDE | Commit by ssingh :: r943786 marble/trunk/KDE/kdeedu/marble/src/plugins/render/twitter/CMakeLists.txt: added target_link_libraries( Panoramio ${QT_QTSCRIPT_LIBRARY} ) to CMakeLists.txt thanks to pinotree | # |
| 13:51 on Mar 24, 2009 | KDE | Commit by ssingh :: r943762 marble/trunk/KDE/kdeedu/marble/src/plugins/render/panoramio/ (5 files): following changes have occured in this commit [1]adding imageWidget{h|cpp} to panoramio plugin , imageWidget is supposed to be painted over geoAnnotations instaed of Qlabels ,a event filter would be installed so as to keep track of events also [2]changing slots name to something some meaningfull [3] added imageWidget to CMakeLists.txt | # |
| 13:55 on Mar 08, 2009 | KDE | Commit by ssingh :: r936799 marble/trunk/KDE/kdeedu/marble/src/plugins/render/ (4 files in 3 dirs): finally i have been able to draw a widget usign marble's geopainter , so now i guess i can try implementing on click feature for this plugin | # |
| 09:45 on Mar 08, 2009 | KDE | Commit by ssingh :: r936655 marble/trunk/KDE/kdeedu/marble/src/plugins/render/panoramio/ (PanoramioPlugin.cpp jsonparser.cpp): finally panaramio plugin is working ,off to impplementing the click feature of google maps panaramio plugin .. | # |
| 18:06 on Mar 07, 2009 | KDE | Commit by ssingh :: r936460 marble/trunk/KDE/kdeedu/marble/src/plugins/render/panoramio/ (PanoramioPlugin.cpp jsonparser.cpp): simple optimization changes , appending only those images to qlist which are non-zero sized, but still doesn;t seems to be working..would see rest of it tommroow | # |
| 19:39 on Feb 16, 2009 | KDE | Commit by ssingh :: r926976 marble/trunk/KDE/kdeedu/marble/src/plugins/render/panoramio/ (3 files): some debug message appende to see why images are nto being downlaoded.. | # |
| 12:09 on Feb 16, 2009 | KDE | Commit by ssingh :: r926857 marble/trunk/KDE/kdeedu/marble/src/plugins/render/panoramio/ (3 files): this code wont execute by default[commneted in CMakeLists.txt] , i am still trying to revive this plugin , jsonparser was not executing as it was being derived from qobject without any moc generation and function a(){} was needed around return value fixed those problems , but still i don't know why lattitudes are not being hadnled correctly.. this code is still under flux :) i will format it after getting it in workable condition :) | # |
| 12:05 on Feb 16, 2009 | KDE | Commit by ssingh :: r926850 marble/trunk/KDE/kdeedu/marble/src/plugins/render/twitter/ (jsonparser.cpp twitterPlugin.cpp): commitng some changes in twitter plugin like additon of myEngine.setProcessEventsInterval(10) this lets the gui reamain responisve , even while executing Qtscript | # |
| 13:12 on Feb 11, 2009 | KDE | Commit by ssingh :: r924707 marble/trunk/KDE/kdeedu/marble/src/plugins/render/twitter/twitterPlugin.cpp: yipeee with minor changes twitter plugins now supports identica also :) ..yehaaaaaaw | # |
| 12:51 on Feb 11, 2009 | KDE | Commit by ssingh :: r924699 marble/trunk/KDE/kdeedu/marble/src/plugins/render/twitter/ (jsonparser.cpp twitterPlugin.cpp): fixed final bug too in twitter - marble plugin | # |
| 12:42 on Feb 11, 2009 | KDE | Commit by ssingh :: r924693 marble/trunk/KDE/kdeedu/marble/src/plugins/render/twitter/ (jsonparser.cpp twitterPlugin.cpp): at Wed Feb 11 18:08:55 IST 2009 once again started working , i fixed some major bugs . added detetction of twitter down thing [which is a major occurence now a days ;)], code is still commneted in cmake lists .txt hence wont compile with standard compilation and code is bit in disarray ..i am working on optimzing and formatting it completely ..gime time and it will work flawlessly ..after this cokmpletely works next target Panoramio Plugin , btw i am gonna try identi.ca replacement with twitter everywhere will let my plugin or not | # |
| 13:21 on Feb 10, 2009 | KDE | Commit by ssingh :: r924247 marble/trunk/KDE/kdeedu/marble/src/plugins/render/panoramio/Panoramio.py: commiting python script to test what exactly the panormaio plugin ahs been trying to do , this can also act as egenric data feeder for plugin if possible.. anyways this file right now is for reference , i need to correct the way json is being parsed..insated of being converted to dict and unicode it need to dict and list | # |
| 13:18 on Feb 10, 2009 | KDE | Commit by ssingh :: r924241 marble/trunk/KDE/kdeedu/marble/src/plugins/render/twitter/ (jsonparser.cpp twitterPlugin.cpp): figured out where the exact error is in marble's twitter plugin ... i serisoly need to see qt script once more | # |
| 07:53 on Feb 06, 2009 | KDE | Commit by ssingh :: r922002 marble/trunk/KDE/kdeedu/marble/src/plugins/render/twitter/ (4 files): commitng some stable working structure..i will change json parser as early as possible and use twitlib [code.google.com/p/twitlib] instead of my own library for twitter interaction but that sadly would cause us to lose unicode support.. so i think i need to ponder more on this issue :) | # |
| 14:01 on Feb 05, 2009 | KDE | Commit by ssingh :: r921676 marble/trunk/KDE/kdeedu/marble/src/plugins/render/twitter/ (twitterPlugin.cpp twitterPlugin.h): now twitter plugin is using GeoDataCoordinates for it's lattitudes and longitudes | # |
| 11:46 on Feb 05, 2009 | KDE | Commit by ssingh :: r921637 marble/trunk/KDE/kdeedu/marble/src/plugins/render/twitter/ (4 files): This will atleast make twitter plugina valid plugin , and marble will load it without complaining though i have commented most of the code in plugin..and twitter plugin is itself commented in CmakeLists.txt of src/plugin/render ..i am still working on reviving this plugin :) | # |