Dmitri Chudinov dimmus
  • Ural
  • Joined on 2022-05-21
dimmus commented on pull request enlightenment/enlightenment#71 2024-06-09 05:23:43 -07:00
Add Search to Palette Editor

It seems good now.

dimmus pushed to devs/dimmus/paledit at dimmus/enlightenment 2024-06-09 05:21:06 -07:00
e9c6c79e86 tools: paledit - remove sorting overhead
dimmus commented on pull request enlightenment/enlightenment#72 2024-06-09 04:21:51 -07:00
Add clang-format style

Sorry if it looks like a 'taste' discussion, i'm only wondering :)
As you sad earlier "... that's a bigger discussion."

dimmus commented on pull request enlightenment/enlightenment#72 2024-06-09 04:14:33 -07:00
Add clang-format style

Do you like

if (head.size < 0)
  {
  }
else
  {
  }

instead of

if (head.size < 0)
{
}
else
{
}

?

Personally I like the last one.

dimmus commented on pull request enlightenment/enlightenment#72 2024-06-09 04:04:43 -07:00
Add clang-format style

Original

#ifndef E_SYSTEM_H
# define E_SYSTEM_H 1
# include "config.h"

# ifndef _FILE_OFFSET_BITS
#  define _FILE_OFFSET_BITS 64
# endif

# ifdef STDC_HEADERS
#  include <stdlib.h>
…
dimmus commented on pull request enlightenment/enlightenment#72 2024-06-09 04:01:48 -07:00
Add clang-format style

So, tried yours:
original:

if (!strncmp(v->mount_point, e_user_dir_get(), strlen(e_user_dir_get())))
     if (unlink(v->mount_point))
       printf("Error unlinking mount point!\n");

dimmus commented on pull request enlightenment/enlightenment#71 2024-06-09 02:28:53 -07:00
Add Search to Palette Editor

Another question.
What will be the difference between

