aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* • some tiny progress for sequelpro://$SP_PROCESS_ID/ExecuteQueryBibiko2010-11-111-2/+57
* More work on the new favorites controller, including loading and saving as we...stuconnolly2010-11-117-16/+271
* • added to Bundle shell command these variables:Bibiko2010-11-117-24/+118
* • some improvements for sequelpro://process_id/command/param1/param2 url sc...Bibiko2010-11-114-2/+61
* Add a new outline view to be used by the connection view so hitting enter doe...stuconnolly2010-11-105-44/+120
* Add a new class template for the favorites controller.stuconnolly2010-11-1011-28/+205
* • improved Bundle support; now it the passed input string will be saved as ...Bibiko2010-11-104-54/+90
* • first implementation to allow the user to write and use self-definable f...Bibiko2010-11-102-7/+151
* • further preparations for user-definable bundle supportBibiko2010-11-102-20/+104
* - Alter connection details to be sent over UTF8 instead of Latin1 - this imp...rowanbeentje2010-11-102-19/+36
* • further preparations for user-definable bundle supportBibiko2010-11-094-19/+75
* Minor dealloc change.stuconnolly2010-11-091-3/+3
* Comments.stuconnolly2010-11-092-2/+21
* • further preparations for user-definable bundle supportBibiko2010-11-095-3/+91
* Fix build errors.stuconnolly2010-11-093-1/+4
* First changes towards changing the initial connection view's favorites table ...stuconnolly2010-11-0912-237/+508
* • added spBundle file extensionBibiko2010-11-094-0/+54
* • added to SPStringAddition the method runBashCommandWithEnvironment:atCurr...Bibiko2010-11-094-91/+118
* • removed unnecessary space inside the WHERE clause generation for filtere...Bibiko2010-11-071-1/+1
* When exporting either a filtered or custom query result include the query in ...stuconnolly2010-11-071-2/+8
* Minor tweaks to autocompletion:rowanbeentje2010-11-062-15/+22
* Complete the implementation of supporting MySQL's XML schema format when expo...stuconnolly2010-11-059-134/+662
* • fixed table structure logic for date/time fieldsBibiko2010-11-051-2/+5
* - Tweak another release-when-closed panel; this should fix crashes on 10.5.8...rowanbeentje2010-11-051-1/+1
* Fix a few issues that prevented an XML export to multiple files.stuconnolly2010-11-041-14/+30
* • improved completion regarding leading mathematical operatorsBibiko2010-11-041-2/+3
* • improved completion regarding leading '('Bibiko2010-11-041-1/+1
* • improved completion regarding leading commasBibiko2010-11-041-8/+9
* • alias (auto-)completionBibiko2010-11-041-20/+25
* • alias (auto-)completionBibiko2010-11-043-9/+19
* Start moving towards using the same XML format as MySQL uses. The inclusion o...stuconnolly2010-11-043-27/+26
* • fix for alias parsing if alias consists of only one single characterBibiko2010-11-041-1/+1
* • started to implement auto-completion for aliasesBibiko2010-11-043-27/+75
* - Fix problems updating the default favourite pop following the preference c...rowanbeentje2010-11-041-4/+4
* - Improve query disconnection/reconnection while pings or queries are still ...rowanbeentje2010-11-031-3/+28
* Rearchitect preferences, including:stuconnolly2010-11-0331-3952/+5772
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-0321-602/+739
* • minor code cleaning and comment stuffBibiko2010-11-024-450/+475
* • disable "New Connection Tab" ⌘T menu item if a sheet is ordered outBibiko2010-11-012-2/+6
* Beforing asking SPTableView's delegate if we can right-click a particular row...stuconnolly2010-11-011-1/+6
* • TableStructure sheet to ask for the to be used index of an auto_increment...Bibiko2010-11-014-100/+94
* • improved Structure editing logic to allow to choose auto_increment for Ex...Bibiko2010-11-016-23/+64
* • after editing the Custom Query table remain the focus on that tableBibiko2010-11-011-1/+3
* • CSV import now supports to import sequences of 0 and 1 into BIT fieldsBibiko2010-10-313-10/+45
* • Custom and Content table in-cell editingBibiko2010-10-306-2/+58
* • fixed tiny issues for field editing in Content and Custom tableBibiko2010-10-302-3/+3
* • after the field editor sheet was closed enter into the edit mode of the c...Bibiko2010-10-303-19/+23
* • enabled enter/return/tab enters the edit mode for Content and Custom Quer...Bibiko2010-10-302-2/+3
* • Custom Query and Content table editingBibiko2010-10-293-18/+21
* • enabled Find Panel inside Field Editor Sheet's textViewBibiko2010-10-294-13/+32