aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • fixed bug if user invokes undo on a NSSearchField in the ContentViewBibiko2011-03-081-2/+5
* • fixed compiler warnings and avoid using [NSRURL pathComponents] since it'...Bibiko2011-03-081-6/+8
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-0827-175/+206
* • fixed i995 : affected rows returned -1Bibiko2011-03-071-1/+1
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-079-122/+136
* Fix compiler warnings related to flex and derived sourcesrowanbeentje2011-03-042-5/+3
* Fix more compiler warnings.stuconnolly2011-03-049-23/+35
* - Fix more compiler warningsrowanbeentje2011-03-0429-73/+95
* Fix more compiler warnings.stuconnolly2011-03-035-4/+20
* - Fix compiler warnings for MCPKit - largely typecast relatedrowanbeentje2011-03-0212-78/+109
* Fix compiler warnings.stuconnolly2011-03-0110-86/+93
* fixed compiler warningssqlprodev2011-03-0120-19/+36
* fixed compiler warningssqlprodev2011-03-0133-54/+74
* fixed compiler warningssqlprodev2011-03-0124-42/+30
* fixed compiler warningssqlprodev2011-03-013-3/+9
* - Improve filter dropdown comparison memory to no longer override filters to...rowanbeentje2011-02-231-3/+6
* - Preserve the current filter string when refreshing the table list if one i...rowanbeentje2011-02-201-5/+15
* - Fix spinlocks when table/database deletion causes the table information cl...rowanbeentje2011-02-191-0/+9
* - Fix exceptions caused by uncombined accents/special characters, addressing...rowanbeentje2011-02-191-1/+1
* • fixed tiny overseen bug by speeding up the line numbering; the complete v...Bibiko2011-02-171-1/+1
* • commented out unused code; applied global layoutManager and container to ...Bibiko2011-02-171-12/+8
* • some minor speed improvementsBibiko2011-02-173-27/+40
* • some speed improvements for line numberingBibiko2011-02-162-35/+42
* • fixed bug while CSV Import for method UPDATE and INSERT remaining rows Bibiko2011-02-151-1/+1
* - When loading tables, ensure that the column count is updated before table ...rowanbeentje2011-02-152-6/+8
* - When changing column selections in the filter dropdowns, preserve the filt...rowanbeentje2011-02-141-0/+7
* - Fix trigger deletion to use the correct trigger namerowanbeentje2011-02-131-4/+5
* • show in Content tables' header comments and ENUM/SET valuesBibiko2011-02-111-17/+25
* - Revert r3187, which only masked an underlying bug and caused double column...rowanbeentje2011-02-116-87/+90
* When the user cancels the SSH password prompt, prevent further prompts and al...stuconnolly2011-02-083-95/+131
* - Ensure table information is retrieved on the working thread, to prevent a ...rowanbeentje2011-02-071-0/+6
* - Don't bring the task window to the front before re-adding it to the parent...rowanbeentje2011-02-061-1/+0
* • further speed optimisations for SQL syntax highlightingBibiko2011-02-031-23/+21
* • CSV field mapperBibiko2011-02-032-11/+24
* • improve CSV field mapping method to align file header names with table co...Bibiko2011-02-031-16/+72
* • forgotten to apply a change of a NoodleLineNumber methodBibiko2011-02-021-1/+1
* • several speed optimisations and code cleaningBibiko2011-02-022-253/+279
* • removed keyboard short-cut ?\008^C for "Copy as RTF" since it's not a fre...Bibiko2011-02-021-8/+1
* • changed the behaviour of ⇧⌘K (Show/Hide Console) slightlyBibiko2011-02-011-16/+17
* • fixed updateWindowTitle: threading issueBibiko2011-02-011-1/+1
* - Ensure window title updates occur on the main thread, fixing crashes under...rowanbeentje2011-01-312-8/+12
* Interface tweaks.stuconnolly2011-01-311-3/+2
* Make use of constants in SPEditorPreferencePane.m.stuconnolly2011-01-301-17/+27
* Improve unsaved theme warning message.stuconnolly2011-01-301-5/+8
* - Improve thread safety when loading content views, improving Issue #953rowanbeentje2011-01-291-4/+5
* • added print accessory view for background printing yes/no to HTML output ...Bibiko2011-01-281-0/+8
* • improved print capability of the HTML output windowBibiko2011-01-281-1/+44
* • fixed exception for printing Content table if it contains GEOMETRY dataBibiko2011-01-281-2/+23
* • changed in HTML output window the link behaviour of file:// URL scheme; n...Bibiko2011-01-281-3/+9
* • fixed table list querying by checking utf8 connection since we query info...Bibiko2011-01-261-6/+17