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

[NUI] Remove unnecessary comments #5661

Closed
wants to merge 82 commits into from

Conversation

Seoyeon2Kim
Copy link
Contributor

Description of Change

  • Some comments are legacy codes, and some are already mentioned using #region tag.
  • Make some blank lines for the remarkable readability.

API Changes

  • N/A

JoogabYun and others added 30 commits September 14, 2023 09:39
ParticleSystem provides 4 classes:
ParticleEmitter - emitter of particles
ParticleSource - source of particles (spawning new particles)
ParticleModifier - controller of particles behaviour
Particle - wrapper over particle data
Adds Tizen.NUI.Physics2D.PhysicsAdaptor,
Tizen.NUI.Physics2D.PhysicsActor and
Tizen.NUI.Physics2D.ScopedAccessor classes.

These wrap the DALi physics classes in dali-toolkit; which run
the physics integration thread in the Update thread (using the
FrameCallback natively). They offer basic APIs for attaching
Views to Chipmunk.Body physics objects, so that they can
be rendered.
Visual look at same value, Visual.MixColor's alpha and Visual.Opacity,
we need to synchronize both values.

Since we don't open Visual.Opacity property for View side
let we control this value inside of View.

Signed-off-by: Eunki, Hong <[email protected]>
To support using new feedback_pattern for da profile,
new pattern string and id value is added to Pattern dictionary.

Signed-off-by: Yunhee Seo <[email protected]>
…ck type

Allows feedback stop according to feedback type.

This is newly added to System.Feedback.
- public void StopTypeInternal(FeedbackType type)
    -> It stops current feedback playing according to feedback type.

Signed-off-by: Yunhee Seo <[email protected]>
…k patterns

To support general feedback patterns, newly patterns are added.
With these string pattern, it is possible to use mapped feedback patterns from libfeedback.

Signed-off-by: Yunhee Seo <[email protected]>
Fix unmatched function binding

Signed-off-by: Eunki, Hong <[email protected]>
Window window = NUIApplication.GetDefaultWindow();
window.HoverEvent += OnHover;

private void OnHover(object source, Window.HoverEventArgs e)
{
  // e.Hover.GetState(0); // PointStateType.Motion;
}
These determine whether to send touch and hover motion events or not.
This is used when the user does not want to receive motion events.
widget need to keep it's instance
Add new request of KVM Service as below:
 - ReceiveDragData: Request to get current drag data.
 - CancelDrag: Request to cancel current drag.
priyakohl and others added 14 commits October 25, 2023 17:31
* Deprecating Tizen.Location.Geofence APIs

Signed-off-by: Priya Kohli <[email protected]>

* Removing type

Signed-off-by: Priya Kohli <[email protected]>

* Indentation fixes

Signed-off-by: Priya Kohli <[email protected]>

* Modified Note

Signed-off-by: Priya Kohli <[email protected]>

---------

Signed-off-by: Priya Kohli <[email protected]>
Co-authored-by: randeepsingh01 <[email protected]>
The issue is that if you don't keep a reference to the UpdateHookCallback,
it may be garbage collected before it is used.

UpdateHookCallback should be referenced during used this.

Signed-off-by: Changgyu Choi <[email protected]>
Co-authored-by: pjh9216 <[email protected]>
Below feedback pattern is supported by mapping feedback pattern id number.
- FEEDBACK_PATTERN_WELCOME
- FEEDBACK_PATTERN_AUTO_DOOR_OPEN

Signed-off-by: Yunhee Seo <[email protected]>
* Deprecating Tizen.Messaging.Email APIs

Signed-off-by: Priya Kohli <[email protected]>

* Added using System

Signed-off-by: Priya Kohli <[email protected]>

* Modified Note

Signed-off-by: Priya Kohli <[email protected]>

---------

Signed-off-by: Priya Kohli <[email protected]>
Co-authored-by: randeepsingh01 <[email protected]>
The visibility of NUIGadgetResourceManager(NUIGadgetInfo info) is
changed to public.

Signed-off-by: Hwankyu Jhun <[email protected]>
Signed-off-by: Krishna Kant Jaju <[email protected]>
Co-authored-by: randeepsingh01 <[email protected]>
The index of sound theme range is 1 ~ N according to conf file.
This index range should be considered when using feedback theme index getter/setter.

Signed-off-by: Yunhee Seo <[email protected]>
* [WiFi] Fix ASAN crash

* [WiFi] Use Marshal.FreeHGlobal()

---------

Co-authored-by: chleun-moon <[email protected]>
Use Marshal.FreeHGlobal() instead of Libc.Free() for ASAN
environment. Also, remove not any more used Libc.Free() Interop.

In ASAN environment, because Interop uses dlopen(), newly opended
libc causes different libc/asan alloc context from already allocaed
buffer, and it gives segment fault crash when calling Libc.Free().

Signed-off-by: Seung-Woo Kim <[email protected]>
- Use g_free for data allocated by g_malloc

Signed-off-by: Wootak Jung <[email protected]>
- Some comments are legacy codes, and some are already mentioned using `#region` tag.
- Make some blank lines for the remarkable readability.

Signed-off-by: Seoyeon Kim <[email protected]>
@dongsug-song
Copy link
Contributor

The TizenFX master branch has been changed for API12(tizen_9.0).
So the DevelNUI branch also did a hard reset with the master branch to sync this.
I think you need to rebase this PR or re-upload the new PR.
I am sorry for the inconvenience.

Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the Stale label Dec 29, 2023
@github-actions github-actions bot closed this Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.