aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* Completely redesigned query console that now uses a table view instead of a t...stuconnolly2009-03-2610-157/+556
* Rename tokens.h to SPEditorTokens.h and tokens.l to SPEditorTokens.l.stuconnolly2009-03-264-6/+6
* - when loading texts/blobs is disabled, the table view now shows "(not loaded...jakob2009-03-262-19/+114
* Scale print image horizontallybamse162009-03-261-1/+1
* - updated the backtickQuotedString method to be 10.4 compatible (and to compi...jakob2009-03-261-1/+1
* Reset print settings, so we're not prompted about saving thembamse162009-03-261-0/+3
* - updated the backtickQuotedString method to be 10.4 compatiblejakob2009-03-261-1/+16
* Enabled Page Setup for printing, so now you can print landscape toobamse162009-03-261-1/+2
* - Refactor custom query results redrawing code and reset view position to av...rowanbeentje2009-03-251-23/+17
* Fix a reproducible sort-sort-refresh-sort crash bug by explicitly managing so...rowanbeentje2009-03-251-3/+7
* Added hidden preference to automatically select the last favorite you used.bamse162009-03-241-0/+6
* - fixed issue #203 (backticks in identifiers not supported)jakob2009-03-2410-101/+217
* Issue 201: Duplicating a row resets values of text/blob fields in the new rowbamse162009-03-231-4/+4
* Issue 201: Duplicating a row resets values of text/blob fields in the new rowbamse162009-03-231-4/+14
* Issue 194: reload table list deselects tablesbamse162009-03-231-1/+13
* Issue 202: NULL is prefilled in a non-NULL text fieldbamse162009-03-221-1/+6
* Issue #201 Duplicating a row resets values of text/blob fields in the new rowbamse162009-03-223-48/+65
* - Added tooltips to action button menu itemsavenjamin2009-03-222-2/+15
* - Removed old no longer used images.avenjamin2009-03-211-1/+6
* - changed the status message after executing a custom query to read "1 row af...jakob2009-03-201-11/+27
* SPSQLParser changes:rowanbeentje2009-03-1910-201/+574
* As Rowan's suggestion, I've replaced older/younger with after/beforebamse162009-03-191-1/+1
* - updated list of keywords used for syntax highlighting (eg. IN was missing)jakob2009-03-181-269/+222
* - changed default colors for syntax coloringjakob2009-03-173-65/+109
* adding syntax coloring (issue #46 )jakob2009-03-163-0/+420
* - Fix an old bug where adding rows when "Reload table after adding a row" wa...rowanbeentje2009-03-111-2/+2
* More small bugfixesbamse162009-03-111-0/+2
* Small fixes clang complained about. Others will followbamse162009-03-112-7/+15
* - Increment trunk version number to 0.9.4rowanbeentje2009-03-114-8/+27
* Additional error checking, centralised connection keep-alive interval retriev...rowanbeentje2009-03-092-10/+33
* Fixes a division by zero error causing crashes on multi-table CSV and XML exp...rowanbeentje2009-03-051-2/+2
* - Fix a number of edit sheet crashers regarding opening and saving files, im...rowanbeentje2009-03-055-36/+156
* Added column names to completion list for for currently selected table.avenjamin2009-03-051-3/+14
* Improves the table structure view to only save a row when properly deselected...rowanbeentje2009-03-054-43/+95
* Don't allow the table list to be completely out of sight by not allowing the ...stuconnolly2009-03-041-2/+2
* Alter the open panel to recognise .csv and .sql extensions on selected files ...rowanbeentje2009-03-042-0/+27
* Fix a bug related to not saving unchanged-but-edited rows, introduced in r370.rowanbeentje2009-03-041-2/+6
* - Renames "Database Encoding" menu item in Database menu to "View Using Enco...rowanbeentje2009-03-043-34/+82
* - BLOB and binary fields are now fully visible and editable again (fixes Iss...rowanbeentje2009-03-038-52/+140
* - Re-design the custom query favourties editor and get rid of the nasty plus/...stuconnolly2009-03-022-39/+21
* Rollback on newbie mistake...bamse162009-03-021-10/+1
* Better error handling of dump reading (checking for NSError object instead of...bamse162009-03-022-4/+27
* - In the table status view use the user's long date format and medium time fo...stuconnolly2009-03-012-69/+102
* Fix an issue where by selecting to view the content of a table without the op...stuconnolly2009-03-011-16/+14
* Revert 10.5 build warning changes and make import progress sheet have focus w...stuconnolly2009-03-011-39/+28
* Implemented method: componentsSeparatedByCharactersInSet. to be compatible wi...avenjamin2009-02-283-0/+38
* Cleaned up warnings when building against 10.5 SDKavenjamin2009-02-285-40/+52
* Reduce the amount of padding on the new console panel and also auto save its ...stuconnolly2009-02-281-0/+12
* - Improve handling of disconnections made while selecting a database, fixing...rowanbeentje2009-02-282-12/+25
* + Separate the console from being drawer based to its own panel. New console ...stuconnolly2009-02-286-104/+226