
*********************************************************************
*                                                                   *
*                        3.0 stable released                        *
*                                                                   *
*********************************************************************
19.05.2009, Lumir Vanek
=======================
1) Migrated to libpqxx 3.0

*********************************************************************
*                                                                   *
*                        2.0 stable released                        *
*                                                                   *
*********************************************************************
19.05.2009, Lumir Vanek
=======================
1) No changes. Last version with libpqxx 2.6.9

*********************************************************************
*                                                                   *
*                      1.8.2 RC1 released                           *
*                                                                   *
*********************************************************************


24.03.2009, Lumir Vanek
=======================
1) Implemented 'Create database from dump', to server object menu.
2) Fixed problem: Backup/Restore wizards somethimes not starts pg_dump/restore automaticaly.
   Now, is used ExtTerminalInterface, rather than unreliable DCOP to talk with
   Console part.
3) Fixed 'Create function wizard', syntax for void functions
4) Fixed coloring of default text in KPGSyntaxHighlighter


*********************************************************************
*                                                                   *
*                      1.8.0 Beta released                          *
*                                                                   *
*********************************************************************

09.02.2009, Lumir Vanek
=======================
1) Implemented PL/pgSQL debugger frontend. See last tutorial. 

05.06.2008, Lumir Vanek
=======================
1) Notices, exceptions messages, descriptions and others that possible may contains 
   national characters are now processed through codec, to get properly encoding.

*********************************************************************
*                                                                   *
*                      1.6.6 Beta released                          *
*                                                                   *
*********************************************************************

03.06.2008, Lumir Vanek
=======================
1) Implemented 'Snippets' toolbox. It contains commonly used functions, that can be inserted into SQL editor.

16.05.2008, Lumir Vanek
=======================
1) Implemented asynchronous processing of notices from worker threads
2) Used Tab control for manually switch between 'text output' and 'table result'

23.04.2008, Lumir Vanek
=======================
1) Added new general option: "Hide System Columns", to get rid of them.

*********************************************************************
*                                                                   *
*                      1.6.4 Beta released                          *
*                                                                   *
*********************************************************************

20.04.2008, Lumir Vanek
=======================
1) Continue improving code completion, now schema qualified objects are better supported. 

09.04.2008, Lumir Vanek
=======================
1) Painted some SVG icons, used from kdeclassic, that's are missing in crystalsvg theme.

01.04.2008, Lumir Vanek
=======================
1) Implemented folders open/close icons, solved problem with blue folder when crystalsvg used.

*********************************************************************
*                                                                   *
*                      1.6.2 Beta released                          *
*                                                                   *
*********************************************************************

01.04.2008, Lumir Vanek
=======================
1) Implemented create/modify user with encrypted password

28.03.2008, Lumir Vanek
=======================
1) Added "Query table" and "Query view" to context menus, it launch
   query/result window with table/view name inserted in SELECT statement
2) When query/result window is opened for different schema than public,
   SQL editor contains "SET search_path TO schema" as first statement

26.03.2008, Lumir Vanek
=======================
1) Login dialog shows again, when login failed
2) Fixed sorting in function arguments list 

06.01.2008, Lumir Vanek
=======================
1) Incorporated KatePart into KPGQueryResultWindow and KPGDebugger
2) Big rework related to incorporating KatePart:

- All MDI child windows (KPGQueryResultWindow, KPGDataTable, KPGExecutor, KPGDebugger) are now inherited also from KXMLGUIClient
- All those MDI windows have own .rc file with merged menu and toolbar
- Moved actions and slots from KPoGreController to MDI child windows and removed signalling for enable/disable actions.


23.11.2007, Lumir Vanek
=======================
1) Incorporated Kate part for editing Text and XML's columns in DataTable
2) Prepared GUI infrastructure for PL/pgSQL debugger (/Debugger)

*********************************************************************
*                                                                   *
*                      1.6.0 Beta released                          *
*                                                                   *
*********************************************************************

13.11.2007, Lumir Vanek
=======================
1) Replaced all assert's to Q_ASSERT
2) Updated system catalog SQL queries, to be compatible with PosgtreSQL 8.3-b2
3) Removed deprecated pqxx-config, use pkg-config instead (configure.in.in)
4) Updated /admin directory to compile with KDE 3.5.7

