Re: PATCH: Using wxDatePickerCtrl instead of wxCalendarBox - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject Re: PATCH: Using wxDatePickerCtrl instead of wxCalendarBox
Date
Msg-id 4DE0425A.5050002@lelarge.info
Whole thread Raw
In response to PATCH: Using wxDatePickerCtrl instead of wxCalendarBox  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Responses Re: PATCH: Using wxDatePickerCtrl instead of wxCalendarBox
List pgadmin-hackers
Le 05/27/2011 11:17 PM, Ashesh Vashi a écrit :
> Hi Dave,
>
> For some reason, the wxCalendarBox control was not working on linux (i.e.
> Ubuntu).
> I found that - wxWidgets has already provided a class for that.
> (wxDatePickerCtrl).
>
> http://docs.wxwidgets.org/stable/wx_wxdatepickerctrl.html
>
> As per our conversation, I have modified the code to use the
> wxDatePickerCtrl instead of wxCalendarBox.
> Please find the patch for the master branch.
>
> I have made minimal changes to work this control as per our expectation.
>
> I think - this is a bug, so we should apply this to REL-1_12 and REL-1_10
> branches too...
> If you want, I can generate the patches for them.
>
> Please review this patch and give your comments.
>

I'm mostly working on Linux (Ubuntu) and I don't really see the
differences. I mean, yeah, they're not the same, but it didn't feel bad
on Linux before. What are you trying to fix?

BTW, we don't release bugfixes for 1.10.


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Problem trying to compile PgAdmin
Next
From: Ashesh Vashi
Date:
Subject: Re: PATCH: Using wxDatePickerCtrl instead of wxCalendarBox