Skip to content
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
wants to merge 1,568 commits into
base: master
Choose a base branch
from
Open

Dev core rewrite #467

wants to merge 1,568 commits into from

Conversation

pinky1997
Copy link

No description provided.

djbe and others added 30 commits October 7, 2011 01:24
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.
DerAndereAndi and others added 29 commits February 5, 2012 17:43
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:
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
…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
@ssbarnea
Copy link

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet