Skip to content

Commit

Permalink
convertall: Update to 1.0.1
Browse files Browse the repository at this point in the history
**Summary**

- Improved the speed and responsiveness of the Fraction Conversion tool.
- Fixed a problem entering units with exponents that are not whole numbers.

**Test Plan**

Convert a few measurements

**Checklist**

- [x] Package was built and tested against unstable
  • Loading branch information
malfisya committed Mar 27, 2024
1 parent 80fe11a commit 3cddf26
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 8 deletions.
38 changes: 37 additions & 1 deletion packages/c/convertall/abi_symbols
Expand Up @@ -10,9 +10,45 @@ libflutter_linux_gtk.so:InternalFlutterGpuTestClass_Create
libflutter_linux_gtk.so:InternalFlutterGpuTestClass_Method
libflutter_linux_gtk.so:InternalFlutterGpuTestProc
libflutter_linux_gtk.so:InternalFlutterGpuTestProcWithCallback
libflutter_linux_gtk.so:InternalFlutterGpu_CommandBuffer_Initialize
libflutter_linux_gtk.so:InternalFlutterGpu_CommandBuffer_Submit
libflutter_linux_gtk.so:InternalFlutterGpu_Context_GetDefaultColorFormat
libflutter_linux_gtk.so:InternalFlutterGpu_Context_GetDefaultDepthStencilFormat
libflutter_linux_gtk.so:InternalFlutterGpu_Context_GetDefaultStencilFormat
libflutter_linux_gtk.so:InternalFlutterGpu_Context_InitializeDefault
libflutter_linux_gtk.so:InternalFlutterGpu_DeviceBuffer_Initialize
libflutter_linux_gtk.so:InternalFlutterGpu_DeviceBuffer_InitializeWithHostData
libflutter_linux_gtk.so:InternalFlutterGpu_DeviceBuffer_Overwrite
libflutter_linux_gtk.so:InternalFlutterGpu_HostBuffer_EmplaceBytes
libflutter_linux_gtk.so:InternalFlutterGpu_HostBuffer_Initialize
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_Begin
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_BindIndexBufferDevice
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_BindIndexBufferHost
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_BindPipeline
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_BindTexture
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_BindUniformDevice
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_BindUniformHost
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_BindVertexBufferDevice
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_BindVertexBufferHost
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_ClearBindings
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_Draw
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_Initialize
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_SetColorAttachment
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_SetColorBlendEnable
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_SetColorBlendEquation
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_SetDepthCompareOperation
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_SetDepthStencilAttachment
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPass_SetDepthWriteEnable
libflutter_linux_gtk.so:InternalFlutterGpu_RenderPipeline_Initialize
libflutter_linux_gtk.so:InternalFlutterGpu_ShaderLibrary_GetShader
libflutter_linux_gtk.so:InternalFlutterGpu_ShaderLibrary_InitializeWithAsset
libflutter_linux_gtk.so:InternalFlutterGpu_Shader_GetShaderStage
libflutter_linux_gtk.so:InternalFlutterGpu_Shader_GetUniformSlot
libflutter_linux_gtk.so:InternalFlutterGpu_Texture_AsImage
libflutter_linux_gtk.so:InternalFlutterGpu_Texture_BytesPerTexel
libflutter_linux_gtk.so:InternalFlutterGpu_Texture_Initialize
libflutter_linux_gtk.so:InternalFlutterGpu_Texture_Overwrite
libflutter_linux_gtk.so:InternalFlutterGpu_Texture_SetCoordinateSystem
libflutter_linux_gtk.so:__bss_start
libflutter_linux_gtk.so:_edata
libflutter_linux_gtk.so:_end
Expand All @@ -31,8 +67,8 @@ libflutter_linux_gtk.so:fl_binary_messenger_response_handle_get_type
libflutter_linux_gtk.so:fl_binary_messenger_send_on_channel
libflutter_linux_gtk.so:fl_binary_messenger_send_on_channel_finish
libflutter_linux_gtk.so:fl_binary_messenger_send_response
libflutter_linux_gtk.so:fl_binary_messenger_set_allow_channel_overflow
libflutter_linux_gtk.so:fl_binary_messenger_set_message_handler_on_channel
libflutter_linux_gtk.so:fl_binary_messenger_set_warns_on_channel_overflow
libflutter_linux_gtk.so:fl_dart_project_get_aot_library_path
libflutter_linux_gtk.so:fl_dart_project_get_assets_path
libflutter_linux_gtk.so:fl_dart_project_get_dart_entrypoint_arguments
Expand Down
11 changes: 11 additions & 0 deletions packages/c/convertall/abi_used_symbols
Expand Up @@ -275,9 +275,17 @@ libgdk-3.so.0:gdk_display_get_n_monitors
libgdk-3.so.0:gdk_display_get_primary_monitor
libgdk-3.so.0:gdk_event_copy
libgdk-3.so.0:gdk_event_free
libgdk-3.so.0:gdk_event_get_button
libgdk-3.so.0:gdk_event_get_coords
libgdk-3.so.0:gdk_event_get_event_type
libgdk-3.so.0:gdk_event_get_keycode
libgdk-3.so.0:gdk_event_get_keyval
libgdk-3.so.0:gdk_event_get_scroll_deltas
libgdk-3.so.0:gdk_event_get_scroll_direction
libgdk-3.so.0:gdk_event_get_source_device
libgdk-3.so.0:gdk_event_get_state
libgdk-3.so.0:gdk_event_get_time
libgdk-3.so.0:gdk_event_is_scroll_stop_event
libgdk-3.so.0:gdk_event_new
libgdk-3.so.0:gdk_event_put
libgdk-3.so.0:gdk_gl_context_clear_current
Expand Down Expand Up @@ -491,6 +499,7 @@ libgobject-2.0.so.0:g_weak_ref_init
libgtk-3.so.0:gtk_accessible_get_type
libgtk-3.so.0:gtk_accessible_get_widget
libgtk-3.so.0:gtk_application_get_type
libgtk-3.so.0:gtk_application_get_windows
libgtk-3.so.0:gtk_application_window_new
libgtk-3.so.0:gtk_box_get_type
libgtk-3.so.0:gtk_clipboard_get_default
Expand Down Expand Up @@ -575,6 +584,7 @@ libgtk-3.so.0:gtk_window_get_size
libgtk-3.so.0:gtk_window_get_skip_taskbar_hint
libgtk-3.so.0:gtk_window_get_title
libgtk-3.so.0:gtk_window_get_titlebar
libgtk-3.so.0:gtk_window_get_type
libgtk-3.so.0:gtk_window_get_type_hint
libgtk-3.so.0:gtk_window_iconify
libgtk-3.so.0:gtk_window_is_active
Expand All @@ -583,6 +593,7 @@ libgtk-3.so.0:gtk_window_maximize
libgtk-3.so.0:gtk_window_move
libgtk-3.so.0:gtk_window_present
libgtk-3.so.0:gtk_window_resize
libgtk-3.so.0:gtk_window_set_application
libgtk-3.so.0:gtk_window_set_decorated
libgtk-3.so.0:gtk_window_set_default_size
libgtk-3.so.0:gtk_window_set_deletable
Expand Down
6 changes: 6 additions & 0 deletions packages/c/convertall/monitoring.yml
@@ -0,0 +1,6 @@
releases:
id: 231570
rss: https://github.com/doug-101/ConvertAll/releases.atom
# No known CPE, checked 2024-03-27
security:
cpe: ~
8 changes: 4 additions & 4 deletions packages/c/convertall/package.yml
@@ -1,9 +1,9 @@
name : convertall
version : 1.0.0
release : 10
version : 1.0.1
release : 11
source :
- https://github.com/doug-101/ConvertAll/archive/refs/tags/v1.0.0.tar.gz : 4bb5f2432fa5c4675a9ed6d9a67ef01fab244afb59d9e079e0951b043a156aef
- https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.16.0-stable.tar.xz#flutter.tar.xz : 5f36e985500ea66e6076d47defc294e4c856f2d9545ef6582af05294687b942c
- https://github.com/doug-101/ConvertAll/archive/refs/tags/v1.0.1.tar.gz : 5dc30ad468f2043199b30759ba782e64e423e3e61dc6d79e1982ccbd44f17be6
- https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.4-stable.tar.xz#flutter.tar.xz : 66adfe6b6559a2e2f1fdbf89c938d0af53add3860c854c79dbbd5452f5d2290a
homepage : https://convertall.bellz.org/
license : GPL-2.0-or-later
component : office.maths
Expand Down
6 changes: 3 additions & 3 deletions packages/c/convertall/pspec_x86_64.xml
Expand Up @@ -64,9 +64,9 @@
</Files>
</Package>
<History>
<Update release="10">
<Date>2024-02-19</Date>
<Version>1.0.0</Version>
<Update release="11">
<Date>2024-03-26</Date>
<Version>1.0.1</Version>
<Comment>Packaging update</Comment>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
Expand Down

0 comments on commit 3cddf26

Please sign in to comment.