Logo white

ADAM / AIAHTML5

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues
  • Merge Requests 14
  • Labels
  • Wiki
  • Snippets
  • Commits 3,087
  • Compare
  • Branches 1610
  • Tags 133
  • AIAHTML5
13 Jul, 2016
1 commit
  • 1. AIA May,June Reports ...
    85f3a119
    2. few modifications in DA controller
    Amrita Vishnoi authored
    2016-07-13 10:16:50 +0530  
    Browse Code »

08 Jul, 2016
9 commits
  • Merge branch 'HightLightWithTwoWorkerProcess' of http://52.6.196.163/ADAM/AIAHTM… ...
    c05ea734
    …L5 into MultiWorkerProcessForHighlight
    Amrita Vishnoi authored
    2016-07-08 12:24:12 +0530  
    Browse Code »
  • modification
    9c10c589
    Amrita Vishnoi authored
    2016-07-08 12:23:42 +0530  
    Browse Code »
  • modifications
    6b4aa0ed
    Amrita Vishnoi authored
    2016-07-08 12:23:06 +0530  
    Browse Code »
  • fixed null object exception
    de5be775
    Nikita Kulshreshtha authored
    2016-07-08 12:19:51 +0530  
    Browse Code »
  • Merge branch 'HighLightOptimization1' of http://52.6.196.163/ADAM/AIAHTML5 into … ...
    afb328d8
    …MultiWorkerProcessForHighlight
    Amrita Vishnoi authored
    2016-07-08 11:59:50 +0530  
    Browse Code »
  • fixed issue of partial highlight. Now we are sending updated data after completi… ...
    ff435586
    …ng all terms for one body region.
    Nikita Kulshreshtha authored
    2016-07-08 11:58:08 +0530  
    Browse Code »
  • introduced multiple worker process to speed up as well syncing while filling col… ...
    5515fa13
    …or on two body regions
    Amrita Vishnoi authored
    2016-07-08 11:53:37 +0530  
    Browse Code »
  • merged code
    cb66df48
    Amrita Vishnoi authored
    2016-07-08 11:46:12 +0530  
    Browse Code »
  • Approach1 in highlighting code for each term for single body region but code having issues
    8eb0a24f
    Amrita Vishnoi authored
    2016-07-08 11:07:19 +0530  
    Browse Code »

07 Jul, 2016
2 commits
  • Implemented 2 worker process. In one worker process there is a loop of body regi… ...
    43a10c1d
    …ons and in each iteration a new worker process is initialize i.e secon worekr process in which looping is done on term list for a single body regiona nd it returns the updated grayimagedata along with BRID, we hold this returned data in first worker process in an array whch is indexed by bodyregion. and once all process for all bodyregions are comlpeted then we return this indexed array to the controller and loop through thsi aaray and put updated data on respective canavs
    Nikita Kulshreshtha authored
    2016-07-07 18:21:54 +0530  
    Browse Code »
  • We have moved term list iteration code in worker process. Now we are iterating … ...
    3a2aa788
    …all termlist together for single body region return the updated data back to html to put on canavs.
    Nikita Kulshreshtha authored
    2016-07-07 12:47:43 +0530  
    Browse Code »

05 Jul, 2016
1 commit
  • working code for single term. it is coloring right but for multiple term numbers… ...
    97944f00
    … it is coloring the last one because the grayimage data is the initial one and on second iteration the worker process is having initial gary data so we need to send updated gray data for each iteration of term number
    Nikita Kulshreshtha authored
    2016-07-05 18:23:57 +0530  
    Browse Code »

04 Jul, 2016
2 commits
  • made changes to more optimized the code but facing issues in modifying image data in web worker.
    2c852328
    Amrita Vishnoi authored
    2016-07-04 18:30:26 +0530  
    Browse Code »
  • We have optimized highlights through worker process but still have scope of improvisation
    dd39f0c8
    Amrita Vishnoi authored
    2016-07-04 17:05:45 +0530  
    Browse Code »

