Historique des commits

Auteur SHA1 Message Date
  Karol Kosek 969543a847 LibGUI+Userland: Make Window::*add_menu take name using new string il y a 2 ans
  MacDue 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() il y a 2 ans
  Tim Ledbetter 0829101eb8 Applications: Use thousands separator for numbers shown in status bar il y a 2 ans
  Cameron Youell 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial il y a 2 ans
  Karol Kosek 797968c310 LibGUI+Userland: Make TabWidget::*add_tab() take title using new string il y a 2 ans
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case il y a 2 ans
  Sam Atkins 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor il y a 2 ans
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` il y a 2 ans
  Timothy Flynn e96df1599c SQLStudio: Display real column names in the results tab il y a 2 ans
  Timothy Flynn 4fe437b4d2 SQLStudio: Separate the script and results tabs with a vertical splitter il y a 2 ans
  Timothy Flynn d6dee8c0e8 LibSQL+Userland: Pass SQL IPC results to clients in a structure il y a 2 ans
  Tim Schumacher 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions il y a 2 ans
  Sam Atkins f0395a2042 LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^) il y a 2 ans
  Sam Atkins 54b1326165 Userland: Replace all uses of `load_from_gml` with `try_load_from_gml` il y a 2 ans
  Timothy Flynn e3d5b67eaf SQLStudio: Remove (unimplemented) ability to open database storage files il y a 2 ans
  Timothy Flynn 690389ae81 SQLStudio: Display error message boxes when connections/executions fail il y a 2 ans
  Timothy Flynn 5822520e6d SQLStudio: Add an option to select or specify the database to connect to il y a 2 ans
  Timothy Flynn 640e22bbdb SQLStudio: Only display the character/word count of selected text il y a 2 ans
  Timothy Flynn a4d2b366b6 SQLStudio: Close the current SQL connection before opening a new one il y a 2 ans
  Timothy Flynn 74cd0a0c82 SQLStudio: Simplify action handling a bit il y a 2 ans
  Timothy Flynn 9b1e754d56 SQLStudio: Convert SQLStudio to GML il y a 2 ans
  Timothy Flynn 82363aa1c4 sql+SQLStudio: Recover from errors preparing SQL statements il y a 2 ans
  Timothy Flynn b9d8c25b0b LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::Value il y a 2 ans
  Timothy Flynn f9d23e1d2f LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediately il y a 2 ans
  Timothy Flynn aec75d749a LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs il y a 2 ans
  Timothy Flynn e2f71d2808 LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs il y a 2 ans
  Timothy Flynn 8fcb8c30c6 SQLServer+SQLStudio+sql: Allow sending placeholder values to SQLServer il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Timothy Flynn 0986b383cd SQLServer+SQLStudio+sql: Rename a couple of SQL IPC commands for clarity il y a 2 ans