*********************************************************************
*                                                                   *
*                      1.5.8 Beta released                          *
*                                                                   *
*********************************************************************

19.10.2007, Lumir Vanek
=======================
1) Big refactoring in DbObjects and PropertyPages to respect MVC design pattern. Now, DbObjects (the model) is decoupled from PropertyPages (the view).

16.10.2007, Lumir Vanek
=======================
1) Updated system catalog SQL queries, to be compatible with PosgtreSQL 8.3-b1
2) Added xml and uuid datatypes to wizards column lists
3) Improved DataTable to edit XML datatype columns like text LOB
4) Make XML syntax higlighter in editor configurable


*********************************************************************
*                                                                   *
*                      1.5.6 Beta released                          *
*                                                                   *
*********************************************************************


08.10.2007, Lumir Vanek
=======================
1) Replaced boolean values in tables from texts 't'/'f' to descriptive bitmaps 

08.10.2007, Lumir Vanek
=======================
1) Lazy load database cast tab in properties window to speed up

30.5.2007, Lumir Vanek
=======================
1) Implemented 'Locks' tab in Database property window. Contain list of locks in
database.

12.04.2007, Lumir Vanek
=======================
1) Changed KPGDatabase, KPGTablespace, KPGIndex, KPGPrimaryKey long m_lSize to long long, supported in libpqxx 2.6.9. This resolves problem when read info from large databases or
tablespaces. Tested on 30 GB DB.

05.03.2007, Lumir Vanek
=======================
1) Fixed multiline comments in syntax highlighter  

04.03.2007, Lumir Vanek
=======================
1) Improved code completion. When . (period) is pressed after table or function (returning set) name, or it's alias, list of available columns is displayied. This feature require
some testing before daily using. 

23.02.2007, Lumir Vanek
=======================
1) Implemented option for choosing XAct type for system catalog queries
2) Introduced option for lazy loading tables childs, for speed up. Note, that using it may affect functionality of code completion and OID links - items that are not loaded
yet cannot be found when use OID link or code completion.

29.01.2007, Lumir Vanek
=======================
1) Make necessary changes to compile with libpqxx 2.6.9

30.12.2006, Lumir Vanek
=======================
1) Added FILLFACTOR option to 'Create table' wizard. 

*********************************************************************
*                                                                   *
*                      1.5.4 Beta released                          *
*                                                                   *
*********************************************************************


28.12.2006, Lumir Vanek
=======================
1) Tables folder contain also TOAST tables. Ordinary tables has OID link to their TOAST table in properties. 

26.12.2006, Lumir Vanek
=======================
1) Implemented 'Disk usage' tab in Database property window. Contain list of tables, toast tables and indexes
   in DB, sorted by disk space used.

21.12.2006, Lumir Vanek
=======================
1) Implemented actions for Server menu: Reload configuration, Rotate log file
2) Added button to Server 'Activity' tab: 'Cancel query'
3) Added info about used disk space into property pages for: Tablespace, Database, Table, Index and it's folders 
Note: All it above works with PostgreSQL 8.1 or newer

15.12.2006, Lumir Vanek
=======================
1) Object names containing upper-case letter are now quoted.
2) When user click on Datatable header, column info is displayed 

*********************************************************************
*                                                                   *
*                      1.5.2 Beta released                          *
*                                                                   *
*********************************************************************

14.12.2006, Lumir Vanek
=======================
1) Code completion in SQL editor (Ctrl+Space) now contain main user DB objects (tables, views, functions) for current database.

13.12.2006, Lumir Vanek
=======================
1) Implemented standard Find action for Datatable
2) Implemented Find actions for result tables in Query/Result and Executor

12.12.2006, Lumir Vanek
=======================
1) Implemented standard Find action for SQL editor. Note: Finding in tree view is now available only when 'Properties' tab is selected.
2) Implemented standard Replace action for SQL Query editor.

09.12.2006, Lumir Vanek
=======================
1) Made KPGSearchDialog look uniform with KDE KFindDialog

