aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* - Rework edit sheet find/replace handling; instead of altering the main wind...rowanbeentje2012-04-245-30/+40
* - Add the enter key and right arrow key to the list of keys that will select...rowanbeentje2012-04-191-1/+1
* - Fix localisation of export tokens, preventing duplication of strings to be...rowanbeentje2012-04-191-11/+17
* - Improve table change engine confirmation dialog by ordering out the sheet ...rowanbeentje2012-04-191-0/+1
* - Fix a number of small memory leaksrowanbeentje2012-04-143-0/+5
* - Fix crashes on use of custom query autocompletion when the database struct...rowanbeentje2012-04-141-2/+3
* - Manually handle some SPFileHandle memory management to significantly impro...rowanbeentje2012-04-124-21/+34
* Improve query placeholder insertion:rowanbeentje2012-04-111-1/+66
* - Alter table trigger export to only occur if the table structure export is ...rowanbeentje2012-04-111-43/+46
* Add SPWindowControllerDelegate category.stuconnolly2012-04-093-374/+471
* - Alphabetically sort table engines, addressing Issue #1316rowanbeentje2012-04-092-4/+18
* Localize user manager dialogs.stuconnolly2012-04-072-12/+11
* - Fix process list filtering to handle new NSNumber id/time formatting (chan...rowanbeentje2012-04-071-2/+2
* Tidy up and remove commented out code.stuconnolly2012-04-074-193/+127
* PSMTabBar improvements:rowanbeentje2012-04-021-0/+3
* Tidy up.stuconnolly2012-04-014-12/+11
* Remove unused IBOutlet.stuconnolly2012-04-011-9/+12
* Remove unused method.stuconnolly2012-04-011-22/+0
* Improve the availability of the table name token on the custom export filenam...stuconnolly2012-04-017-135/+310
* - Correctly localise table column header tooltips, improving Issue #1006rowanbeentje2012-03-311-0/+2
* #ifdef'ing out references to frameworks that are not used in SP_REFACTOR buildssqlprodev2012-03-2911-1/+39
* - If no table encoding is set on a table, fall back to the database encoding...rowanbeentje2012-03-291-1/+4
* - Fix an exception when refreshing the navigator viewrowanbeentje2012-03-281-5/+5
* Refresh the database drop down menu before selecting the new database after a...stuconnolly2012-03-282-75/+99
* Replaced ivar accidentally removed from SP_REFACTOR buildsqlprodev2012-03-282-3/+3
* User manager code tidy up.stuconnolly2012-03-283-63/+68
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-2742-108/+28
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-2729-43/+295
* - Fix incorrect queries when building up an export by removing the additiona...rowanbeentje2012-03-271-5/+7
* silence compiler warning about id return typesqlprodev2012-03-261-3/+3
* - Tidy up user manager code.stuconnolly2012-03-264-285/+354
* Add support for renaming users on MySQL versions less than 5.0.2 by directly ...stuconnolly2012-03-253-33/+113
* - Fix exceptions caused when resizing custom query columns which don't map t...rowanbeentje2012-03-241-3/+3
* Don't close the user manager after the user dismisses the errors sheet.stuconnolly2012-03-241-4/+0
* Remember to release the errors string even if we don't use it when applying u...stuconnolly2012-03-241-0/+2
* Fix layout issues when resizing the user manager's errors sheet.stuconnolly2012-03-241-0/+4
* Simply queries executed by user manager.stuconnolly2012-03-241-17/+13
* - Fix an exception when attempting to preserve the selection in a table with...rowanbeentje2012-03-245-14/+25
* - Alter the import field mapper controller to support multiple primary keys ...rowanbeentje2012-03-222-6/+10
* - Rework SPTableData PRIMARY KEY and UNIQUE KEY parsing to use SPSQLParser i...rowanbeentje2012-03-229-123/+199
* - Fix a possible race condition exception when switching between tables when...rowanbeentje2012-03-212-4/+8
* Update error message.stuconnolly2012-03-201-1/+1
* - Fix error message being displayed when changing a table's storage engine ev...stuconnolly2012-03-201-4/+5
* - When exporting a query result or filtered table view make sure we're includ...stuconnolly2012-03-2012-989/+1274
* - When cancelling a sort on the table content view, don't display an error m...rowanbeentje2012-03-201-1/+1
* - When refreshing the table content view, preserve column widths for columns...rowanbeentje2012-03-201-0/+12
* - Fix exceptions when using Show Optimized Field Type in the Structure pane ...rowanbeentje2012-03-201-0/+1
* - Fix crashes caused by using SPBundleHTMLOutputController windows, closing ...rowanbeentje2012-03-203-8/+12
* - Fix incorrect Copy as SQL INSERT processing leaving out commas; this addre...rowanbeentje2012-03-191-16/+13
* - Rewrite SPFontPreviewTextField to replace previous Colloquy-derived GPL-li...rowanbeentje2012-03-184-35/+26
href='#n598'>598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980