aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionControllerDelegate.m
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up Format string is not a string literal (potentially insecure) errorsMarius Ursache2013-11-091-2/+2
* Ensure the relations table view is refreshed after field changes result in a ...stuconnolly2013-10-271-53/+66
* * This change adds basic tab coloring support for favorites - ** POC / NEEDS ...dmoagx2013-10-231-0/+8
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-1/+1
* - When favorites in the connection view gave no password, no longer set the ...rowanbeentje2013-02-211-0/+8
* - Fix crashes when importing favorites on the connection view, addressing Is...rowanbeentje2013-02-191-2/+15
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-90/+90
* Changes required to merge Sequel Pro r4011 into Codasqlprodev2013-02-141-0/+2
* Increase the minimum size of the connection view's split view so we don't for...stuconnolly2013-01-071-1/+1
* - Fix problems editing the connection name when editing has just begun, addr...rowanbeentje2013-01-061-2/+2
* - Add some NSOutlineView logic to prevent disclosure triangles from displayi...rowanbeentje2012-11-181-0/+5
* - Connection interface: if dragging items into a node, ensure that node is e...rowanbeentje2012-10-091-0/+1
* - Connection interface: if the name of a node is being edited in the sidebar...rowanbeentje2012-10-081-0/+5
* - Fix the Quick Connect entry on the connection screen being a drag and drop...rowanbeentje2012-10-081-1/+4
* Increase the minimum size of the connection outline view to match the databas...stuconnolly2012-10-071-1/+1
* Constrain the minimum size of the connectiion view split view so we don't wra...stuconnolly2012-10-061-0/+5
* Change the connection screen interface, particularly relating to favourite ed...rowanbeentje2012-10-061-84/+136
* Fix being able to type favorite names with spaces as well as remove some redu...stuconnolly2012-08-061-33/+13
* - Remove all BWToolKit elements in the connection view, replacing with stand...rowanbeentje2012-08-011-6/+3
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
* A few more tweaks for SP r3710 merge with Codasqlprodev2012-07-051-0/+38
* * Fixes some cases of bad localizabilitydmoagx2012-06-231-2/+2
* - Remove delayed favourite selection call on tab setup. This fixes detail r...rowanbeentje2012-06-031-7/+5
* - Fix issues where removing favorites could cause crashes in other tabs/wind...rowanbeentje2012-05-281-1/+3
* Improve connection handling and editing:rowanbeentje2012-05-271-4/+0
* Improve connection view menu item validation.stuconnolly2012-05-251-20/+19
* Conection outline view fixes:stuconnolly2012-05-241-19/+17
* Improvements to connection view outline view:rowanbeentje2012-05-201-9/+61
* Fix gcc warnings.stuconnolly2012-05-091-10/+10
* Add support for saving the state of the connection favorites outline view.stuconnolly2012-05-031-0/+22
* - Alter the variable that currentFavorite tracks to the favourite instead of...rowanbeentje2012-05-021-4/+2
* Merge outline view branch into trunk.stuconnolly2012-05-021-118/+471
|\
| * Add imported favorites to the root node and preserve sorting if enabled.stuconnolly2012-04-291-0/+12
| * Pass the array of imported favorites instead of the whole dictionary to the d...stuconnolly2012-04-291-2/+1
| * Fix drag and drop of items that aren't selected.stuconnolly2012-03-171-8/+8
| * Would help if I committed the right file.stuconnolly2012-03-041-3/+6
| * Fix exception caused by adding a nil representation of a tree node.stuconnolly2012-03-041-5/+7
| * Tidy up.stuconnolly2012-01-241-2/+1
| * Favorites import progress.stuconnolly2011-10-021-10/+29
| * Don't allow newlines in the connection view input fields. Fixes issue #1008.stuconnolly2011-08-071-1/+5
| * Work on importing favorites.stuconnolly2011-08-011-1/+14
| * Add the ability to export favorites.stuconnolly2011-06-121-0/+16
| * Fix issue related to dragging a node to a group node that is being renamed as...stuconnolly2011-03-131-2/+26
| * Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-0/+1
| * Comments.stuconnolly2011-03-061-2/+4
| * Fix tooltips for favorite nodes that don't yet have a hostname.stuconnolly2011-03-061-1/+5
| * ToolTip fixes for root node.stuconnolly2011-03-051-6/+11
| * Only update a favourite's name if it was the name field that was actually cha...stuconnolly2011-03-051-5/+3
| * Add support for auto saving expanded items.stuconnolly2011-03-051-56/+0
| * Fix and enable drag and drop in the connection favorites outline view.stuconnolly2011-01-261-28/+21
='#n685'>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 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111