aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableStructure.h
Commit message (Expand)AuthorAgeFilesLines
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+29
* Move the table structure's loading logic into it's own category.stuconnolly2012-07-041-5/+0
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-9/+5
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-3/+3
* - Review changes made in r3376 and revert a number of regressionsrowanbeentje2011-08-141-3/+2
* merged latest SP_REFACTOR changessqlprodev2011-08-021-2/+3
* - Rework a number of protocol defintions when refactoring to fix IB compilat...rowanbeentje2011-06-211-3/+2
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-2/+24
* - Add the ability to double-click in empty areas of the main tableviews to a...rowanbeentje2011-04-251-3/+3
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-2/+0
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-6/+17
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-3/+6
* • TableStructure sheet to ask for the to be used index of an auto_increment...Bibiko2010-11-011-3/+1
* • improved Structure editing logic to allow to choose auto_increment for Ex...Bibiko2010-11-011-1/+3
* Tidy up SPTableStructure including moving all the private field type validati...stuconnolly2010-10-281-1/+5
* Add SPDefaultPasteboardDragType constant.stuconnolly2010-10-281-7/+6
* Tidy up.stuconnolly2010-10-191-2/+0
* • implemented for TableStructure's source table the possibility to hide/unh...Bibiko2010-10-151-0/+3
* - Consolidate structure and content row editing cancellation code into a sin...rowanbeentje2010-09-161-0/+1
* • added to Structure source table's context menu item: "Show optimized fiel...Bibiko2010-09-121-0/+1
* • TableStructureBibiko2010-09-101-0/+2
* • Structure editingBibiko2010-09-091-0/+2
* • TableStructureBibiko2010-09-091-1/+4
* Tweak structure view index collapsing:rowanbeentje2010-07-171-0/+5
* Split the management of a table's indexes (adding and removing) to its own co...stuconnolly2010-06-141-14/+7
* Rename TableSource to SPTableStructure.stuconnolly2010-05-271-0/+109
'>306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552