Summary: | Auto-opening command line options missing in Kexi 3.0 | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Jarosław Staniek <staniek> |
Component: | General | Assignee: | Jarosław Staniek <staniek> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | adam, clickoclunko, inksi |
Priority: | NOR | ||
Version: | 3.1.0 Alpha | ||
Target Milestone: | 3.0.2 | ||
Platform: | Compiled Sources | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/kexi/a41b632d5ae860f5bfc3a361ce9fb5b92e67d9e9 | Version Fixed In: | 3.0.2 |
Sentry Crash Report: |
Description
Jarosław Staniek
2017-04-03 23:55:37 UTC
(report by clickoclunko@gmail.com) Reviewing: https://phabricator.kde.org/D5322 Git commit a41b632d5ae860f5bfc3a361ce9fb5b92e67d9e9 by Jaroslaw Staniek. Committed on 10/04/2017 at 10:52. Pushed by staniek into branch '3.0'. Make auto-opening command line options work for Kexi again Summary: See http://www.kexi-project.org/wiki/wikiview/index.php@CommandLineOptions.html#Options_related_to_opening_objects FIXED-IN:3.0.2 {F3547614} Test Plan: Run Kexi with options such as (trying more than one is OK): --edittext query:"query20" --open query:"query21" --design query:"query22" Defaults to table: --open tablename --design report:employees --new table --new query --new report --new form dbname.kexi Also try invalid combination, e.g. --new foo (no such object type) --new macro (no macros support yet) --edittext tablename (can't open table in text/SQL view) --open nonexisting (does not exist) etc. Reviewers: piggz Tags: #kexi Differential Revision: https://phabricator.kde.org/D5322 M +8 -2 src/core/KexiCommandLineOptions.cpp M +5 -2 src/core/KexiCommandLineOptions.h M +3 -1 src/core/kexipartmanager.cpp M +5 -0 src/core/kexistartupdata.cpp M +5 -3 src/core/kexistartupdata.h M +98 -91 src/main/startup/KexiStartup.cpp M +1 -4 src/main/startup/KexiStartup.h https://commits.kde.org/kexi/a41b632d5ae860f5bfc3a361ce9fb5b92e67d9e9 |