#428 closed defect (fixed)
gtk action IDs differ from trunk
Reported by: | westram | Owned by: | westram |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Library (GUI) | Version: | gtkport |
Keywords: | Cc: |
Description
- macros recorded in one version often do not run in the other version
- example:
arb_ntree --execute _dolog demo.arb
- ok in trunk, broken in gtk
generally blocks development (4me)
Change History (8)
comment:1 Changed 11 years ago by westram
- Status changed from new to assigned
comment:2 Changed 11 years ago by westram
comment:3 Changed 11 years ago by westram
- Milestone set to powerusability
comment:4 Changed 11 years ago by westram
- Resolution set to fixed
- Status changed from assigned to closed
by [11281]
comment:5 Changed 11 years ago by westram
- Resolution fixed deleted
- Status changed from closed to reopened
macro ids still differ between gtk and motif version. callallcallbacks does perform callbacks in completely different order.
comment:6 Changed 11 years ago by westram
- Status changed from reopened to _started
comment:7 Changed 11 years ago by westram
- Resolution set to fixed
- Status changed from _started to closed
false alarm:
- ids are more or less the same
- id-prefixes generated with local_id contain a '/'. Later the '/' is removed by conversion 'id' → -key (that conversion AFAIK is not necessary, but we cannot change it w/o breaking existing macros)
- differences of callbacks called by callallcallbacks were fixed by [12146]
comment:8 Changed 9 years ago by westram
- Milestone powerusability deleted
Milestone powerusability deleted
Note: See
TracTickets for help on using
tickets.
[11199] logs action ids; checks for changes (vs. trunk version)