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

QD Help #2

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
85cda69
tagging release 3.250
Dec 23, 2016
6691944
Splitting help files
Apr 1, 2016
3f568f1
Addressing particular article to it's own file
Apr 1, 2016
0c42e27
print contents from different files
Apr 5, 2016
5e7cdc7
since now all 3 operations are working with separate article files
Apr 10, 2016
3d136d2
adding ToolHelpArticle annotation; some general fixes
Apr 19, 2016
e0d7aa2
creating dxtools package; Options, Tools, AbstractTool and Help are n…
May 3, 2016
6b08354
everything from previous commit was tested; most bugs are fixed; getM…
Jul 8, 2016
c5dce34
since now listAllTools in QDHelpProvider knows about all tools; every…
Jul 9, 2016
59fa996
First pre-final QDHelp commit (before removing QDHelp tool).
Jul 28, 2016
6600bda
Second pre-final QDHelp commit (after removing QDHelp tool).
Jul 28, 2016
711cbed
Changing all LF symbols to CRLF symbols
Dec 5, 2016
6e79207
Adding dxtools target directory to .gitignore
Dec 5, 2016
c9a2740
fixing ConnectTest
Dec 29, 2016
e79f1f6
Fixing Help and MiniStressTestWithMultiplexor
Feb 13, 2017
e2fce33
Moving Help introduction file to dxtools module; removing the big hel…
Feb 13, 2017
4487c53
Reimporting Maven modules
Feb 13, 2017
c0a1c88
Small fix in dxtools.iml
Feb 13, 2017
be68805
Small fixex in qd-sample.iml, qd-tools.iml
Feb 13, 2017
8b991ee
Adding dxtools to encodings.xml
Feb 13, 2017
917d546
Adding pom file for dxtools module
Feb 13, 2017
def96c4
Fixing HelpProvider (in case of help directory absence)
Feb 14, 2017
e807531
Getting rid of module-specific help providers; fixing module dependen…
Mar 11, 2017
86e703c
Detach TDP tool into a separate module
Mar 11, 2017
f32f002
Small fix in dxfeed-bin.iml
Mar 11, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,802 changes: 1,802 additions & 0 deletions .gitattributes

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
.idea/artifacts
.idea/dictionaries
.idea/runConfigurations
.idea/shelf
.idea/workspace.xml
/.idea131
/*.ipr
/*.iws
/build
/classes
/deliver
/launch
/target
auth/target
dxfeed-api/target
dxfeed-bin/target
dxfeed-codegen-verify/target
dxfeed-codegen/target
dxfeed-impl/target
dxfeed-ipf-filter/target
dxfeed-news/target
dxfeed-ondemand/target
dxfeed-plotter/target
dxfeed-promise/target
dxfeed-samples/target
dxfeed-tools/target
dxfeed-viewer-installer/target
dxfeed-viewer/target
dxfeed-webservice/overlays
dxfeed-webservice/target
dxlib-qd-sandbox/target
dxlib/target
dxtools/target
jspc-maven-plugin/target
license/target
mars-sample/target
mars/target
proto-sample/target
proto-ssl/target
proto/target
qd-core/target
qd-dataextractor/target
qd-logger/target
qd-nio/target
qd-rmi/target
qd-sample/target
qd-samplecert/target
qd-servlet/target
qd-stripe/target
qd-tools/target
qds-file/target
qds-monitoring/target
qds-tools/dependency-reduced-pom.xml
qds-tools/target
qds/dependency-reduced-pom.xml
qds/target
rt-api-builder/target
teamcity-version/target
tdp/target
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/ant.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading