Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: escoz/QuickDialog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: on123/QuickDialog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 8 files changed
  • 1 contributor

Commits on Nov 3, 2013

  1. QBooleanElement now supports onTintColor property to change respectiv…

    …e property on UISwitch.
    on123 committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    294e092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea465e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6b2d5f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2013

  1. Merge commit 'd4f3298a2352222ed815fc32c83a7e97fcb5498f' into on123master

    # By Jai Govindani
    # Via Eduardo Scoz (1) and Jai Govindani (1)
    * commit 'd4f3298a2352222ed815fc32c83a7e97fcb5498f':
      Added runtime check for imageWithRenderingMode: to prevent crash in iOS 6
    on123 committed Nov 4, 2013
    Configuration menu
    Copy the full SHA
    99e2dcb View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2013

  1. Merge branch 'master' of https://github.com/escoz/QuickDialog into on…

    …123master
    
    # By Bo Frese (1) and others
    # Via Eduardo Scoz (3) and nazbot (1)
    * 'master' of https://github.com/escoz/QuickDialog:
      Fixed issue where trying to reload a cell that is inside a hidden section inserts nil into an array.  Skip reloading elements which are inside hidden sections.
      Fix Issue #617: QRadioElement selected item not appearing as default value
      Not including extras by default. Also added subspecs to selectively include extra components
    on123 committed Dec 14, 2013
    Configuration menu
    Copy the full SHA
    05b283a View commit details
    Browse the repository at this point in the history
  2. Corrected target membership of QPickerElement, QPickerTableViewCell a…

    …nd QPickerTabDelimitedStringParser
    on123 committed Dec 14, 2013
    Configuration menu
    Copy the full SHA
    cb3273f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2014

  1. Merge branch 'master' of https://github.com/escoz/QuickDialog

    # By Bruno Virlet
    # Via Bruno Virlet (1) and Eduardo Scoz (1)
    * 'master' of https://github.com/escoz/QuickDialog:
      If setting images for items in QRadioElement, display them in QRadioItemElement.
    on123 committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    d198f3b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2014

  1. Merge commit 'c27fd073acc0723d90260b6f64d59ae9829a8ab3'

    * commit 'c27fd073acc0723d90260b6f64d59ae9829a8ab3':
      imageNamed:nil reports log error in xcode 5, check this before setting image names
      accessory view bug fixed. prepare for element was trying to add accessory view to text field only when text field is nil.
      fixed bug when initializing from json; added init method with default float value 0.0
      Podspec update to v1.0
      Several bug fixes for version 1.0
      Major fixes to QD all elements now contain a weak link to the view controller binding is by default shallow now; there's a new property called shallowBind on QElements that can bypass that Several bug fixes
      Include cell inset when calculating width.
      Rounds dates when not date picker uses only Date mode.
      Adds new inline date time editor
      Minor fixes to binding evaluator
      Minor UI updates to cells
      Adds back the delegate class so we can overview when cells and headers appear
    
    Conflicts:
    	QuickDialog.xcodeproj/project.pbxproj
    	quickdialog/QuickDialogTableView.h
    on123 committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    34323e2 View commit details
    Browse the repository at this point in the history
  2. removed compiler warnings

    on123 committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    0b653d1 View commit details
    Browse the repository at this point in the history
Loading