├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE │ ├── Question.md │ └── Feature_request.md ├── src ├── qdarkstyle │ ├── dark │ │ ├── rc │ │ │ ├── .keep │ │ │ ├── arrow_up.png │ │ │ ├── arrow_down.png │ │ │ ├── arrow_left.png │ │ │ ├── base_icon.png │ │ │ ├── branch_end.png │ │ │ ├── arrow_down@2x.png │ │ │ ├── arrow_left@2x.png │ │ │ ├── arrow_right.png │ │ │ ├── arrow_up@2x.png │ │ │ ├── base_icon@2x.png │ │ │ ├── branch_closed.png │ │ │ ├── branch_end@2x.png │ │ │ ├── branch_line.png │ │ │ ├── branch_more.png │ │ │ ├── branch_open.png │ │ │ ├── line_vertical.png │ │ │ ├── radio_checked.png │ │ │ ├── transparent.png │ │ │ ├── window_close.png │ │ │ ├── window_grip.png │ │ │ ├── window_undock.png │ │ │ ├── arrow_right@2x.png │ │ │ ├── arrow_up_focus.png │ │ │ ├── base_icon_focus.png │ │ │ ├── branch_line@2x.png │ │ │ ├── branch_more@2x.png │ │ │ ├── branch_open@2x.png │ │ │ ├── line_horizontal.png │ │ │ ├── radio_unchecked.png │ │ │ ├── transparent@2x.png │ │ │ ├── window_close@2x.png │ │ │ ├── window_grip@2x.png │ │ │ ├── window_minimize.png │ │ │ ├── arrow_down_focus.png │ │ │ ├── arrow_down_pressed.png │ │ │ ├── arrow_left_focus.png │ │ │ ├── arrow_left_pressed.png │ │ │ ├── arrow_right_focus.png │ │ │ ├── arrow_up_disabled.png │ │ │ ├── arrow_up_focus@2x.png │ │ │ ├── arrow_up_pressed.png │ │ │ ├── base_icon_disabled.png │ │ │ ├── base_icon_focus@2x.png │ │ │ ├── base_icon_pressed.png │ │ │ ├── branch_closed@2x.png │ │ │ ├── branch_end_focus.png │ │ │ ├── branch_end_pressed.png │ │ │ ├── branch_line_focus.png │ │ │ ├── branch_more_focus.png │ │ │ ├── branch_open_focus.png │ │ │ ├── checkbox_checked.png │ │ │ ├── checkbox_unchecked.png │ │ │ ├── line_horizontal@2x.png │ │ │ ├── line_vertical@2x.png │ │ │ ├── radio_checked@2x.png │ │ │ ├── radio_unchecked@2x.png │ │ │ ├── transparent_focus.png │ │ │ ├── window_close_focus.png │ │ │ ├── window_grip_focus.png │ │ │ ├── window_minimize@2x.png │ │ │ ├── window_undock@2x.png │ │ │ ├── arrow_down_disabled.png │ │ │ ├── arrow_down_focus@2x.png │ │ │ ├── arrow_left_disabled.png │ │ │ ├── arrow_left_focus@2x.png │ │ │ ├── arrow_right_disabled.png │ │ │ ├── arrow_right_focus@2x.png │ │ │ ├── arrow_right_pressed.png │ │ │ ├── arrow_up_disabled@2x.png │ │ │ ├── arrow_up_pressed@2x.png │ │ │ ├── base_icon_pressed@2x.png │ │ │ ├── branch_closed_focus.png │ │ │ ├── branch_end_disabled.png │ │ │ ├── branch_end_focus@2x.png │ │ │ ├── branch_line_disabled.png │ │ │ ├── branch_line_focus@2x.png │ │ │ ├── branch_line_pressed.png │ │ │ ├── branch_more_disabled.png │ │ │ ├── branch_more_focus@2x.png │ │ │ ├── branch_more_pressed.png │ │ │ ├── branch_open_disabled.png │ │ │ ├── branch_open_focus@2x.png │ │ │ ├── branch_open_pressed.png │ │ │ ├── checkbox_checked@2x.png │ │ │ ├── line_vertical_focus.png │ │ │ ├── radio_checked_focus.png │ │ │ ├── transparent_disabled.png │ │ │ ├── transparent_focus@2x.png │ │ │ ├── transparent_pressed.png │ │ │ ├── window_close_pressed.png │ │ │ ├── window_grip_disabled.png │ │ │ ├── window_grip_focus@2x.png │ │ │ ├── window_grip_pressed.png │ │ │ ├── window_undock_focus.png │ │ │ ├── arrow_down_disabled@2x.png │ │ │ ├── arrow_down_pressed@2x.png │ │ │ ├── arrow_left_disabled@2x.png │ │ │ ├── arrow_left_pressed@2x.png │ │ │ ├── arrow_right_disabled@2x.png │ │ │ ├── arrow_right_pressed@2x.png │ │ │ ├── base_icon_disabled@2x.png │ │ │ ├── branch_closed_disabled.png │ │ │ ├── branch_closed_focus@2x.png │ │ │ ├── branch_closed_pressed.png │ │ │ ├── branch_end_disabled@2x.png │ │ │ ├── branch_end_pressed@2x.png │ │ │ ├── branch_line_disabled@2x.png │ │ │ ├── branch_line_pressed@2x.png │ │ │ ├── branch_more_disabled@2x.png │ │ │ ├── branch_more_pressed@2x.png │ │ │ ├── branch_open_disabled@2x.png │ │ │ ├── branch_open_pressed@2x.png │ │ │ ├── checkbox_checked_focus.png │ │ │ ├── checkbox_indeterminate.png │ │ │ ├── checkbox_unchecked@2x.png │ │ │ ├── line_horizontal_focus.png │ │ │ ├── line_horizontal_pressed.png │ │ │ ├── line_vertical_disabled.png │ │ │ ├── line_vertical_focus@2x.png │ │ │ ├── line_vertical_pressed.png │ │ │ ├── radio_checked_disabled.png │ │ │ ├── radio_checked_focus@2x.png │ │ │ ├── radio_checked_pressed.png │ │ │ ├── radio_unchecked_focus.png │ │ │ ├── radio_unchecked_pressed.png │ │ │ ├── toolbar_move_horizontal.png │ │ │ ├── toolbar_move_vertical.png │ │ │ ├── transparent_disabled@2x.png │ │ │ ├── transparent_pressed@2x.png │ │ │ ├── window_close_disabled.png │ │ │ ├── window_close_focus@2x.png │ │ │ ├── window_close_pressed@2x.png │ │ │ ├── window_grip_disabled@2x.png │ │ │ ├── window_grip_pressed@2x.png │ │ │ ├── window_minimize_focus.png │ │ │ ├── window_minimize_pressed.png │ │ │ ├── window_undock_disabled.png │ │ │ ├── window_undock_focus@2x.png │ │ │ ├── window_undock_pressed.png │ │ │ ├── branch_closed_disabled@2x.png │ │ │ ├── branch_closed_pressed@2x.png │ │ │ ├── checkbox_checked_disabled.png │ │ │ ├── checkbox_checked_focus@2x.png │ │ │ ├── checkbox_checked_pressed.png │ │ │ ├── checkbox_indeterminate@2x.png │ │ │ ├── checkbox_unchecked_focus.png │ │ │ ├── line_horizontal_disabled.png │ │ │ ├── line_horizontal_focus@2x.png │ │ │ ├── line_vertical_disabled@2x.png │ │ │ ├── line_vertical_pressed@2x.png │ │ │ ├── radio_checked_disabled@2x.png │ │ │ ├── radio_checked_pressed@2x.png │ │ │ ├── radio_unchecked_disabled.png │ │ │ ├── radio_unchecked_focus@2x.png │ │ │ ├── toolbar_move_vertical@2x.png │ │ │ ├── window_close_disabled@2x.png │ │ │ ├── window_minimize_disabled.png │ │ │ ├── window_minimize_focus@2x.png │ │ │ ├── window_undock_disabled@2x.png │ │ │ ├── window_undock_pressed@2x.png │ │ │ ├── checkbox_checked_disabled@2x.png │ │ │ ├── checkbox_checked_pressed@2x.png │ │ │ ├── checkbox_indeterminate_focus.png │ │ │ ├── checkbox_unchecked_disabled.png │ │ │ ├── checkbox_unchecked_focus@2x.png │ │ │ ├── checkbox_unchecked_pressed.png │ │ │ ├── line_horizontal_disabled@2x.png │ │ │ ├── line_horizontal_pressed@2x.png │ │ │ ├── radio_unchecked_disabled@2x.png │ │ │ ├── radio_unchecked_pressed@2x.png │ │ │ ├── toolbar_move_horizontal@2x.png │ │ │ ├── toolbar_move_vertical_focus.png │ │ │ ├── toolbar_separator_horizontal.png │ │ │ ├── toolbar_separator_vertical.png │ │ │ ├── window_minimize_disabled@2x.png │ │ │ ├── window_minimize_pressed@2x.png │ │ │ ├── checkbox_indeterminate_pressed.png │ │ │ ├── checkbox_unchecked_disabled@2x.png │ │ │ ├── checkbox_unchecked_pressed@2x.png │ │ │ ├── toolbar_move_horizontal_focus.png │ │ │ ├── toolbar_move_vertical_disabled.png │ │ │ ├── toolbar_move_vertical_focus@2x.png │ │ │ ├── toolbar_move_vertical_pressed.png │ │ │ ├── toolbar_separator_vertical@2x.png │ │ │ ├── checkbox_indeterminate_disabled.png │ │ │ ├── checkbox_indeterminate_focus@2x.png │ │ │ ├── checkbox_indeterminate_pressed@2x.png │ │ │ ├── toolbar_move_horizontal_disabled.png │ │ │ ├── toolbar_move_horizontal_focus@2x.png │ │ │ ├── toolbar_move_horizontal_pressed.png │ │ │ ├── toolbar_move_vertical_disabled@2x.png │ │ │ ├── toolbar_move_vertical_pressed@2x.png │ │ │ ├── toolbar_separator_horizontal@2x.png │ │ │ ├── toolbar_separator_vertical_focus.png │ │ │ ├── checkbox_indeterminate_disabled@2x.png │ │ │ ├── toolbar_move_horizontal_disabled@2x.png │ │ │ ├── toolbar_move_horizontal_pressed@2x.png │ │ │ ├── toolbar_separator_horizontal_focus.png │ │ │ ├── toolbar_separator_vertical_disabled.png │ │ │ ├── toolbar_separator_vertical_focus@2x.png │ │ │ ├── toolbar_separator_vertical_pressed.png │ │ │ ├── toolbar_separator_horizontal_disabled.png │ │ │ ├── toolbar_separator_horizontal_focus@2x.png │ │ │ ├── toolbar_separator_horizontal_pressed.png │ │ │ ├── toolbar_separator_vertical_disabled@2x.png │ │ │ ├── toolbar_separator_vertical_pressed@2x.png │ │ │ ├── toolbar_separator_horizontal_disabled@2x.png │ │ │ └── toolbar_separator_horizontal_pressed@2x.png │ │ └── main.scss │ └── light │ │ ├── rc │ │ ├── .keep │ │ ├── arrow_up.png │ │ ├── base_icon.png │ │ ├── arrow_down.png │ │ ├── arrow_left.png │ │ ├── arrow_right.png │ │ ├── arrow_up@2x.png │ │ ├── base_icon@2x.png │ │ ├── branch_end.png │ │ ├── branch_line.png │ │ ├── branch_more.png │ │ ├── branch_open.png │ │ ├── transparent.png │ │ ├── window_close.png │ │ ├── window_grip.png │ │ ├── arrow_down@2x.png │ │ ├── arrow_left@2x.png │ │ ├── arrow_right@2x.png │ │ ├── arrow_up_focus.png │ │ ├── branch_closed.png │ │ ├── branch_end@2x.png │ │ ├── branch_line@2x.png │ │ ├── branch_more@2x.png │ │ ├── branch_open@2x.png │ │ ├── line_vertical.png │ │ ├── radio_checked.png │ │ ├── transparent@2x.png │ │ ├── window_grip@2x.png │ │ ├── window_undock.png │ │ ├── arrow_down_focus.png │ │ ├── arrow_left_focus.png │ │ ├── arrow_right_focus.png │ │ ├── arrow_up_disabled.png │ │ ├── arrow_up_focus@2x.png │ │ ├── arrow_up_pressed.png │ │ ├── base_icon_focus.png │ │ ├── base_icon_pressed.png │ │ ├── branch_closed@2x.png │ │ ├── branch_end_focus.png │ │ ├── branch_line_focus.png │ │ ├── branch_more_focus.png │ │ ├── branch_open_focus.png │ │ ├── checkbox_checked.png │ │ ├── line_horizontal.png │ │ ├── line_vertical@2x.png │ │ ├── radio_checked@2x.png │ │ ├── radio_unchecked.png │ │ ├── transparent_focus.png │ │ ├── window_close@2x.png │ │ ├── window_grip_focus.png │ │ ├── window_minimize.png │ │ ├── window_undock@2x.png │ │ ├── arrow_down_disabled.png │ │ ├── arrow_down_focus@2x.png │ │ ├── arrow_down_pressed.png │ │ ├── arrow_left_disabled.png │ │ ├── arrow_left_focus@2x.png │ │ ├── arrow_left_pressed.png │ │ ├── arrow_right_pressed.png │ │ ├── arrow_up_pressed@2x.png │ │ ├── base_icon_disabled.png │ │ ├── base_icon_focus@2x.png │ │ ├── branch_closed_focus.png │ │ ├── branch_end_disabled.png │ │ ├── branch_end_focus@2x.png │ │ ├── branch_end_pressed.png │ │ ├── branch_line_pressed.png │ │ ├── branch_more_pressed.png │ │ ├── branch_open_pressed.png │ │ ├── checkbox_checked@2x.png │ │ ├── checkbox_unchecked.png │ │ ├── line_horizontal@2x.png │ │ ├── line_vertical_focus.png │ │ ├── radio_checked_focus.png │ │ ├── radio_unchecked@2x.png │ │ ├── transparent_pressed.png │ │ ├── window_close_focus.png │ │ ├── window_grip_pressed.png │ │ ├── window_minimize@2x.png │ │ ├── window_undock_focus.png │ │ ├── arrow_down_disabled@2x.png │ │ ├── arrow_down_pressed@2x.png │ │ ├── arrow_left_disabled@2x.png │ │ ├── arrow_left_pressed@2x.png │ │ ├── arrow_right_disabled.png │ │ ├── arrow_right_focus@2x.png │ │ ├── arrow_right_pressed@2x.png │ │ ├── arrow_up_disabled@2x.png │ │ ├── base_icon_disabled@2x.png │ │ ├── base_icon_pressed@2x.png │ │ ├── branch_closed_disabled.png │ │ ├── branch_closed_focus@2x.png │ │ ├── branch_closed_pressed.png │ │ ├── branch_end_disabled@2x.png │ │ ├── branch_end_pressed@2x.png │ │ ├── branch_line_disabled.png │ │ ├── branch_line_focus@2x.png │ │ ├── branch_line_pressed@2x.png │ │ ├── branch_more_disabled.png │ │ ├── branch_more_focus@2x.png │ │ ├── branch_more_pressed@2x.png │ │ ├── branch_open_disabled.png │ │ ├── branch_open_focus@2x.png │ │ ├── branch_open_pressed@2x.png │ │ ├── checkbox_checked_focus.png │ │ ├── checkbox_indeterminate.png │ │ ├── checkbox_unchecked@2x.png │ │ ├── line_horizontal_focus.png │ │ ├── line_vertical_disabled.png │ │ ├── line_vertical_focus@2x.png │ │ ├── line_vertical_pressed.png │ │ ├── radio_checked_disabled.png │ │ ├── radio_checked_focus@2x.png │ │ ├── radio_checked_pressed.png │ │ ├── radio_unchecked_focus.png │ │ ├── toolbar_move_vertical.png │ │ ├── transparent_disabled.png │ │ ├── transparent_focus@2x.png │ │ ├── transparent_pressed@2x.png │ │ ├── window_close_disabled.png │ │ ├── window_close_focus@2x.png │ │ ├── window_close_pressed.png │ │ ├── window_grip_disabled.png │ │ ├── window_grip_focus@2x.png │ │ ├── window_grip_pressed@2x.png │ │ ├── window_minimize_focus.png │ │ ├── window_undock_disabled.png │ │ ├── window_undock_focus@2x.png │ │ ├── window_undock_pressed.png │ │ ├── arrow_right_disabled@2x.png │ │ ├── branch_closed_pressed@2x.png │ │ ├── branch_line_disabled@2x.png │ │ ├── branch_more_disabled@2x.png │ │ ├── branch_open_disabled@2x.png │ │ ├── checkbox_checked_pressed.png │ │ ├── checkbox_unchecked_focus.png │ │ ├── line_horizontal_disabled.png │ │ ├── line_horizontal_focus@2x.png │ │ ├── line_horizontal_pressed.png │ │ ├── line_vertical_pressed@2x.png │ │ ├── radio_checked_pressed@2x.png │ │ ├── radio_unchecked_disabled.png │ │ ├── radio_unchecked_focus@2x.png │ │ ├── radio_unchecked_pressed.png │ │ ├── toolbar_move_horizontal.png │ │ ├── toolbar_move_vertical@2x.png │ │ ├── transparent_disabled@2x.png │ │ ├── window_close_disabled@2x.png │ │ ├── window_close_pressed@2x.png │ │ ├── window_grip_disabled@2x.png │ │ ├── window_minimize_disabled.png │ │ ├── window_minimize_focus@2x.png │ │ ├── window_minimize_pressed.png │ │ ├── window_undock_pressed@2x.png │ │ ├── branch_closed_disabled@2x.png │ │ ├── checkbox_checked_disabled.png │ │ ├── checkbox_checked_focus@2x.png │ │ ├── checkbox_checked_pressed@2x.png │ │ ├── checkbox_indeterminate@2x.png │ │ ├── checkbox_unchecked_disabled.png │ │ ├── checkbox_unchecked_focus@2x.png │ │ ├── checkbox_unchecked_pressed.png │ │ ├── line_horizontal_disabled@2x.png │ │ ├── line_horizontal_pressed@2x.png │ │ ├── line_vertical_disabled@2x.png │ │ ├── radio_checked_disabled@2x.png │ │ ├── radio_unchecked_disabled@2x.png │ │ ├── radio_unchecked_pressed@2x.png │ │ ├── toolbar_move_horizontal@2x.png │ │ ├── toolbar_move_vertical_focus.png │ │ ├── toolbar_separator_vertical.png │ │ ├── window_minimize_disabled@2x.png │ │ ├── window_minimize_pressed@2x.png │ │ ├── window_undock_disabled@2x.png │ │ ├── checkbox_checked_disabled@2x.png │ │ ├── checkbox_indeterminate_focus.png │ │ ├── checkbox_unchecked_pressed@2x.png │ │ ├── toolbar_move_horizontal_focus.png │ │ ├── toolbar_move_vertical_pressed.png │ │ ├── toolbar_separator_horizontal.png │ │ ├── toolbar_separator_vertical@2x.png │ │ ├── checkbox_indeterminate_disabled.png │ │ ├── checkbox_indeterminate_focus@2x.png │ │ ├── checkbox_indeterminate_pressed.png │ │ ├── checkbox_unchecked_disabled@2x.png │ │ ├── toolbar_move_horizontal_disabled.png │ │ ├── toolbar_move_horizontal_focus@2x.png │ │ ├── toolbar_move_horizontal_pressed.png │ │ ├── toolbar_move_vertical_disabled.png │ │ ├── toolbar_move_vertical_focus@2x.png │ │ ├── toolbar_move_vertical_pressed@2x.png │ │ ├── toolbar_separator_horizontal@2x.png │ │ ├── toolbar_separator_vertical_focus.png │ │ ├── checkbox_indeterminate_disabled@2x.png │ │ ├── checkbox_indeterminate_pressed@2x.png │ │ ├── toolbar_move_horizontal_pressed@2x.png │ │ ├── toolbar_move_vertical_disabled@2x.png │ │ ├── toolbar_separator_horizontal_focus.png │ │ ├── toolbar_separator_vertical_pressed.png │ │ ├── toolbar_move_horizontal_disabled@2x.png │ │ ├── toolbar_separator_horizontal_disabled.png │ │ ├── toolbar_separator_horizontal_focus@2x.png │ │ ├── toolbar_separator_horizontal_pressed.png │ │ ├── toolbar_separator_vertical_disabled.png │ │ ├── toolbar_separator_vertical_focus@2x.png │ │ ├── toolbar_separator_vertical_pressed@2x.png │ │ ├── toolbar_separator_horizontal_pressed@2x.png │ │ ├── toolbar_separator_vertical_disabled@2x.png │ │ └── toolbar_separator_horizontal_disabled@2x.png │ │ └── main.scss ├── translations │ ├── place_translations_here │ ├── flags │ │ ├── ar.png │ │ ├── br.png │ │ ├── cn.png │ │ ├── cs.png │ │ ├── de.png │ │ ├── eg.png │ │ ├── es.png │ │ ├── fr.png │ │ ├── gb.png │ │ ├── it.png │ │ ├── jp.png │ │ ├── kr.png │ │ ├── nl.png │ │ ├── pl.png │ │ ├── roc.png │ │ ├── ru.png │ │ ├── sv.png │ │ ├── tr.png │ │ ├── ua.png │ │ ├── us.png │ │ └── flags.qrc │ ├── README │ └── translations.qrc ├── os2app.rc ├── iconos2.ico ├── iconwin.ico ├── macapp.icns ├── winapp.rc ├── icons │ ├── sqlitebrowser.png │ ├── text_italic.svg │ ├── text_align_left.svg │ ├── text_align_right.svg │ ├── text_align_justify.svg │ ├── text_align_center.svg │ ├── text_bold.svg │ ├── text_underlined.svg │ ├── color_swatch.svg │ ├── bullet_arrow_down.svg │ ├── bullet_arrow_up.svg │ ├── page_white_copy.svg │ ├── font.svg │ ├── resultset_next.svg │ ├── resultset_previous.svg │ ├── text_padding_top.svg │ ├── textfield_delete.svg │ ├── arrow_refresh_small.svg │ ├── text_padding_left.svg │ ├── bullet_arrow_bottom.svg │ ├── bullet_arrow_top.svg │ ├── resultset_first.svg │ ├── resultset_last.svg │ ├── cross.svg │ ├── script.svg │ ├── tab.svg │ ├── tag_blue.svg │ ├── help.svg │ ├── page_copy.svg │ ├── page_white_text.svg │ ├── database.svg │ ├── link_break.svg │ ├── cog.svg │ └── table.svg ├── extensions │ ├── extension-formats.def │ └── extension-functions.def ├── certs │ └── CaCerts.qrc ├── DotenvFormat.h ├── tests │ ├── TestRegex.h │ ├── TestImport.h │ └── TestRowCache.h ├── AboutDialog.h ├── Palette.h ├── IconCache.h ├── sql │ └── parser │ │ ├── README │ │ └── ParserDriver.cpp ├── version.h ├── AboutDialog.cpp ├── VacuumDialog.h ├── ProxyDialog.h ├── sqltextedit.h ├── ImageViewer.h ├── ExportSqlDialog.h ├── FileExtensionManager.h ├── CipherSettings.cpp ├── sqlite.h ├── DotenvFormat.cpp ├── tools │ └── create_windows_icon.sh ├── TableBrowserDock.h ├── IconCache.cpp ├── CipherDialog.h ├── SelectItemsPopup.h ├── ColumnDisplayFormatDialog.h └── Application.h ├── currentrelease ├── images ├── logo.png └── sqlitebrowser.png ├── installer ├── macos │ ├── macapp.icns │ ├── background.png │ ├── background@2x.png │ ├── .db4s_secure │ ├── export_icons_set.sh │ └── nightly.json └── windows │ ├── banner.bmp │ ├── background.bmp │ └── resources │ ├── icon.png │ ├── banner.xcf │ └── background.xcf ├── libs ├── json │ ├── json.pro │ └── CMakeLists.txt ├── qscintilla │ ├── Qt4Qt5 │ │ ├── qscintilla_cs.qm │ │ ├── qscintilla_de.qm │ │ ├── qscintilla_es.qm │ │ ├── qscintilla_fr.qm │ │ ├── qscintilla_pt_br.qm │ │ └── features │ │ │ └── qscintilla2.prf │ ├── README │ ├── src │ │ ├── SciTE.properties │ │ ├── DBCS.h │ │ ├── Catalogue.h │ │ ├── IntegerRectangle.h │ │ ├── UnicodeFromUTF8.h │ │ ├── FontQuality.h │ │ ├── License.txt │ │ ├── UniqueString.h │ │ ├── Position.h │ │ ├── CharClassify.h │ │ └── ElapsedPeriod.h │ ├── include │ │ ├── ILoader.h │ │ ├── License.txt │ │ └── Sci_Position.h │ ├── lexlib │ │ ├── PropSetSimple.h │ │ ├── LexerSimple.h │ │ ├── License.txt │ │ ├── Accessor.h │ │ ├── StringCopy.h │ │ ├── CharacterCategory.h │ │ └── WordList.h │ └── lexers │ │ └── License.txt ├── qcustomplot-source │ ├── qcustomplot.pro │ └── CMakeLists.txt └── qhexedit │ ├── qhexedit.pro │ ├── src │ └── qhexedit.pro │ └── CMakeLists.txt ├── sqlitebrowser.pro ├── distri ├── mime │ └── packages │ │ └── db4s-sqbpro.xml └── sqlitebrowser.desktop ├── .gitignore └── tests └── createtestdb.py /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | patreon: db4s 2 | -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/.keep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/.keep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/translations/place_translations_here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/os2app.rc: -------------------------------------------------------------------------------- 1 | ICON 1 DISCARDABLE "iconos2.ico" -------------------------------------------------------------------------------- /currentrelease: -------------------------------------------------------------------------------- 1 | 3.12.2 2 | https://sqlitebrowser.org/blog/version-3-12-2-released 3 | 4 | -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/images/logo.png -------------------------------------------------------------------------------- /src/iconos2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/iconos2.ico -------------------------------------------------------------------------------- /src/iconwin.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/iconwin.ico -------------------------------------------------------------------------------- /src/macapp.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/macapp.icns -------------------------------------------------------------------------------- /src/winapp.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/winapp.rc -------------------------------------------------------------------------------- /images/sqlitebrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/images/sqlitebrowser.png -------------------------------------------------------------------------------- /installer/macos/macapp.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/installer/macos/macapp.icns -------------------------------------------------------------------------------- /libs/json/json.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | 3 | CONFIG += debug_and_release 4 | 5 | HEADERS += \ 6 | json.hpp 7 | -------------------------------------------------------------------------------- /src/icons/sqlitebrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/icons/sqlitebrowser.png -------------------------------------------------------------------------------- /installer/macos/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/installer/macos/background.png -------------------------------------------------------------------------------- /installer/windows/banner.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/installer/windows/banner.bmp -------------------------------------------------------------------------------- /src/translations/flags/ar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/ar.png -------------------------------------------------------------------------------- /src/translations/flags/br.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/br.png -------------------------------------------------------------------------------- /src/translations/flags/cn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/cn.png -------------------------------------------------------------------------------- /src/translations/flags/cs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/cs.png -------------------------------------------------------------------------------- /src/translations/flags/de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/de.png -------------------------------------------------------------------------------- /src/translations/flags/eg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/eg.png -------------------------------------------------------------------------------- /src/translations/flags/es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/es.png -------------------------------------------------------------------------------- /src/translations/flags/fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/fr.png -------------------------------------------------------------------------------- /src/translations/flags/gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/gb.png -------------------------------------------------------------------------------- /src/translations/flags/it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/it.png -------------------------------------------------------------------------------- /src/translations/flags/jp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/jp.png -------------------------------------------------------------------------------- /src/translations/flags/kr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/kr.png -------------------------------------------------------------------------------- /src/translations/flags/nl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/nl.png -------------------------------------------------------------------------------- /src/translations/flags/pl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/pl.png -------------------------------------------------------------------------------- /src/translations/flags/roc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/roc.png -------------------------------------------------------------------------------- /src/translations/flags/ru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/ru.png -------------------------------------------------------------------------------- /src/translations/flags/sv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/sv.png -------------------------------------------------------------------------------- /src/translations/flags/tr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/tr.png -------------------------------------------------------------------------------- /src/translations/flags/ua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/ua.png -------------------------------------------------------------------------------- /src/translations/flags/us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/translations/flags/us.png -------------------------------------------------------------------------------- /installer/windows/background.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/installer/windows/background.bmp -------------------------------------------------------------------------------- /installer/macos/background@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/installer/macos/background@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_up.png -------------------------------------------------------------------------------- /installer/windows/resources/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/installer/windows/resources/icon.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_down.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_left.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/base_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/base_icon.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_end.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_up.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/base_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/base_icon.png -------------------------------------------------------------------------------- /installer/windows/resources/banner.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/installer/windows/resources/banner.xcf -------------------------------------------------------------------------------- /libs/qscintilla/Qt4Qt5/qscintilla_cs.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/libs/qscintilla/Qt4Qt5/qscintilla_cs.qm -------------------------------------------------------------------------------- /libs/qscintilla/Qt4Qt5/qscintilla_de.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/libs/qscintilla/Qt4Qt5/qscintilla_de.qm -------------------------------------------------------------------------------- /libs/qscintilla/Qt4Qt5/qscintilla_es.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/libs/qscintilla/Qt4Qt5/qscintilla_es.qm -------------------------------------------------------------------------------- /libs/qscintilla/Qt4Qt5/qscintilla_fr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/libs/qscintilla/Qt4Qt5/qscintilla_fr.qm -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_down@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_down@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_left@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_left@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_right.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_up@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_up@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/base_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/base_icon@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_closed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_end@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_end@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_line.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_more.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_open.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/line_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/line_vertical.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/radio_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/radio_checked.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/transparent.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_close.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_grip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_grip.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_undock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_undock.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_down.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_left.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_right.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_up@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_up@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/base_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/base_icon@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_end.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_line.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_more.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_open.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/transparent.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_close.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_grip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_grip.png -------------------------------------------------------------------------------- /installer/windows/resources/background.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/installer/windows/resources/background.xcf -------------------------------------------------------------------------------- /libs/qscintilla/Qt4Qt5/qscintilla_pt_br.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/libs/qscintilla/Qt4Qt5/qscintilla_pt_br.qm -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_right@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_right@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_up_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_up_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/base_icon_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/base_icon_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_line@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_more@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_more@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_open@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_open@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/line_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/line_horizontal.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/radio_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/radio_unchecked.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/transparent@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/transparent@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_close@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_grip@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_grip@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_minimize.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_down@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_down@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_left@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_left@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_right@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_right@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_up_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_up_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_closed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_end@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_end@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_line@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_more@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_more@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_open@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_open@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/line_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/line_vertical.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/radio_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/radio_checked.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/transparent@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/transparent@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_grip@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_grip@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_undock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_undock.png -------------------------------------------------------------------------------- /src/extensions/extension-formats.def: -------------------------------------------------------------------------------- 1 | EXPORTS 2 | RegisterExtensionFormats 3 | sqlite3_api 4 | sqlite3_extension_init 5 | freeResult 6 | -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_down_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_down_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_down_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_down_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_left_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_left_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_left_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_left_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_right_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_right_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_up_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_up_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_up_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_up_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_up_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_up_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/base_icon_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/base_icon_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/base_icon_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/base_icon_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/base_icon_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/base_icon_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_closed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_closed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_end_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_end_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_end_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_end_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_line_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_line_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_more_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_more_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_open_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_open_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_checked.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_unchecked.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/line_horizontal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/line_horizontal@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/line_vertical@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/line_vertical@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/radio_checked@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/radio_checked@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/radio_unchecked@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/radio_unchecked@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/transparent_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/transparent_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_close_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_close_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_grip_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_grip_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_minimize@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_minimize@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_undock@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_undock@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_down_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_down_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_left_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_left_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_right_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_right_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_up_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_up_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_up_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_up_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_up_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_up_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/base_icon_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/base_icon_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/base_icon_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/base_icon_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_closed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_closed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_end_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_end_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_line_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_line_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_more_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_more_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_open_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_open_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_checked.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/line_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/line_horizontal.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/line_vertical@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/line_vertical@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/radio_checked@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/radio_checked@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/radio_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/radio_unchecked.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/transparent_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/transparent_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_close@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_grip_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_grip_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_minimize.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_undock@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_undock@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_down_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_down_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_down_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_down_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_left_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_left_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_left_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_left_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_right_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_right_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_right_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_right_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_right_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_right_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_up_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_up_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_up_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_up_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/base_icon_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/base_icon_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_closed_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_closed_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_end_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_end_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_end_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_end_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_line_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_line_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_line_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_line_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_line_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_line_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_more_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_more_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_more_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_more_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_more_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_more_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_open_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_open_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_open_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_open_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_open_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_open_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_checked@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_checked@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/line_vertical_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/line_vertical_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/radio_checked_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/radio_checked_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/transparent_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/transparent_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/transparent_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/transparent_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/transparent_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/transparent_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_close_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_close_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_grip_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_grip_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_grip_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_grip_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_grip_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_grip_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_undock_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_undock_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_down_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_down_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_down_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_down_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_down_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_down_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_left_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_left_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_left_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_left_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_left_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_left_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_right_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_right_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_up_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_up_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/base_icon_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/base_icon_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/base_icon_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/base_icon_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_closed_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_closed_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_end_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_end_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_end_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_end_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_end_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_end_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_line_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_line_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_more_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_more_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_open_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_open_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_checked@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_checked@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_unchecked.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/line_horizontal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/line_horizontal@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/line_vertical_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/line_vertical_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/radio_checked_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/radio_checked_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/radio_unchecked@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/radio_unchecked@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/transparent_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/transparent_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_close_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_close_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_grip_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_grip_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_minimize@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_minimize@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_undock_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_undock_focus.png -------------------------------------------------------------------------------- /libs/json/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 2.8.12.2) 2 | 3 | set(CMAKE_INCLUDE_CURRENT_DIR ON) 4 | 5 | set(JSON11_HDR 6 | json.hpp 7 | ) 8 | -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_down_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_down_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_down_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_down_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_left_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_left_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_left_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_left_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_right_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_right_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/arrow_right_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/arrow_right_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/base_icon_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/base_icon_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_closed_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_closed_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_closed_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_closed_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_closed_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_closed_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_end_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_end_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_end_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_end_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_line_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_line_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_line_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_line_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_more_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_more_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_more_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_more_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_open_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_open_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_open_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_open_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_checked_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_checked_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_indeterminate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_indeterminate.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_unchecked@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_unchecked@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/line_horizontal_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/line_horizontal_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/line_horizontal_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/line_horizontal_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/line_vertical_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/line_vertical_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/line_vertical_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/line_vertical_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/line_vertical_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/line_vertical_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/radio_checked_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/radio_checked_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/radio_checked_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/radio_checked_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/radio_checked_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/radio_checked_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/radio_unchecked_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/radio_unchecked_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/radio_unchecked_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/radio_unchecked_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_move_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_move_horizontal.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_move_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_move_vertical.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/transparent_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/transparent_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/transparent_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/transparent_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_close_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_close_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_close_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_close_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_close_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_close_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_grip_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_grip_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_grip_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_grip_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_minimize_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_minimize_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_minimize_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_minimize_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_undock_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_undock_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_undock_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_undock_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_undock_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_undock_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_down_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_down_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_down_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_down_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_left_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_left_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_left_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_left_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_right_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_right_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_right_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_right_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_right_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_right_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_up_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_up_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/base_icon_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/base_icon_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/base_icon_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/base_icon_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_closed_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_closed_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_closed_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_closed_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_closed_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_closed_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_end_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_end_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_end_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_end_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_line_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_line_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_line_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_line_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_line_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_line_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_more_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_more_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_more_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_more_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_more_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_more_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_open_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_open_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_open_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_open_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_open_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_open_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_checked_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_checked_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_indeterminate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_indeterminate.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_unchecked@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_unchecked@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/line_horizontal_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/line_horizontal_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/line_vertical_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/line_vertical_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/line_vertical_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/line_vertical_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/line_vertical_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/line_vertical_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/radio_checked_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/radio_checked_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/radio_checked_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/radio_checked_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/radio_checked_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/radio_checked_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/radio_unchecked_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/radio_unchecked_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_move_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_move_vertical.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/transparent_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/transparent_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/transparent_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/transparent_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/transparent_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/transparent_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_close_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_close_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_close_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_close_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_close_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_close_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_grip_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_grip_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_grip_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_grip_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_grip_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_grip_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_minimize_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_minimize_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_undock_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_undock_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_undock_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_undock_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_undock_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_undock_pressed.png -------------------------------------------------------------------------------- /src/translations/README: -------------------------------------------------------------------------------- 1 | TS files for the application should be all named according to a convention such as _, e.g. sqlb_de, sqlb_ru etc. 2 | -------------------------------------------------------------------------------- /installer/macos/.db4s_secure: -------------------------------------------------------------------------------- 1 | DEV_ID="Developer ID Application: Your name (AABBCCDDEE)" 2 | KEYCHAIN_PASSWORD="yourpassword" 3 | UPLOAD_SERVER="user@example.org" 4 | -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_closed_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_closed_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/branch_closed_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/branch_closed_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_checked_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_checked_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_checked_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_checked_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_checked_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_checked_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_indeterminate@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_indeterminate@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_unchecked_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_unchecked_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/line_horizontal_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/line_horizontal_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/line_horizontal_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/line_horizontal_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/line_vertical_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/line_vertical_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/line_vertical_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/line_vertical_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/radio_checked_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/radio_checked_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/radio_checked_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/radio_checked_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/radio_unchecked_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/radio_unchecked_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/radio_unchecked_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/radio_unchecked_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_move_vertical@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_move_vertical@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_close_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_close_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_minimize_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_minimize_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_minimize_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_minimize_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_undock_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_undock_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_undock_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_undock_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/arrow_right_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/arrow_right_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_closed_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_closed_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_line_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_line_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_more_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_more_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_open_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_open_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_checked_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_checked_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_unchecked_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_unchecked_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/line_horizontal_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/line_horizontal_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/line_horizontal_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/line_horizontal_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/line_horizontal_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/line_horizontal_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/line_vertical_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/line_vertical_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/radio_checked_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/radio_checked_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/radio_unchecked_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/radio_unchecked_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/radio_unchecked_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/radio_unchecked_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/radio_unchecked_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/radio_unchecked_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_move_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_move_horizontal.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_move_vertical@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_move_vertical@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/transparent_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/transparent_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_close_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_close_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_close_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_close_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_grip_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_grip_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_minimize_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_minimize_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_minimize_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_minimize_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_minimize_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_minimize_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_undock_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_undock_pressed@2x.png -------------------------------------------------------------------------------- /libs/qscintilla/README: -------------------------------------------------------------------------------- 1 | All the documentation for QScintilla for Qt v4 and Qt v5 (including 2 | installation instructions) can be found in doc/html-Qt4Qt5/index.html. 3 | -------------------------------------------------------------------------------- /src/qdarkstyle/dark/main.scss: -------------------------------------------------------------------------------- 1 | /* Light Style - QDarkStyleSheet ------------------------------------------ */ 2 | 3 | @import '_variables'; 4 | @import '../qss/_styles'; 5 | -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_checked_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_checked_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_checked_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_checked_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_indeterminate_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_indeterminate_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_unchecked_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_unchecked_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_unchecked_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_unchecked_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_unchecked_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_unchecked_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/line_horizontal_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/line_horizontal_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/line_horizontal_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/line_horizontal_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/radio_unchecked_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/radio_unchecked_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/radio_unchecked_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/radio_unchecked_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_move_horizontal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_move_horizontal@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_move_vertical_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_move_vertical_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_separator_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_separator_horizontal.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_separator_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_separator_vertical.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_minimize_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_minimize_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/window_minimize_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/window_minimize_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/main.scss: -------------------------------------------------------------------------------- 1 | /* Dark Style - QDarkStyleSheet ------------------------------------------ */ 2 | 3 | @import '_variables'; 4 | @import '../qss/_styles'; 5 | -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/branch_closed_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/branch_closed_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_checked_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_checked_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_checked_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_checked_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_checked_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_checked_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_indeterminate@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_indeterminate@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_unchecked_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_unchecked_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_unchecked_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_unchecked_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_unchecked_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_unchecked_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/line_horizontal_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/line_horizontal_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/line_horizontal_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/line_horizontal_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/line_vertical_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/line_vertical_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/radio_checked_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/radio_checked_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/radio_unchecked_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/radio_unchecked_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/radio_unchecked_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/radio_unchecked_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_move_horizontal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_move_horizontal@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_move_vertical_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_move_vertical_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_separator_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_separator_vertical.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_minimize_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_minimize_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_minimize_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_minimize_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/window_undock_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/window_undock_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_indeterminate_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_indeterminate_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_unchecked_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_unchecked_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_unchecked_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_unchecked_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_move_horizontal_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_move_horizontal_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_move_vertical_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_move_vertical_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_move_vertical_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_move_vertical_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_move_vertical_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_move_vertical_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_separator_vertical@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_separator_vertical@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_checked_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_checked_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_indeterminate_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_indeterminate_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_unchecked_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_unchecked_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_move_horizontal_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_move_horizontal_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_move_vertical_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_move_vertical_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_separator_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_separator_horizontal.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_separator_vertical@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_separator_vertical@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_indeterminate_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_indeterminate_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_indeterminate_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_indeterminate_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_indeterminate_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_indeterminate_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_move_horizontal_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_move_horizontal_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_move_horizontal_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_move_horizontal_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_move_horizontal_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_move_horizontal_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_move_vertical_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_move_vertical_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_move_vertical_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_move_vertical_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_separator_horizontal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_separator_horizontal@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_separator_vertical_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_separator_vertical_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_indeterminate_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_indeterminate_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_indeterminate_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_indeterminate_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_indeterminate_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_indeterminate_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_unchecked_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_unchecked_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_move_horizontal_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_move_horizontal_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_move_horizontal_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_move_horizontal_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_move_horizontal_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_move_horizontal_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_move_vertical_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_move_vertical_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_move_vertical_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_move_vertical_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_move_vertical_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_move_vertical_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_separator_horizontal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_separator_horizontal@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_separator_vertical_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_separator_vertical_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/checkbox_indeterminate_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/checkbox_indeterminate_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_move_horizontal_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_move_horizontal_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_move_horizontal_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_move_horizontal_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_separator_horizontal_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_separator_horizontal_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_separator_vertical_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_separator_vertical_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_separator_vertical_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_separator_vertical_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_separator_vertical_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_separator_vertical_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_indeterminate_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_indeterminate_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/checkbox_indeterminate_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/checkbox_indeterminate_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_move_horizontal_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_move_horizontal_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_move_vertical_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_move_vertical_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_separator_horizontal_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_separator_horizontal_focus.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_separator_vertical_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_separator_vertical_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_separator_horizontal_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_separator_horizontal_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_separator_horizontal_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_separator_horizontal_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_separator_horizontal_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_separator_horizontal_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_separator_vertical_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_separator_vertical_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_separator_vertical_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_separator_vertical_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_move_horizontal_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_move_horizontal_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_separator_horizontal_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_separator_horizontal_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_separator_horizontal_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_separator_horizontal_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_separator_horizontal_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_separator_horizontal_pressed.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_separator_vertical_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_separator_vertical_disabled.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_separator_vertical_focus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_separator_vertical_focus@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_separator_vertical_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_separator_vertical_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_separator_horizontal_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_separator_horizontal_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/dark/rc/toolbar_separator_horizontal_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/dark/rc/toolbar_separator_horizontal_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_separator_horizontal_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_separator_horizontal_pressed@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_separator_vertical_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_separator_vertical_disabled@2x.png -------------------------------------------------------------------------------- /src/qdarkstyle/light/rc/toolbar_separator_horizontal_disabled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jishanshaikh4/sqlitebrowser/HEAD/src/qdarkstyle/light/rc/toolbar_separator_horizontal_disabled@2x.png -------------------------------------------------------------------------------- /sqlitebrowser.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | 3 | CONFIG += debug_and_release 4 | 5 | SUBDIRS = libs/qhexedit/qhexedit.pro \ 6 | libs/qcustomplot-source/qcustomplot.pro \ 7 | libs/qscintilla/Qt4Qt5/qscintilla.pro \ 8 | libs/json/json.pro \ 9 | src 10 | -------------------------------------------------------------------------------- /src/certs/CaCerts.qrc: -------------------------------------------------------------------------------- 1 | 2 | 3 | ca-chain-development.crt 4 | ca-chain-docker.crt 5 | 6 | 7 | public.cert.pem 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/DotenvFormat.h: -------------------------------------------------------------------------------- 1 | #ifndef DOTENVFORMAT_H 2 | #define DOTENVFORMAT_H 3 | 4 | #include 5 | 6 | class QIODevice; 7 | 8 | class DotenvFormat 9 | { 10 | public: 11 | static bool readEnvFile(QIODevice &device, QSettings::SettingsMap &map); 12 | }; 13 | 14 | #endif // DOTENVFORMAT_H 15 | -------------------------------------------------------------------------------- /libs/qcustomplot-source/qcustomplot.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = lib 2 | 3 | QT += core gui network 4 | greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport 5 | 6 | CONFIG += staticlib 7 | CONFIG += debug_and_release 8 | 9 | HEADERS += \ 10 | qcustomplot.h 11 | 12 | SOURCES += \ 13 | qcustomplot.cpp 14 | -------------------------------------------------------------------------------- /src/tests/TestRegex.h: -------------------------------------------------------------------------------- 1 | #ifndef TESTREGEX_H 2 | #define TESTREGEX_H 3 | 4 | #define REGEX_UNIT_TEST 5 | 6 | #include 7 | 8 | class TestRegex : public QObject 9 | { 10 | Q_OBJECT 11 | 12 | private slots: 13 | void sqlQueryComments(); 14 | void sqlQueryComments_data(); 15 | }; 16 | 17 | #endif 18 | -------------------------------------------------------------------------------- /libs/qhexedit/qhexedit.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = lib 2 | 3 | QT += core gui widgets 4 | 5 | CONFIG += staticlib 6 | CONFIG += debug_and_release 7 | 8 | HEADERS += \ 9 | src/qhexedit.h \ 10 | src/chunks.h \ 11 | src/commands.h 12 | 13 | SOURCES += \ 14 | src/qhexedit.cpp \ 15 | src/chunks.cpp \ 16 | src/commands.cpp 17 | -------------------------------------------------------------------------------- /src/tests/TestImport.h: -------------------------------------------------------------------------------- 1 | #ifndef TESTIMPORT_H 2 | #define TESTIMPORT_H 3 | 4 | #include 5 | 6 | class TestImport : public QObject 7 | { 8 | Q_OBJECT 9 | 10 | public: 11 | TestImport(); 12 | ~TestImport(); 13 | 14 | private slots: 15 | void csvImport(); 16 | void csvImport_data(); 17 | }; 18 | 19 | #endif 20 | -------------------------------------------------------------------------------- /libs/qscintilla/src/SciTE.properties: -------------------------------------------------------------------------------- 1 | # SciTE.properties is the per directory local options file and can be used to override 2 | # settings made in SciTEGlobal.properties 3 | command.build.directory.*.cxx=..\win32 4 | command.build.directory.*.h=..\win32 5 | command.build.*.cxx=nmake -f scintilla.mak QUIET=1 6 | command.build.*.h=nmake -f scintilla.mak QUIET=1 7 | -------------------------------------------------------------------------------- /src/icons/text_italic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/extensions/extension-functions.def: -------------------------------------------------------------------------------- 1 | EXPORTS 2 | RegisterExtensionFunctions 3 | double_cmp 4 | int_cmp 5 | map_destroy 6 | map_insert 7 | map_iterate 8 | map_make 9 | node_destroy 10 | node_insert 11 | node_iterate 12 | print_elem 13 | sqlite3_api 14 | sqlite3_extension_init 15 | xcalloc 16 | xfree 17 | -------------------------------------------------------------------------------- /src/AboutDialog.h: -------------------------------------------------------------------------------- 1 | #ifndef ABOUTDIALOG_H 2 | #define ABOUTDIALOG_H 3 | 4 | #include 5 | 6 | namespace Ui { 7 | class AboutDialog; 8 | } 9 | 10 | class AboutDialog : public QDialog 11 | { 12 | Q_OBJECT 13 | 14 | public: 15 | explicit AboutDialog(QWidget *parent = nullptr); 16 | ~AboutDialog() override; 17 | 18 | private: 19 | Ui::AboutDialog *ui; 20 | }; 21 | 22 | #endif 23 | -------------------------------------------------------------------------------- /src/icons/text_align_left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/icons/text_align_right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Palette.h: -------------------------------------------------------------------------------- 1 | #ifndef PALETTE_H 2 | #define PALETTE_H 3 | 4 | #include 5 | 6 | // Class providing series of colours in a given dark or light side of 7 | // the spectrum. 8 | class Palette 9 | { 10 | public: 11 | Palette(); 12 | 13 | QColor nextSerialColor(bool dark = true); 14 | 15 | static bool appHasDarkTheme(); 16 | 17 | private: 18 | int m_lastColourIndex; 19 | }; 20 | 21 | #endif 22 | -------------------------------------------------------------------------------- /src/icons/text_align_justify.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/IconCache.h: -------------------------------------------------------------------------------- 1 | #ifndef ICONCACHE_H 2 | #define ICONCACHE_H 3 | 4 | #include 5 | 6 | #include 7 | #include 8 | 9 | class IconCache 10 | { 11 | public: 12 | IconCache() = delete; 13 | 14 | static const QIcon& get(const std::string& name); 15 | 16 | private: 17 | static QIcon null_icon; 18 | static std::unordered_map icons; 19 | }; 20 | 21 | #endif 22 | -------------------------------------------------------------------------------- /src/icons/text_align_center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/icons/text_bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/qhexedit/src/qhexedit.pro: -------------------------------------------------------------------------------- 1 | 2 | greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 3 | 4 | TEMPLATE = lib 5 | 6 | VERSION = 2.1.0 7 | 8 | CONFIG += qt warn_on release 9 | 10 | HEADERS = \ 11 | src/qhexedit.h \ 12 | src/chunks.h \ 13 | src/commands.h 14 | 15 | 16 | SOURCES = \ 17 | src/qhexedit.cpp \ 18 | src/chunks.cpp \ 19 | src/commands.cpp 20 | 21 | TARGET = qhexedit 22 | -------------------------------------------------------------------------------- /src/sql/parser/README: -------------------------------------------------------------------------------- 1 | This directory contains the SQLite lexer and parser files. 2 | 3 | For convenience and to not have extra dependencies in the build process, 4 | the generated C++ files are included here. Please don't edit them by hand. 5 | To modify the lexer or parser, edit the sqlite3_lexer.ll or sqlite3_parser.yy 6 | files and rerun flex or bison like this: 7 | 8 | flex sqlite3_lexer.ll 9 | bison sqlite3_parser.yy 10 | -------------------------------------------------------------------------------- /src/icons/text_underlined.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/icons/color_swatch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/tests/TestRowCache.h: -------------------------------------------------------------------------------- 1 | #ifndef TESTROWCACHE_H 2 | #define TESTROWCACHE_H 3 | 4 | #include 5 | 6 | class TestRowCache : public QObject 7 | { 8 | Q_OBJECT 9 | 10 | public: 11 | TestRowCache(); 12 | ~TestRowCache(); 13 | 14 | private slots: 15 | void construction(); 16 | void setGet(); 17 | void insert(); 18 | void erase(); 19 | void smallestNonAvailableRange(); 20 | }; 21 | 22 | #endif 23 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Question.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Question 3 | about: Ask a question related to this project or SQLite in general 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | 15 | 16 | What is your question 17 | ----------------------- 18 | -------------------------------------------------------------------------------- /src/version.h: -------------------------------------------------------------------------------- 1 | #ifndef GEN_VERSION_H 2 | #define GEN_VERSION_H 3 | #define MAJOR_VERSION 3 4 | #define MINOR_VERSION 12 5 | #define PATCH_VERSION 99 6 | 7 | #define str(s) #s 8 | #define xstr(s) str(s) 9 | #define APP_VERSION xstr(MAJOR_VERSION) "." xstr(MINOR_VERSION) "." xstr(PATCH_VERSION) 10 | 11 | // If it is defined by the compiler, then it is a nightly build, and in the YYYYMMDD format. 12 | #ifndef BUILD_VERSION 13 | #define BUILD_VERSION 0 14 | #endif 15 | 16 | #endif 17 | -------------------------------------------------------------------------------- /libs/qscintilla/src/DBCS.h: -------------------------------------------------------------------------------- 1 | // Scintilla source code edit control 2 | /** @file DBCS.h 3 | ** Functions to handle DBCS double byte encodings like Shift-JIS. 4 | **/ 5 | // Copyright 2017 by Neil Hodgson 6 | // The License.txt file describes the conditions under which this software may be distributed. 7 | 8 | #ifndef DBCS_H 9 | #define DBCS_H 10 | 11 | namespace Scintilla { 12 | 13 | bool DBCSIsLeadByte(int codePage, char ch) noexcept; 14 | 15 | } 16 | 17 | #endif 18 | -------------------------------------------------------------------------------- /distri/mime/packages/db4s-sqbpro.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | DB Browser for SQLite project file 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /libs/qcustomplot-source/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 2.8.12.2) 2 | 3 | set(CMAKE_AUTOMOC ON) 4 | set(CMAKE_INCLUDE_CURRENT_DIR ON) 5 | 6 | find_package(Qt5 REQUIRED COMPONENTS Widgets PrintSupport) 7 | 8 | set(QCUSTOMPLOT_SRC 9 | qcustomplot.cpp 10 | ) 11 | 12 | set(QCUSTOMPLOT_HDR 13 | ) 14 | 15 | set(QCUSTOMPLOT_MOC_HDR 16 | qcustomplot.h 17 | ) 18 | 19 | add_library(qcustomplot ${QCUSTOMPLOT_SRC} ${QCUSTOMPLOT_HDR} ${QCUSTOMPLOT_MOC}) 20 | 21 | target_link_libraries(qcustomplot Qt5::Widgets Qt5::PrintSupport) 22 | -------------------------------------------------------------------------------- /src/AboutDialog.cpp: -------------------------------------------------------------------------------- 1 | #include "AboutDialog.h" 2 | #include "ui_AboutDialog.h" 3 | #include "Application.h" 4 | 5 | AboutDialog::AboutDialog(QWidget *parent) : 6 | QDialog(parent), 7 | ui(new Ui::AboutDialog) 8 | { 9 | ui->setupUi(this); 10 | this->setFixedSize(this->width(), this->height()); 11 | this->setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint); 12 | ui->label_version->setText(Application::versionInformation()); 13 | } 14 | 15 | AboutDialog::~AboutDialog() 16 | { 17 | delete ui; 18 | } 19 | -------------------------------------------------------------------------------- /src/VacuumDialog.h: -------------------------------------------------------------------------------- 1 | #ifndef VACUUMDIALOG_H 2 | #define VACUUMDIALOG_H 3 | 4 | #include 5 | 6 | namespace Ui { 7 | class VacuumDialog; 8 | } 9 | 10 | class DBBrowserDB; 11 | 12 | class VacuumDialog : public QDialog 13 | { 14 | Q_OBJECT 15 | 16 | public: 17 | explicit VacuumDialog(DBBrowserDB* _db, QWidget* parent = nullptr); 18 | ~VacuumDialog() override; 19 | 20 | private: 21 | Ui::VacuumDialog* ui; 22 | DBBrowserDB* db; 23 | 24 | protected slots: 25 | void accept() override; 26 | }; 27 | 28 | #endif 29 | -------------------------------------------------------------------------------- /src/icons/bullet_arrow_down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/icons/bullet_arrow_up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/ProxyDialog.h: -------------------------------------------------------------------------------- 1 | #ifndef PROXYDIALOG_H 2 | #define PROXYDIALOG_H 3 | 4 | #include 5 | 6 | namespace Ui { 7 | class ProxyDialog; 8 | } 9 | 10 | class ProxyDialog : public QDialog 11 | { 12 | Q_OBJECT 13 | 14 | public: 15 | explicit ProxyDialog(QWidget* parent = nullptr); 16 | ~ProxyDialog() override; 17 | 18 | void saveSettings() const; 19 | 20 | private slots: 21 | void proxyTypeChanged(int new_index); 22 | void authenticationRequiredChanged(bool required); 23 | 24 | private: 25 | Ui::ProxyDialog* ui; 26 | }; 27 | 28 | #endif 29 | -------------------------------------------------------------------------------- /libs/qhexedit/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 2.8.12.2) 2 | 3 | set(CMAKE_AUTOMOC ON) 4 | set(CMAKE_INCLUDE_CURRENT_DIR ON) 5 | 6 | find_package(Qt5 REQUIRED COMPONENTS Widgets) 7 | 8 | set(QHEXEDIT_SRC 9 | src/qhexedit.cpp 10 | src/chunks.cpp 11 | src/commands.cpp 12 | ) 13 | 14 | set(QHEXEDIT_HDR 15 | src/chunks.h 16 | src/commands.h 17 | ) 18 | 19 | set(QHEXEDIT_MOC_HDR 20 | src/qhexedit.h 21 | src/commands.h 22 | ) 23 | 24 | add_library(qhexedit ${QHEXEDIT_SRC} ${QHEXEDIT_HDR} ${QHEXEDIT_MOC}) 25 | 26 | target_link_libraries(qhexedit Qt5::Widgets) 27 | -------------------------------------------------------------------------------- /installer/macos/export_icons_set.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | # This script depends on Inkscape being installed 4 | 5 | logo='../../images/logo.svg' 6 | iconset='macapp.iconset' 7 | 8 | mkdir "$iconset" 9 | 10 | for size in '16' '32' '128' '256' '512'; do 11 | retina_size=$(($size * 2)) 12 | 13 | inkscape "$logo" --without-gui --export-width "$size" --export-file="$iconset/icon_${size}x${size}.png" 14 | inkscape "$logo" --without-gui --export-width "$retina_size" --export-file="$iconset/icon_${size}x${size}@2x.png" 15 | done 16 | 17 | iconutil --convert icns "$iconset" 18 | rm -r "$iconset" 19 | -------------------------------------------------------------------------------- /src/sqltextedit.h: -------------------------------------------------------------------------------- 1 | #ifndef SQLTEXTEDIT_H 2 | #define SQLTEXTEDIT_H 3 | 4 | #include "ExtendedScintilla.h" 5 | 6 | class SqlUiLexer; 7 | 8 | /** 9 | * @brief The SqlTextEdit class 10 | * This class is based on the QScintilla widget 11 | */ 12 | class SqlTextEdit : public ExtendedScintilla 13 | { 14 | Q_OBJECT 15 | 16 | public: 17 | explicit SqlTextEdit(QWidget *parent = nullptr); 18 | 19 | static SqlUiLexer* sqlLexer; 20 | 21 | private: 22 | void transferFocus(); 23 | 24 | public slots: 25 | void reloadSettings(); 26 | void toggleBlockComment(); 27 | 28 | }; 29 | 30 | #endif 31 | -------------------------------------------------------------------------------- /src/sql/parser/ParserDriver.cpp: -------------------------------------------------------------------------------- 1 | #include "ParserDriver.h" 2 | 3 | namespace sqlb 4 | { 5 | namespace parser 6 | { 7 | 8 | ParserDriver::ParserDriver() : 9 | result(nullptr), 10 | trace_scanner(false), 11 | trace_parser(false), 12 | scanner(nullptr), 13 | buffer(nullptr) 14 | { 15 | } 16 | 17 | int ParserDriver::parse(const std::string& s) 18 | { 19 | source = s; 20 | begin_scan(); 21 | 22 | sqlb::parser::parser parse(scanner, *this); 23 | parse.set_debug_level(trace_parser); 24 | int res = parse(); 25 | 26 | end_scan(); 27 | return res; 28 | } 29 | 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /src/icons/page_white_copy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/ImageViewer.h: -------------------------------------------------------------------------------- 1 | #ifndef IMAGEVIEWER_H 2 | #define IMAGEVIEWER_H 3 | 4 | #include 5 | 6 | namespace Ui { 7 | class ImageViewer; 8 | } 9 | 10 | class ImageViewer : public QWidget 11 | { 12 | Q_OBJECT 13 | 14 | public: 15 | explicit ImageViewer(QWidget* parent = nullptr); 16 | ~ImageViewer() override; 17 | 18 | void resetImage(); 19 | void setImage(const QImage& image); 20 | 21 | public slots: 22 | void openPrintImageDialog(); 23 | 24 | private slots: 25 | void scaleToFitWindow(bool enabled); 26 | void scaleImage(int scale); 27 | 28 | private: 29 | Ui::ImageViewer* ui; 30 | 31 | qreal m_scale_factor; 32 | }; 33 | 34 | #endif 35 | -------------------------------------------------------------------------------- /src/ExportSqlDialog.h: -------------------------------------------------------------------------------- 1 | #ifndef ExportSqlDialog_H 2 | #define ExportSqlDialog_H 3 | 4 | #include 5 | 6 | class DBBrowserDB; 7 | 8 | namespace Ui { 9 | class ExportSqlDialog; 10 | } 11 | 12 | class ExportSqlDialog : public QDialog 13 | { 14 | Q_OBJECT 15 | 16 | public: 17 | explicit ExportSqlDialog(DBBrowserDB* db, QWidget* parent = nullptr, const QString& selection = QString()); 18 | ~ExportSqlDialog() override; 19 | 20 | private slots: 21 | void accept() override; 22 | void doSelectAll(); 23 | void doDeselectAll(); 24 | void whatChanged(int index); 25 | 26 | private: 27 | Ui::ExportSqlDialog* ui; 28 | DBBrowserDB* pdb; 29 | }; 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /src/FileExtensionManager.h: -------------------------------------------------------------------------------- 1 | #ifndef FILEEXTENSIONMANAGER_H 2 | #define FILEEXTENSIONMANAGER_H 3 | 4 | #include 5 | 6 | namespace Ui { 7 | class FileExtensionManager; 8 | } 9 | 10 | class FileExtensionManager : public QDialog 11 | { 12 | Q_OBJECT 13 | 14 | public: 15 | explicit FileExtensionManager(QStringList init, QWidget *parent = nullptr); 16 | ~FileExtensionManager() override; 17 | 18 | QStringList getDBFileExtensions() const; 19 | 20 | private: 21 | Ui::FileExtensionManager *ui; 22 | 23 | public slots: 24 | void addItem(); 25 | void removeItem(); 26 | void upItem(); 27 | void downItem(); 28 | }; 29 | 30 | #endif // FILEEXTENSIONMANAGER_H 31 | -------------------------------------------------------------------------------- /src/CipherSettings.cpp: -------------------------------------------------------------------------------- 1 | #include "CipherSettings.h" 2 | #include "sqlitedb.h" 3 | 4 | CipherSettings::CipherSettings() 5 | : keyFormat(Passphrase), 6 | pageSize(0), 7 | kdfIterations(0), 8 | plaintextHeaderSize(0) 9 | { 10 | } 11 | 12 | std::string CipherSettings::getPassword() const 13 | { 14 | if(keyFormat == Passphrase) 15 | { 16 | return sqlb::escapeString(password); 17 | } else { 18 | // Remove the '0x' part at the beginning 19 | return "\"x'" + password.substr(2) + "'\""; 20 | } 21 | } 22 | 23 | CipherSettings::KeyFormats CipherSettings::getKeyFormat(int rawKeyFormat) 24 | { 25 | return static_cast(rawKeyFormat); 26 | } 27 | -------------------------------------------------------------------------------- /src/sqlite.h: -------------------------------------------------------------------------------- 1 | #ifndef SQLITE_H 2 | #define SQLITE_H 3 | 4 | #ifdef ENABLE_SQLCIPHER 5 | #define SQLITE_TEMP_STORE 2 6 | #define SQLITE_HAS_CODEC 7 | #ifdef Q_OS_WIN32 8 | #include 9 | #else 10 | #include 11 | #endif 12 | #else 13 | #include 14 | #endif 15 | 16 | // For older versions of the SQLite library which do not have the SQLITE_DETERMINISTIC flag 17 | // yet (which introduced in this commit: https://www.sqlite.org/src/info/5716fc2341ddd8cf), we 18 | // define it here with a value of 0. Because it is ORed with other constants a value of 0 is a no-op. 19 | #ifndef SQLITE_DETERMINISTIC 20 | #define SQLITE_DETERMINISTIC 0 21 | #endif 22 | 23 | #endif 24 | -------------------------------------------------------------------------------- /libs/qscintilla/include/ILoader.h: -------------------------------------------------------------------------------- 1 | // Scintilla source code edit control 2 | /** @file ILoader.h 3 | ** Interface for loading into a Scintilla document from a background thread. 4 | **/ 5 | // Copyright 1998-2017 by Neil Hodgson 6 | // The License.txt file describes the conditions under which this software may be distributed. 7 | 8 | #ifndef ILOADER_H 9 | #define ILOADER_H 10 | 11 | #include "Sci_Position.h" 12 | 13 | class ILoader { 14 | public: 15 | virtual int SCI_METHOD Release() = 0; 16 | // Returns a status code from SC_STATUS_* 17 | virtual int SCI_METHOD AddData(const char *data, Sci_Position length) = 0; 18 | virtual void * SCI_METHOD ConvertToDocument() = 0; 19 | }; 20 | 21 | #endif 22 | -------------------------------------------------------------------------------- /libs/qscintilla/Qt4Qt5/features/qscintilla2.prf: -------------------------------------------------------------------------------- 1 | greaterThan(QT_MAJOR_VERSION, 4) { 2 | QT += widgets printsupport 3 | 4 | greaterThan(QT_MINOR_VERSION, 1) { 5 | macx:QT += macextras 6 | } 7 | } 8 | 9 | DEFINES += QSCINTILLA_DLL 10 | 11 | INCLUDEPATH += $$[QT_INSTALL_HEADERS] 12 | 13 | LIBS += -L$$[QT_INSTALL_LIBS] 14 | 15 | CONFIG(debug, debug|release) { 16 | mac: { 17 | LIBS += -lqscintilla2_qt$${QT_MAJOR_VERSION}_debug 18 | } else { 19 | win32: { 20 | LIBS += -lqscintilla2_qt$${QT_MAJOR_VERSION}d 21 | } else { 22 | LIBS += -lqscintilla2_qt$${QT_MAJOR_VERSION} 23 | } 24 | } 25 | } else { 26 | LIBS += -lqscintilla2_qt$${QT_MAJOR_VERSION} 27 | } 28 | -------------------------------------------------------------------------------- /src/icons/font.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/icons/resultset_next.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/qscintilla/src/Catalogue.h: -------------------------------------------------------------------------------- 1 | // Scintilla source code edit control 2 | /** @file Catalogue.h 3 | ** Lexer infrastructure. 4 | ** Contains a list of LexerModules which can be searched to find a module appropriate for a 5 | ** particular language. 6 | **/ 7 | // Copyright 1998-2010 by Neil Hodgson 8 | // The License.txt file describes the conditions under which this software may be distributed. 9 | 10 | #ifndef CATALOGUE_H 11 | #define CATALOGUE_H 12 | 13 | namespace Scintilla { 14 | 15 | class Catalogue { 16 | public: 17 | static const LexerModule *Find(int language); 18 | static const LexerModule *Find(const char *languageName); 19 | static void AddLexerModule(LexerModule *plm); 20 | }; 21 | 22 | } 23 | 24 | #endif 25 | -------------------------------------------------------------------------------- /src/DotenvFormat.cpp: -------------------------------------------------------------------------------- 1 | #include "DotenvFormat.h" 2 | 3 | #include 4 | #include 5 | 6 | bool DotenvFormat::readEnvFile(QIODevice &device, QSettings::SettingsMap &map) 7 | { 8 | QTextStream in(&device); 9 | 10 | QString line; 11 | 12 | QRegularExpression keyValueRegex("^\\s*([\\w\\.\\-]+)\\s*=\\s*(.*)\\s*$"); 13 | 14 | while (in.readLineInto(&line)) { 15 | QRegularExpressionMatch match = keyValueRegex.match(line); 16 | 17 | if (match.capturedLength() < 3) { 18 | continue; 19 | } 20 | 21 | QString key = match.captured(1); 22 | QString value = match.captured(2); 23 | 24 | map.insert(key, value); 25 | } 26 | 27 | return true; 28 | } 29 | -------------------------------------------------------------------------------- /src/icons/resultset_previous.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /distri/sqlitebrowser.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=DB Browser for SQLite 3 | Comment=DB Browser for SQLite is a light GUI editor for SQLite databases 4 | Comment[de]=DB Browser for SQLite ist ein GUI-Editor für SQLite-Datenbanken 5 | Comment[fr]=Un éditeur graphique léger pour les bases de données SQLite 6 | Comment[es]=«DB Browser for SQLite» es un editor gráfico de bases de datos SQLite 7 | Exec=sqlitebrowser %f 8 | Icon=sqlitebrowser 9 | Terminal=false 10 | X-MultipleArgs=false 11 | Type=Application 12 | Categories=Development;Utility;Database; 13 | MimeType=application/vnd.db4s-project+xml;application/sqlitebrowser;application/x-sqlitebrowser;application/vnd.sqlite3;application/geopackage+sqlite3;application/x-sqlite2;application/x-sqlite3;text/csv; 14 | -------------------------------------------------------------------------------- /installer/macos/nightly.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": "Install DB4S Nightly build", 3 | "icon": "macapp.icns", 4 | "icon-size": 128, 5 | "background": "background.png", 6 | "window": { 7 | "size": { 8 | "width": 500, 9 | "height": 320 10 | } 11 | }, 12 | "contents": [ 13 | { "x": 90, "y": 180, "type": "file", "path": "DB Browser for SQLite.app" }, 14 | { "x": 395, "y": 180, "type": "link", "path": "/Applications" }, 15 | 16 | { "x": 90, "y": 380, "type": "position", "path": ".background" }, 17 | { "x": 240, "y": 380, "type": "position", "path": ".DS_Store" }, 18 | { "x": 400, "y": 380, "type": "position", "path": ".VolumeIcon.icns" }, 19 | { "x": 90, "y": 530, "type": "position", "path": ".Trashes" } 20 | ] 21 | } 22 | 23 | -------------------------------------------------------------------------------- /src/icons/text_padding_top.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/icons/textfield_delete.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | Makefile 2 | sqlitebrowser.pro.user 3 | .qmake.stash 4 | CMakeLists.txt.user 5 | CMakeFiles 6 | *.cmake 7 | *.cxx_parameters 8 | 9 | # ignore any build folders 10 | build*/ 11 | # folder with temporary test data 12 | testdata/ 13 | 14 | src/.ui/ 15 | src/sqlitebrowser 16 | src/Makefile* 17 | src/debug 18 | src/release 19 | src/gen_version.h 20 | 21 | # ignore compiled translation files 22 | src/translations/*.qm 23 | 24 | # ignore compiled macOS app 25 | src/*.app/ 26 | 27 | # no one needs the txt file 28 | src/grammar/sqlite3TokenTypes.txt 29 | 30 | libs/*/Makefile* 31 | libs/*/*/Makefile* 32 | libs/*/debug/ 33 | libs/*/*/debug/ 34 | libs/*/release/ 35 | libs/*/*/release/ 36 | libs/*/*.a 37 | libs/*/*/*.a 38 | 39 | # Ignore .DS_Store files on OSX 40 | .DS_Store 41 | -------------------------------------------------------------------------------- /src/icons/arrow_refresh_small.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/icons/text_padding_left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/tools/create_windows_icon.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | # This script depends on ImageMagick being installed 4 | 5 | FILES=() # array accumulating names of converted images 6 | # commands to give to convert for each iteration 7 | MAGICK_CMDS="+antialias -units PixelsPerInch -alpha set -background transparent" 8 | SRC_FILE="../../images/logo.svg" # conversion source 9 | ICO_FILE="../iconwin.ico" # output icon file 10 | for imgsize in 16 32 64 128 11 | do 12 | RESIZE="${imgsize}x${imgsize}" 13 | DEST_FILE="icon${imgsize}.png" 14 | # NOTE: explicitly not using quotes - outpput raw contents to convert command 15 | convert ${MAGICK_CMDS} ${SRC_FILE} -resize ${RESIZE} ${DEST_FILE} 16 | FILES+=("${DEST_FILE}") 17 | done 18 | convert "${FILES[@]}" "${ICO_FILE}" 19 | rm "${FILES[@]}" 20 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature Request 3 | about: Suggest an idea or request a new feature 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | 12 | 13 | Describe the new feature 14 | -------------------------- 15 | 16 | 17 | Additional info 18 | --------------- 19 | Please answer these questions before submitting your feature request. 20 | 21 | #### Is your feature request related to an issue? Please include the issue number. 22 | 23 | 24 | #### Does this feature exist in another product or project? Please provide a link. 25 | 26 | 27 | #### Do you have a screenshot? Please add screenshots to help explain your idea. 28 | -------------------------------------------------------------------------------- /src/TableBrowserDock.h: -------------------------------------------------------------------------------- 1 | #ifndef TABLEBROWSERDOCK_H 2 | #define TABLEBROWSERDOCK_H 3 | 4 | #include 5 | 6 | class MainWindow; 7 | class TableBrowser; 8 | 9 | class TableBrowserDock : public QDockWidget 10 | { 11 | Q_OBJECT 12 | 13 | public: 14 | explicit TableBrowserDock(QWidget* parent, MainWindow* mainWindow); 15 | void setFocusStyle(bool on); 16 | 17 | TableBrowser* tableBrowser() { return browser; } 18 | 19 | signals: 20 | void closed(); 21 | void newDockRequested(); 22 | 23 | protected: 24 | void closeEvent(QCloseEvent* event) override; 25 | 26 | private: 27 | MainWindow* main_window; 28 | TableBrowser* browser; 29 | 30 | void showContextMenuTableBrowserTabBar(const QPoint& pos); 31 | void renameTableBrowserTab(); 32 | }; 33 | 34 | #endif 35 | -------------------------------------------------------------------------------- /src/icons/bullet_arrow_bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/icons/bullet_arrow_top.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/icons/resultset_first.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/icons/resultset_last.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/IconCache.cpp: -------------------------------------------------------------------------------- 1 | #include "IconCache.h" 2 | 3 | QIcon IconCache::null_icon; 4 | std::unordered_map IconCache::icons; 5 | 6 | const QIcon& IconCache::get(const std::string& name) 7 | { 8 | // Check if we already have an icon object with that name in the cache. If so, just return that 9 | auto it = icons.find(name); 10 | if(it != icons.end()) 11 | return it->second; 12 | 13 | // If now, try to load an icon with that name and insert it into the cache 14 | QIcon icon(":/icons/" + QString::fromStdString(name)); 15 | auto ins = icons.insert({name, icon}); 16 | 17 | // If the insertion was successful, return the inserted icon object. If it was not, return a null icon. 18 | if(ins.second) 19 | return ins.first->second; 20 | else 21 | return null_icon; 22 | } 23 | -------------------------------------------------------------------------------- /src/icons/cross.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/icons/script.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/icons/tab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/icons/tag_blue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/qscintilla/lexlib/PropSetSimple.h: -------------------------------------------------------------------------------- 1 | // Scintilla source code edit control 2 | /** @file PropSetSimple.h 3 | ** A basic string to string map. 4 | **/ 5 | // Copyright 1998-2009 by Neil Hodgson 6 | // The License.txt file describes the conditions under which this software may be distributed. 7 | 8 | #ifndef PROPSETSIMPLE_H 9 | #define PROPSETSIMPLE_H 10 | 11 | namespace Scintilla { 12 | 13 | class PropSetSimple { 14 | void *impl; 15 | void Set(const char *keyVal); 16 | public: 17 | PropSetSimple(); 18 | virtual ~PropSetSimple(); 19 | void Set(const char *key, const char *val, size_t lenKey, size_t lenVal); 20 | void SetMultiple(const char *); 21 | const char *Get(const char *key) const; 22 | int GetExpanded(const char *key, char *result) const; 23 | int GetInt(const char *key, int defaultValue=0) const; 24 | }; 25 | 26 | } 27 | 28 | #endif 29 | -------------------------------------------------------------------------------- /libs/qscintilla/src/IntegerRectangle.h: -------------------------------------------------------------------------------- 1 | // Scintilla source code edit control 2 | /** @file IntegerRectangle.h 3 | ** A rectangle with integer coordinates. 4 | **/ 5 | // Copyright 2018 by Neil Hodgson 6 | // The License.txt file describes the conditions under which this software may be distributed. 7 | 8 | #ifndef INTEGERRECTANGLE_H 9 | #define INTEGERRECTANGLE_H 10 | 11 | namespace Scintilla { 12 | 13 | struct IntegerRectangle { 14 | int left; 15 | int top; 16 | int right; 17 | int bottom; 18 | 19 | explicit IntegerRectangle(PRectangle rc) noexcept : 20 | left(static_cast(rc.left)), top(static_cast(rc.top)), 21 | right(static_cast(rc.right)), bottom(static_cast(rc.bottom)) { 22 | } 23 | int Width() const noexcept { return right - left; } 24 | int Height() const noexcept { return bottom - top; } 25 | }; 26 | 27 | } 28 | 29 | #endif 30 | -------------------------------------------------------------------------------- /libs/qscintilla/src/UnicodeFromUTF8.h: -------------------------------------------------------------------------------- 1 | // Scintilla source code edit control 2 | /** @file UnicodeFromUTF8.h 3 | ** Lexer infrastructure. 4 | **/ 5 | // Copyright 2013 by Neil Hodgson 6 | // This file is in the public domain. 7 | 8 | #ifndef UNICODEFROMUTF8_H 9 | #define UNICODEFROMUTF8_H 10 | 11 | #ifdef SCI_NAMESPACE 12 | namespace Scintilla { 13 | #endif 14 | 15 | inline int UnicodeFromUTF8(const unsigned char *us) { 16 | if (us[0] < 0xC2) { 17 | return us[0]; 18 | } else if (us[0] < 0xE0) { 19 | return ((us[0] & 0x1F) << 6) + (us[1] & 0x3F); 20 | } else if (us[0] < 0xF0) { 21 | return ((us[0] & 0xF) << 12) + ((us[1] & 0x3F) << 6) + (us[2] & 0x3F); 22 | } else if (us[0] < 0xF5) { 23 | return ((us[0] & 0x7) << 18) + ((us[1] & 0x3F) << 12) + ((us[2] & 0x3F) << 6) + (us[3] & 0x3F); 24 | } 25 | return us[0]; 26 | } 27 | 28 | #ifdef SCI_NAMESPACE 29 | } 30 | #endif 31 | 32 | #endif 33 | -------------------------------------------------------------------------------- /src/CipherDialog.h: -------------------------------------------------------------------------------- 1 | #ifndef CIPHERDIALOG_H 2 | #define CIPHERDIALOG_H 3 | 4 | #include 5 | 6 | #include "CipherSettings.h" 7 | 8 | class QRegularExpressionValidator; 9 | 10 | namespace Ui { 11 | class CipherDialog; 12 | } 13 | 14 | class CipherDialog : public QDialog 15 | { 16 | Q_OBJECT 17 | 18 | public: 19 | // Set the encrypt parameter to true when the dialog is used to encrypt a database; 20 | // set it to false if the dialog is used to ask the user for the key to decrypt a file. 21 | explicit CipherDialog(QWidget* parent, bool encrypt); 22 | ~CipherDialog() override; 23 | 24 | CipherSettings getCipherSettings() const; 25 | 26 | private: 27 | Ui::CipherDialog* ui; 28 | bool encryptMode; 29 | QRegularExpressionValidator* rawKeyValidator; 30 | 31 | private slots: 32 | void checkInputFields(); 33 | void toggleEncryptionSettings(); 34 | }; 35 | 36 | #endif 37 | -------------------------------------------------------------------------------- /libs/qscintilla/lexlib/LexerSimple.h: -------------------------------------------------------------------------------- 1 | // Scintilla source code edit control 2 | /** @file LexerSimple.h 3 | ** A simple lexer with no state. 4 | **/ 5 | // Copyright 1998-2010 by Neil Hodgson 6 | // The License.txt file describes the conditions under which this software may be distributed. 7 | 8 | #ifndef LEXERSIMPLE_H 9 | #define LEXERSIMPLE_H 10 | 11 | namespace Scintilla { 12 | 13 | // A simple lexer with no state 14 | class LexerSimple : public LexerBase { 15 | const LexerModule *module; 16 | std::string wordLists; 17 | public: 18 | explicit LexerSimple(const LexerModule *module_); 19 | const char * SCI_METHOD DescribeWordListSets() override; 20 | void SCI_METHOD Lex(Sci_PositionU startPos, Sci_Position lengthDoc, int initStyle, IDocument *pAccess) override; 21 | void SCI_METHOD Fold(Sci_PositionU startPos, Sci_Position lengthDoc, int initStyle, IDocument *pAccess) override; 22 | }; 23 | 24 | } 25 | 26 | #endif 27 | -------------------------------------------------------------------------------- /libs/qscintilla/src/FontQuality.h: -------------------------------------------------------------------------------- 1 | // Scintilla source code edit control 2 | /** @file FontQuality.h 3 | ** Definitions to control font anti-aliasing. 4 | ** Redefine constants from Scintilla.h to avoid including Scintilla.h in PlatWin.cxx. 5 | **/ 6 | // Copyright 1998-2009 by Neil Hodgson 7 | // The License.txt file describes the conditions under which this software may be distributed. 8 | 9 | #ifndef FONTQUALITY_H 10 | #define FONTQUALITY_H 11 | 12 | namespace Scintilla { 13 | 14 | // These definitions match Scintilla.h 15 | #define SC_EFF_QUALITY_MASK 0xF 16 | #define SC_EFF_QUALITY_DEFAULT 0 17 | #define SC_EFF_QUALITY_NON_ANTIALIASED 1 18 | #define SC_EFF_QUALITY_ANTIALIASED 2 19 | #define SC_EFF_QUALITY_LCD_OPTIMIZED 3 20 | 21 | // These definitions must match SC_TECHNOLOGY_* in Scintilla.h 22 | #define SCWIN_TECH_GDI 0 23 | #define SCWIN_TECH_DIRECTWRITE 1 24 | 25 | } 26 | 27 | #endif 28 | -------------------------------------------------------------------------------- /libs/qscintilla/src/License.txt: -------------------------------------------------------------------------------- 1 | License for Scintilla and SciTE 2 | 3 | Copyright 1998-2003 by Neil Hodgson 4 | 5 | All Rights Reserved 6 | 7 | Permission to use, copy, modify, and distribute this software and its 8 | documentation for any purpose and without fee is hereby granted, 9 | provided that the above copyright notice appear in all copies and that 10 | both that copyright notice and this permission notice appear in 11 | supporting documentation. 12 | 13 | NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 14 | SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 15 | AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY 16 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 17 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 18 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 19 | TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 20 | OR PERFORMANCE OF THIS SOFTWARE. -------------------------------------------------------------------------------- /libs/qscintilla/include/License.txt: -------------------------------------------------------------------------------- 1 | License for Scintilla and SciTE 2 | 3 | Copyright 1998-2003 by Neil Hodgson 4 | 5 | All Rights Reserved 6 | 7 | Permission to use, copy, modify, and distribute this software and its 8 | documentation for any purpose and without fee is hereby granted, 9 | provided that the above copyright notice appear in all copies and that 10 | both that copyright notice and this permission notice appear in 11 | supporting documentation. 12 | 13 | NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 14 | SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 15 | AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY 16 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 17 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 18 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 19 | TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 20 | OR PERFORMANCE OF THIS SOFTWARE. -------------------------------------------------------------------------------- /libs/qscintilla/lexers/License.txt: -------------------------------------------------------------------------------- 1 | License for Scintilla and SciTE 2 | 3 | Copyright 1998-2003 by Neil Hodgson 4 | 5 | All Rights Reserved 6 | 7 | Permission to use, copy, modify, and distribute this software and its 8 | documentation for any purpose and without fee is hereby granted, 9 | provided that the above copyright notice appear in all copies and that 10 | both that copyright notice and this permission notice appear in 11 | supporting documentation. 12 | 13 | NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 14 | SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 15 | AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY 16 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 17 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 18 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 19 | TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 20 | OR PERFORMANCE OF THIS SOFTWARE. -------------------------------------------------------------------------------- /libs/qscintilla/lexlib/License.txt: -------------------------------------------------------------------------------- 1 | License for Scintilla and SciTE 2 | 3 | Copyright 1998-2003 by Neil Hodgson 4 | 5 | All Rights Reserved 6 | 7 | Permission to use, copy, modify, and distribute this software and its 8 | documentation for any purpose and without fee is hereby granted, 9 | provided that the above copyright notice appear in all copies and that 10 | both that copyright notice and this permission notice appear in 11 | supporting documentation. 12 | 13 | NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 14 | SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 15 | AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY 16 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 17 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 18 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 19 | TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 20 | OR PERFORMANCE OF THIS SOFTWARE. -------------------------------------------------------------------------------- /libs/qscintilla/include/Sci_Position.h: -------------------------------------------------------------------------------- 1 | // Scintilla source code edit control 2 | /** @file Sci_Position.h 3 | ** Define the Sci_Position type used in Scintilla's external interfaces. 4 | ** These need to be available to clients written in C so are not in a C++ namespace. 5 | **/ 6 | // Copyright 2015 by Neil Hodgson 7 | // The License.txt file describes the conditions under which this software may be distributed. 8 | 9 | #ifndef SCI_POSITION_H 10 | #define SCI_POSITION_H 11 | 12 | #include 13 | 14 | // Basic signed type used throughout interface 15 | typedef ptrdiff_t Sci_Position; 16 | 17 | // Unsigned variant used for ILexer::Lex and ILexer::Fold 18 | typedef size_t Sci_PositionU; 19 | 20 | // For Sci_CharacterRange which is defined as long to be compatible with Win32 CHARRANGE 21 | typedef long Sci_PositionCR; 22 | 23 | #ifdef _WIN32 24 | #define SCI_METHOD __stdcall 25 | #else 26 | #define SCI_METHOD 27 | #endif 28 | 29 | #endif 30 | -------------------------------------------------------------------------------- /libs/qscintilla/src/UniqueString.h: -------------------------------------------------------------------------------- 1 | // Scintilla source code edit control 2 | /** @file UniqueString.h 3 | ** Define UniqueString, a unique_ptr based string type for storage in containers 4 | ** and an allocator for UniqueString. 5 | **/ 6 | // Copyright 2017 by Neil Hodgson 7 | // The License.txt file describes the conditions under which this software may be distributed. 8 | 9 | #ifndef UNIQUESTRING_H 10 | #define UNIQUESTRING_H 11 | 12 | namespace Scintilla { 13 | 14 | using UniqueString = std::unique_ptr; 15 | 16 | /// Equivalent to strdup but produces a std::unique_ptr allocation to go 17 | /// into collections. 18 | inline UniqueString UniqueStringCopy(const char *text) { 19 | if (!text) { 20 | return UniqueString(); 21 | } 22 | const size_t len = strlen(text); 23 | char *sNew = new char[len + 1]; 24 | std::copy(text, text + len + 1, sNew); 25 | return UniqueString(sNew); 26 | } 27 | 28 | } 29 | 30 | #endif 31 | -------------------------------------------------------------------------------- /src/icons/help.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/qscintilla/src/Position.h: -------------------------------------------------------------------------------- 1 | // Scintilla source code edit control 2 | /** @file Position.h 3 | ** Defines global type name Position in the Sci internal namespace. 4 | **/ 5 | // Copyright 2015 by Neil Hodgson 6 | // The License.txt file describes the conditions under which this software may be distributed. 7 | 8 | #ifndef POSITION_H 9 | #define POSITION_H 10 | 11 | /** 12 | * A Position is a position within a document between two characters or at the beginning or end. 13 | * Sometimes used as a character index where it identifies the character after the position. 14 | * A Line is a document or screen line. 15 | */ 16 | 17 | namespace Sci { 18 | 19 | typedef ptrdiff_t Position; 20 | typedef ptrdiff_t Line; 21 | 22 | const Position invalidPosition = -1; 23 | 24 | template 25 | inline constexpr T clamp(T val, T minVal, T maxVal) { 26 | return (val > maxVal) ? maxVal : ((val < minVal) ? minVal : val); 27 | } 28 | 29 | } 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /libs/qscintilla/lexlib/Accessor.h: -------------------------------------------------------------------------------- 1 | // Scintilla source code edit control 2 | /** @file Accessor.h 3 | ** Interfaces between Scintilla and lexers. 4 | **/ 5 | // Copyright 1998-2010 by Neil Hodgson 6 | // The License.txt file describes the conditions under which this software may be distributed. 7 | 8 | #ifndef ACCESSOR_H 9 | #define ACCESSOR_H 10 | 11 | namespace Scintilla { 12 | 13 | enum { wsSpace=1, wsTab=2, wsSpaceTab=4, wsInconsistent=8 }; 14 | 15 | class Accessor; 16 | class WordList; 17 | class PropSetSimple; 18 | 19 | typedef bool (*PFNIsCommentLeader)(Accessor &styler, Sci_Position pos, Sci_Position len); 20 | 21 | class Accessor : public LexAccessor { 22 | public: 23 | PropSetSimple *pprops; 24 | Accessor(IDocument *pAccess_, PropSetSimple *pprops_); 25 | int GetPropertyInt(const char *, int defaultValue=0) const; 26 | int IndentAmount(Sci_Position line, int *flags, PFNIsCommentLeader pfnIsCommentLeader = 0); 27 | }; 28 | 29 | } 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /src/icons/page_copy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/icons/page_white_text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/qscintilla/lexlib/StringCopy.h: -------------------------------------------------------------------------------- 1 | // Scintilla source code edit control 2 | /** @file StringCopy.h 3 | ** Safe string copy function which always NUL terminates. 4 | ** ELEMENTS macro for determining array sizes. 5 | **/ 6 | // Copyright 2013 by Neil Hodgson 7 | // The License.txt file describes the conditions under which this software may be distributed. 8 | 9 | #ifndef STRINGCOPY_H 10 | #define STRINGCOPY_H 11 | 12 | namespace Scintilla { 13 | 14 | // Safer version of string copy functions like strcpy, wcsncpy, etc. 15 | // Instantiate over fixed length strings of both char and wchar_t. 16 | // May truncate if source doesn't fit into dest with room for NUL. 17 | 18 | template 19 | void StringCopy(T (&dest)[count], const T* source) { 20 | for (size_t i=0; i 6 | // The License.txt file describes the conditions under which this software may be distributed. 7 | 8 | #ifndef CHARACTERCATEGORY_H 9 | #define CHARACTERCATEGORY_H 10 | 11 | namespace Scintilla { 12 | 13 | enum CharacterCategory { 14 | ccLu, ccLl, ccLt, ccLm, ccLo, 15 | ccMn, ccMc, ccMe, 16 | ccNd, ccNl, ccNo, 17 | ccPc, ccPd, ccPs, ccPe, ccPi, ccPf, ccPo, 18 | ccSm, ccSc, ccSk, ccSo, 19 | ccZs, ccZl, ccZp, 20 | ccCc, ccCf, ccCs, ccCo, ccCn 21 | }; 22 | 23 | CharacterCategory CategoriseCharacter(int character); 24 | 25 | // Common definitions of allowable characters in identifiers from UAX #31. 26 | bool IsIdStart(int character); 27 | bool IsIdContinue(int character); 28 | bool IsXidStart(int character); 29 | bool IsXidContinue(int character); 30 | 31 | } 32 | 33 | #endif 34 | -------------------------------------------------------------------------------- /src/translations/flags/flags.qrc: -------------------------------------------------------------------------------- 1 | 2 | 3 | ar.png 4 | cs.png 5 | de.png 6 | es.png 7 | us.png 8 | fr.png 9 | it.png 10 | ru.png 11 | cn.png 12 | br.png 13 | gb.png 14 | roc.png 15 | kr.png 16 | tr.png 17 | ua.png 18 | eg.png 19 | pl.png 20 | jp.png 21 | nl.png 22 | sv.png 23 | 24 | 25 | -------------------------------------------------------------------------------- /src/icons/database.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/translations/translations.qrc: -------------------------------------------------------------------------------- 1 | 2 | 3 | sqlb_ar_SA.qm 4 | sqlb_cs.qm 5 | sqlb_ru.qm 6 | sqlb_de.qm 7 | sqlb_fr.qm 8 | sqlb_zh.qm 9 | sqlb_zh_TW.qm 10 | sqlb_pl.qm 11 | sqlb_pt_BR.qm 12 | sqlb_en_GB.qm 13 | sqlb_es_ES.qm 14 | sqlb_ko_KR.qm 15 | sqlb_tr.qm 16 | sqlb_uk_UA.qm 17 | sqlb_it.qm 18 | sqlb_ja.qm 19 | sqlb_nl.qm 20 | sqlb_sv.qm 21 | 22 | 23 | -------------------------------------------------------------------------------- /libs/qscintilla/src/CharClassify.h: -------------------------------------------------------------------------------- 1 | // Scintilla source code edit control 2 | /** @file CharClassify.h 3 | ** Character classifications used by Document and RESearch. 4 | **/ 5 | // Copyright 2006-2009 by Neil Hodgson 6 | // The License.txt file describes the conditions under which this software may be distributed. 7 | 8 | #ifndef CHARCLASSIFY_H 9 | #define CHARCLASSIFY_H 10 | 11 | namespace Scintilla { 12 | 13 | class CharClassify { 14 | public: 15 | CharClassify(); 16 | 17 | enum cc { ccSpace, ccNewLine, ccWord, ccPunctuation }; 18 | void SetDefaultCharClasses(bool includeWordClass); 19 | void SetCharClasses(const unsigned char *chars, cc newCharClass); 20 | int GetCharsOfClass(cc characterClass, unsigned char *buffer) const; 21 | cc GetClass(unsigned char ch) const { return static_cast(charClass[ch]);} 22 | bool IsWord(unsigned char ch) const { return static_cast(charClass[ch]) == ccWord;} 23 | 24 | private: 25 | enum { maxChar=256 }; 26 | unsigned char charClass[maxChar]; // not type cc to save space 27 | }; 28 | 29 | } 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /src/SelectItemsPopup.h: -------------------------------------------------------------------------------- 1 | #ifndef SELECTITEMS_H 2 | #define SELECTITEMS_H 3 | 4 | #include 5 | #include 6 | 7 | #include 8 | #include 9 | 10 | class QAbstractButton; 11 | 12 | namespace Ui { 13 | class SelectItemsPopup; 14 | } 15 | 16 | class SelectItemsPopup : public QDialog 17 | { 18 | Q_OBJECT 19 | 20 | public: 21 | explicit SelectItemsPopup(const std::vector& available, const std::vector& selected = {}, QWidget* parent = nullptr); 22 | ~SelectItemsPopup() override; 23 | 24 | std::vector selectedItems() const; 25 | 26 | private slots: 27 | void buttonBoxClicked(QAbstractButton* button); 28 | 29 | void selectItem(const QModelIndex& idx = QModelIndex()); 30 | void unselectItem(const QModelIndex& idx = QModelIndex()); 31 | 32 | void moveItemUp(); 33 | void moveItemDown(); 34 | 35 | protected: 36 | void resizeEvent(QResizeEvent* ev) override; 37 | 38 | private: 39 | Ui::SelectItemsPopup* ui; 40 | 41 | void moveCurrentItem(bool down); 42 | }; 43 | 44 | #endif 45 | -------------------------------------------------------------------------------- /src/icons/link_break.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/ColumnDisplayFormatDialog.h: -------------------------------------------------------------------------------- 1 | #ifndef COLUMNDISPLAYFORMATDIALOG_H 2 | #define COLUMNDISPLAYFORMATDIALOG_H 3 | 4 | #include 5 | 6 | #include 7 | 8 | #include "sql/ObjectIdentifier.h" 9 | 10 | class QString; 11 | 12 | class DBBrowserDB; 13 | 14 | namespace Ui { 15 | class ColumnDisplayFormatDialog; 16 | } 17 | 18 | class ColumnDisplayFormatDialog : public QDialog 19 | { 20 | Q_OBJECT 21 | 22 | public: 23 | explicit ColumnDisplayFormatDialog(DBBrowserDB& db, const sqlb::ObjectIdentifier& tableName, const QString& colname, const QString& current_format, QWidget* parent = nullptr); 24 | ~ColumnDisplayFormatDialog() override; 25 | 26 | QString selectedDisplayFormat() const; 27 | 28 | private slots: 29 | void updateSqlCode(); 30 | void accept() override; 31 | void setCustom(bool modified); 32 | 33 | private: 34 | Ui::ColumnDisplayFormatDialog* ui; 35 | QString column_name; 36 | std::unordered_map formatFunctions; 37 | DBBrowserDB& pdb; 38 | sqlb::ObjectIdentifier curTable; 39 | }; 40 | 41 | #endif 42 | -------------------------------------------------------------------------------- /src/icons/cog.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Application.h: -------------------------------------------------------------------------------- 1 | #ifndef APPLICATION_H 2 | #define APPLICATION_H 3 | 4 | #include 5 | #include 6 | 7 | class QAction; 8 | class QTranslator; 9 | 10 | class MainWindow; 11 | 12 | class Application : public QApplication 13 | { 14 | Q_OBJECT 15 | 16 | public: 17 | explicit Application(int& argc, char** argv); 18 | ~Application() override; 19 | 20 | bool showMainWindow() const { return m_showMainWindow; } 21 | 22 | MainWindow* mainWindow() { return m_mainWindow; } 23 | 24 | // DB4S version number as string 25 | static QString versionString(); 26 | // Version of DB4S and dependencies as string 27 | static QString versionInformation(); 28 | 29 | static void reloadSettings(); 30 | 31 | protected: 32 | bool event(QEvent* event) override; 33 | 34 | private: 35 | bool m_showMainWindow; 36 | MainWindow* m_mainWindow; 37 | QTranslator* m_translatorQt; 38 | QTranslator* m_translatorApp; 39 | }; 40 | 41 | void addShortcutsTooltip(QAction* action, const QList& extraKeys = QList()); 42 | 43 | #endif 44 | -------------------------------------------------------------------------------- /src/icons/table.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/qscintilla/src/ElapsedPeriod.h: -------------------------------------------------------------------------------- 1 | // Scintilla source code edit control 2 | /** @file ElapsedPeriod.h 3 | ** Encapsulate C++ to simplify use. 4 | **/ 5 | // Copyright 2018 by Neil Hodgson 6 | // The License.txt file describes the conditions under which this software may be distributed. 7 | 8 | #ifndef ELAPSEDPERIOD_H 9 | #define ELAPSEDPERIOD_H 10 | 11 | namespace Scintilla { 12 | 13 | // Simplified access to high precision timing. 14 | class ElapsedPeriod { 15 | std::chrono::high_resolution_clock::time_point tp; 16 | public: 17 | /// Capture the moment 18 | ElapsedPeriod() : tp(std::chrono::high_resolution_clock::now()) { 19 | } 20 | /// Return duration as floating point seconds 21 | double Duration(bool reset=false) { 22 | const std::chrono::high_resolution_clock::time_point tpNow = 23 | std::chrono::high_resolution_clock::now(); 24 | const std::chrono::duration stylingDuration = 25 | std::chrono::duration_cast>(tpNow - tp); 26 | if (reset) { 27 | tp = tpNow; 28 | } 29 | return stylingDuration.count(); 30 | } 31 | }; 32 | 33 | } 34 | 35 | #endif 36 | -------------------------------------------------------------------------------- /libs/qscintilla/lexlib/WordList.h: -------------------------------------------------------------------------------- 1 | // Scintilla source code edit control 2 | /** @file WordList.h 3 | ** Hold a list of words. 4 | **/ 5 | // Copyright 1998-2010 by Neil Hodgson 6 | // The License.txt file describes the conditions under which this software may be distributed. 7 | 8 | #ifndef WORDLIST_H 9 | #define WORDLIST_H 10 | 11 | namespace Scintilla { 12 | 13 | /** 14 | */ 15 | class WordList { 16 | // Each word contains at least one character - a empty word acts as sentinel at the end. 17 | char **words; 18 | char *list; 19 | int len; 20 | bool onlyLineEnds; ///< Delimited by any white space or only line ends 21 | int starts[256]; 22 | public: 23 | explicit WordList(bool onlyLineEnds_ = false); 24 | ~WordList(); 25 | operator bool() const; 26 | bool operator!=(const WordList &other) const; 27 | int Length() const; 28 | void Clear(); 29 | void Set(const char *s); 30 | bool InList(const char *s) const; 31 | bool InListAbbreviated(const char *s, const char marker) const; 32 | bool InListAbridged(const char *s, const char marker) const; 33 | const char *WordAt(int n) const; 34 | }; 35 | 36 | } 37 | 38 | #endif 39 | --------------------------------------------------------------------------------