|
ca1d94c87b
|
Issue #557: Include gnugettext.pas from https://dxgettext.svn.sourceforge.net/svnroot/dxgettext/trunk/dxgettext/sample/ . And add basic code to all FormCreate events to translate their components in the future.
|
2012-11-10 14:28:44 +00:00 |
|
|
8ec290a302
|
Fix synapse usage:
* missing unit search path for synapse in auto-build script
* move unit search path from RELEASE to BASE
* make use of helpers:EncodeURLElementUnicode
|
2012-10-21 12:32:19 +00:00 |
|
|
583a8350b8
|
Install Ararat Synapse library (r169 from trunk), as a preparation for HTTP tunnel implementation. See issue #1405.
|
2012-10-21 12:17:43 +00:00 |
|
|
01ac4b40e3
|
Introduce new dialog "Synchronize database", see issue #1289. Complex code behind "Analyze" and "Apply" buttons is missing yet.
|
2011-08-22 05:57:57 +00:00 |
|
|
c4565ec764
|
Move SetVistaFont() to helpers unit and remove uVistaFuncs unit
|
2011-05-27 04:59:37 +00:00 |
|
|
3c11e6c5a8
|
Introduce a separate dialog for all "copy grid data as .." actions, including the file export. Fixes issue #1499.
|
2011-04-28 07:33:49 +00:00 |
|
|
49a97584e6
|
Code preparation for non-MySQL connections: Extract abstract stuff into a new TDBConnection class, and let TMySQLConnection derive from that. Same with TDBQuery / TMySQLQuery. See issue #1008.
|
2011-03-17 23:03:54 +00:00 |
|
|
b50659135c
|
Again, move code for loading libmysql.dll - the right place is now the connection object itself, which loads the library on demand, in SetActive(). This enables the application to start independently of an existent library, raising an error when pressing the connect button. Also, this is a first step towards multi-dbms.
|
2011-02-17 00:26:53 +00:00 |
|
|
cb9572d8d0
|
Adjust Delphi XE package files with automagic changes, failed to send these in previous commit.
|
2011-01-01 09:36:42 +00:00 |
|
|
69b8201273
|
Add Delphi XE packages.
|
2010-12-29 23:04:18 +00:00 |
|