Skip to content

Commit

Permalink
Merge pull request escoz#593 from lancep/master
Browse files Browse the repository at this point in the history
Added newline characters to the end of files missing them.
  • Loading branch information
escoz committed Oct 15, 2013
2 parents e2c762c + b86b09e commit 6e6e92c
Show file tree
Hide file tree
Showing 51 changed files with 52 additions and 50 deletions.
2 changes: 2 additions & 0 deletions QuickDialog.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,7 @@
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
Expand Down Expand Up @@ -1078,6 +1079,7 @@
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
Expand Down
2 changes: 1 addition & 1 deletion extras/QMailElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@

- (void)selected:(QuickDialogTableView *)tableView controller:(QuickDialogController *)controller indexPath:(NSIndexPath *)path;

@end
@end
2 changes: 1 addition & 1 deletion extras/QMapAnnotation.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

@property (nonatomic, assign) CLLocationCoordinate2D coordinate;

@end
@end
2 changes: 1 addition & 1 deletion extras/QMapAnnotation.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ - (QMapAnnotation *)initWithCoordinate:(CLLocationCoordinate2D)coordinate title:

return self;
}
@end
@end
2 changes: 1 addition & 1 deletion extras/QMapElement.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ - (void)selected:(QuickDialogTableView *)tableView controller:(QuickDialogContro
[controller displayViewController:mapController];

}
@end
@end
2 changes: 1 addition & 1 deletion extras/QMapViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
- (QMapViewController *)initWithCoordinate:(CLLocationCoordinate2D)d;

- (QMapViewController *)initWithTitle:(NSString *)string coordinate:(CLLocationCoordinate2D)d;
@end
@end
2 changes: 1 addition & 1 deletion extras/QPickerElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
- (void)reloadAllComponents;
- (void)reloadComponent:(NSInteger)index;

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/DOAutocompleteTextField.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
- (void)setAutoCompletes:(NSArray*)autoCompletes;
- (NSArray*)getAutoCompletes;

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/NSMutableArray+MoveObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

- (void)moveObjectFromIndex:(NSUInteger)from toIndex:(NSUInteger)to;

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QAutoEntryTableViewCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@

- (void)recalculateEntryFieldPosition;

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QBadgeElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@


- (QBadgeElement *)initWithTitle:(NSString *)title Value:(NSString *)value;
@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QBadgeLabel.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
@property(nonatomic, strong) UIColor *badgeColor;


@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QBadgeLabel.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ - (void) drawRect:(CGRect)rect
}


@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QBadgeTableCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
- (QBadgeTableCell *)init;
@property(nonatomic, readonly, strong) QBadgeLabel *badgeLabel;

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QBadgeTableCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ - (void)layoutSubviews {
}


@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QBindingEvaluator.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

- (void)fetchValueFromObject:(QElement *)element toData:(id)data;

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QButtonElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

- (QButtonElement *)initWithTitle:(NSString *)title;

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QClassicAppearance.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@


@interface QClassicAppearance : QAppearance
@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QClassicAppearance.m
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ - (float) currentGroupedTableViewMarginForTableView:(UITableView *)tableView



@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QDateEntryTableViewCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@


+ (UIDatePicker *)getPickerForDate;
@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QDateTimeElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@

- (QDateTimeElement *)initWithTitle:(NSString *)string date:(NSDate *)date;

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QDateTimeInlineElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@

- (QDateTimeInlineElement *)initWithTitle:(NSString *)string date:(NSDate *)date andMode:(UIDatePickerMode)mode;

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QDecimalTableViewCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

- (void)prepareForElement:(QEntryElement *)element inTableView:(QuickDialogTableView *)view;

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QDynamicDataSection.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
@property(nonatomic, strong) NSString *emptyMessage;


@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QEmptyListElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

- (QEmptyListElement *)init;

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QFlatAppearance.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
@interface QFlatAppearance : QAppearance


@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QFloatElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

- (QFloatElement *)initWithTitle:(NSString *)string value:(float)value;
- (QElement *)initWithValue:(float)value;
@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QLoadingElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
@property(nonatomic) UIActivityIndicatorViewStyle indicatorStyle;


@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QMultilineElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@

- (QMultilineElement *)initWithTitle:(NSString *)title value:(NSString *)text;

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QProgressElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

@property (nonatomic) float progress;

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QProgressElement.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ - (UITableViewCell *)getCellForTableView:(QuickDialogTableView *)tableView contr
return cell;
}

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QRootElement+JsonBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@

+ (Class)JSONParserClass;

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QSegmentedElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
- (QSegmentedElement *)init;


@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QSortingSection.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
- (BOOL)removeElementForRow:(NSInteger)integer;

- (BOOL)canRemoveElementForRow:(NSInteger)integer;
@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QSortingSection.m
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ - (BOOL)removeElementForRow:(NSInteger)index {
- (BOOL)canRemoveElementForRow:(NSInteger)integer {
return YES;
}
@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QTextField.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
@property (nonatomic, copy) NSString *prefix;
@property (nonatomic, copy) NSString *suffix;

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QTextField.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ - (void)drawTextInRect:(CGRect)rect
}
}

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QuickDialogController+Helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ NSString *QTranslate(NSString *value);

@interface QuickDialogController (Helpers)

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QuickDialogController+Helpers.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@


@implementation QuickDialogController (Helpers)
@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QuickDialogController+Loading.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
-(void)loading:(BOOL)value;


@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QuickDialogDataSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath;

@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QuickDialogTableDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
- (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath;


@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QuickDialogWebController.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
- (void)reload;


@end
@end
2 changes: 1 addition & 1 deletion quickdialog/QuickDialogWebController.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ - (void)viewDidLoad {
}


@end
@end
2 changes: 1 addition & 1 deletion sample/AboutController.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ - (void)viewWillAppear:(BOOL)animated {



@end
@end
2 changes: 1 addition & 1 deletion sample/JsonDataSampleController.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

}

@end
@end
2 changes: 1 addition & 1 deletion sample/JsonDataSampleController.m
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ -(void)handleClear:(QElement *)button {
}


@end
@end
2 changes: 1 addition & 1 deletion sample/LoginController.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
}

+ (QRootElement *)createDetailsForm;
@end
@end
2 changes: 1 addition & 1 deletion sample/LoginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
@property(strong) NSString *login;
@property(strong) NSString *password;

@end
@end
2 changes: 1 addition & 1 deletion sample/LoginInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ @implementation LoginInfo
@synthesize login = _login;


@end
@end
2 changes: 1 addition & 1 deletion sample/SampleDataBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
}

+ (QRootElement *)create;
@end
@end

0 comments on commit 6e6e92c

Please sign in to comment.