summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-13Update NEWSHEADmasterDario Freddi1-1/+1
2012-03-13Merge branch 'captcha-authentication'Dario Freddi25-6/+2772
2012-03-13captcha-autentication: Fix and refine docsDario Freddi5-44/+36
2012-03-13captcha-authentication: Use AuthenticationMethod property to determine which ...Dario Freddi2-28/+49
2012-03-13captcha-authentication: s/introspectServerAuthentication/introspectMainDario Freddi1-3/+3
2012-03-13captcha-authentication: Adhere to code styleDario Freddi4-37/+39
2012-03-13captcha-authentication: Comment out any mention of SASL until an implementati...Dario Freddi3-6/+9
2012-03-13captcha-authentication: For clarity, use temporary variables to identify memb...Dario Freddi1-8/+10
2012-03-13captcha-authentication: Use error() and errorDetails() when channel status ch...Dario Freddi1-2/+1
2012-03-13captcha-authentication: Remove leftovers from previous implementationsDario Freddi2-3/+1
2012-03-13captcha-authentication: Use keywords instead of Q_* macrosDario Freddi2-2/+2
2012-03-13captcha-authentication: Remove empty linesDario Freddi2-4/+1
2012-03-13captcha-authentication: Use QDBusPendingCall instead of PendingVoid in intern...Dario Freddi2-32/+32
2012-03-13captcha-authentication: Tp-Qtify Captcha's implementationDario Freddi2-12/+33
2012-03-13captcha-authentication: Hold a strong reference to CaptchaAuthentication in a...Dario Freddi4-22/+36
2012-03-13captcha-authentication: Doc improvementsDario Freddi1-2/+2
2012-03-13captcha-authentication: Be more verbose with errorsDario Freddi2-3/+6
2012-03-13captcha-authentication: Fill empty Captcha objects with default valuesDario Freddi2-1/+3
2012-03-13captcha-authentication: Keep a weak ref of the Channel into CaptchaAuthentica...Dario Freddi3-8/+22
2012-03-13captcha-authentication: Clean up forward declarations and commentsDario Freddi2-2/+1
2012-03-13captcha-authentication: Rename lastError* to error*Dario Freddi3-8/+8
2012-03-13captcha-authentication: Don't use d-pointers for private classesDario Freddi2-36/+12
2012-03-13captcha-authentication: Add Nokia copyrightDario Freddi9-0/+9
2012-03-13captcha-authentication: Improvements to documentationDario Freddi3-18/+44
2012-03-13captcha-authentication: Instead of using a type(), just have a check for each...Dario Freddi3-17/+20
2012-03-13captcha-authentication: Update the test to cover failure in fetching data due...Dario Freddi1-0/+4
2012-03-13captcha-authentication: Update channel class spec and factory to handle Serve...Dario Freddi4-26/+43
2012-03-13captcha-authentication: Move captcha logic out of Channel and into a new Serv...Dario Freddi9-92/+322
2012-03-13captcha-authentication: Add docs for CaptchaAuthenticationDario Freddi1-24/+124
2012-03-13captcha-authentication: Use internal tp-qt debugDario Freddi3-13/+15
2012-03-13captcha-authentication: When cancelling, close the channel upon success.Dario Freddi3-1/+84
2012-03-13captcha-authentication: When answering, close the channel upon success.Dario Freddi3-3/+19
2012-03-13captcha-authentication: Cast the correct typeDario Freddi1-11/+3
2012-03-13captcha-authentication: Also check the signal has been emitted correctlyDario Freddi1-0/+7
2012-03-13captcha-authentication: Add more tests to bring coverage up to 90%Dario Freddi2-22/+159
2012-03-13captcha-authentication: UnknownChallenge cannot be 0Dario Freddi1-3/+4
2012-03-13captcha-authentication: Fix flag declaration, and a logic errorDario Freddi2-4/+4
2012-03-13captcha-authentication: Don't destroy the connection when cancellingDario Freddi1-9/+0
2012-03-13captcha-authentication: Don't check if the feature is enabled - when CaptchaA...Dario Freddi2-26/+2
2012-03-13captcha-authentication: Make can-retry-captcha configurable in the service testDario Freddi2-7/+21
2012-03-13captcha-authentication: Add a basic test caseDario Freddi2-0/+194
2012-03-13captcha-authentication: Multiple fixes to the glib service for CaptchaDario Freddi2-30/+24
2012-03-13captcha-authentication: First iteration of a captcha channelDario Freddi3-0/+614
2012-03-13captcha-authentication: Fix casting and property namesDario Freddi2-4/+4
2012-03-13captcha-authentication: Fix property key we are watching for status changes.Jeremy Whiting1-2/+2
2012-03-13captcha-authentication: Compile the new files, by fixing non-TpQtism in themDario Freddi8-54/+49
2012-03-13captcha-authentication: Add new logic to channel for returning a CaptchaAuthe...Dario Freddi2-0/+87
2012-03-13captcha-authentication: Add new type for CaptchaAuthenticationPtrDario Freddi1-0/+2
2012-03-13captcha-authentication: Use a qdbus_cast for custom types to prevent the QVar...Dario Freddi1-1/+1
2012-03-13captcha-authentication: Assignment operator, to prevent captcha from failing ...Dario Freddi2-0/+13