-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev core rewrite #467
Open
pinky1997
wants to merge
1,568
commits into
master
Choose a base branch
from
dev_core_rewrite
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dev core rewrite #467
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also removed pbxproj file from ignores (and added needed changes for compilation) Conflicts: Resources/en.lproj/MainMenu.xib
Conflicts: .gitignore ControlPlane.xcodeproj/project.pbxproj
Also some small compile fixes and a bit of debug logging
Also fix some warnings Conflicts: Resources/da-DK.lproj/MainMenu.xib Resources/de.lproj/MainMenu.xib Resources/fr.lproj/MainMenu.xib Resources/it.lproj/MainMenu.xib Resources/pt-BR.lproj/MainMenu.xib
Also some small fixes/features: - unregister spelling (capitalization) - move CLLocation additions to core plugin dir - set thread names for cpcontroller and sleep thread - negative rules - source instances are created on registration - fix paths in utilities scripts
Conflicts: ControlPlane.xcodeproj/project.pbxproj Resources/Info.plist Source/CoreWLANEvidenceSource.m Source/RunningApplicationEvidenceSource.m
Separated JSONKit into it's own target (static lib)
Simplified singleton code
Thread safety in actions-manager
Conflicts: ControlPlane.xcodeproj/project.pbxproj Source/DefaultPrinterAction.m Source/DesktopBackgroundAction.m Source/FirewallRuleAction.m Source/MailSMTPServerAction.m Source/NetworkLocationAction.m Source/OpenAction.m Source/ShellScriptAction.m Source/ToggleableAction.m Source/VPNAction.m
Bluetooth API is a pain in the ass, I suspect it'll be even worse once actual testing begins
These fixes remove the use of the File Manager API that was causing crashes on Lion. This should resolve issue #827357. We are now using NSFileManager instead of the older File Manager API, but only on 10.6 and later. These changes should work for those targeting 10.4, but will allow users running 10.7 to still update without crashing.
…e no content on the Mac
Include patch from http://code.google.com/p/plcrashreporter/issues/detail?id=38 to fix generated reports that have UTF characters in the executable name
* release/2.1.4: Update PLCrashReporter with UTF bug fix Update iOS demo project to build with armv6 and iOS3 deployment target Ignore crash reports that do not match the current app version or have no content on the Mac Code formatting updates Clean crash queue if the HockeyApp server rejected the crash fixed a memory leak Enable armv6 architecture. added support for sending crash reports automatically Now this is the last space indentation fix Missed one last Same for the header file And some more missed out Again some more 2 space indentation fixes
This fixes pathToRelaunchForUpdater by supporting an executable path other than the host bundle path.
- Added shortcut to collapse left-side toolbar
Improved some strange translations in Japanese
Improved Japanese translations (fixes #141)
Host bundle is changed by pathToRelaunchForUpdater:
Convenience shortcuts
This is useful for situations like a background app that updates a parent preference pane but wants to maintain defaults in the background app's domain.
Clean up after install on quit updates
Support a custom user defaults domain
… dev_core_rewrite
…dev_core_rewrite
…ry Ishellscripthelper). Conflicts: ControlPlane.xcodeproj/project.pbxproj Resources/Info.plist Resources/da-DK.lproj/Localizable.strings Resources/de.lproj/Localizable.strings Resources/en.lproj/Localizable.strings Resources/en.lproj/MainMenu.xib Resources/fr.lproj/Localizable.strings Resources/it.lproj/Localizable.strings Resources/pt-BR.lproj/Localizable.strings Resources/pt-PT.lproj/Localizable.strings Source/Action.m Source/CPController.m Source/CPHelperTool/CPHelperTool.c Source/CPHelperTool/CPHelperToolCommon.c Source/CPHelperTool/CPHelperToolCommon.h Source/CoreLocationSource.h Source/CoreLocationSource.m Source/CoreWLANEvidenceSource.m Source/ShellScriptAction.m Source/ShellScriptEvidenceSource.m
Conflicts: Resources/Info.plist Source/CoreLocationSource.m
Conflicts: ControlPlane.xcodeproj/project.pbxproj Source/CoreLocationSource.h Source/CoreLocationSource.m Source/QuincyKit Source/ToggleInternetSharingAction.h
OMG, Nobody will be able to review this! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.