7778 Commits (297d2d2fb134b06334f66db25fc5ecbebc4de367)
 

Author SHA1 Message Date
Matt Ward 23142939d5 Log exceptions raised in the Add Package Reference dialog. 14 years ago
Matt Ward f1e142228b Remove unused code. 14 years ago
Matt Ward 4d3453902c Add missing unit tests. 14 years ago
Matt Ward 84a08041c1 Remove cmdlet dependency on the active solution. 14 years ago
Matt Ward ab1229eadc Return PackageManagementProjects from console host. 14 years ago
Matt Ward b229231c85 Remove properties no longer required from package actions. 14 years ago
Matt Ward e7fb02720a Move install/uninstall/update package actions to project. 14 years ago
Matt Ward 8e12bbc046 Remove unused code. 14 years ago
Matt Ward 41ee929603 Add PackageManagementProject class. 14 years ago
peterforstmeier 93a1727ed8 move Expression Evaluation from 'Text' to 'Expression' Property in Text and DataItem 14 years ago
Eusebiu Marcu 244521346e add CallStack missing resources 14 years ago
Eusebiu Marcu bd041f141f add ShowModuleNames resource string for Callstack pad. 14 years ago
peterforstmeier f022528c78 Grouping can work with =Fields!FieldToGroup 14 years ago
Matt Ward a354836b3b Rename PackageManagementService to PackageManagementSolution. 14 years ago
Matt Ward e182ef53ae Reduce number of parameters in PackageViewModel constructor. 14 years ago
Daniel Grunwald 48b5e0e52f Add decompiler functionality to ILSpy AddIn. 14 years ago
Daniel Grunwald 753dfd5d65 Remove Eusebiu's metadata decompiler. 14 years ago
Daniel Grunwald 15ded15fbd Move ILSpyAddIn to display bindings. 14 years ago
Daniel Grunwald ee420f305e Add ICSharpCode.Decompiler. 14 years ago
Daniel Grunwald 14f5e0766d Add new NRefactory (actually a reduced version; not containing the C# parser) 14 years ago
Matt Ward aecbb026b4 Move package view model logging to separate class. 14 years ago
Matt Ward 0a8be1d18f PackageManagementOutputMessagesView no longer needs to implement ILogger. 14 years ago
Daniel Grunwald 3301c6c4ca Update to Mono.Cecil 0.9.4.1 (commit f5c9642760) 14 years ago
Matt Ward c6ff8a7ad1 Package operation log messages are now raised as package management events. 14 years ago
Daniel Grunwald dd6ad96a28 Merge branch '4.0' into master. 14 years ago
Daniel Grunwald 040a21b2da Update string resources. Re-enable Italian. 14 years ago
peterforstmeier c993b477ff Teport can display SubString with FieldReference like =Substring(Fields!ProductName,0,3) 15 years ago
peterforstmeier c5990bb05c Substring in expressions "=Substring('Sharp',3)"; or =Substring('Sharp',0,3); 15 years ago
mkonicek c0312c45d5 Collection visualizer - moved ColumnPicker to a separate file. 15 years ago
peterforstmeier 5a813d01ba Patch from eric342 partial fixing: 15 years ago
mkonicek 09319462f2 Moved files into right folders. 15 years ago
mkonicek af0f9cbdd5 Fixed a bug in ObjectGraphBuilder caused by recently added "Properties first, then fields" sorting. 15 years ago
mkonicek b36e7335f6 - "Raw view" node in Object graph visualizer (commented out for now). 15 years ago
Matt Ward c1d3a8dda5 Move package install/uninstall events into package management events class. 15 years ago
Matt Ward 56caa05034 Remove message reporter class. 15 years ago
Matt Ward 7443b601fb Remove options dependency from PackageManagementService class. 15 years ago
Matt Ward 8eee3a31f6 Move package repository code into separate class. 15 years ago
peterforstmeier 6f5a73c8b1 Better WYSIWYG in sections (gap between Controls) 15 years ago
Daniel Grunwald 05243c86cd Make options dialog start centered. 15 years ago
Daniel Grunwald 3f91c3f49f Fixed forum-13033: Reopened documents do not scroll to correct position 15 years ago
Daniel Grunwald d6918254e9 Preserve active document (and order of documents) on layout switches. 15 years ago
Matt Ward 77c0d4c4ca Move unit tests for package processing actions into separate test classes. 15 years ago
Daniel Grunwald 857dec863b Git OverlayIconManager: avoid removing the overlay icons belonging to other version control systems. 15 years ago
Daniel Grunwald a7938d7e56 Work around a WPF issue when %WINDIR% is set to an incorrect path 15 years ago
Daniel Grunwald 9b9758974c Fixed bug in CecilReader that could cause it to confuse types with the same full name (but different number of type parameters) 15 years ago
Daniel Grunwald 5d1bfe90aa Fixed SD-1743 - ArgumentOutOfRangeException in Replace all in selection 15 years ago
Daniel Grunwald 0d96627a19 Fixed VB expression finder when there are array declarators on the parameter name. 15 years ago
Daniel Grunwald e10d969891 WinForms designer: Add workaround for InvalidOperationException in DesignerHost.Dispose 15 years ago
Eusebiu Marcu 34761a4837 Show graph if are vertexes. 15 years ago
Eusebiu Marcu 396ae2f0d9 Fix memory exception. 15 years ago