08.12.2006, Lumir Vanek
=======================
1) Updated list of SQL keywords for syntax highlighter and code completion, according to PostgreSQL 8.2
2) Improved SQL query/result: when "syntax error on character N" occured, cursor and selection is placed to position N.

22.09.2006, Lumir Vanek
=======================
1) Fixed compilation problems in 1.5.0

*********************************************************************
*                                                                   *
*                      1.5.0 Beta released                          *
*                                                                   *
*********************************************************************

20.09.2006, Lumir Vanek
=======================
1) Reworked object quotation, quote objects only if contain space in name. 

19.09.2006, Lumir Vanek
=======================
1) Enhanced 'Create table Wizard' - allow user to chose if default value is quoted, Added
button for simply setting 'Now' default value for dates. This same for 'Create domain Wizard' 
2) Added polymorphic "anyelement" and "anyarray" types to 'Create function Wizard'

15.09.2006, Lumir Vanek
=======================
1) Most of 'Property page' tables supports clipboard actions in object menu (invoked by mouse right-click).

13.09.2006, Lumir Vanek
=======================
1) Menu item 'File -> Export result' now works for all MDI child views: Properties, Query/result, Datatable and Executor

12.09.2006, Lumir Vanek
=======================
1) Submenus for MDI child views are dynamically plugged under 'Database' menu in main menubar.
2) Toolbars for MDI child views are automatically switched
3) Implemented the 'Executor' for executing functions

01.09.2006, Lumir Vanek
=======================
1) Initial version of code completiton (Ctrl+Space) in Query/result input-area, by that time only for SQL keywords.

30.08.2006, Lumir Vanek
=======================
1) Moved Query/result actions to separate toolbar
2) Implemented the 'Datatable' for editing tables content 

22.08.2006, Lumir Vanek
=======================
1) Adressed some encoding issues
2) 'Server property page' shows info about conection client encoding

21.08.2006, Lumir Vanek
=======================
1) 'Modify function wizard' uses arguments info, available since PostgreSQL 8.1 

18.08.2006, Lumir Vanek
=======================
1) 'Modify function wizard' remember, if function returns SET
2) Function property page shows arguments info, available since PostgreSQL 8.1 
3) Fixed race condition in KPGConnectionInThread, that caused display empty resultset for fast queries

08.08.2006, Lumir Vanek
=======================
1) Added button "Copy query" to Server Activity page. 
2) Implemented menu for SQL result table (try mouse right click over it) with some 
   clibpoard copy actions - copy cell, row, table to CVS, table to XML

*********************************************************************
*                                                                   *
*                      1.4.0 Beta released                          *
*                                                                   *
*********************************************************************

04.08.2006, Lumir Vanek
=======================
1) Fixed bug: Load info about table fail, if have more than 1 milion rows.

*********************************************************************
*                                                                   *
*                      1.3.9 Beta released                          *
*                                                                   *
*********************************************************************

20.07.2006, Lumir Vanek
=======================
1) Implemented wizard for setting database object description
2) Implemented refreshItem() for all table childs objects, for smarter refresh

18.07.2006, Lumir Vanek
=======================
1) Reworked main GUI to KMDI IDEAl mode

17.07.2006, Lumir Vanek
=======================
1) Implemented wizard: Enable/disable triggers 

14.07.2006, Lumir Vanek
=======================
1) Added "ORDER BY relname" to KPGTablesFolder::refresh to sort tables by name
2) Modified ALTER TABLE DROP column/constraint - allow choose RESTRICT | CASCADE

*********************************************************************
*                                                                   *
*                      1.3.8 Beta released                          *
*                                                                   *
*********************************************************************

29.05.2006, Lumir Vanek
=======================
1) Updated /admin directory to compile with KDE 3.5.2
2) Removed libpqxx-2.5.5/gcc4 workaround, not needed for 2.6.6

*********************************************************************
*                                                                   *
*                      1.3.7 Beta released                          *
*                                                                   *
*********************************************************************

11.03.2006, Lumir Vanek
=======================
1) Finished implementing argument name and mode in create function wizard
2) Implemented Execution time info in SQL query/result windows.

