summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-06Added cmake stub macros for TpLogger and QtGLib autoconfHEADmastersanfilippo4-12/+15
2011-03-06Fixed small typo (which broke compilation).sanfilippo1-1/+1
2011-03-06Porting to cmake phase 5: imported various helping macros, still to fix QtGLi...sanfilippo20-39/+1547
2011-03-05cmake now has automagic lib find, still working on lib paths.sanfilippo2-15/+67
2011-03-05Porting to cmake: first automagic attemptsanfilippo3-26/+19
2011-03-05Rewritten .gitignoresanfilippo1-5/+0
2011-03-05Port to cmake phase 3: builds fine. Trying to find automagic macros to config...sanfilippo2-4/+6
2011-03-05Port to cmake, phase 2: lib compiles, tests give linker error. Still to autom...sanfilippo3-23/+32
2011-03-04Porting to cmake - phase 1sanfilippo4-1/+92
2011-03-03Eliminated tpl- prefix from source code filenames. Updated .pro file.sanfilippo45-93/+94
2011-03-03Fixed involuntary tabs in source code. Replaced with four spaces.sanfilippo9-20/+31
2011-03-02Modified git ignore to hide more temporary files.sanfilippo1-1/+2
2011-03-02Added 'silent' qmake flag.sanfilippo1-1/+4
2011-03-02Made TP logmanager static member (being a singleton).sanfilippo2-4/+3
2011-03-02Splitted Telepathy DBus accout string escaping code.sanfilippo4-31/+32
2011-03-02Added EntryText class.sanfilippo9-49/+143
2011-03-02Updated TODOsanfilippo3-7/+11
2011-03-02Updated TODO list.sanfilippo1-11/+3
2011-03-02Removed QTpLogger::Error, replaced by QGlib::Error. Dependency QGlib added.sanfilippo10-121/+23
2011-03-02Simplified query data filler macro.sanfilippo5-13/+10
2011-03-02Rewrote headers in a consistent manner.sanfilippo17-89/+48
2011-03-02Deleted tpl-query-main-loop module.sanfilippo3-137/+1
2011-03-02Fixed compilation problems on MessagePrivateData => EntityPrivatesanfilippo3-6/+6
2011-03-02Corrected, and added relevant links to HACKINGsanfilippo1-30/+11
2011-03-02Marked destructor as virtual. Added CMakeLists.txt stubsanfilippo2-2/+2
2011-03-02Rewritten .prosanfilippo1-12/+12
2011-03-02Renamed Logger namespace to QTpLoggersanfilippo18-21/+21
2011-03-02Refactored whole code to comply to standard project structure. Renamed namesp...sanfilippo55-243/+865
2011-03-02Fix little error in macro TPL_LOGGER_QUERY_FILL_QT_NATIVEsanfilippo1-11/+10
2011-03-02Completely replaced callback with template and macros.sanfilippo7-26/+37
2011-03-02Deactivated Query setreadycbsanfilippo1-6/+4
2011-03-02Error constructor made private. Working on template callback.sanfilippo3-16/+14
2011-03-02Replaced all callbacks functions by function template :)sanfilippo15-146/+159
2011-03-02Replaced bunch of callback instructions with a callbacksanfilippo4-12/+38
2011-03-02Successful substitution of KeywordQuery callback with templatesanfilippo15-64/+69
2011-03-01Eliminated GMainLoop dependency.sanfilippo7-11/+17
2011-03-01Added simple test cases for all Query typessanfilippo4-13/+30
2011-03-01Commented out a small portion of async code causing segfault. Other fixes.sanfilippo5-2/+19
2011-03-01Moved Query object declaration to same block as QueryMainLoop.sanfilippo1-3/+5
2011-03-01Fixed small memory management bug (attempt to free a pointer, not its value).sanfilippo1-4/+2
2011-03-01Fixed small typos on callback template.sanfilippo1-12/+4
2011-03-01Implemented QueryMainLoop, restructured template callback. Debugging needed.sanfilippo11-14/+156
2011-02-28Excluded Qt keywords (sigh) for the sake of compatibility.sanfilippo12-28/+47
2011-02-27Replaced C style casts with static_castsanfilippo5-10/+8
2011-02-27Added callback template. Eliminated all references to glib things in public API.sanfilippo27-128/+287
2011-02-27Splitte all Query classes... still to remove dependence from glib.hsanfilippo7-194/+256
2011-02-27First compilable changeset. Still, all Query objects have to be fixed.sanfilippo13-31/+119
2011-02-27Splitted private data from Correspondant class.sanfilippo6-37/+148
2011-02-27Fixed private data classes for Message and Correspondant.sanfilippo9-91/+123
2011-02-26Splitting public API, half of the work done.sanfilippo17-157/+375