01 Jul, 2016
4 commits
  • started adding highlight code in worker process
    65d737e0
    Nikita Kulshreshtha authored
    2016-07-01 18:27:52 +0530  
    Browse Code »
  • trying to integrate threading in angularJS to speed up things by using web worker process
    23f7d327
    Amrita Vishnoi authored
    2016-07-01 18:24:41 +0530  
    Browse Code »
  • Working Worker process sample code inside AIA
    9e21c12e
    Nikita Kulshreshtha authored
    2016-07-01 18:16:13 +0530  
    Browse Code »
  • commit after ci merge
    4edcf83e
    Amrita Vishnoi authored
    2016-07-01 18:13:49 +0530  
    Browse Code »

30 Jun, 2016
4 commits
  • used timeout to resolve delay issue in highlight but its not perfect
    d351f192
    Nikita Kulshreshtha authored
    2016-06-30 18:28:06 +0530  
    Browse Code »
  • Inactive highlight in next click.
    df1d568f
    Amrita Vishnoi authored
    2016-06-30 12:53:47 +0530  
    Browse Code »
  • commit after taking IssueFixHighlight
    01ffa18f
    Nikita Kulshreshtha authored
    2016-06-30 11:35:51 +0530  
    Browse Code »
  • commit afetr CA_Module merge
    baf1bcb2
    Nikita Kulshreshtha authored
    2016-06-30 10:41:37 +0530  
    Browse Code »

29 Jun, 2016
11 commits
  • commit
    47a6b3f5
    Nikita Kulshreshtha authored
    2016-06-29 17:18:43 +0530  
    Browse Code »
  • CA css issue
    28c7c459
    Mitali Srivastava authored
    2016-06-29 17:16:38 +0530  
    Browse Code »
  • CA module changes
    742d6d60
    Mitali Srivastava authored
    2016-06-29 17:06:04 +0530  
    Browse Code »
  • Disable colored body on highlight
    c93e853a
    Amrita Vishnoi authored
    2016-06-29 16:45:17 +0530  
    Browse Code »
  • commit
    9e600dfd
    Nikita Kulshreshtha authored
    2016-06-29 13:49:31 +0530  
    Browse Code »
  • Issue fixed: ...
    06cddfd0
    The AIA was not highlighting in gray scale mode in firefox . Fixed.
    Amrita Vishnoi authored
    2016-06-29 13:48:08 +0530  
    Browse Code »
  • CI css changes
    79de4a4f
    Mitali Srivastava authored
    2016-06-29 13:36:18 +0530  
    Browse Code »
  • Issue fixed: ...
    e8f5d71c
    In mirror images, multi highlight was not un highlighting if left CTRL. Fixed
    Amrita Vishnoi authored
    2016-06-29 13:02:43 +0530  
    Browse Code »
  • Fixed issue: ...
    9af4d111
    Mirror were not un highlighting on Non Mirror click.
    Amrita Vishnoi authored
    2016-06-29 12:44:49 +0530  
    Browse Code »
  • Issues fixed: ...
    16ed4043
    1. unhighlight was not working in mirrored body region- Fixed.
    Amrita Vishnoi authored
    2016-06-29 12:36:20 +0530  
    Browse Code »
  • CI css issues
    40ee918c
    Mitali Srivastava authored
    2016-06-29 11:51:22 +0530  
    Browse Code »

28 Jun, 2016
3 commits
  • Highlight options code saatrted
    a6beb94e
    Nikita Kulshreshtha authored
    2016-06-28 15:55:31 +0530  
    Browse Code »
  • Merge code after taking Nikita's code of zoom fix,body view switch
    ad97d9e9
    Amrita Vishnoi authored
    2016-06-28 15:53:24 +0530  
    Browse Code »
  • Refs: #4464 ...
    0069bce9
    Now we are able to maintain previous single and multiple highlights on layer chnage
    Amrita Vishnoi authored
    2016-06-28 12:44:07 +0530  
    Browse Code »

27 Jun, 2016
2 commits
  • CI Module jspanel and ca json and images
    ef481fa1
    Mitali Srivastava authored
    2016-06-27 19:30:19 +0530  
    Browse Code »
  • Refs: #4464 ...
    cdb74fb6
    Feature Implemented:
    Maintained previous highlight without annotation.
    Amrita Vishnoi authored
    2016-06-27 13:47:53 +0530  
    Browse Code »

25 Jun, 2016
1 commit
  • coommit after unhighlight merge
    a544e7fa
    Nikita Kulshreshtha authored
    2016-06-25 17:12:12 +0530  
    Browse Code »