aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* • 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
* • added "Jump to Selection ⌘J" to main menu > edit > find since it's an A...Bibiko2010-10-291-10/+24
* • removed forgotten debug logBibiko2010-10-291-1/+0
* • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ...Bibiko2010-10-299-220/+246
* Add missing protocol conformance to exporter delegates.stuconnolly2010-10-295-5/+5
* Move SPConnectionController's delegate methods to their own protocol.stuconnolly2010-10-295-16/+71
* • Field Editor sheetBibiko2010-10-293-16/+48
* • try to fix crash issue 1748Bibiko2010-10-291-6/+8
* Tidy up SPTableStructure including moving all the private field type validati...stuconnolly2010-10-286-181/+330
* Add SPDefaultPasteboardDragType constant.stuconnolly2010-10-287-52/+63
* • added tooltip for header cell of Content and Custom Query table displayin...Bibiko2010-10-272-0/+2
* Move the user manager data model to the new Models dir.stuconnolly2010-10-263-1/+1
* • removed memory leakBibiko2010-10-261-1/+1
* Group data import related classes within Xcode's logical file structure.stuconnolly2010-10-261-4/+12
* Split out all of SPTableStructure's delegate and datasource methods into thei...stuconnolly2010-10-265-530/+614
* Add missing [super dealloc].stuconnolly2010-10-261-1/+3
* - Fix incorrect quoting of BLOB fields on SQL exportsrowanbeentje2010-10-252-5/+17
* • if a geometry field is empty '' return @"" instead of Header Error since ...Bibiko2010-10-251-2/+2
* • fixed bug in Move Line DownBibiko2010-10-251-1/+1
* Remove the implementation of tableView:shouldSelectRow: from the export contr...stuconnolly2010-10-251-5/+0
* • improved the TableStructure handling of GEOMETRY fields and their validat...Bibiko2010-10-253-7/+7
* • added to each NSTextView the possibility to move the current line or the ...Bibiko2010-10-253-11/+308
* Update the appropriate build scripts to ensure they are being run by Xcode.stuconnolly2010-10-254-0/+14