contact-search-widget-procs.tcl

  • last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 2 more files in changeset.
improve spelling

  1. … 16 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Fix a bunch of typos

  1. … 120 more files in changeset.
Made sure the labels contain the company and other information like the extended compnay information

  1. … 2 more files in changeset.
adding template::util::contact_search::contact_option proc so that what is displayed in the search dropdown can be customized by replacing that one proc and doing related changes to the contact search template widget

    • -18
    • +38
    ./contact-search-widget-procs.tcl
  1. … 1 more file in changeset.
Cleaning up contact_search widget, setting it to use select_with_optgroup widget instead of select widget and reducting the number of unneeded select lines

    • -17
    • +18
    ./contact-search-widget-procs.tcl
correcting incorrect message key

initial upload of template::widget::contact_search procs

    • -0
    • +212
    ./contact-search-widget-procs.tcl
  1. … 1 more file in changeset.