11.03.2006,, Lumir Vanek
=======================
1) Implemented font configuration to SQL editor settings.
2) Implemented config. option: "Use $$ for functions body definition"
3) Started implementing argument name and mode in create function wizard

11.12.2005, Lumir Vanek
=======================
1) Workaroud for compatibility issue libpqxx-2.5.5/gcc4 - [libpqxx-general] undefined reference to pqxx::connection::do_startconnect()' with libpqxx-2.5.5

07.04.2005, Lumir Vanek
=======================
1) Created new subfolder/target DataTable, for DataTableDialog

*********************************************************************
*                                                                   *
*                      1.3.5 Beta released                          *
*                                                                   *
*********************************************************************

13.02.2005, Lumir Vanek
=======================
1) Removed tablespace info from schema, because it was removed from system catalog between PostgreSQL 8-b4 and final
2) Implemented loading schemas on demand, see at new page in configuration dialog
3) Used quoted names in SQL, to solve problem with objects that contains dash in name

*********************************************************************
*                                                                   *
*                      1.3.2 Beta released                          *
*                                                                   *
*********************************************************************

30.01.2005, Lumir Vanek
=======================
1) Finished implementing privileges tab's & wizards
2) Updated documentation
3) Applyied patch from  Gustavo Pichorim Boiko/Conectiva Labs - to detect where libpqxx was installed and use the 
correct CFLAGS and LIBS from it.

*********************************************************************
*                                                                   *
*                      1.3.0 Beta released                          *
*                                                                   *
*********************************************************************

23.12.2004, Lumir Vanek
=======================
1) Improved query/result windows - large results fetched by smaller rows anmount. See "Querying database" chapter in manual.
2) Updated documentation

19.12.2004, Lumir Vanek
=======================
1) Introduced statistics informations to server, database, table, index and sequence property pages.
2) Improved query/result windows - now SQL queries runs inside own thread and don't block rest of application

09.12.2004, Lumir Vanek
=======================
1) Updated /admin with latest kde-common/admin contents


*********************************************************************
*                                                                   *
*                      1.2.8 Beta released                          *
*                                                                   *
*********************************************************************

05.12.2004, Lumir Vanek
=======================
1) Implemented dump database wizard
2) Implemented restore database wizard
3) Updated documentation

*********************************************************************
*                                                                   *
*                      1.2.7 Beta released                          *
*                                                                   *
*********************************************************************

30.11.2004, Lumir Vanek
=======================
1) Implemented create composite type wizard
2) Updated documentation

26.11.2004, Lumir Vanek
=======================
1) Implemented create base type wizard

*********************************************************************
*                                                                   *
*                      1.2.6 Beta released                          *
*                                                                   *
*********************************************************************

21.11.2004, Lumir Vanek
=======================
1) Updated documentation
2) Syntax highlighter speed-up (but still not satisfied)
3) Replaced deprecated QList with QPtrList

20.11.2004, Lumir Vanek
=======================
1) Implemented KPGCreateDomainConstraintWizard
2) Finished all about domains

17.11.2004, Lumir Vanek
=======================
1) Implemented KPGCreateDomainWizard

15.11.2004, Lumir Vanek
=======================
1) Implemented KPGPropertyPage - common property page suitable for all folder objects
2) KPGDomainConstraintsFolder - Tree item that hold domains constraints
3) Removed all KPGxxxFolrerPropertyPage and use KPGPropertyPage instead of it
4) Smarter use #include libpgxx to speed-up compile time
5) Added KPGDomainConstrPropPage

*********************************************************************
*                                                                   *
*                      1.2.5 Beta released                          *
*                                                                   *
*********************************************************************

13.11.2004, Lumir Vanek
=======================
1) New database wizard - set owner
2) Added index definition to its property page
3  Updated list of SQL keywords in syntax highlighter
4) Updated documentation

12.11.2004, Lumir Vanek
=======================
1) New schema wizard - set owner

11.11.2004, Lumir Vanek
=======================
1) Implemented all table Wizards (Analyse, Vacuum, Reindex, Copy from/to ...)
2) New index wizards - set owner, set tablespace

*********************************************************************
*                                                                   *
*                      1.2.4 Beta released                          *
*                                                                   *
*********************************************************************

