aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* • some work on SPFieldEditorBibiko2009-06-252-6/+172
* • added SPFieldEditor classBibiko2009-06-253-1/+426
* - Fix issue with LHS action button would display its menu Small instead of Re...avenjamin2009-06-253-25/+38
* • 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
* - Re-enabled "Strip Debug symbols during copy" for release and distribution b...avenjamin2009-06-251-3/+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-242-60/+10
* - Changed the way the BWToolkit framework was included to allow modifications...avenjamin2009-06-24335-208/+30237
* • added separate Menu "Context Menu (Table List)" to DBView.xibBibiko2009-06-243-24/+528
* - Fix some warnings for setTitlebarStatus methodavenjamin2009-06-241-0/+1
* - Modified titlebar display of SSH statusavenjamin2009-06-244-650/+722
* • Custom Query fixes:Bibiko2009-06-242-61/+69
* - Interface cleanup of various sheets and windowsavenjamin2009-06-245-4421/+4265
* • changes in editSheet:Bibiko2009-06-243-12/+75
* Implement some of the points suggested in issue #309:stuconnolly2009-06-242-20/+23
* • tried to unify the displaying of error messages (mainly converted them in...Bibiko2009-06-243-12/+40
* - Initial fix to resolve issue where Release and Distribution builds would no...avenjamin2009-06-241-0/+5
* - 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-23109-813/+2333
* • 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
* • fixed: ⌘R activated Table Info if Structure Pane is shown. Change to ⌘4.Bibiko2009-06-221-6/+10
* • 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-217-41/+418
* • changed: if the current edited field is a "ENUM" fieldBibiko2009-06-211-1/+5
* Update the new 'Edit Table Details' button tooltipstuconnolly2009-06-211-69/+17
* • 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-212-9/+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-212-2/+35
* • 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-195-68/+152
* Fix for issue #285. Also tidy up the add/change row method including friendli...stuconnolly2009-06-191-42/+83