2012-04-19 |
Chris Frey | deb: added KnownBugs file to debian doc install
|
commit | commitdiff | tree |
2012-04-19 |
Chris Frey | desktop: allow desktop builds even without any opensync...
|
commit | commitdiff | tree |
2012-04-19 |
Chris Frey | lib: fixed unused variable compiler warnings
|
commit | commitdiff | tree |
2012-04-19 |
Chris Frey | desktop: thread IDs are initialized by pthread_create
|
commit | commitdiff | tree |
2012-04-18 |
Chris Frey | rpm: fixed permissions issue in barry.spec file for...
|
commit | commitdiff | tree |
2012-04-17 |
Chris Frey | Added KnownBugs file to root Makefile.am EXTRA_DIST
|
commit | commitdiff | tree |
2012-04-17 |
Chris Frey | lib: moved AddCategories() to vBase from vCard
|
commit | commitdiff | tree |
2012-04-17 |
Chris Frey | doc: added date DST issue to KnownBugs
|
commit | commitdiff | tree |
2012-04-17 |
Chris Frey | os4x: added Task Del/Add workaround to opensync plugin...
|
commit | commitdiff | tree |
2012-04-06 |
Chris Frey | desktop: made both Calendar and TaskEditDlg's EnableRecurMod...
|
commit | commitdiff | tree |
2012-04-06 |
Chris Frey | desktop: CalendarEdit: added MakeDateRecent() calls...
|
commit | commitdiff | tree |
2012-04-06 |
Chris Frey | desktop: moved MakeRecent() to util.cc, renamed MakeDateRecent()
|
commit | commitdiff | tree |
2012-04-06 |
Chris Frey | lib: large reworking and fixing of the Task record...
|
commit | commitdiff | tree |
2012-04-06 |
Chris Frey | desktop: TaskEdit: only enable the week day checkboxes...
|
commit | commitdiff | tree |
2012-04-06 |
Chris Frey | desktop: TaskEdit: make recur end date "recent" too...
|
commit | commitdiff | tree |
2012-04-06 |
Chris Frey | desktop: fixed recur end date validation error
|
commit | commitdiff | tree |
2012-04-06 |
Chris Frey | lib: fixed missing recurrence code in Task::BuildFields
|
commit | commitdiff | tree |
2012-04-05 |
Chris Frey | Added workaround to Desktop for Tasks database corruption
|
commit | commitdiff | tree |
2012-04-05 |
Chris Frey | desktop: Browse Mode: added try/catch for read only...
|
commit | commitdiff | tree |
2012-04-05 |
Chris Frey | desktop: TaskEditDlg: make dates recent, when enabled
|
commit | commitdiff | tree |
2012-04-05 |
Chris Frey | desktop: changed Browse database loading to load in...
|
commit | commitdiff | tree |
2012-04-05 |
Chris Frey | lib: added DatabaseDatabase::SortByRecordCount()
|
commit | commitdiff | tree |
2012-04-05 |
Chris Frey | lib: renamed SB_DBOP_SET_RECORD to SB_DBOP_ADD_RECORD...
|
commit | commitdiff | tree |
2012-04-05 |
Chris Frey | lib: added IsReadOnly() test for ReturnCodeError exception...
|
commit | commitdiff | tree |
2012-04-05 |
Chris Frey | Fixed missing headers when compiling with gcc 4.7
|
commit | commitdiff | tree |
2012-03-30 |
Chris Frey | lib: fixed DueDateFlag bug and added AlarmFlag
|
commit | commitdiff | tree |
2012-03-30 |
Chris Frey | desktop: added first stab at TaskEditDlg
|
commit | commitdiff | tree |
2012-03-30 |
Chris Frey | lib: minor text alignment fix in Task record's Dump...
|
commit | commitdiff | tree |
2012-03-30 |
Chris Frey | desktop: fixed missing data-to-window bug in CalendarEditDlg
|
commit | commitdiff | tree |
2012-03-30 |
Chris Frey | desktop: added Refresh() API to StringSync class
|
commit | commitdiff | tree |
2012-03-30 |
Chris Frey | desktop: fixed segfault issue in StringSync
|
commit | commitdiff | tree |
2012-03-22 |
Chris Frey | lib: added IsValid() to TimeT class
|
commit | commitdiff | tree |
2012-03-20 |
Chris Frey | desktop: use RecurBase class constants for calendar...
|
commit | commitdiff | tree |
2012-03-20 |
Chris Frey | desktop: CalEditDlg: added event handler changing interval...
|
commit | commitdiff | tree |
2012-03-20 |
Chris Frey | Removed DEPUTY file from Makefile.am's extra dist list
|
commit | commitdiff | tree |
2012-03-19 |
Chris Frey | desktop: CalEditDlg: fixed dialog title bar
|
commit | commitdiff | tree |
2012-03-19 |
Chris Frey | desktop: CalEditDlg: only show recurrence controls...
|
commit | commitdiff | tree |
2012-03-19 |
Chris Frey | desktop: CalEdit: fixed initialization bug, to enable...
|
commit | commitdiff | tree |
2012-03-19 |
Chris Frey | desktop: implemented start/end/duration event handling...
|
commit | commitdiff | tree |
2012-03-19 |
Chris Frey | desktop: fixed Notification time bug in CalendarEditDlg...
|
commit | commitdiff | tree |
2012-03-19 |
Chris Frey | desktop: added support for FreeBusyFlag to CalendarEditDlg
|
commit | commitdiff | tree |
2012-03-19 |
Chris Frey | desktop: added IDs to controls that generate events...
|
commit | commitdiff | tree |
2012-03-19 |
Chris Frey | desktop: first implementation of CalendarEditDlg::TransferDa...
|
commit | commitdiff | tree |
2012-03-19 |
Chris Frey | desktop: added timezone list to CalendarEditDlg
|
commit | commitdiff | tree |
2012-03-19 |
Chris Frey | desktop: fixed signed comparison bug, and fixed seconds...
|
commit | commitdiff | tree |
2012-03-19 |
Chris Frey | desktop: added Ok/Cancel buttons to CalendarEditDlg
|
commit | commitdiff | tree |
2012-03-19 |
Chris Frey | lib: added TimeZones operator[] overload
|
commit | commitdiff | tree |
2012-03-15 |
Chris Frey | desktop: added TimeZones parameter to CalendarEditDlg...
|
commit | commitdiff | tree |
2012-03-15 |
Chris Frey | desktop: added TimeZones to record edit API in Mode_Browse...
|
commit | commitdiff | tree |
2012-03-15 |
Chris Frey | desktop: documented the extra classes in Mode_Browse.h
|
commit | commitdiff | tree |
2012-03-15 |
Chris Frey | lib: removed the zone offset from the static time zone...
|
commit | commitdiff | tree |
2012-03-15 |
Chris Frey | lib: add comment about possible exception in one of...
|
commit | commitdiff | tree |
2012-03-15 |
Chris Frey | lib: added static TimeZones::IsLoadable()
|
commit | commitdiff | tree |
2012-03-15 |
Chris Frey | lib: added Find api to TimeZones
|
commit | commitdiff | tree |
2012-03-15 |
Chris Frey | lib: added + sign to TimeZone::GetDescription() offset...
|
commit | commitdiff | tree |
2012-03-14 |
Chris Frey | lib: added TimeZones class, for creating a vector of...
|
commit | commitdiff | tree |
2012-03-14 |
Chris Frey | lib: use the parser/builder macros for Desktop::Load...
|
commit | commitdiff | tree |
2012-03-14 |
Chris Frey | API: lib: renamed record parser class from Timezone...
|
commit | commitdiff | tree |
2012-03-14 |
Chris Frey | API: lib: renamed TimeZone to StaticTimeZone, along...
|
commit | commitdiff | tree |
2012-03-13 |
Chris Frey | desktop: removed unimplemented buttons
|
commit | commitdiff | tree |
2012-03-13 |
Chris Frey | desktop: added CalendarEditDlg to Browse mode
|
commit | commitdiff | tree |
2012-03-13 |
Chris Frey | desktop: implementing data<->gui transfer code
|
commit | commitdiff | tree |
2012-03-13 |
Chris Frey | desktop: implemented GUITimeT
|
commit | commitdiff | tree |
2012-03-13 |
Chris Frey | desktop: added start of calendar record edit dialog
|
commit | commitdiff | tree |
2012-03-13 |
Chris Frey | Removed Debian maintainer from AUTHORS, and merged...
|
commit | commitdiff | tree |
2012-03-06 |
Chris Frey | maint: removed Ubuntu 8.04 LTS, since Ubuntu 12.04...
|
commit | commitdiff | tree |
2012-03-03 |
Chris Frey | debian: fixed lintian errors and updated policy and...
|
commit | commitdiff | tree |
2012-02-22 |
Chris Frey | lib: added Restore::GetDBList()
|
commit | commitdiff | tree |
2012-02-22 |
Chris Frey | tools: added -D inverse selection option to bio's tar...
|
commit | commitdiff | tree |
2012-02-22 |
Chris Frey | lib: added AddSkipDB() to Restore builder
|
commit | commitdiff | tree |
2012-02-09 |
Chris Frey | lib: added validation system to record building
|
commit | commitdiff | tree |
2012-02-09 |
Chris Frey | desktop: fine-tune the button availability in Browse
|
commit | commitdiff | tree |
2012-02-09 |
Chris Frey | desktop: added status message during database pre-loads...
|
commit | commitdiff | tree |
2012-02-09 |
Chris Frey | desktop: made the thread locks more forgiving when...
|
commit | commitdiff | tree |
2012-02-04 |
Chris Frey | tools: added libboostwrap.a to put boost related code...
|
commit | commitdiff | tree |
2012-02-04 |
Chris Frey | gui: backward compatibility fix: set_visible() is not...
|
commit | commitdiff | tree |
2012-02-03 |
Chris Frey | tools: added -F sortkey support to btool
|
commit | commitdiff | tree |
2012-02-03 |
Chris Frey | lib: added NamedFieldCmp<> template classes
|
commit | commitdiff | tree |
2012-02-03 |
Chris Frey | tools: build tools/util.* in a static lib, to save...
|
commit | commitdiff | tree |
2012-02-03 |
Chris Frey | tools: grouped common tool code into tools/util.{h,cc}
|
commit | commitdiff | tree |
2012-02-03 |
Chris Frey | tools: removed outdated Makefile.plain
|
commit | commitdiff | tree |
2012-02-03 |
Chris Frey | lib: use typedef instead of hard coded std::vector...
|
commit | commitdiff | tree |
2012-02-03 |
Chris Frey | lib: typo fixes in comments
|
commit | commitdiff | tree |
2012-02-03 |
Chris Frey | tools: get rid of "always false" code in btarcmp
|
commit | commitdiff | tree |
2012-02-03 |
Chris Frey | gui: added access to ProbeResult in DeviceIface.h
|
commit | commitdiff | tree |
2012-02-03 |
Chris Frey | lib + gui: added Auto Select All checkbox to the backup GUI
|
commit | commitdiff | tree |
2012-02-01 |
Chris Frey | tools: added some optional bools in btarcmp's App for...
|
commit | commitdiff | tree |
2012-02-01 |
Chris Frey | tools: added list of field names to btarcmp -S output
|
commit | commitdiff | tree |
2012-02-01 |
Chris Frey | lib: added some operator<() members to basic record...
|
commit | commitdiff | tree |
2012-01-31 |
Chris Frey | lib: added safety check in Timezone ctor for negative...
|
commit | commitdiff | tree |
2012-01-31 |
Chris Frey | lib: added Timezone::GetTz(), to support TzWrapper...
|
commit | commitdiff | tree |
2012-01-31 |
Chris Frey | lib: API and Data break: fixed Timezone record class
|
commit | commitdiff | tree |
2012-01-28 |
Chris Frey | desktop: added MemoEditDlg into Browser mode, and tweaked...
|
commit | commitdiff | tree |
2012-01-28 |
Chris Frey | desktop: added MemoEditDlg
|
commit | commitdiff | tree |
2012-01-28 |
Chris Frey | desktop: comments and define fixes in ContactEditDlg
|
commit | commitdiff | tree |
2012-01-27 |
Chris Frey | binary: removed btranslate, bktrans, and brimtrans...
|
commit | commitdiff | tree |
2012-01-25 |
Chris Frey | lib: wrapped time_t in Barry::TimeT
|
commit | commitdiff | tree |
2012-01-25 |
Chris Frey | lib: removed dead code from Bookmark parser
|
commit | commitdiff | tree |
2012-01-25 |
Chris Frey | desktop: added checks for minimum data in a Contact...
|
commit | commitdiff | tree |
2012-01-25 |
Chris Frey | lib: made record.h's EmailList a unique class and type...
|
commit | commitdiff | tree |