23.10.2004, Lumir Vanek
=======================
1) Implemented modify sequence wizard
2) Updated documentation

21.10.2004, Lumir Vanek
=======================
1) Implemented create trigger wizard

20.10.2004, Lumir Vanek
=======================
1) Implemented create rule wizard


*********************************************************************
*                                                                   *
*                      1.2.3 Beta released                          *
*                                                                   *
*********************************************************************

17.10.2004, Lumir Vanek
=======================
1) Implemented modify column wizards
2) Updated documentation

16.10.2004, Lumir Vanek
=======================
1) Implemented create column(s) wizard 

*********************************************************************
*                                                                   *
*                      1.2.2 Beta released                          *
*                                                                   *
*********************************************************************


15.10.2004, Lumir Vanek
=======================
1) Updated documentation

07.10.2004, Lumir Vanek
=======================
1) Finished create constraint wizard
2) Finished create index wizard

04.10.2004, Lumir Vanek
=======================
1) Finished tablespaces support

02.10.2004, Lumir Vanek
=======================
1) Implemented tablespaces wizard 

29.09.2004, Lumir Vanek
=======================
1) Support for SQL's that return notify messages, instead of results
2) Removed attisset from query on pg_attribute - it's deprecated on PostgreSQL 8

28.09.2004, Lumir Vanek
=======================
1) KPGServer::refreshDatabaseList - compatibility workaround for PostgreSQL 8.0.0beta2
2) KPGSequencesFolder::refresh - compatibility workaround for PostgreSQL 7.3.x or older

*********************************************************************
*                                                                   *
*                      1.2.0 Beta released                          *
*                                                                   *
*********************************************************************

26.09.2004, Lumir Vanek
=======================
1) Added user rights page to create database and schema wizard 
2) Increased version to 1.2.0
3) Updated documentation

22.09.2004, Lumir Vanek
=======================
1) Implemented create function wizard 
2) Implemented create sequence wizard 

19.09.2004, Lumir Vanek
=======================
1) Implemented create language wizard

*********************************************************************
*                                                                   *
*                      1.1.0 Beta released                          *
*                                                                   *
*********************************************************************

12.09.2004, Lumir Vanek
=======================
1) Updated documentation 

02.09.2004, Lumir Vanek
=======================
1) Implemented create/modify schema wizard
2) Implemented rename wizard
3) Increased version to 1.1.0

31.08.2004, Lumir Vanek
=======================
1) Implemented create/modify group wizard

25.08.2004, Lumir Vanek
=======================
1) Implemented create/modify user wizard

22-08.2004, Lumir Vanek
=======================
1) Implemented create/modify view wizard

*********************************************************************
*                                                                   *
*                      0.9.9 Beta released                          *
*                                                                   *
*********************************************************************


07.08.2004, Lumir Vanek
=======================
1) Updated documentation

08.06. - 20-07.2004, Lumir Vanek
=================================
1) Implementing create table wizard

08.06.2004, Lumir Vanek
=======================
1) Added "Wizards" subdirectory and target

07.06.2004, Lumir Vanek
=======================
1) Fixed most of warnings

01.06.2004, Lumir Vanek
=======================
1) Removed const from QString KPGTreeItem::path()

*********************************************************************
*                                                                   *
*                      0.9.8 Beta released                          *
*                                                                   *
*********************************************************************


22-29.05.2004, Lumir Vanek
=======================
1) Written documentation 

*********************************************************************
*                                                                   *
*                      0.9.7 Beta released                          *
*                                                                   *
*********************************************************************


15.05.2004, Lumir Vanek
=======================
1) Handled encoding conversions between libpqxx to_cstr and Qt QString. Introduced KPGDatabase::encoderName();
2) Fixed: crash when disconnect server

09.05.2004, Lumir Vanek
=======================
1) Edit actions, enabling/disabling

07.05.2004, Lumir Vanek
=======================
1) Finished correcting items sort order in tree view

06.05.2004, Lumir Vanek
=======================
1) Started correcting items sort order in tree view

27.04.2004, Lumir Vanek
=======================
1) Improved syntax highlighter

