Summary: | Fullscreen mode for Kexi main window | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Dimitrios T Tanis <dimitrios.tanis> |
Component: | General | Assignee: | Jarosław Staniek <staniek> |
Status: | CLOSED FIXED | ||
Severity: | wishlist | CC: | staniek |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 2.5 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
URL: | http://community.kde.org/Kexi/Main_Window#Full_Screen | ||
Latest Commit: | http://commits.kde.org/calligra/c2b2b1ec1c08613ba93efc0a2fdda52faebdd880 | Version Fixed In: | 2.5.0 |
Sentry Crash Report: |
Description
Dimitrios T Tanis
2012-04-26 22:48:43 UTC
Git commit 88eaa1bca68afb1a24536767f2d03c3b79eec2af by Dimitrios T. Tanis. Committed on 17/05/2012 at 00:08. Pushed by tanis into branch 'kexi-features-tanis'. Kexi MainWindow fullscreen feature. Kexi fullscreen is implemented for Mainwindow, serving better manipulation in small factor screens (eg netbooks). Feature is accessible both using shortcuts and at launch from console. M +5 -0 kexi/core/kexicmdlineargs.h M +6 -0 kexi/core/kexistartupdata.cpp M +6 -1 kexi/core/kexistartupdata.h M +53 -1 kexi/main/KexiMainWindow.cpp M +1 -0 kexi/main/KexiMainWindow.h M +13 -1 kexi/main/KexiMainWindow_p.h M +2 -0 kexi/main/startup/KexiStartup.cpp http://commits.kde.org/calligra/88eaa1bca68afb1a24536767f2d03c3b79eec2af Git commit f3e74a32e040bd05c413664c69ff0d136eb875b1 by Dimitrios T. Tanis. Committed on 18/05/2012 at 23:57. Pushed by tanis into branch 'kexi-features-tanis'. Change fullscreen commandline help text. GIT_SILENT M +3 -2 kexi/core/kexicmdlineargs.h http://commits.kde.org/calligra/f3e74a32e040bd05c413664c69ff0d136eb875b1 Git commit c2b5956c226fda28331d21d18c845bf4331a9e76 by Dimitrios T. Tanis. Committed on 17/05/2012 at 00:08. Pushed by tanis into branch 'kexi-features-tanis'. Kexi MainWindow fullscreen feature. Kexi fullscreen is implemented for Mainwindow, serving better manipulation in small factor screens (eg netbooks). Feature is accessible both using shortcuts and at launch from console. M +6 -0 kexi/core/kexicmdlineargs.h M +6 -0 kexi/core/kexistartupdata.cpp M +6 -1 kexi/core/kexistartupdata.h M +53 -1 kexi/main/KexiMainWindow.cpp M +1 -0 kexi/main/KexiMainWindow.h M +13 -1 kexi/main/KexiMainWindow_p.h M +2 -0 kexi/main/startup/KexiStartup.cpp http://commits.kde.org/calligra/c2b5956c226fda28331d21d18c845bf4331a9e76 Git commit 7fa0e02b5fee0d8f5c6697142aed3f43c865e515 by Jaroslaw Staniek, on behalf of Dimitrios T. Tanis. Committed on 17/05/2012 at 00:08. Pushed by staniek into branch 'master'. Add fullscreen mode for Kexi main window Kexi fullscreen is implemented for Mainwindow, serving better manipulation in small factor screens (eg netbooks). Feature is accessible both using shortcuts and at launch from console. REVIEW:105105 DIGEST:Kexi offers fullscreen mode M +6 -0 kexi/core/kexicmdlineargs.h M +6 -0 kexi/core/kexistartupdata.cpp M +6 -1 kexi/core/kexistartupdata.h M +34 -1 kexi/main/KexiMainWindow.cpp M +1 -0 kexi/main/KexiMainWindow.h M +13 -1 kexi/main/KexiMainWindow_p.h M +1 -0 kexi/main/startup/KexiStartup.cpp http://commits.kde.org/calligra/7fa0e02b5fee0d8f5c6697142aed3f43c865e515 Git commit c2b2b1ec1c08613ba93efc0a2fdda52faebdd880 by Yue Liu, on behalf of Dimitrios T. Tanis. Committed on 17/05/2012 at 00:08. Pushed by liu into branch 'connection-interaction-yue'. Add fullscreen mode for Kexi main window Kexi fullscreen is implemented for Mainwindow, serving better manipulation in small factor screens (eg netbooks). Feature is accessible both using shortcuts and at launch from console. REVIEW:105105 DIGEST:Kexi offers fullscreen mode M +6 -0 kexi/core/kexicmdlineargs.h M +6 -0 kexi/core/kexistartupdata.cpp M +6 -1 kexi/core/kexistartupdata.h M +34 -1 kexi/main/KexiMainWindow.cpp M +1 -0 kexi/main/KexiMainWindow.h M +13 -1 kexi/main/KexiMainWindow_p.h M +1 -0 kexi/main/startup/KexiStartup.cpp http://commits.kde.org/calligra/c2b2b1ec1c08613ba93efc0a2fdda52faebdd880 |