Search found 15 matches

by guanlisheng
Fri Mar 15, 2024 4:00 am
Forum: Announcements and Discoveries
Topic: wxSQLitePlus source code on Github
Replies: 10
Views: 4953

Re: wxSQLitePlus source code on Github

FYI:
with a little bit of polish, wxSQLitePlus has some basic cipher auto-detect to read an encrypted SQLite3 database file (upon wxSQLite3).

https://github.com/guanlisheng/wxsqlite ... tag/v0.3.8
by guanlisheng
Sun Feb 09, 2020 3:35 pm
Forum: wxWidgets Development (Chinese)
Topic: wxWidgets 微信群
Replies: 4
Views: 16510

wxWidgets 微信群

IMG_0036 2.JPG
by guanlisheng
Tue Jul 05, 2016 10:08 pm
Forum: C++ Development
Topic: How to retrieve user-agent from wxWebView(EOM)?
Replies: 3
Views: 1387

Re: How to retrieve user-agent from wxWebView(EOM)?

Thanks and i wanted to know how to get the user-agent instead of setting.
by guanlisheng
Thu Jun 30, 2016 4:48 am
Forum: C++ Development
Topic: How to retrieve user-agent from wxWebView(EOM)?
Replies: 3
Views: 1387

How to retrieve user-agent from wxWebView(EOM)?

i am building a wx based application which will send HTTP request to remote sever and wondering whether can i set the user-agent more accurate?
by guanlisheng
Fri Jun 10, 2016 9:24 pm
Forum: wxWidgets Development (Chinese)
Topic: 召集在MAC OS X下开发wxWidgets的小伙伴
Replies: 2
Views: 12752

Re: 召集在MAC OS X下开发wxWidgets的小伙伴

lol, 我是有一个开源跨平台的desktop app,以后交流
https://github.com/moneymanagerex/moneymanagerex
by guanlisheng
Fri Jun 10, 2016 9:21 pm
Forum: Open Discussion
Topic: Money Manager EX project needs contributors
Replies: 2
Views: 9590

Re: Money Manager EX project needs contributors

thanks for the reply and sorry for the late.

For today, the mid of 2016, we are trying to integrate Google Analytics and build RESTful APIs for a local HTML5 app.
by guanlisheng
Thu Jun 09, 2016 5:05 pm
Forum: C++ Development
Topic: Is there a centralised place to oversee the widget creation/destroy
Replies: 3
Views: 1554

Re: Is there a centralised place to oversee the widget creation/destroy

big thanks and will take look for the former one.
by guanlisheng
Thu Jun 09, 2016 12:12 am
Forum: C++ Development
Topic: Is there a centralised place to oversee the widget creation/destroy
Replies: 3
Views: 1554

Is there a centralised place to oversee the widget creation/destroy

Hi all , i am working on an open source project (https://github.com/moneymanagerex/moneymanagerex/) and now i am trying to integrate Google Analytics to the desktop application. currently, i would add the following single line to every widget to track the usage by passing a pointer to current widget...
by guanlisheng
Thu Dec 04, 2014 2:15 am
Forum: Open Discussion
Topic: Money Manager EX project needs contributors
Replies: 2
Views: 9590

Money Manager EX project needs contributors

Hi, we are a small team to develop this popular project Money Manager Ex (https://github.com/moneymanagerex/moneymanagerex). Money Manager Ex is a free, open-source, cross-platform, easy-to-use personal finance software. It primarily helps organize one's finances and keeps track of where, when and h...
by guanlisheng
Wed Dec 03, 2014 11:44 pm
Forum: Announcements and Discoveries
Topic: wxSQLitePlus source code on Github
Replies: 10
Views: 4953

Re: wxSQLitePlus source code on Github

Any workaround that i can modify the code more freely?
unlike a 3rd party lib, I would like to abandon the derived code and compose one from scratch which would be more easier.
by guanlisheng
Wed Dec 03, 2014 10:12 am
Forum: Announcements and Discoveries
Topic: wxSQLitePlus source code on Github
Replies: 10
Views: 4953

Re: wxSQLitePlus source code on Github

So what's the correct approach here giving that i want to continue the development of this project by bug fix, wxWidgets 3.0 adoption, adding new features ? i was trying to contact the author but failed.
by guanlisheng
Wed Dec 03, 2014 4:39 am
Forum: Announcements and Discoveries
Topic: wxSQLitePlus source code on Github
Replies: 10
Views: 4953

Re: wxSQLitePlus source code on Github

Now i have added these GPL & author statement back.
by guanlisheng
Wed Dec 03, 2014 3:41 am
Forum: Announcements and Discoveries
Topic: wxSQLitePlus source code on Github
Replies: 10
Views: 4953

Re: wxSQLitePlus source code on Github

I keep the original information here and just remove them from the source file header. Anyway, i can add it back if you still have concern.

Code: Select all

src/change.txt:wxSQLite+ (c) F.Cailleau-Lepetit 2007-2009
src/wxsqliteplusapp.cpp:    tmp = ("Copyright (c) 2007-2009, Fred Cailleau-Lepetit")
by guanlisheng
Tue Dec 02, 2014 5:39 am
Forum: Announcements and Discoveries
Topic: wxSQLitePlus source code on Github
Replies: 10
Views: 4953

wxSQLitePlus source code on Github

https://github.com/moneymanagerex/wxsqliteplus As well known, https://github.com/moneymanagerex/wxSqlitePlus is a GUI client for SQLite3 and great example for both wxWidgets and wxSQLite3. The most important one is that its encryption method is compatible with https://github.com/moneymanagerex/money...