Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/tcurdt/feedbackreporter
Framework for sending feedback and system information reports from you Cocoa application.
https://github.com/tcurdt/feedbackreporter
ef567c4aa85c1761d027fe6d38bfa15060ed37a6 authored over 7 years ago by Sean McBride <[email protected]>
5a34e51286566199e2ef7b3ac1f4b342dd450d45 authored over 7 years ago by Sean McBride <[email protected]>
per modern Cocoa convention.
72b22b512c2ce5e1765ff33c54ae31075fe5cf47 authored over 7 years ago by Sean McBride <[email protected]>
Also removed CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS
since I'll eventually use autosynthesis.
d7bc166ce2705932fe50649781c1e7cd6c9d30f5 authored over 7 years ago by Sean McBride <[email protected]>
Touched all xib files with Xcode 7.2.1 (7C1002) on 10.10.5 (14F2411)
and updated deployment from...
Newer versions of Xcode wouldn't even do the conversion.
a44438355c5b4110fecd8954b2c4c513148f764a authored over 7 years ago by Sean McBride <[email protected]>Fixed build against 10.12 SDK / Removed old workarounds
02e734046e087b0b8d7e3fcc6ff097b42d7df262 authored over 7 years ago by Torsten Curdt <[email protected]>Fixed compilation agaist 10.12 SDK, where two constants have been removed: CPUFAMILY_INTEL_YONAH...
af1b7b36165ea2d1cde66fe6aa443dcc560a91b6 authored over 7 years ago by Sean McBride <[email protected]>Update README.md
6bd5e853fda23dc74dc52dd6758385563bd47403 authored over 7 years ago by Torsten Curdt <[email protected]>f63bd1928760db788d14b014ad885bcfd4999a8e authored over 7 years ago by fatData <[email protected]>
misc changes
de9c17b0d0e192ba9068fcfb5862e0f1862bb637 authored about 10 years ago by Torsten Curdt <[email protected]>
- changed console log gathering to always use ISO 8601 date format "yyyy-MM-dd HH:mm:ss".
Previo...
Always having this text in the console logs ensures unicode doesn't get broken.
86f341a18f72d584c57b57db33d88e182c5ab603 authored about 10 years ago by Sean McBride <[email protected]>4ca76985de1f227f177afc191a251896b64d455c authored about 10 years ago by Sean McBride <[email protected]>
This reverts commit d15b3fbc1941eb845c9da2b06ba050bfa9e75503.
It wasn't a good change because i...
d9501fbb60e89c206b40d01546f89e6918dd6c9b authored about 10 years ago by Sean McBride <[email protected]>
Previously, if PLIST_KEY_LOGHOURS was not set, it gathered the last 24 hours of
console logs. Th...
- use long long instead of long for memory size and cpu speed
- replace some deprecated constant...
29d43d3f8dc4ec6b0f4b102571447bd6f6deec50 authored over 10 years ago by Sean McBride <[email protected]>
Updated from deployment 10.5 to 10.6.
Updated development format from IB 3.1 to 3.2.
ea1f2ee06382d5c7d5707787d3a007a4255f9520 authored over 10 years ago by Sean McBride <[email protected]>
GC is still supported, just not built by default, since it's a fatal error in recent Xcodes.
aaac42685a09e36c83b1ed2636e94af15600dc87 authored over 10 years ago by Sean McBride <[email protected]>54078d8efba045524b9738fe87efa321b012f603 authored over 10 years ago by Sean McBride <[email protected]>
Improving documentation.
6f1fc13baf71b56042ae0da949b16b87e77f11c1 authored over 10 years ago by Torsten Curdt <[email protected]>76bba2cf88f74a6a6febbe944d2307472bdfae59 authored over 10 years ago by Jan Weiß <[email protected]>
Conflicts:
Sources/Main/FRExceptionReportingApplication.m
misc minor fixes
87221d24d45e3bc82cc715c1b0e4a4a32121c7b6 authored over 10 years ago by Torsten Curdt <[email protected]>
The previous behaviour of calling [NSThread exit] was no good because
the thread might be owned ...
Instead, let Xcode use its default SDK. As Xcode tends to provide only
the current and previous...
Use stringByReplacingOccurrencesOfString:withString: instead of stringWithFormat: where the firs...
929e434323563170e597d8a4a34283b8ae6a23a3 authored about 11 years ago by Sean McBride <[email protected]>Removed the FRLocalizedString macro from FeedbackReporter.pch and placed it in a new file named ...
f7b67297ed08c3f74fc1d584d07d7f25cba9c9c1 authored about 11 years ago by Sean McBride <[email protected]>703c40b6c0eb6c29c664ca936163b7ec9d727bf0 authored about 11 years ago by Sean McBride <[email protected]>
misc minor fixes
21f1c569d04653ff0edfffac92ea6ebc4de71736 authored over 11 years ago by Torsten Curdt <[email protected]>9cd13889b2e09c99ee1e09abdd6c0245776e6881 authored over 11 years ago by Sean McBride <[email protected]>
39273d874c5ca502d8258c39e87877638ec60ea7 authored over 11 years ago by Sean McBride <[email protected]>
6f5866a89ed63ceee98366f8ffcd7b9bba1869f9 authored over 11 years ago by Sean McBride <[email protected]>
cd3b71d50cee32b1b691fd58a6405ef6c949ab85 authored over 11 years ago by Vera Tkachenko <[email protected]>
138b12c7469ed8448daac4ed92e482ea0fb0a815 authored over 11 years ago by Vera Tkachenko <[email protected]>
Conflicts:
Resources/en.lproj/App.xib
Sources/App/AppController.h
Sources/Main/FRExceptionRep...
test case for issue #25
9301e9cc024869f15fae37b8f3dfa3e10d89aa15 authored over 11 years ago by Torsten Curdt <[email protected]>Server-side support for apps with spaces in name
19a9dbe7251cca4504991af61214526a0692e43c authored over 11 years ago by Torsten Curdt <[email protected]>Replaced Gestalt() (deprecated in 10.8) with sysctl()
5b9eff52cf5fc4ceeb8a2e04ff8d58951a1114bb authored over 11 years ago by Torsten Curdt <[email protected]>04a368f0bf1a33222ffbba238757213b190691ee authored over 11 years ago by Sean McBride <[email protected]>
4a1e37c98532d9d3d83ed213b230ae4643db06b9 authored over 11 years ago by Sean McBride <[email protected]>
db1c750cdd09e0dcc814e12433df7585be3a1aa2 authored over 11 years ago by Sean McBride <[email protected]>
91ed485a076d666c103e5f33cc8389cb8b3598d5 authored over 11 years ago by Ramon Huidobro <[email protected]>
Conflicts:
FeedbackReporter.xcodeproj/project.pbxproj
f8f61d5c201de5fc10fc3d65d2e6f03347579b93 authored almost 12 years ago by rob <[email protected]>
8c7d7f4260c592054834382f14913f28f505b962 authored almost 12 years ago by Sean McBride <[email protected]>
f62546eb07e4082f5f23e804a94b7227990564bb authored almost 12 years ago by Sean McBride <[email protected]>
06a3a713f6bda6572ae57b0209e49bb33eb84b73 authored almost 12 years ago by Sean McBride <[email protected]>
ad19142c51850fcf9df1a41df82a98e9d2b26b23 authored about 12 years ago by Sean McBride <[email protected]>
95de7bc5ad74f386128de0d1f98f07d3be41078f authored about 12 years ago by Sean McBride <[email protected]>
6e39d6b076321570a9e85c56d0d53e9011576681 authored about 12 years ago by Sean McBride <[email protected]>
minor tweaks
9bcc34dd34396f9e0285f96a148c2071c52e7abb authored about 12 years ago by Torsten Curdt <[email protected]>c653fa7422a8f56456e051ed7a9882f67bf4795b authored about 12 years ago by Sean McBride <[email protected]>
1ffb43466417f6fb47f2595953eed98b9549b683 authored about 12 years ago by Sean McBride <[email protected]>
79e40e6194e8fc9dbbadc461e07a6e7b7e397e62 authored about 12 years ago by Sean McBride <[email protected]>
pull request, misc stuff & 10.5 compatibility
9e320d47c36a103f9f87b42dae59d2251c21c46e authored about 12 years ago by Torsten Curdt <[email protected]>1eaf6734f4b5707bf0bf3f0abbeb247b5ea574fd authored about 12 years ago by Sean McBride <[email protected]>
6adc187c3b473e208591012eccdbd06c8531c680 authored about 12 years ago by Sean McBride <[email protected]>
80ea90f2fb51c45a01217bddd022d01d5751c4c8 authored about 12 years ago by Sean McBride <[email protected]>
cleanup of Xcode project
e3edf227214e4db72df1255f9c89e75d99ba7048 authored about 12 years ago by Torsten Curdt <[email protected]>c79d64857be2e7400e8516f2ecbfaf06406a4de6 authored about 12 years ago by Sean McBride <[email protected]>
32c4c276dba217f4586d16e2aa4a25c59c76091d authored about 12 years ago by Sean McBride <[email protected]>
461f1c5a51fbae86a11974173c62188442790b98 authored about 12 years ago by Sean McBride <[email protected]>
e884658c668a077f1f125746bed7b6afac076464 authored about 12 years ago by Sean McBride <[email protected]>
41dee2fde0300948d922fc0107a9f404a689e476 authored about 12 years ago by Sean McBride <[email protected]>
0fcd6bb16b5f88d385266a488d186cec7a0c6814 authored about 12 years ago by Sean McBride <[email protected]>
787c0f23d56359f69025c1d0d111963760daca1e authored about 12 years ago by Sean McBride <[email protected]>
028112c02ad709ae9e686094378089402d776570 authored about 12 years ago by Sean McBride <[email protected]>
4bd5a1587384b9454f38818acc62889e01c499f4 authored about 12 years ago by Sean McBride <[email protected]>
6fa7aa2194e93340571929abd9084fae1fa149b7 authored about 12 years ago by Sean McBride <[email protected]>
0afb2d9b546ed6512a5c5806472ed27a8ddad0f0 authored about 12 years ago by Sean McBride <[email protected]>
4d015e4d275381983b5d251acc5e2e259924c23c authored about 12 years ago by Sean McBride <[email protected]>
e2169340a304ae8b36090479adc0381af1f58ac8 authored about 12 years ago by Sean McBride <[email protected]>
fb07c140f72bea41a3abf333ae4c569fc8d3b795 authored about 12 years ago by Sean McBride <[email protected]>
d35db77e0f387154be944bb6451e5068f20ae73a authored about 12 years ago by Sean McBride <[email protected]>
ddfb47669b8f2a29e7a26289e8fdaf499d09e1c5 authored about 12 years ago by Sean McBride <[email protected]>
a41149fd73eb57e8c1cdaef865f2876a1d2b1fc3 authored about 12 years ago by Sean McBride <[email protected]>
3dcc353a44e9a0ef22d19a515dd8d80360e907e0 authored about 12 years ago by Sean McBride <[email protected]>
7add8fbd6d621b38226e64c81d923740fc90fe72 authored over 12 years ago by Torsten Curdt <[email protected]>
tab2spaces
9605d13e5c8ff59e6d787e1fb0859d1b27cec731 authored over 12 years ago by Torsten Curdt <[email protected]>52367682a7d317ff7e046e3ec7999113db83b2a4 authored about 13 years ago by Torsten Curdt <[email protected]>
3c9c784b25be741bb19a6fbb725c14542107165b authored about 13 years ago by Torsten Curdt <[email protected]>
Conflicts:
Sources/Main/FRFeedbackController.m
6928d296fe77635d29b0e508e02a887b3b321504 authored about 13 years ago by Torsten Curdt <[email protected]>
Fixed Translations
8ce058b406c802c579feaad5d5c2f6e7a7b1b28c authored about 13 years ago by Torsten Curdt <[email protected]>
Forgot to uncomment out setTitle for the window and the setStringValue
for detailsLabel
The following words were not translated for Arabic as well as in the
other locales:
System - Ta...
3d9f89c0fc3ebe7aa09e34c6fe358df8878a6f01 authored about 13 years ago by Deryk Agnew <[email protected]>Support for Arabic Translations / Testing of Localizations through the Test App
7ad8b9ecdc4ca236c6b172d9ebeb5325e7aeeea6 authored about 13 years ago by Torsten Curdt <[email protected]>
The following change covers: - Modifications to the lproj directories
following the ISO-693-1 f...
46f9864f663030e9eebdca8bbeab8f870542473a authored about 13 years ago by Torsten Curdt <[email protected]>
Simple NIB tweaks to clear warnings in Xcode 4
ad04a4be9eab6c7bfd31ec4491168912d1064317 authored over 13 years ago by Torsten Curdt <[email protected]>Trimmed label default text to remove view clipping warning.
3c8c85dccef836791ed686e802213b6aea33b349 authored over 13 years ago by Jonathan Mitchell <[email protected]>2dfd8d5c2e0c4df3a6aaddc3822a50b548450b83 authored over 13 years ago by Torsten Curdt <[email protected]>
8236debdc9dcc667a5fba02a07a6d95c2a1391f0 authored over 13 years ago by Torsten Curdt <[email protected]>
e71095fbc4b9b8617b656e357da3af6801712fb4 authored over 13 years ago by Torsten Curdt <[email protected]>
f681bff69f4efac4689b635eb611d26ca748cfac authored over 13 years ago by Torsten Curdt <[email protected]>
5dc7a8d632c183cc64ea9ed9d6fad8a1289c2311 authored over 13 years ago by Torsten Curdt <[email protected]>