20.04.2004, Lumir Vanek
=======================
1) Finished implementing path bar

11.04.2004, Lumir Vanek
=======================
1) Finished implementing OID links 
2) Started implementing path bar

24.03.2004, Lumir Vanek
=======================
1) Started implementing OID links 

24.03.2004, Lumir Vanek
=======================
1) Implemented Search functionality

*********************************************************************
*                                                                   *
*                      0.9.6 Beta released                          *
*                                                                   *
*********************************************************************


17.03.2004, Lumir Vanek
=======================
1) SQL query/result window rework 

16.03.2004, Lumir Vanek
=======================
1) Improved syntax highlighter 
2) Minor changes according to libpqxx 2.2.1

14.03.2004, Lumir Vanek
=======================
1) GUI improvements 
2) Cleanup code

13.03.2004, Lumir Vanek
=======================
1) Implemented data types 
2) Implemented languages
3) Implemented casts
4) Implemented conversions
5) Implemented following classes: 

- KPGOperatorClass
- KPGOperatorClassesFolder

- KPGOperatorClassPropPage
- KPGOperatorClassesFolderPropPage

6) Implemented operator classes


10.03.2004, Lumir Vanek
=======================
1) Starded implementing data types 

09.03.2004, Lumir Vanek
=======================
1) Implemented domains 

08.03.2004, Lumir Vanek
=======================
1) Started implementing following classes:

 - KPGDomain, KPGType, KPGLanguage, KPGConversion, KPGCast
 - KPGDomainsFolder, KPGTypesFolder, KPGLanguagesFolder, KPGConversionsFolder, KPGCastsFolder 

 - KPGDomainPropPage, KPGTypePropPage, KPGLanguagePropPage, KPGConversionPropPage, KPGCastPropPage
 - KPGDomainsFolderPropPage, KPGTypesFolderPropPage, KPGLanguagesFolderPropPage, KPGConversionsFolderPropPage, KPGCastsFolderPropPage

07.03.2004, Lumir Vanek
=======================
1) Icons for type, language, domain, schema and cast

06.03.2004, Lumir Vanek
=======================
1) Finished aggregates
2) Implemented KPGSchema, KPGSchemaPropPage

04.03.2004, Lumir Vanek
=======================
1) Implemented folowing classes: 

- KPGAggregate
- KPGAggregatesFolder

- KPGAggregatePropPage
- KPGAggregatesFolderPropPage

03.02.2004, Lumir Vanek
=======================
1) Painted icons for various columns types

29.2.2004, Lumir Vanek
======================
1) Started impementing popup menus
2) Implemented refresh for items 

26.2.2004, Lumir Vanek
======================
1) Implemented following classes: 

- KPGOperator
- KPGUser
- KPGGroup
- KPGOperatorsFolder
- KPGUserFolder
- KPGGroupsFolder

- KPGOperatorPropPage
- KPGUserPropPage
- KPGGroupPropPage
- KPGOperatorsFolderPropPage
- KPGUsersFolderPropPage
- KPGGroupsFolderPropPage

22.2.2004, Lumir Vanek
======================
1) Implemented KPGView, KPGViewsFolder, KPGSequence, KPGSequencesFolder

21.2.2004, Lumir Vanek
======================
1) Finished rules and triggers
2) Started implementing functions. Added classes KPGFunction, KPGFunctionPropPage

19.2.2004, Lumir Vanek
======================
1) Implemented following classes: 

- KPGRule
- KPGTrigger
- KPGRulesFolder
- KPGTriggersFolder

2) Implemented folowing property pages:

- KPGRulePropPage
- KPGTriggerPropPage
- KPGRulesFolderPropPage
- KPGTriggersFolderPropPage

14.2.2004, Lumir Vanek
======================
1) Implemented following classes:

- KPGTableConstraintsFolder
- KPGTableIndexesFolder

- KPGPrimaryKeyConstr
- KPGForeignKeyConstr
- KPGUniqueConstr
- KPGCheckConstr

- KPGPrimaryKey
- KPGIndex

2) Implemented folowing property pages:

- KPGTableConstraintsFolderPropPage
- KPGTableIndexesFolderPropPage