static void
_cb_search_changed(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
{
   ecore_timer_add(0.3,…
dimmus commented on pull request enlightenment/enlightenment#71 2024-06-09 02:21:44 -07:00
Add Search to Palette Editor

@raster, it got me wondering, do we need to restart timer on each entry change?

dimmus pushed to devs/dimmus/paledit at dimmus/enlightenment 2024-06-09 02:07:12 -07:00
eaee30d54d tools: paledit - add timer to sort cb
dimmus commented on pull request enlightenment/enlightenment#71 2024-06-05 10:35:17 -07:00
Add Search to Palette Editor

Not exactly so.
Here we make a selection only when your search entry text is exactly equal to the string in the list. In the middle of typing we have no selection.

But i think about timer.…

dimmus commented on pull request enlightenment/enlightenment#72 2024-06-05 10:20:24 -07:00
Add clang-format style

Small things - like .h files being ignored...

when it comes to formatting I think that's a bigger discussion... have a look at efm2 and at the .clang-format there and try that. yes -…

dimmus commented on pull request enlightenment/enlightenment#72 2024-06-05 10:19:17 -07:00
Add clang-format style

Yep.
Had a lot of problems with compilation when headers are turned on (but in EFL :).
Nevertheless, have a try.

dimmus commented on pull request enlightenment/enlightenment#72 2024-06-05 10:11:54 -07:00
Add clang-format style

Probably yes.
.clang-format - since 0.50
.clang-format-include and .clang-format-ignore - since 0.58

dimmus commented on pull request enlightenment/enlightenment#61 2024-06-04 09:25:42 -07:00
rename wayland session desktop file

Agree, i don't see either.

But we can both be wrong :)
It is better to test.

@raster, we need your guru-opinion?

dimmus commented on pull request enlightenment/efl#59 2024-06-04 09:02:11 -07:00
Update Japanese translation

Too many different commits. Difficult to to trace the outline.
Think shoud be splitted.

@vtorri, did you see this. Some win32 stuff :)

And where is "Japanese translation", mentioned in title?

dimmus commented on pull request enlightenment/enlightenment#72 2024-06-04 08:47:43 -07:00
Add clang-format style

Tested with clang-format 16 and 17

dimmus commented on pull request enlightenment/enlightenment#61 2024-06-04 08:42:26 -07:00
rename wayland session desktop file

Approved for GDM. Use the same patch.

But i'm not sure that it works for other display managers.
To approve changes, they should be tested with

  • SDDM
  • LightDM
  • LXDM

May be…

dimmus created pull request enlightenment/enlightenment#72 2024-06-04 08:14:28 -07:00
Add clang-format style
dimmus pushed to devs/dimmus/clang-format at dimmus/enlightenment 2024-06-04 08:07:03 -07:00
530c305980 clang: add clang-format
dimmus pushed to devs/dimmus/clang-format at dimmus/enlightenment 2024-06-04 07:14:51 -07:00
dimmus created branch devs/dimmus/clang-format in dimmus/enlightenment 2024-06-04 07:14:50 -07:00
dimmus created pull request enlightenment/enlightenment#71 2024-06-04 07:08:18 -07:00
devs/dimmus/paledit
dimmus pushed to devs/dimmus/paledit at dimmus/enlightenment 2024-06-04 06:40:14 -07:00
426cf1de89 git: revert gitignore changes
dimmus created branch devs/dimmus/paledit in dimmus/enlightenment 2024-06-04 06:31:55 -07:00
dimmus pushed to devs/dimmus/paledit at dimmus/enlightenment 2024-06-04 06:31:55 -07:00
c444b230cc tools: paledit - add search entry
dimmus created repository dimmus/enlightenment 2024-06-04 05:57:07 -07:00
dimmus commented on pull request enlightenment/efl#31 2024-06-03 06:57:38 -07:00
efl_ui_slider: fix the error when scrolling.

@vtorri, thanks for the kick.
Probably found the right place to fix the error.

@raster, did i break something again? Have no resources to test "touch" behavior.

dimmus pushed to devs/dimmus/slider at dimmus/efl 2024-06-03 06:47:40 -07:00
80e905aeac efl_ui_textbox: fix sd->scroller=null error
a295045e36 efl_ui_slider: revert previous changes
Compare 2 commits »
dimmus pushed to devs/dimmus/slider at dimmus/efl 2024-06-03 05:26:17 -07:00
37324274a7 Merge branch 'master' into devs/dimmus/slider
ebd24a4815 tests - disable fmt warn for fail/ck asserts bc of check added NULL
305750875e eina - value - disable warnings for ptr math
7e346e7bc2 tests - fix calloc num, size
b3a83fdea6 tests - elm - disable unused test func
c9dae98611 fail_if doesnt need the NULL - causes warnings
659640e4f4 re-indent as misleading indents lead to warnings
18177756ae eina - test - lalloc - fix indenting as its totally misleading
956eeb2b8c evas - arm neon asm - fix initial value of some regs/vars to be zero
a819f00c04 elm - ui position mgr grid - fix calloc size, count
8cc906628b eina - hash - fix calloc to use right size of and count'
cdd3c35bb3 eo: make eo ptr indirection caches flexible
49976ca388 use eina_file_access() instead of access() if possible
a6915ecfc5 mimic access() behavior on Windows
9e5bb18af1 Eina: add eina_file_access() API
11cd98e119 ecore drm2 - use last plane found not first. makes it work on rk3588
ae0c1783d4 elm - remove commented printfs
35bc3f933f elm - win - fix xsd icon hint set with junk stack data and crash
178b786f39 elm theme - make blur effects for theme ifdefed to allow turning on
5aefadeef3 elm theme - fix some typos in colorclass names
97845c1ee3 Eina value test: disable 64 bits value test on Windows
7e839be3ab Eina test: remove POSIX path from sanitize test
12124b770b fix vieet bashism
35e486dbb5 support linking with system libunibreak
f0a966a65f lua - move to lua as default lua engine from luajit
f1688d5110 tests elm - disable elm web as this hasnt done anything in like forever
ab4394b4ad evas tests - disable mask of masks - this could not have really worked
1ff35f9a41 tests - evas - disable 2 filter tests that seem to not make sense?
5823aa2569 evas filter - curve func was off-by-1 ... fix!
d2073a4a56 evas test pixel diff with 9 patch plus render
2a87cfecda test fix fix - forgot execl both first args as the bin and argv0
dca528a049 run timeout directly with out sh and check fork and execl returns
f9e8839125 tests - let's have our own enforced master timeout of 240sec
d6d0caa46c disable failing focus test - doesnt actually affect real life
c216f5baf2 eina, eio, evas: remove wrong __USE_MISC branches
c6b3242c60 fix extra ifdefs - dont need __USE_MISC
dce2557746 fix trictly non-const strlen for const strings
2842eefee2 go back to .99 devel ver
248d62bf5e release - 1.27
f6abf24db2 silence warning on possibly uninit var use
ec7a23ec82 silence warning in gl blur filter
1704758e79 elua: move err label to ENABLE_LUA_OLD defined branch
53d18f0409 elua: solve discarded 'const' qualifier warning
c0e260d308 examples: solve EFL_BETA_API_SUPPORT redefinition warning
c260bcbd33 ecore_evas_sdl: add attribute to unused parameter
8272318d71 Eina: introduce API eina_file_path_relative() to uniformize this check
cc66b5d011 elm-config: correct wrong "if" statement
58ccd1031a elm-config: add icons to menu
472cee52b2 ecore: solve error with gsource = null
9447fb6bad eet - fix write denied - no seg on dict free + check on open
Compare 77 commits »
dimmus pushed to devs/dimmus/meson at dimmus/efl 2023-12-22 04:41:35 -08:00
6d4ece5faf meson: make lz4 'required' when system version is in use
3b80c24dca meson: remove braces from if statements
d3a2d8dffe meson: remove unused meson_modules
814563a512 meson: remove duplicate conf_dir and another join_path
0aaea4b4ff meson: use get_supported_arguments instead of manual loop
11f15ca62e meson: avoid multiple calls of project name and version
111e3bfab4 meson: use slash instead of join_path
cc3f44f0a8 meson: make consistent usage of host_os
Compare 8 commits »
dimmus pushed to master at dimmus/efl 2023-12-13 07:48:44 -08:00
e371555774 Merge branch 'ecore-glib'
7d74e3fad8 Merge branch 'devs/dimmus/elm_config_icons'
32e5fb84b0 Merge branch 'devs/dimmus/elm_config_profile'
72d191bde7 Merge branch 'devs/dimmus/ecore_evas_sdl_fix'
5f2df980ac Merge branch 'devs/dimmus/examples_ecore_audio_fix'
c67c6ccc01 Merge branch 'devs/dimmus/elua_fix_fix'
67dde68af7 elua: move err label to ENABLE_LUA_OLD defined branch
986c4f9214 elua: solve discarded 'const' qualifier warning
d87e2f54df examples: solve EFL_BETA_API_SUPPORT redefinition warning
20e4c949df ecore_evas_sdl: add attribute to unused parameter
45d7e64775 elm-config: correct wrong "if" statement
16decad1aa elm-config: add icons to menu
f5ce4f8290 ecore: solve error with gsource = null
Compare 13 commits »
dimmus created pull request enlightenment/efl#51 2023-12-06 07:33:27 -08:00
devs/dimmus/elua_fix_fix
dimmus created branch devs/dimmus/elua_fix_fix in dimmus/efl 2023-12-06 07:31:42 -08:00
dimmus pushed to devs/dimmus/elua_fix_fix at dimmus/efl 2023-12-06 07:31:42 -08:00
67dde68af7 elua: move err label to ENABLE_LUA_OLD defined branch
986c4f9214 elua: solve discarded 'const' qualifier warning
Compare 2 commits »
dimmus created pull request enlightenment/efl#50 2023-12-06 07:22:42 -08:00
examples: solve EFL_BETA_API_SUPPORT redefinition warning
dimmus created branch devs/dimmus/examples_ecore_audio_fix in dimmus/efl 2023-12-06 07:21:11 -08:00
dimmus pushed to devs/dimmus/examples_ecore_audio_fix at dimmus/efl 2023-12-06 07:21:11 -08:00
d87e2f54df examples: solve EFL_BETA_API_SUPPORT redefinition warning
dimmus created pull request enlightenment/efl#49 2023-12-06 07:08:56 -08:00
ecore_evas_sdl: add attribute to unused parameter
dimmus created branch devs/dimmus/ecore_evas_sdl_fix in dimmus/efl 2023-12-06 07:07:51 -08:00
dimmus pushed to devs/dimmus/ecore_evas_sdl_fix at dimmus/efl 2023-12-06 07:07:51 -08:00
20e4c949df ecore_evas_sdl: add attribute to unused parameter
dimmus pushed to devs/dimmus/meson at dimmus/efl 2023-12-06 06:16:33 -08:00
bd12bf23e7 meson: revert commented 'fork' header
dimmus commented on pull request enlightenment/efl#47 2023-12-06 04:52:01 -08:00
WIP: Solve meson warnings and deprecations

but we have to set projects meson_version to >=0.57.

dimmus commented on pull request enlightenment/efl#47 2023-12-05 10:06:00 -08:00
WIP: Solve meson warnings and deprecations

A valuable remark, thanks

dimmus commented on pull request enlightenment/efl#47 2023-12-05 09:59:02 -08:00
WIP: Solve meson warnings and deprecations

caught it

dimmus commented on pull request enlightenment/efl#47 2023-12-05 09:14:49 -08:00
WIP: Solve meson warnings and deprecations

Would be very appreciated if you could provide a link to the example with the novel meson coding approach.

dimmus commented on pull request enlightenment/efl#47 2023-12-05 06:43:13 -08:00
WIP: Solve meson warnings and deprecations

It is a try to fight with the warning:
* 0.60.0: {'dep 'iconv' custom lookup'}

dimmus commented on pull request enlightenment/efl#47 2023-12-05 06:38:12 -08:00
WIP: Solve meson warnings and deprecations

Hi, Eli. Thanks a lot. Valuable as usual.

dimmus created pull request enlightenment/efl#47 2023-12-05 05:08:52 -08:00
WIP: Solve meson warnings and deprecations
dimmus pushed to devs/dimmus/meson at dimmus/efl 2023-12-05 04:47:21 -08:00
8beff7c4a1 meson: remove deprecated 'copy' key argument in config_file
44b009c129 meson: add new iconv dependency evaluation arg
9f974d5eae meson: make path() version specific
808423d71b meson: make get_pkgconfig_variable version specific
c7007dd50b meson: make source and build_root functions version specific
Compare 5 commits »
dimmus created branch devs/dimmus/meson in dimmus/efl 2023-12-05 04:47:20 -08:00