47 Commits (beb62296acad7c6e6a626be4bc7b9027e04aaeae)

Author SHA1 Message Date
Daniel Grunwald 8293675a92 Replace 'Where(pred).FirstOrDefault()' with 'FirstOrDefault(pred)' 13 years ago
Siegfried Pammer 405ef3fc0a disable UDC if debugger is attached to avoid dead-locks 14 years ago
Daniel Grunwald 900d4a73d9 Mark all assemblies with x86 references as x86. 14 years ago
Daniel Grunwald 14182177ab Port ICSharpCode.Build.Tasks to .NET 4.0 so that it works when .NET 2.0/3.5 is not installed. 14 years ago
Daniel Grunwald 65a130c882 Ignore SQLiteException if UDC database is locked. 14 years ago
Daniel Grunwald 7d4d262b9b UDC: copy user id from previous SD version 15 years ago
Daniel Grunwald f12ade168f UsageDataCollector: collect WPF rendering tier 15 years ago
Daniel Grunwald afd2f38400 Mark SharpDevelop assemblies as Full/Client profile. 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Daniel Grunwald 7f67d54541 Automatically detect branch name (instead of storing it in source code) and include both branch name and commit hash in assembly info. 15 years ago
Matt Ward 48383a8bec Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder. 15 years ago
Daniel Grunwald c9a780068a Make sure buttons have the correct size (using a style with MinWidth=75 and Padding=9,1). 15 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 15 years ago
Daniel Grunwald 65860bf555 UDC: use system time only on startup and then work with timespans relative to that. This ensures we don't collect confusing data if the system time changes while SharpDevelop is running. 15 years ago
Daniel Grunwald 6378f749d5 UDC: Upload name of feature branch 15 years ago
Daniel Grunwald 5c64642260 Fixed unhandled exceptions during UDC upload. 16 years ago
Daniel Grunwald 1e765b380a Fix TimeoutException during UDC upload. 16 years ago
Daniel Grunwald 58fb57ce24 Move NumericUpDown and ZoomScrollViewer to SharpDevelop.Widgets. 16 years ago
Daniel Grunwald e3f935c15e UDC: include date and environment block on first upload 16 years ago
Daniel Grunwald 944111d628 UsageDataCollector: improved StackTrace upload: 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Christoph Wille 223d49ca08 UsageDataCollector skeleton project 16 years ago
Christoph Wille 4ca1c6cfa0 Add service contract, change proxy namespace to not collide with newly added service contract. 16 years ago
Christoph Wille 6c663e71f3 Moved all DataContracts to Contracts namespace (UsageDataCollector) 16 years ago
Daniel Grunwald b960e9bc53 Fixed build. 16 years ago
Daniel Grunwald d67005fa0f Ignore IOException when saving layout (maybe another process is writing to the layout file). 16 years ago
Daniel Grunwald 935f3a005b Move strings from UsageDataCollector into translation database. 16 years ago
Daniel Grunwald d817a55cfe UDC: add culture, processorArchitecture and number of custom AddIns to environment information 16 years ago
Daniel Grunwald c14c5ab1c5 UsageDataCollector: include the error code in exception reports for ExternalExceptions (COMException etc.) 16 years ago
Daniel Grunwald 885db4f619 UsageDataCollector: add link to privacy statement 16 years ago
Daniel Grunwald 9108aaa781 Use TextFormattingMode.Display for dialog and code completion windows. 16 years ago
Daniel Grunwald ee0255fbaf Add references to System.Xaml.dll (necessary because some types were moved from WindowsBase to System.Xaml; see http://blogs.windowsclient.net/rob_relyea/archive/2009/10/19/xaml-news-net4-and-vs2010-beta2.aspx). 16 years ago
Daniel Grunwald 23c1c37ec1 Allow setting the TextEditor.SyntaxHighlighting property from XAML. Thanks to Rudi Grobler for the idea (http://dotnet.org.za/rudi/archive/2009/10/09/the-magic-of-type-converters.aspx). 16 years ago
Daniel Grunwald 55316cef66 Updated StringResources. 16 years ago
Daniel Grunwald a8d5cfbfbb Implemented "Edit > Format > Sort lines" for AvalonEdit. 16 years ago
Daniel Grunwald bcdb9822f4 Upload the full stack trace (including inner exceptions) 16 years ago
Daniel Grunwald aac9d32ea2 Fixed exception when network connection is not available; use MTOM message encoding. 16 years ago
Daniel Grunwald 864ebd6793 Implemented upload of usage data. 16 years ago
Daniel Grunwald 144f957f92 Split UsageDataCollector into reusable assembly and AddIn. 16 years ago
Daniel Grunwald 5e94ab1f54 Delay writing feature uses to disk - don't wait for the hard-drive. 16 years ago
Daniel Grunwald 465a5f38e9 Fixed AvalonEdit bug when deleting text including a folded section. 16 years ago
Daniel Grunwald 41462b6dc8 Add documentation for UsageDataCollector. 16 years ago
Daniel Grunwald 37b6cda61f Prepared code to delete uploaded usage data (upload itself still not implemented). 16 years ago
Daniel Grunwald 43fe9dd08a Trying to fix the build (why is the XAML compiler so fragile?) 16 years ago
Daniel Grunwald 49178eb1e5 Worked on UsageDataCollector. 16 years ago
Daniel Grunwald 27fb3b652d Add 'UsageDataCollector' AddIn. 16 years ago