- KPGPrimaryKeyConstrPropPage
- KPGForeignKeyConstrPropPage
- KPGUniqueConstrPropPage
- KPGCheckConstrPropPage

- KPGPrimaryKeyPropPage
- KPGIndexPropPage

3) Finished table constraints and indexes properties

7.2.2004, Lumir Vanek
======================
1) Implemented KPGTableColumnsFolder, KPGTableColumn and its property pages

1.2.2004, Lumir Vanek
======================
1) Continued implementing KPGDatabase properties
2) Added property pages for folders

31.1.2004, Lumir Vanek
======================
1) Finished implementing bookmarks
2) Implemented KPGServerPropPage

30.1.2004, Lumir Vanek
======================
1) Continued implementing bookmarks

26.1.2004, Lumir Vanek
======================
1) Project converted to KDevelop3

25.1.2004, Lumir Vanek
======================
1) Implemented KPGServerRegisterInfo
2) Implemented KPGBookmarkHandler, KPGBookmarksButton

20.01.2004, Lumir Vanek
=======================
1) Some fixes to compile in KDE 3.2 RC1

19.01.2004, Lumir Vanek
=======================
1) Continued implementing KPGSyntaxHighlighter
2) Moved DB objects to own subdirectory

18.01.2004, Lumir Vanek
=======================
1) Started implementing KPGSyntaxHighlighter
2) Implemented configuration framework

xx.01.2004, Lumir Vanek
=======================
1) Switched to libpqxx library
2) Reworked GUI

*********************************************************************
*                                                                   *
*  Started implementing major changes after long time of inactivity *
*                                                                   *
*********************************************************************


Dec 2, 2002, Lumir Vanek
========================
1) Fixed g++ 3.2 compile problem, removed the default arguments from pgdealer.cpp,
  PGDealer::PGDealer
2) moved apps icons to /pics directory to solve RPM creation problem
3) testing on SuSE 8.1

  
Oct 10th, 2002, Lumir Vanek
===========================
1) updated /admin subdirectory with new contents, generated by KDevelop 2.1

*********************************************************************
*                                                                   *
*                      0.9.5 Beta released                          *
*                                                                   *
*********************************************************************

August 16, 2002, Dominik Sacher
===============================
- wrote new README
- added lvanek to AUTHORS
- testing on redhat7.3
- official upload & release of version 0.95


June 8th, 2002, Lumir Vanek
===========================
- painted icons for database and table
- removed Times font from tree and output grids
- implemented Saving SQL document


June 7th, 2002, Lumir Vanek
===========================
- imported project to CVS on SourceForge
- changed menu and toolbars from manual creation to XML GUI approach
- removed old toolbar icons, use standart KDE icons on toolbar
- painted application icons
- .SPEC file for RPM creation


June 6th, 2002, Lumir Vanek : Version 0.95
==========================================
ported to KDE 3 - updated /admin subdirectory and add some #include statements


September 16th, 2001, Dominik Sacher : Version 0.94
===================================================
February 12th, 2002:
- added some lines in ReadMe.1st
- cleaned up the configure-prozess


November 7th, 2001, Dominik Sacher:
===================================
- changed internal storage of queryresults from QStringList*[1000] to QList<QStringList>* ,
   seems far more intelligent but seems to cost performance :-(


October 31th, 2001, Dominik Sacher: Version 0.93
================================================
- minor bugfixes, 1st release on sourceforge


October 22th, 2001, Dominik Sacher:
===================================
- created a new menustructure
- asking user for fileseparator when exporting a query-result


October 18th, 2001, Dominik Sacher:
===================================
- added possibility to export query-results into a file


September 16th, 2001, Dominik Sacher: Version 0.92
====================================
- added a sql-query-history tab
- if no entries in the connectdialog are made, kPoGre assumes 
  default-values to connect with/to and shows them as tooltips
  (localhost, 5432, template1, postgres, <nopassword> )
- added several commands to the toolbar


September 11th, 2001, Dominik Sacher: Version 0.91
====================================
- major bugfixes in dialog-handling
- added 10 outputtabs for the queryresults


before September 11th, Dominik Sacher:
=====================================
-bugs, features, ...
