[gnote] Updated note popover button orders
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Updated note popover button orders
- Date: Sun, 31 Mar 2019 16:08:22 +0000 (UTC)
commit 2e8747299c2343c799f8c5b113ea416f4a97a9a4
Author: Aurimas Černius <aurisc4 gmail com>
Date: Sun Mar 31 18:45:04 2019 +0300
Updated note popover button orders
src/iactionmanager.hpp | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/src/iactionmanager.hpp b/src/iactionmanager.hpp
index 0c50090a..eb159375 100644
--- a/src/iactionmanager.hpp
+++ b/src/iactionmanager.hpp
@@ -31,19 +31,19 @@
namespace gnote {
enum NoteActionOrder {
- // Note properties (1-999)
+ // custom sections
NOTEBOOK_ORDER = 100,
BACKLINKS_ORDER = 200,
- TABLE_OF_CONTENTS_ORDER = 300,
- READ_ONLY_ORDER = 400,
- // Tools (1000-1999)
- SPELL_CHECK_ORDER = 1100,
- // Actions (2000-2999)
- EXPORT_TO_HTML_ORDER = 2100,
- EXPORT_TO_GTG_ORDER = 2200,
- INSERT_TIMESTAMP_ORDER = 2300,
- PRINT_ORDER = 2400,
- REPLACE_TITLE_ORDER = 2500,
+ TABLE_OF_CONTENTS_ORDER = 100,
+ // flags
+ READ_ONLY_ORDER = 100,
+ SPELL_CHECK_ORDER = 200,
+ // actions
+ EXPORT_TO_HTML_ORDER = 100,
+ EXPORT_TO_GTG_ORDER = 200,
+ INSERT_TIMESTAMP_ORDER = 300,
+ PRINT_ORDER = 400,
+ REPLACE_TITLE_ORDER = 500,
};
class IActionManager
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]