aboutsummaryrefslogtreecommitdiffstats
path: root/sequel-pro.xcodeproj
Commit message (Expand)AuthorAgeFilesLines
* - Add SVN id property to SPFileHandle, correct headers, and add more functio...rowanbeentje2010-04-121-1/+1
* Add a new SPFileHandle class to support gzip compression and writing on a bac...rowanbeentje2010-04-121-9/+45
* More tidy up. Constants and functions.stuconnolly2010-03-311-4/+12
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...stuconnolly2010-03-311-1/+1
* Minor tidy up. Remove uneccessary import and rename pre-compiled header.stuconnolly2010-03-311-5/+7
* Minor MCPKit tidy up, including the resolution of potential issues raised dur...stuconnolly2010-03-261-1/+5
* • NavigatorBibiko2010-03-241-0/+24
* • added SPNavigatorOutlineView class for future stuffBibiko2010-03-231-0/+6
* - Add a new SPMainThreadTrampoline NSObject category, allowing all NSObjects...rowanbeentje2010-03-201-0/+6
* • some progress of the navigator approach (not yet active - hidden main men...Bibiko2010-03-181-0/+4
* • initial commit to support a connection/schema navigator (not yet active ...Bibiko2010-03-171-0/+18
* Consolidate all localizable content in the Resources/ directory and only use ...stuconnolly2010-03-171-100/+83
* - Add toolbar item for Triggers interfaceavenjamin2010-03-131-0/+4
* Lots more printing support enhancements, including:stuconnolly2010-03-131-0/+4
* Various printing support enhancements, including:stuconnolly2010-03-121-0/+6
* • outsourced keyword completion and function completion lists to Completion...Bibiko2010-03-081-0/+4
* Improve Feedback reporter privacy and functionality:rowanbeentje2010-03-061-6/+6
* - Addition and enabling of crash reporting and exception reporting, submitti...rowanbeentje2010-03-031-0/+9
* • fixed endless loop if user selects a table whose name contains chars whic...Bibiko2010-02-051-0/+12
* • CMTextView: switch off syntax highlighting if text buffer size is larger ...Bibiko2010-02-011-0/+6
* Added preliminary support for triggers. You can access the tab via the bamse162010-01-311-0/+6
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-0/+6
* Add a new SPDataStorage class, and use it in TableContent and CustomQuery:rowanbeentje2010-01-171-0/+6
* • added transparency to table-view-small-square.tiff (used for F5 completion)Bibiko2010-01-111-0/+4
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-6/+6
* Disable 64-bit builds because of various issues, including SSH tunnels and re...stuconnolly2009-12-201-7/+6
* - Updating Growl to 1.2avenjamin2009-12-201-79/+8
* Don't include MCPKit's entreprise code in the framework build as we are curre...stuconnolly2009-12-191-40/+0
* Reorder build phases.stuconnolly2009-12-181-9/+1
* Create a new logical Xcode folder for icons.stuconnolly2009-12-121-4/+12
* - Add document images for .spf and .sql filesrowanbeentje2009-12-091-0/+8
* - Fix a build issue on Distribution builds by including a link to libcrypto ...rowanbeentje2009-12-091-0/+2
* Moved the SPUserMO source into the Core Data folder with the model. Added co...mltownsend2009-12-041-2/+2
* - Remove two unused images from the images folder, and re-save a number of T...rowanbeentje2009-11-301-8/+0
* - Tweak pagination to fix click-through of pagination popup, fix next page b...rowanbeentje2009-11-231-2/+0
* - Replace the LIMIT interface on the content view with a pagination control ...rowanbeentje2009-11-231-0/+24
* - Relocate the table changed notification, allowing table info pane to updat...rowanbeentje2009-11-211-0/+6
* The result of being bored. Add a nicer looking about panel based on Adium's.stuconnolly2009-11-191-0/+23
* Add the new application icon, but keep the old one included in the bundle as ...stuconnolly2009-11-161-0/+4
* • fixed the absolute path setting of the xproj file ContentFilters.plist to...Bibiko2009-11-141-4/+4
* Increase row size of console table view.stuconnolly2009-11-141-1/+1
* Rename test case classes.stuconnolly2009-11-131-14/+15
* Tidy up and fix unit tests.stuconnolly2009-11-131-14/+21
* Add SPConnectionDelegate as a category of TableDocument to split out all conn...stuconnolly2009-11-131-11/+25
* Tidy up and forgot to commit project file.stuconnolly2009-11-131-6/+3
* In an aid to split up the functionality of the TableDocument class as well as...stuconnolly2009-11-131-0/+19
* - New server processes panel, accessible via the 'Database' menu and alt+cmd+...stuconnolly2009-11-121-0/+19
* Improve truncating of table names (by appending ...) using SPTableTextFieldCell.stuconnolly2009-11-011-6/+20
* Put all 'Run Scripts' build phase code into a single script 'build.sh' to mak...stuconnolly2009-10-311-1/+3
* - Add a code-signing phase to "Debug" compiles, if a keychain private key ma...rowanbeentje2009-10-281-1/+1
='#n612'>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