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