Kexi/Tasks

From KDE Community Wiki

Warning

Mar 2023 [jstaniek]: Relevant TODOs moved to https://invent.kde.org/office/kexi/-/issues, https://invent.kde.org/office/kreport/-/issues, links added here. Continue working with the tasks there.

Note

This page exists to have a bird's-eye view to what's up in the project now and what would happen over time. It is useful to have up-to-date items for the contributors so we can synchronize, set priorities and share or exchange some tasks when possible. Synchronization is especially important when working in multiple time zones or just different hours. Please put top-priority/current tasks at the top of your section. You can add expected date of task termination as the task's prefix. When done, move the task to your DONE section (again, recently finished tasks at the top).


diggy

diggy: TODO

From [1]

  • Implement Window Detaching - https://invent.kde.org/office/kexi/-/issues/119
    • "New Window" - creates new empty kexi main window with prj navigator and tabbed toolbar
    • Detach tab - do the same as in "New Window", close current tab and open it in the new window; never destroy the object's view but just reparent
    • Attach tab - close the tab in the "New Window", if the new window is empty, close it, attach the tab to place it was attached to before; never destroy the object's view but just reparent
  • Split function for any view; vertical, horizontal; start with internal (in view, per view); consider external one; https://invent.kde.org/office/kexi/-/issues/120
    • Split View, as in Kate's View menu: Previous Split View Shift+F8; Next Split View F8; Split Vertical CTRL+Shift+L; Split Horizontal CTRL+Shift+H; Close Current View CTRL+Shift+R; needs synchronisation when data is changed and filters are applied
    • Dual View: Split View with Table or Query on top and related Autoform below - when launched from table or query; Split View with Form on top and related Table view below - when launched from form

diggy: DONE

  • Full screen; F11
  • Quick bugfix: RMB menu should be related to clicked tab, not always the active one

piggz

piggz: TODO

piggz: DONE

shreya

shreya: TODO

shreya: DONE

  • Send Sprint minutes to jstaniek

staniek

staniek: TODO

DROPPED/OUTDATED:

staniek: DONE

  • Fix CSV Crash: Bug #279980
  • Fix Bug #255304 Crash and error when selecting ascending order in a query field
  • Fix Wish #278052 Kexi allows creation of table with reserved words as field names
  • Fix crash on db compacting when ~/foo/bar/kexi file was opened from command line
  • Request Kexi forum at forum.kde.org
  • Fix https://bugs.kde.org/show_bug.cgi?id=160237 Import to table in Kexi ignores setting of "ignore multiple delimiters"
  • Fix https://bugs.kde.org/show_bug.cgi?id=290354 Query SQL generated in the Query designer should be of KEXISQL type
  • Work on redesign of the calligra.org front page
    • Marketing approach - rant
    • Web page inspirations: iWork, MSO for mac, Pixelmator
  • Fix unicode collations
    • add dep on ICU
  • Write blog entry: Integration idea: Shared Calligra Themes
    • Create two mockups showing synergy between Kexi and Words
  • Calligra branding for Kexi menu
  • ODP template with Calligra logo for Inge, test with Calligra-intro.odp
  • Write blog entry: Eating our dog food
  • Fix bug with recent Kexi files storage and opening (reported by piggz)
  • Finish review of proofreading Kexi i18n messages by Stephanie Das Gupta
    • remove strings referring to IDEAl and commit to master (Monday)
  • Update screenshots at http://www.calligra.org/kexi
  • update changelog for kexi beta 4 [11]
  • update changelog for kexi beta 3 [12]
  • fix windows compilation bugs for Kexi
  • More logo guidelines work [13]
  • Send info on missing Handbook items compared to the Polish Handbook (to Dimitrios)
  • Find files for d-pointer-ing (Code-in tasks for Shreya)
  • Write blog entry: Introduction to Kexi [14]
  • More logo guidelines work [15]
  • Code-in tasks for Shreya
  • Logo Guidelines Draft 3 published [16]
  • Provide MessageHandler tool suitable globally for calligra (starting by moving it out of Kexi) and port Calligra to it: [17]
  • Blog about:
    • News for Awesome icons
  • Fix Bug #307334 "Incorrect sorting in table view"

wicik

wicik: TODO

  • Learn QTest and start implementing tests for predicate library.
  • Implement asynchronous marble maps.

wicik: DONE

Oleg

Oleg: TODO

Finish Forms porting to Qt4

Oleg: DONE

  • implement KexiDBDatePicker
  • fix BUG301109
  • implement KexiDBCommandLInkButton, KexiDBSlider and KexiDBProgressBar