pgAdmin III commit: Use the wxDatePicker control instead of our own whe

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Use the wxDatePicker control instead of our own whe
Date: 2011-05-31 09:36:13
Message-ID: 201105310936.p4V9aD7r002137@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use the wxDatePicker control instead of our own where available. This
resolves a focus bug that sometimes shows up on wxGTK platforms.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=053326ad8c9f247ac507142f01f2a29ffa73d9db
Author: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
pgadmin/ctl/calbox.cpp | 4 +
pgadmin/ctl/xh_calb.cpp | 23 +-
pgadmin/include/ctl/calbox.h | 11 +
pgadmin/ui/dlgRole.xrc | 1 +
pgadmin/ui/dlgSchedule.xrc | 3 +
pgadmin/ui/dlgUser.xrc | 1 +
pgadmin/ui/xrcDialogs.cpp |68482 +++++++++++++++++++++---------------------
7 files changed, 34308 insertions(+), 34217 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-05-31 09:52:51 Re: PATCH: Using wxDatePickerCtrl instead of wxCalendarBox
Previous Message Guillaume Lelarge 2011-05-31 08:36:55 pgAdmin III commit: Fix setting a comment to a foreign table