Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workbench #598

Closed
wants to merge 74 commits into from
Closed

Workbench #598

wants to merge 74 commits into from

Commits on Jul 30, 2017

  1. Configuration menu
    Copy the full SHA
    87b6d5c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. Configuration menu
    Copy the full SHA
    4f5563d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    770bfbc View commit details
    Browse the repository at this point in the history
  3. Also display context menu if nothing is selected in the workbench sid…

    …ebar.
    
    This improves the handling especially after a new workbench has just been created.
    Before, the context menu did only show up if the user right clicked on the text but not
    if the user right clicked on the background.
    lpaulsen93 committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    b5b9cc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2890905 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. Code cleanup.

    lpaulsen93 committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    3a47865 View commit details
    Browse the repository at this point in the history
  2. On adding a directory to a project, set the location of the project f…

    …ile as the current folder for the file chooser dialog.
    lpaulsen93 committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    1cb06e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Fixed to small buffer in function 'wb_project_load()'.

    Solves issues with directory settings for 'IgnoredDirsPatterns' and 'IgnoredFilePatterns' getting lost on loading a project.
    lpaulsen93 committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    dc219bd View commit details
    Browse the repository at this point in the history
  2. Only update project title in sidebar on saving of a project.

    This prevents collapsing the whole project in the sidebar.
    lpaulsen93 committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    3e2c7c7 View commit details
    Browse the repository at this point in the history
  3. Cleaned up comment style.

    lpaulsen93 committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    b93eb75 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. Configuration menu
    Copy the full SHA
    b4cd244 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Configuration menu
    Copy the full SHA
    008194a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. Configuration menu
    Copy the full SHA
    4104285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b77f73a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    389d827 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c66abf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc99613 View commit details
    Browse the repository at this point in the history
  6. Replaced spaces with tab.

    lpaulsen93 committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    76d1253 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66acbb9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a9d154 View commit details
    Browse the repository at this point in the history
  9. Replaced spaces with tab.

    lpaulsen93 committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    8211ea8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d921260 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    74a634c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e39fea5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    556f03f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. Configuration menu
    Copy the full SHA
    549cd76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d1c33d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4451157 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61b0991 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aff5cb9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8846193 View commit details
    Browse the repository at this point in the history
  7. Replaced spaces with tab.

    lpaulsen93 committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    dc98c37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    465d9ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bbe27e8 View commit details
    Browse the repository at this point in the history
  10. Removed unused struct.

    lpaulsen93 committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    6ae0a3b View commit details
    Browse the repository at this point in the history
  11. Free old strings in "wb_project_set_filename()" (not happening today …

    …but safer for future changes).
    lpaulsen93 committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    36fbfb6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0212100 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    13d3b70 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cace73d View commit details
    Browse the repository at this point in the history
  15. Removed useless cast.

    lpaulsen93 committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    7574055 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    00b8941 View commit details
    Browse the repository at this point in the history
  17. 7 Configuration menu
    Copy the full SHA
    109b8d0 View commit details
    Browse the repository at this point in the history
  18. Minimized code.

    lpaulsen93 committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    e0de82b View commit details
    Browse the repository at this point in the history
  19. Fixed missing ';'.

    lpaulsen93 committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    daba342 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    36f8d84 View commit details
    Browse the repository at this point in the history
  21. Parameter "filename" can be "const" in functions "workbench_set_filen…

    …ame()" and "wb_project_set_filename()".
    lpaulsen93 committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    65a5e5b View commit details
    Browse the repository at this point in the history
  22. All filename parameters and return values in "wb_project.c" and "work…

    …bench.c" can be "const".
    lpaulsen93 committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    4c92297 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fa97eaa View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d6993d8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4ae4580 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c20dc6f View commit details
    Browse the repository at this point in the history
  27. Merged "sidebar_update_project()" and "sidebar_update_project_title()…

    …" into one function and revised string usage.
    lpaulsen93 committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    6560f6b View commit details
    Browse the repository at this point in the history
  28. Use "GString" instead of doing manual string manipulation in "sidebar…

    …_insert_all_projects()".
    lpaulsen93 committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    bfa8662 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f67c194 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6aa0b70 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c24fe00 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9c90b80 View commit details
    Browse the repository at this point in the history
  33. Make sure to not continue if "g_key_file_to_data()" fails (especially…

    … do not re-use "error").
    lpaulsen93 committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    be25bad View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2017

  1. Configuration menu
    Copy the full SHA
    fa35023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaa9265 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    316e11f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d8d2d8 View commit details
    Browse the repository at this point in the history
  5. Made message "File %s is not a valid workbench file!" translateable a…

    …nd translated it to german.
    lpaulsen93 committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    145476a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed27167 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    039d43f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8409530 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48c08cc View commit details
    Browse the repository at this point in the history
  10. Re-factored "get_any_relative_path()": use "GPtrArray" to get rid of …

    …the limitation and fixed memory leaks.
    lpaulsen93 committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    2e09b55 View commit details
    Browse the repository at this point in the history
  11. Also supply icons of the size 24x24, 32x32, 48x48 and scalable.

    The scalable SVG icons are only symbolic = painted in one color only (gray).
    lpaulsen93 committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    6199a6b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Configuration menu
    Copy the full SHA
    f7ba628 View commit details
    Browse the repository at this point in the history
  2. Suppress warnings for intentionally unused parameters in callback fun…

    …ctions with G_GNUC_UNUSED.
    lpaulsen93 committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    bea0a0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01a8dfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d19678c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fecc2c View commit details
    Browse the repository at this point in the history