aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • added SPFieldEditor classBibiko2009-06-252-0/+419
* • trial to improve the Undo behaviour in the Custom Query editorBibiko2009-06-251-1/+3
* - Set an appropriate error message if the MySQL connection could not be esta...rowanbeentje2009-06-251-1/+5
* - Make changes to the table structure flush the appropriate table data cachesrowanbeentje2009-06-244-8/+34
* - We have always allowed setting "on update CURRENT_TIMESTAMP" for timestamp...rowanbeentje2009-06-242-0/+17
* Change the remove relation confirmation dialog to a sheet as opposed to a mod...stuconnolly2009-06-241-34/+48
* - Fix default values behaviour - previously, default values weren't being sa...rowanbeentje2009-06-241-15/+15
* • initial trial to make Custom Query's result table sortable by clicking at...Bibiko2009-06-242-11/+58
* Remove table column from relations table view as its redundant data.stuconnolly2009-06-241-1/+0
* • added separate Menu "Context Menu (Table List)" to DBView.xibBibiko2009-06-242-1/+62
* - Fix some warnings for setTitlebarStatus methodavenjamin2009-06-241-0/+1
* - Modified titlebar display of SSH statusavenjamin2009-06-243-12/+41
* • Custom Query fixes:Bibiko2009-06-242-61/+69
* • changes in editSheet:Bibiko2009-06-243-12/+75
* Implement some of the points suggested in issue #309:stuconnolly2009-06-241-14/+14
* • tried to unify the displaying of error messages (mainly converted them in...Bibiko2009-06-242-11/+29
* - Tweak to table relations to allow data refreshing to optionally clear the ...rowanbeentje2009-06-231-28/+37
* • added to SPDataAdditions:Bibiko2009-06-234-67/+48
* • fixed several problems for alerting an error sheet inside of a didEndSele...Bibiko2009-06-234-10/+46
* - Add BWToolkit Framework to allow for better control over some UI elementsavenjamin2009-06-231-49/+49
* • fixed issue while editing an field cell in Structure View select an other...Bibiko2009-06-231-28/+36
* • fixed issue for showing an error alert sheet inside of a endSheet selecto...Bibiko2009-06-232-6/+27
* • added SPDataCellFormatter to data cells of the Custom Query tableBibiko2009-06-232-26/+35
* • moved dataToHex as dataToFormattedHexString from TableContent to SPDataAd...Bibiko2009-06-234-91/+90
* • added to the CustomQuery class the multipleLineEditingButton IBOutletBibiko2009-06-231-0/+1
* • fixed: make usage of backtickQuotedString to allow table names containing...Bibiko2009-06-233-60/+82
* - Improve r911 (initial Custom Query editability) to allow editing of rows c...rowanbeentje2009-06-221-13/+13
* • first trial to make the result table in the Custom Query editable for suc...Bibiko2009-06-222-45/+225
* - Improve support for MySQL running in ANSI mode (or ANSI_QUOTES), fixing a ...rowanbeentje2009-06-221-39/+41
* • improved: "Copy as SQL INSERT" in Custom Query passes the original table ...Bibiko2009-06-221-6/+23
* • first steps to synchronize CustomQuery table and ContentTableBibiko2009-06-224-8/+90
* - Allow connections via SSH tunnels to reattempt using the specified host if...rowanbeentje2009-06-216-30/+122
* • changed: if the current edited field is a "ENUM" fieldBibiko2009-06-211-1/+5
* • some code cleaning and tiny performance enhancements for various for/whil...Bibiko2009-06-213-84/+100
* Issue #305 now fully resolved, remove debug.stuconnolly2009-06-211-3/+1
* Sparkle delegate methods doesn't seem to be getting called, so set the delega...stuconnolly2009-06-211-1/+6
* Typo, should be the sheet not the window.stuconnolly2009-06-211-2/+2
* Fix for issue #305. Close all sheets attached to all open windows just before...stuconnolly2009-06-211-0/+22
* • some code cleaning and tiny performance enhancements for syntax highlightingBibiko2009-06-212-39/+41
* • queryString: code cleaning and processing each encoding equallyBibiko2009-06-193-30/+39
* • added: SPDataAdditions.mBibiko2009-06-194-68/+146
* Fix for issue #285. Also tidy up the add/change row method including friendli...stuconnolly2009-06-191-42/+83
* • added to TableContent.m:Bibiko2009-06-193-1/+121
* Accommodate all MySQL versions when getting the list of storage engines.stuconnolly2009-06-192-5/+74
* • added: by holding ⌘, ⇧, or/and ⌥ dragged selected rows will be copi...Bibiko2009-06-191-2/+10
* • fixed: avoid displaying µs for query execution timeBibiko2009-06-191-3/+7
* • added support to drag&drop textClipping files to Custom Query Editor and ...Bibiko2009-06-193-4/+25
* • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline functionBibiko2009-06-1816-125/+164
* • introduced inline function NSStringUTF8String() to SPStringAdditions.hBibiko2009-06-183-5/+22
* • further tiny improvements for queryString's speedBibiko2009-06-182-4/+15